@import url("mobil.css");

html {
    scroll-behavior: smooth;
}

body {
    background-color: #1e272e !important;
    padding-top: 1px;
}

.main-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.menu .nav-link {
    transition: 0.3s;
    font-weight: 600 !important;
    border-radius: 5px;
}

.menu .nav-item {
    margin-right: 5px;
}

.menu .nav-link:hover {
    transition: 0.3s;
    background-color: #45aaf2;
    color: white;
    border-radius: 5px;
}

.active {
    background-color: #45aaf2;
    color: white !important;
}

.menu .nav-link:focus {
    transition: 0.3s;
    background-color: #45aaf2;
    color: white;
    border-radius: 5px;
}

.header-title {
    color: #fff;
    padding: 7px;
    padding-left: 0;
}

.header-banner {
    position: relative;
    width: 100%;
    opacity: 1;
    /* height: 600px; */
    /* Background for images */
    background-image: url('../img/wallpaper-neu.jpg');
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-position: center;
    /* border-bottom-left-radius: 50px; */
    border-bottom-right-radius: 100%;
}

.header-banner .transparent {
    background: rgb(45, 52, 54);
    background: linear-gradient(0deg, rgba(45, 52, 54, 0) 0%, rgba(69, 170, 242, 1) 100%);
    /* background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(69,170,242,1) 100%); */
    position: absolute;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 90%;
}

.header-banner .align-items-center {
    min-height: 600px !important;
}

.header-banner .card-title {
    color: #2d3436;
    text-align: center;
    margin-bottom: 15px;
}

.btn-fire {
    transition: 0.3s;
    background-color: #2d98da;
    color: white;
}

.btn-fire:hover {
    transition: 0.3s;
    background-color: #45aaf2;
    color: white;
}

.btn-zoom:hover {
    font-size: 20px;
}

.header-banner h1 {
    color: white;
    z-index: 100;
    position: relative;
    font-size: 50px;
}

.header-banner p {
    color: white;
    z-index: 100;
    position: relative;
    max-width: 80%;
    font-size: 20px;
}

.home-second-1 hr {
    background-color: #2d98da;
    height: 5px;
    width: 20%;
    margin: 0;
    opacity: 0.8;
    border-radius: 10px;
}

.home-second-1 h2 {
    color: white;
    font-size: 40px !important;
}

.home-second-1 h2 font {
    color: #2d98da;
    font-size: 40px !important;
}

/* imgbox style's */

.imgbox {
    width: 100%;
    min-height: 300px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.imgbox-front-trans {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1e272e;
    opacity: 0.3;
}

.imgbox-front {
    transition: 0.5s;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    padding-top: 23%;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    /* background: rgb(240, 77, 25);
    background: linear-gradient(0deg, rgba(240, 77, 25, 0.4290091036414566) 30%, rgba(0, 0, 0, 0.3029586834733894) 100%); */
    background: rgb(45, 152, 218);
    background: linear-gradient(0deg, rgba(45, 152, 218, 0.8015581232492998) 30%, rgba(0, 0, 0, 0.3029586834733894) 100%);
}

.imgbox-front:hover {
    transition: 0.5s;
    opacity: 1;
}

.textfor1 h4 {
    color: #fff;
}

.textfor1 i {
    color: #45aaf2;
}

.textfor1 p {
    color: #b2bec3;
}

.expedition img {
    width: 100%;
    border-radius: 10px;
    /* -webkit-box-shadow: 0px 0px 43px -15px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 43px -15px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 43px -15px rgba(255, 255, 255, 1); */
}

.expedition-content {
    /* background-color: #2d3436; */
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 20px;
    z-index: 999;
    /* border: 2px solid #485460; */
}

.expedition-content p {
    color: #b2bec3;
}

.full-banner {
    background: rgb(69, 170, 242);
    background: linear-gradient(61deg, rgba(69, 170, 242, 1) 0%, rgba(255, 255, 255, 1) 50%);
    width: 100%;
    margin-top: 100px;
}

.full-banner img {
    width: 90%;
}

.full-banner h1 {
    color: #45aaf2;
    font-size: 70px;
    margin-bottom: 0;
}

.full-banner h2 {
    color: #2d3436;
}

.full-banner p {
    color: #2d3436;
    font-size: 20px;
}

.br-0 {
    border-radius: 0;
}

.footer-top-menu {
    background-color: #1e272e;
    width: 100%;

}

.footer-top-menu img {
    width: 90%;
}

.footer-top-menu h1 {
    color: #45aaf2;
    font-size: 70px;
    margin-bottom: 0;
}

.footer-top-menu h2 {
    color: #2d3436;
}

.footer-top-menu p {
    color: #b2bec3;
    font-size: 20px;
}

.footer-top-menu strong {
    color: #b2bec3;
    font-size: 20px;
}

.footer-contact-list {
    width: 100%;
    padding: 0;
    margin-top: 10px;
}

.footer-contact-list .title {
    color: #b2bec3;
    font-style: normal;
    font-size: 18px;
}

.footer-contact-list li {
    list-style-type: none;
    margin-top: 10px;
    padding: 0;
}

.footer-contact-list li i .bi {
    color: #2d98da;
}

.footer-contact-list .content {
    font-style: normal;
    color: #2d98da;
}

#grap-20 {
    grid-row-gap: 30px;
}

.where-list {
    display: none;
    border-radius: 10px;
    /* background: rgb(69, 170, 242);
    background: radial-gradient(circle, rgba(69, 170, 242, 0.5046393557422969) 0%, rgba(69, 170, 242, 1) 100%); */
    background-color: #6c757d !important;
    width: 100%;
    min-height: 50px;
    max-height: 300px;
    position: absolute;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 1000;
    border: 2px solid white;
    padding: 10px;
    padding-bottom: 0px;
}

.where-list {
    scrollbar-width: auto;
    scrollbar-color: #2f3640 #ffffff;
}

/* Chrome, Edge, and Safari */
.where-list::-webkit-scrollbar {
    width: 16px;
}

.where-list::-webkit-scrollbar-track {
    background: #ffffff;
}

.where-list::-webkit-scrollbar-thumb {
    background-color: #2f3640;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

#wherelist_data {
    padding: 0;
}

#wherelist_data li {
    border: 1px solid white;
    list-style: none;
    margin-bottom: 5px;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
}

.towhere-list {
    display: none;
    border-radius: 10px;
    background: rgb(69, 170, 242);
    background: radial-gradient(circle, rgba(69, 170, 242, 0.5046393557422969) 0%, rgba(69, 170, 242, 1) 100%);
    width: 100%;
    min-height: 50px;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    z-index: 1000;
    border: 2px solid white;
    padding: 10px;
    padding-bottom: 0px;
}

#towherelist_data {
    padding: 0;
}

#towherelist_data li {
    border: 1px solid white;
    list-style: none;
    margin-bottom: 5px;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
}

.search_main {
    background-color: white;
    border-radius: 10px;
    width: 100%;
    min-height: 100%;
    padding: 15px;
    position: relative;
    padding-bottom: 70px;
}

.search_main .item {
    background-color: #b2bec3;
    width: 100%;
    min-height: 50px;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px;
}

.search_main .bottom-management {
    position: absolute;
    z-index: 0;
    bottom: 0;
    width: 100%;
    background-color: dodgerblue;
    margin-left: -15px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 50px;
    padding: 10px;
}

.search_main .check-mail {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #2d3436;
    border: 2px solid seagreen;
    margin-left: -15px;
    border-radius: 9px;
    padding: 20px 10px;
    /* Flex Yapısı */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
}

.search_main .loadingscreen {
    position: absolute;
    z-index: 999;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #2d3436;
    border: 2px solid #fff;
    margin-left: -15px;
    border-radius: 9px;
    padding: 20px 10px;
    /* Flex Yapısı */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
}

.check-mail h1 {
    color: white;
}

.check-mail p {
    color: #b2bec3;
    font-size: 20px;
    text-align: center;
}

.check-mail strong {
    color: seagreen;
    font-size: 23px;
    font-weight: 500;
}

.check-mail i {
    font-size: 100px;
    color: white;
    margin-bottom: -20px;
}

.search_main .item p {
    color: black;
    margin: 0 !important;
    font-size: smaller;
    margin-left: 15px !important;
}

#totalprice1 {
    font-weight: 600 !important;
}

#returnway {
    display: none;
}

.dropdown.selectlang {
    display: flex;
    justify-content: flex-end;
}

.dropdown.selectlang button {
    background-color: transparent !important;
    border: 0 !important;
}