@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&amp;display=swap');

body {
    background-color: #fcfdfe;
}

.banner {
    background-color: rgb(241, 249, 255);
    position: relative;
    height: 465px!important;
    min-height: 465px!important;
}

.container {
    min-width : 85%;
}

p,
label,
a,
span {
    font-family: Montserrat,sans-serif;
    color : #243645;
    font-weight: 600;
    font-size: 14px;
}

a {
    text-decoration: none!important;
}

nav {
    margin:0px;
    padding:0px;
    list-style: none;
}

nav li a {
    font-family: Montserrat!important;
    font-weight: 500!important;
}

nav li {
    margin-right:12px;
}

.btn-rounded {
    border-radius: 18px;
    padding : 8px 16px;
}

nav a.btn {
    border-style: none;
}

nav li.active a {
    border-style: solid;
}

#searchBar .col-md-4 {
    border-style: solid;
    background-color: #FFFFFF;
    display:flex;
    align-items: center;
    justify-content: flex-start;
}

#searchBar p {
    padding:12px 0px;
    margin:0px;
    cursor:pointer;
    font-size: 16px;
    white-space: nowrap;
    margin-right:12px;
}

#searchBar .container .row .col-md-4:nth-child(1) {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
#searchBar .container .row .col-md-4:nth-child(2) {
    border-right-width: 0px;
    border-left-width: 0px;
}
#searchBar .container .row .col-md-4:nth-child(3) {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

p#brand {
    font-size: 25px;
}

iframe {
    width :100%;
}

.row {
    margin:0px;
}

.select2 {
    display: block!important;
}

#btn-desktop-ara {
    border-style: none;
    border-radius: 5.5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width:120px;
    color:#FFFFFF;
}

.aktivite-item .kapak {
    height:250px;
    width:100%;
    object-fit: cover;
}

.oda-item .kapak {
    height:250px;
    width:100%;
    object-fit: cover;
}


footer {
    background-color: #3C486B;
}

footer ul li{
    padding : 6px;
}

footer ul {
    list-style: none;
    margin-top:12px;
}

footer a:hover {
    color : #FFFFFF;
    opacity: .5;
}

footer a,
footer p,
footer span{
    color : #FFFFFF;
    font-size: 16px!important;
}

.oda-item a.oda-link {
    position: relative;
}
.oda-item .fiyat {
    background-color: rgba(0,0,0,.5);
    text-align: center;
    width:100%;
    color: #FFFFFF;
    padding : 6px;
    position: absolute;
    margin:0px;
    right : 0;
    bottom : 0;
}

@media only screen and (max-width: 600px) {
    #searchBar .container .row .col-md-4 {
        border-radius: 4px!important;
        border-width: 3px!important;
        border-color:#000000!important;
        margin-bottom:6px;
    }

    nav {
        margin-bottom:30px;
    }

    nav .nav-link {
        text-align: left;
        padding-left:12px!important;
        padding-right:14px!important;
        width: fit-content;
    }
    
    p#brand {
        margin-top:12px!important;
    }

    .banner {
        display: none;
    }

    #navbar-container.container {
        width:100%!important;
        padding-left:0px;
        padding-right:0px;
    }

    #top-right {
        margin-top:12px;
        display : flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #top-right a {
        margin-bottom:6px;
    }
    
    #top-left div {
        display:flex;
        flex-direction: column;
    }
}