*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", serif;
}
.container{
    max-width: 1440px !important;
    padding: 0 30px;
}
body{
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
section{
    padding: 80px 0;
}
p{
    font-size: 18px;
}
:root{
    --color-primary: #2586C0;
    --color-dark: #343A40;
}
.btn{
    min-width: 220px;
    width: fit-content;
    height: fit-content;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    white-space: nowrap;
    align-items: center;
    font-size: 18px;
    padding: 16px 36px;
    border: 1px solid var(--color-primary);
    transition: all .3s ease-in-out;
}

header .btn.btn-primary:hover,.banner .btn.btn-primary:hover{
    color: #fff;
}

header .btn.btn-primary:hover i,.banner .btn.btn-primary:hover i{
    color: #fff;
}


.btn i{
    font-size: 18px;
    margin-left: 10px;
    transform: translateY(2px);
    transition: all .3s ease-in-out;
}

.bi::before, [class*=" bi-"]::before, [class^=bi-]::before{
    vertical-align: 0;
}
.btn.btn-primary{
    background-color: var(--color-primary);
}
.btn.btn-secondery{
    background-color: rgba(255, 255, 255, 0.192);
    color: #ffffff;
    border: 2px solid #fff !important;
    transition: .3s;
}
.btn.btn-secondery:hover{
    background-color: #ffffff52;
}
.btn.btn-primary:hover{
    color: var(--color-primary);
    background-color: transparent;
}
header .btn.btn-primary{
    background-color: #86AA38;
    border: 1px solid #86AA38;
}

/* Header Css */

header{
    padding: 10px 0;
    position: fixed;
    z-index: 100;
    width: 100%;
    left: 0;
    top: 0;
    transition: .3s;
}

header .logo a img{
    width: clamp(4.375rem, 12.739vw + -3.77rem, 5.625rem);
}

.sticky{
    background-color: rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(3px);
    border-bottom: 1px solid var(--color-primary);
}

.sticky .dropdown button {
    background-color: rgba(13, 110, 253, 0.25);
}

/* Banner Css */

.banner{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: clamp(8.75rem, 8.85vw + 4.613rem, 11.25rem) 0 clamp(4.375rem, 6.637vw + 1.272rem, 6.25rem);
}

.banner .row{
    justify-content: space-between;
}

.banner::after{
    content: "";
    width: 100%;
    height:100%;
    display: flex;
    position: absolute;
    background-color: #0000009b;
    left: 0%;
    top: 0%;
    z-index: 5;
    transition: 1s;
}
.banner .contant h1{
    font-size: 60px;
    color: #fff;
    margin-bottom: 20px;
}
.banner .contant{
    position: relative;
    z-index: 10;
    text-align: left;
}
.banner .contant p{
    color: #ffffff;
    margin-bottom: 30px;
}
.banner .buttons{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    gap: 20px;
}
.banner .effect{
    width: 100%;
    height: 100%;
    transition: transform 5s;
    transform: scale(1);
    height: 100%;
}
.banner .effect img{
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.banner .owl-carousel{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.banner .owl-carousel .owl-stage-outer,
.banner .owl-carousel .owl-stage,
.banner .owl-carousel .owl-item,
.banner .effect,
.banner .effect img {
    height: 100%;
}

.banner .owl-carousel .owl-stage {
    display: flex;
    height: 100%;
}
.owl-carousel .owl-item.active .effect{
    transform: scale(1.1);
}

/* Form */

.banner-form{
    max-width: 500px;
    position: relative;
    z-index: 10;
    padding: 30px 20px 20px;
    background-color: rgba(255, 255, 255, 0.255);
    backdrop-filter: blur(3px);
    border: 1px solid #fff;
    border-radius: 5px;
}

.banner-form .col-12 .row {
    flex-wrap: nowrap;
}

.banner-form .col-12:nth-of-type(1) .col-6 {
    width: calc(50% - 6px);
}

.banner-form .row{
    margin: 0;
    column-gap: 12px;
}

.banner-form .col-6,
.banner-form .col-12{
    padding: 0;
}

.banner-form select,
.banner-form textarea,
.banner-form input{
    width: 100%;
    padding:10px;
    resize: none;
    outline: none;
}
.banner-form label{
    font-size: 18px;
    color: #fff;
    padding: 10px 0;
}
.banner-form h4{
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    padding: 0;
}
.banner-form button{
    padding: 12px;
    width: 100%;
    margin-top: 10px;
    border-radius: 50px;
}
.circle{
    width: 600px;
    height: 600px;
    background-color: #2587c09e;
    filter: blur(62px);
    position: absolute;
    left: -346px;
    top: -346px;
    z-index: 6;
    border-radius: 50%;
}
.modal .modal-content{
    min-width: 600px;
    background-color: #ffffff;
}
.modal{
    background-color: #ffffff48;
    backdrop-filter: blur(5px);
}
.modal h4{
    margin-bottom: 0;
    font-weight: 600;
}
.modal .banner-form{
    padding: 10px;
    min-width: 100%;
    background-color: transparent;
    backdrop-filter: blur(0px);
    padding: 4px;
}
.modal .banner-form label{
    color: #343A40;
}
.modal .banner-form select,
.modal .banner-form textarea,
.modal .banner-form input{
    border: 1px solid #343a4036;
}

/* tours Boxes */

.Tours .col-12{
    padding: 0;
}

.Tours .tour-grid{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 20px;
}
.Tours .heading{
    text-align: center;
    color: #D20F27;
    margin-bottom: 60px;
}
.Tours .Toure-box{
    display: flex;
    flex-direction: column;
    border: 1px solid #F37620;
    cursor: pointer;
    width: calc(33% - 15px);
    justify-content: space-between;
}
.Tours .Toure-box .image{
    position: relative;
    display: flex;
    padding: 10px 20px;
    align-items: end;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0, 0, 0, 0.492) 100%);
    overflow: hidden;
    aspect-ratio: 1 / .8;
}
.Tours .Toure-box .image img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    left: 0;
    top: 0;
    z-index: -1;
}
.Tours .Toure-box .title{
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
}
.Tours .Toure-box .title::before{
    content: "";
    width: 0px;
    height: 2px;
    background-color: #86AA38;
    display: block;
    margin-bottom: 10px;
    margin-right: 0px;
    transition: .6s;
}
.Tours .Toure-box .title h4{
    color: #fff;
}
.Tours .Toure-box .image::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #F37620;
    left: -100%;
    top: -100%;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0% 100%);
    opacity: .4;
    transition: .6s;
}
.Tours .Toure-box .image::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #2586C0;
    right: -100%;
    bottom: -100%;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
    opacity: .4;
    transition: .6s;
}
.Tours .Toure-box:hover .image::before{
    right: 0;
    bottom: 0;
}
.Tours .Toure-box:hover .image::after{
    left: 0;
    top: 0;
}
.Tours .Toure-box:hover .title::before{
    width: 22px;
    margin-right: 10px;
}
.Tours .Toure-box .contant{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-height: 55%;
}
.Tours .Toure-box .image{
    max-height: 45%;
    height: 100%;
}
.Tours .Toure-box .contant ul{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 10px;
    padding: 20px 20px;
    gap: 16px;
}
.Tours .Toure-box .contant ul li{
    color: #343A40;
    text-transform: capitalize;
    display: flex;
    align-items: flex-start;
    font-size: 14px;
}
.Tours .Toure-box .contant ul li img{
    width: 23px;
    margin-right: 7px;
    vertical-align: middle;
}
.Tours .Toure-box .contant ul li:nth-child(2n + 1){
    color: #000000;
    font-weight: 600;
}
.Tours .Toure-box .price{
    font-size: 22px;
    font-weight: 600;
    color: #2586C0 !important;
}
.Tours .Toure-box .button-box{
    width: 100%;
}
.Tours .Toure-box .button-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0 20px 20px;
}
.Tours .Toure-box .button-box .btn{
    font-size: 14px;
    padding: 10px 16px;
    min-width: auto;
    flex: 1;
}
.Tours .Toure-box .button-box .btn.btn-primary{
    background-color: #86AA38;
    border: 2px solid #86AA38 !important;
}

.Tours .Toure-box .button-box .btn.btn-primary:hover{
    color: #fff;
    color: #86AA38;
}

.Tours .Toure-box .button-box .btn.btn-primary:hover,
.Tours .Toure-box .button-box .btn.btn-secondery:hover{
    background-color: transparent;
}

.Tours .Toure-box .button-box .btn.btn-secondery{
    background-color: #343A40;
    border: 2px solid #343A40 !important;
}

.Tours .Toure-box .button-box .btn.btn-secondery:hover{
    color: #343A40;
}

.reviews{
    overflow: hidden;
}

.review-slider {
    margin-top: 40px;
}
.reviews h2{
    color: #2586C0;
}
.reviews .owl-carousel .owl-stage-outer{
    overflow: visible;
}
.reviews .image{
    margin: auto;
    display: flex;
    width: fit-content;
    margin-bottom: 15px;
}
.reviews .image img{
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    border: 2px solid #D20F27;
}
.review-item {
    background: white;
    padding: 30px 20px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.129) 0px 5px 15px;
    text-align: center;
    margin: 20px 0;
}
.review-item h3 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
}
.review-item p {
    font-size: 14px;
    color: #666;
}
.review-item .stars {
    color: #FFD700;
    font-size: 22px;
    margin-top: 5px;
}
.inner-section{
    position: relative;
    background-color: #F7F7F7;
}
.inner-section::after {
    content: "";
    width: 70%;
    height: 50%;
    background-color: #EDF4FA;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.inner-section .contant{
    position: relative;
    z-index: 2;
}
.inner-section h2{
    color: #2586C0;
    margin-bottom: 20px;
}
.inner-section p{
    line-height: 34px;
}
.inner-section .banner-form{
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.129) 0px 5px 15px;
}
.inner-section .banner-form label{
    color: #343A40;
}
.inner-section .banner-form select,
.inner-section .banner-form textarea,
.inner-section .banner-form input{
    border: 1px solid #343a4030;
}
.inner-section .banner-form h4{
    color: var(--color-dark);
}
.map iframe{
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.129) 0px 5px 15px;
}

/* Footer */

footer{
    padding: clamp(3.75rem, 4.425vw + 1.681rem, 5rem) 0 0;
    background-color: #343A40;
}
footer p,
footer h5,
footer a{
    color: #fff;
}
footer .logo-footer{
    width: 100px !important;
}
footer p{
    margin: 12px 0;
    max-width: 100%;
}
footer ul li{
    margin: 12px 0;
}
footer h5{
    font-size: 25px;
}
footer .copyright{
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    text-align: center;
    border-top: 1px solid #ffffffe9;
    margin-top: 50px;
}
footer .contact-info p{
    display: flex;
}
footer .contact-info p i{
    color: #2586C0 !important;
    margin-right: 10px;
}

/* Language Btn */

.dropdown {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}
.dropdown img{
    width: 30px;
    margin-right: 10px;
}
.dropdown i{
    color: #ffffff;
}
.dropdown button {
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #fff !important;
    backdrop-filter: blur(3px);
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 3px;
    transition: background-color .3s linear;
}
.dropdown button .arrow {
    transition: transform 0.3s ease;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 10px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #ddd;
}
.dropdown.active .dropdown-content {
    display: block;
}
.dropdown.active button .arrow {
    transform: rotate(180deg);
}