@charset "utf-8";

/*	--------------------------------------------------
Font Setup
-------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&family=Nanum+Gothic+Coding&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'artegra-medium';
    src: url('../fonts/hd-font/artegra-sans-extended-sc-medium.otf');
    font-weight: bold;
    font-style: normal;
  }

  @font-face {
    font-family: 'Goudy';
    src: url('../fonts/hd-font/Goudy\ Std\ Extra\ Bold.otf');
    font-weight: bold;
    font-style: normal;
  }

  @font-face {
    font-family: 'Sabon';
    src: url('../fonts/sub-hd-font/Sabon.ttf');
    font-weight: bold;
    font-style: normal;
  }

    @font-face {
    font-family: 'fallback';
    src: url('../fonts/hd-font/fallback.otf');
    font-weight: bold;
    font-style: normal;
  }

@font-face {
    font-family: 'Dubai';
    src: url("../fonts/Dubai-Bold.woff2") format("woff2"), url("../fonts/Dubai-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Dubai';
    src: url("../fonts/Dubai-Light.woff2") format("woff2"), url("../fonts/Dubai-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Dubai';
    src: url("../fonts/Dubai-Regular.woff2") format("woff2"), url("../fonts/Dubai-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Dubai';
    src: url("../fonts/Dubai-Medium.woff2") format("woff2"), url("../fonts/Dubai-Medium.woff") format("woff");
    font-weight: bold;
    font-style: normal;
  }
  @font-face {
    font-family: 'Catchy Mager';
    src: url('../fonts/new/catchy-mager.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'GloridaRegular';
    src: url('../fonts/new/GloridaRegular-pgOKa.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }


/*	--------------------------------------------------
Generic CSS Setup
-------------------------------------------------- */
html {
width: 100%;
height: 100%;
background: #fff;
}
body {
width: 100%;
height: 100%;
background-attachment: fixed;
padding: 0 0 0 0px;
margin: 0 0 0 0px;
font-family: 'Segoe UI', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.533;
box-sizing: border-box;
color: #363636;
background: none !important;
}
h1, h2, h3, h4, h5, td, tr, th, div, header, section, footer, p, form, input, textarea, select, fieldset{
font-family: 'Inter Tight', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.533;
color: #363636;
margin: 0 0 0 0px;
padding: 0 0 0 0px;
border: none;
}

a{
text-decoration: none !important;
}


*{
outline: none;
}


body{
margin:0px;
padding: 0px;
box-sizing: border-box;
}

/* section cut padding */

/* header ============================================================== */


.top-header--panel{
    background: #f6a201;
    padding: 7px 0px;
}
.flex-cnnt-box{
    display: flex;
    align-items: center;
    gap: 20px;
}

.flex-cnnt-box a{
    color: #0f1681;
    font-family: 'Euclid Regular';
    display: flex;
    align-items: center;
}
.flex-cnnt-box a .cnticon{
    transform: scale(.7);
}

.flex-social-icons
{
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
    gap: 20px;
}

.flex-social-icons a{
    color: #0f1681;
}

header{
    position: absolute;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    /* box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15); */
    /* background: #000000;
background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.header_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 15px 0px; */
    /* border-bottom: 1px solid #d9d9d9; */
    /* border-bottom: 1px solid #d9d9d91f; */
}

.header_flex{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 76px;
    position: relative;
}

.cnttab{

    position: absolute;
    left: 0;

}
.flexalng{
      display: flex;
          gap: 25px;  
}

.bxaf a{
      color: #000;
    font-family: 'Inter Tight';
    font-size: 14px;  
    display: flex
;
    gap: 7px;
}
.cntspc{
    text-transform: uppercase;
    font-family: 'artegra-medium';
    color: #dc1a1a;
    font-size: 11px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 4px;
    font-weight: 700;
}
.bxaf i{
    font-size: 20px;
}

.igcnt{
        position: absolute;
    right: 0;
    display: flex
;
    align-items: center;
    gap: 31px;
}

.cart{
    position: relative;
}
.cart i{
        font-size: 19px;
    color: #000;
}

.srch i{
        font-size: 19px;
    color: #000;
}

.login i{
        font-size: 19px;
    color: #000;
}
.cart span{
        position: absolute;
    width: 18px;
    height: 18px;
    background: #dc1a1a;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #fff;
    font-size: 11px;
    top: -8px;
    right: -12px;
}

.container-port-xl{
    padding: 0px 40px;
    width: 100%;
}

.logo {
    flex: 0 0 auto;
    text-align: center;
  }

.logo a{
    font-family: 'Inter Tight';
    color: #000;
    font-weight: 600;
    font-size: 19px;
}
.logo img{
 width: 290px;
    padding: 18px 0px;
}

.navigation_lists {
    width: 100%;
    display: flex
;
    align-items: center;
    gap: 66px;
  }
  
.navlinkcnt a{
        display: block;
    background: #fd000b;
    color: #fff;
    padding: 6px 20px;
    border-radius: 6px;
    font-family: 'Inter Tight';
    font-weight: 700;
    letter-spacing: 1px;
}

.main_nav_menu{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;;
    gap: 30px;
}

.list_nav_a{
display: block;
    color: #fff;
    font-size: 12px;
    transition: .3s ease;
    text-transform: uppercase;
    font-family: 'Dubai';
    font-weight: 500;
    font-family: 'artegra-medium';
    letter-spacing: 1px;
}

.toplft{
    display: flex
;
    align-items: center;
    justify-content: end;
    border-bottom: 1px solid #00000026;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    gap: 20px;
}
.toplft a{
    font-family: 'Dubai';
    color: #fff;
    padding: 4px 20px;
    font-size: 15px;
}

.toplft a:nth-child(1){
    background: #c39860;
}

.toplft a:nth-child(2){
    background: #29262f;
    display: none;
}

.sclml{
    display: flex
    ;
        align-items: center;
        justify-content: start;
        border-bottom: 1px solid #00000026;
        padding-bottom: 10px;
        margin-bottom: 10px;
        padding-top: 29px;
        gap: 20px;
}

.sclml a{
    font-family: 'Dubai';
    font-size: 14px;
    color: #000;
}

.list_nav_a:hover{
    color: #ff8a8f;
}

.list_nav_menu{
    padding: 14px 0px;
}

.drparent{

}

.sub-menu{
    position: absolute;
    background: #fff;
    top: 122px;
    border-top: 3px solid #ffffff;
    padding: 10px 20px;
    margin: 0px;
    list-style: none;
    width: 389px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: .3s ease;
    display: flex
;
    flex-wrap: wrap;
}

.sub-menu ul{

}

.sub-menu li {
    width: 47%;
}

.sub-menu li a{
    text-transform: capitalize;
    font-family: 'Dubai';
    color: #53534A;
    display: block;
    padding: 9px 0px;
    transition: .3s ease;
    font-size: 15px;
}

.sub-menu li a:hover{
    color: #bd9860;
}

.sub-menu li:last-child a{
    border-bottom: none !important;
}


.drparent:hover>.sub-menu{
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.chat_flex_box{
    display: flex;

}



.home-h{
    position: relative;
}


.home-h2::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    left: 4%;
    top: 22%;
    transform: rotate(315deg) translate(-50%, -50%);
}

.bx-a{
    display: flex;
    justify-content: center;
}

.bx-a label{
    margin: 0px;
    color: black;
}


.contact-support {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.contact-support span{
 display: block;
 font-family: 'Inter Tight';
 font-size: 13px;
 color: #fffc;
}

.call-icon-sprt{
    width: 20px;
    margin-right: 10px;
}

.call-icon-sprt svg{
    width: 100%;
    height: auto;
}

.contact-support a{
    color: #ffffff;
    font-family: 'Inter Tight';
    font-size: 16px;
    margin-top: -2px;
    display: block;
}

.chat_box{
    font-family: inter tight,Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: 1.2em;
    letter-spacing: 0;
    word-spacing: 0;
    color: #ffffff;
    background-color: #0f1681;
    padding: 14px 27px;
    border-radius: 100px;
    display: none;
}
/* banner section ====================================================== */

.bannerbgvid{
    width: 100%;
    /* height:750px; */
}
.bannerbgvid video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-section-box{
    position: relative;
    overflow: hidden;
        width: 100%;
}
.allcover{
    position: relative;
}
.imgbanner{
    /* position: absolute; */
    width: 100%;
    height: 750px;
}







.imgbanner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bx{
    display: flex;
}

.hidebnr{
    display: none !important;
}
.capdtbg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: end;
    padding-bottom: 260px;
}

.capdtbg .container-port-xlx{
    margin: 0px auto;
}

.banner-section-box::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    background-image: url('../images/home/slider/texutre.png');
    z-index: 2;
    opacity: 0;
}

.carpick-box{
    z-index: 90;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 14px;
}

.container-port-xlx{
       width: 80%;
    margin: auto; 
}

.banner-parent .row{
    /* justify-content: center; */
}


.img--p img{
    width: 100%;
}

.banner-parent{
 position: relative;
 z-index: 30;
}
.container-port{
    width: 1350px;
    margin: auto;
    padding: 0px 30px;
}

.banner-content-xc{
    overflow: hidden;
    /* text-align: center; */
}

.banner-content-xc span img{
    width: 126px;
    border: 1px solid #ffffff9e;
    height: 136px;
    object-fit: contain;
    margin-bottom: 20px;
}
.banner-content-xc span{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 20px;
    font-family: 'Dubai';
}

.banner-content-xc h3{
    font-size: 40PX;
    text-transform: none;
    line-height: 1em;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.banner-content-xc p{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    line-height: 1.4em;
    letter-spacing: 0;
    word-spacing: 0;
    font-family: "Nanum Gothic", sans-serif;
}
.link-siblings{
    margin-top: 50px;
    display: flex;
    align-items: center;
}
.link-siblings a{
    display: block;
    max-width: fit-content;

    font-size: 14px;
    text-transform: none;
    font-style: normal;
    line-height: 1.2em;
    letter-spacing: 0;
    word-spacing: 0;
}

.link-siblings a:nth-child(1){
    font-family: 'Euclid Regular';
    color: #fff;
    background-color: #0f1681;
    margin-right: 15px;
    padding: 15px 30px;
}


.link-siblings a:nth-child(2){
    font-family: 'Euclid Medium';
    color:#0f1681;
    padding: 14px 24px;
}
.banner-img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-wrp {
    text-align: right;
}




.one{
    width: 100%;
    max-width: 750px;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    vertical-align: middle;
    display: inline-block;
}

.bannerwrp{
    width: 100%;
    text-align: right;
    height: 100%;
}

.one{
    -webkit-mask-size: cover;
    -webkit-mask-position: bottom right;
    -webkit-mask-image: url("../mask/mask.png");
    }



    .section-devider{
        width: 100%;
        height: 2px;
        border-bottom: 1px solid #00000036;
        opacity: .6;
        position: relative;
        top: -1px;
        margin: 50px 0px;
    }

    .crpk-frm label{
    color: #fff;
    font-weight: 500;
    display: flex
;
text-transform: capitalize;
    align-items: end;
    gap: 3px;
    }
    .crpk-frm label svg{
        width: 26px;
    height: auto;
    position: relative;
    top: -3px;
        fill: #fd000b;
}
    .pkbxinf select{
    width: 100%;
    height: 57px;
    padding: 5px 18px;
    border-radius: 8px;
        box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 28%);
    -webkit-box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 28%);
    -moz-box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 28%);
    }

        .pkbxinf input{
    width: 100%;
    height: 57px;
    padding: 5px 18px;
    border-radius: 8px;
        box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 28%);
    -webkit-box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 28%);
    -moz-box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 28%);
    }

    .flexgpcol{
          display: flex;
    align-items: end; 
    }
    .showcr{
    display: flex;
        gap: 20px;
    width: 100%;

    }

    .showcr button{
    width: 100%;
    height: 57px;
    border-radius: 10px;
    border: none;
    color: #fff;
    background: #fd000b;
    font-weight: 500;
    font-family: 'Inter Tight';
        box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 28%);
    -webkit-box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 28%);
    -moz-box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 28%);
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    cursor: pointer;
    outline: none;
    }
    
    .colmb30{
        margin-bottom: 20px;
    }

    /* car categories =============== */

    .bx-carcat{
    padding: 45px 0px;
}

    .bxclcat{

    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 49px 30px;
    border-radius: 87px;
    position: relative;
    overflow: hidden;
    display: flex
;
    align-items: center;
    justify-content: center;
    }
.bxclcat::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #0000004a;
}

.car1{
       background-image: url('../images/home/categories/sedan.jpg');
}

.car2{
 background-image: url('../images/home/categories/compat-suv.avif');
}

.car3{
 background-image: url('../images/home/categories/suv-seater-4wd.jpg');
}

.car4{
 background-image: url('../images/home/categories/suv-7.avif');
}
    .catcrdsplay{

    }

    .catcrdsplay img{

    }

    .callaction{
    display: flex
;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 5;
    flex-direction: column;
    gap: 14px;
    }

    .callaction span{
    color: #fff;
    font-size: 25px;
    font-family: 'Poppins';
    font-weight: 500;
    }

    .callaction a{
display: flex
;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: #fd000b;
    color: #fff;
    border-radius: 100px;
    font-size: 21px;
    transform: rotate(-45deg);
    }

    /* sec sep sectin ============================== */

    .glolfacpcontaienr{
        width: 40%;
    }

    .samplebx img{
        width: 100%;
    }
    .gpspc{
        display: flex;
        flex-wrap: wrap;
        height: 100%;
    }

    .col-mb30{
        width: 50%;
    }
        .bxseceq{
            background-color: #fff;
          
            /* box-shadow: 0px 4px 30px 0px rgba(19, 74, 83, 0.05); */
            height: 100%;
            display: block;
        }
        .dtpcx{
            position: relative;
            height: 100%;
        }
        .dtpcx span{
            display: block;
            height: 100%;
        }
        .dtpcx span img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            aspect-ratio: 1 / .5;

        }

        .flattxtcnt{
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex
        ;
            justify-content: space-between;
            flex-direction: column;
            padding: 50px 41px;
        }
        .fl1{
    background: #dc1a1a;
        }
        .fl2{
background: #4c236a;
        }
        .fl3{
    background: #cb7300;
        }
        .fl4{
    background: #00BCD4;
        }
                .flattxtcnt::before{
                    content: '';
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    background-image: url('../images/home/about_us/bg-aim.png');
        background-size: contain;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: right;
    opacity: .1;
    pointer-events: none;
                }

        .flattxtcnt h3{
            color: #ffffff;
            font-family: dubai;
            font-size: 30px;
            margin-bottom: 8px;
        }

        .flattxtcnt p{
color: #ffffff;
    font-family: 'Inter Tight';
    font-size: 16px;
    max-width: 300px;
        }

        .flattxtcnt a{
            background: #fff;
            max-width: fit-content;
            font-family: 'Dubai';
            color: #000;
            text-transform: uppercase;
            padding: 8px 18px;
            padding-top: 10px;
        }

        .bgnimg{
position: absolute;
    top: 0;
    right: 0;
    height: 100%;
        }
        .bgnimg img{
    height: 100%;
        }

    /* about us ======================================= */


    .aboutus-sectin-home{
    padding: 52px 0px;
    /* background: #010101; */
    background-image: url('../images/home/about_us/dollar-hunt-banner.6b37ac77.jpg');
    background-position: left;
    background-size: cover;
    position: relative;
    }

       .aboutus-sectin-home::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #ffffffb3;
       }

              .aboutus-sectin-home::after{
    content: '';
    position: absolute;
    top: 0;
    left: 26%;
    width: 300px;
    height: 90%;
    background: #ffffffb3;
    background: #FD000B;
    background: linear-gradient(1deg, rgba(253, 0, 11, 0) 0%, rgba(253, 0, 11, 1) 100%);
    transform: skewX(32deg);
       }

           .aboutus-sectin-home .container-port{
            position: relative;
            z-index: 5;
           }

    .imgbs{
        height: 100%;
        overflow: hidden;
        border-radius: 10px;
        position: relative;

    }
    /* .imgbs::before{
        content: '';
        position: absolute;
        width: 200px;
        height: 300px;
        background: #FD000B;
background: linear-gradient(0deg, rgba(253, 0, 11, 0) 0%, rgba(253, 0, 11, 1) 100%);
           top: 0;
        left: 50%;
        transform: translate(-50%, -0%);
    } */

    .imgbs img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .abts-home-content{
        padding-left: 50px;
    }
    .abts-home-content label{
        /* background-color: #fff;
        -webkit-border-radius: 46px;
        -khtml-border-radius: 46px;
        -moz-border-radius: 46px;
        -ms-border-radius: 46px;
        -o-border-radius: 46px;
        border-radius: 46px;
        -webkit-box-shadow: 0 11px 27px rgba(0,9,71,.13);
        -khtml-box-shadow: 0 11px 27px rgba(0,9,71,.13);
        -moz-box-shadow: 0 11px 27px rgba(0,9,71,.13);
        -ms-box-shadow: 0 11px 27px rgba(0,9,71,.13);
        -o-box-shadow: 0 11px 27px rgba(0,9,71,.13);
        box-shadow: 0 11px 27px rgba(0,9,71,.13); */
        color: #006a94;
        /* padding: 10px 24px; */
        display: block;
        max-width: fit-content;
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
    }

    .abts-home-content h3{
      font-size: 39px;
    color: #000;
    line-height: 1.1;
    margin-bottom: 14px;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: capitalize;
    }

    .txtbg{
        background-image: url('../images/bgtxtur.jpg');
        background-position: center;
        background-size: cover;
    }
    .hrdabt{
    padding-left: 50px;
    margin-bottom: 21px;
    }
    .hrdabt h2{
font-size: 18px;
    font-family: 'Inter Tight';
    font-weight: 600;
    color: #fd000b;
    display: flex
;
    align-items: center;
    gap: 16px;
    text-transform: uppercase;
    }

    .linover{
    width: 2px;
    height: 21px;
    background: #fd000b;
    }

    .abts-home-content p{
margin-bottom: 10px;
    font-family: 'Poppins';
    font-size: 15px;
    line-height: 26px;
    color: #000;
    }
    .abts-img-hm {

    }

    .ourmission{

    }

    .ourmission span{
        display: block;
        color: #000;
        font-family: 'Euclid Medium';
        font-size: 18px;
        margin-bottom: 10px;
    }

    .ourmission p{
        font-size: 15px;
        font-family: 'Euclid Regular';
        font-style: italic;
        color: #0f1681;
    }

.abts-img-hm img{
    width: 100%;
}


.list-str{
    border-top: 1px solid #00000024;
    padding-top: 30px;
    margin-top: 35px;
    border-bottom: 1px solid #00000024;
    padding-bottom: 30px; 
}

.list-str ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    padding-left: 30px;
}

.list-str ul li{
    padding-right: 30px;
    color: #000;
    font-weight: 700;
}

.aside-abt{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aside-abt img{
    width: 100%;
}

.abts-home-content a{
    background: #c39860;
    color: #fff;
    padding: 12px 30px;
    display: block;
    max-width: fit-content;
    margin-top: 30px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
}
 

.col-trm{
    padding: 10px;
}
.bxtrm a{
    display: block;
    overflow: hidden;
    border-radius: 10px;
}
.bxtrm img{
    width: 100%;
    aspect-ratio: 1 / .7;

}

.tournamentssection{
    margin-top: 80px;
}

.trmnam{
    font-family: 'Catchy Mager';
    font-size: 40px;
    text-transform: capitalize;
    color: #000;
    text-align: center;
    margin-bottom: 18px;

}

.mtop101{
    margin-top: 50px;
}


/* fleet slider ---------------------- */

.ourfleetsection{
    padding: 100px 0px;
    padding-bottom: 30px;
}
.headdr{
       text-align: center;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 700;
    color: #000; 
    position: relative;
}
.headdr::before{
    content: "Our Fleet";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -0%);
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 700;
    color: #fd000b;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.crimg img{
    width: 100%;
    aspect-ratio: 1 / .78;
    object-fit: cover;
    border-radius: 10px;
}

.crdt{
    margin-top: 28px;
    text-align: center;
}

.crdt h3{
font-size: 23px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 500;
}
.crprice{
    margin-bottom: 26px;
    font-family: 'Poppins';
    text-transform: capitalize;
}

.crprice span{
        color: #fd000b;
    font-weight: 600;
    font-size: 18px;
}
.crdt ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex
;
    flex-wrap: wrap;
    gap: 6px 7px;
    justify-content: center;
}

.crdt ul li{
    display: flex
;
    align-items: center;
    gap: 8px;
    background: #f2f2f29e;
    padding: 1px 10px;
    border-radius: 100px;
}

.crdt ul li span{

}

.crdt ul li span svg{
    width: 23px;
    height: 23px;
}
.crdt ul li span img{
    width: 23px;
    height: 23px;
}

.crdt ul li label{
    margin: 0px;
    font-family: 'Poppins';
    color: #000;
    font-size: 14px;
}

.vwmr{
    display: flex
;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: #3e3e3e;
    margin-top: 20px;
}

.vwmr  a{
width: 100%;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-family: 'Poppins';
    padding-top: 12px;
    font-weight: 600;
}

.vwmr a:nth-child(1){
    background: #3e3e3e;
}

.vwmr a:nth-child(2){
    position: relative;
    z-index: 5;
}

.vwmr:after {
    position: absolute;
    content: "";
    width: 59%;
    height: 100%;
    background: #fd000b none repeat scroll 0 0;
    right: -36px;
    z-index: -1;
    -webkit-transform: skewX(40deg);
    /* transform: skewX(40deg); */
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 1;
}

.arrowcntr{
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-top: 62px;
}

.arrowb{
        color: #fd000b;
    font-size: 25px;
    width: 40px;
    height: 40px;
    display: flex
;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 100px;
}

.arrowb:hover{
    background-color: #f5f5f5;
}

/* whychoose us ======================== */

.bximgwh{

}
.bximgwh img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 1000000px;
}

.bx-whcnt{

}

.bx-whcnt h3{
    font-family: 'Poppins';
    color: #000;
    font-weight: 600;

    margin-bottom: 7px;
}

.bx-whcnt p{
font-family: 'Poppins';
    font-size: 15px;
}
.whychooseussection{
    padding: 50px 0px;
    position: relative;
}
.citywall{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    opacity: .3;
}

.citywall img{
    width: 100%;
    opacity: .1;
}
.headerprt{
    text-align: center;
    margin-bottom: 33px;
}

.headerprt span{
    text-transform: uppercase;
    color: #fa141f;
    font-weight: 600;
    display: block;
    margin-bottom: 18px;
}

.headerprt h3{
    font-size: 35px;
    max-width: 700px;
    margin: auto;
    color: #000;
    font-family: 'Poppins';
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.3;
}

.callnowaction{
        background: #fc0c16;
    padding: 34px 0px;
}
.callbk{
    height: 100%;
    display: flex;
    align-items: center;
}

.callbk h3{
    font-family: 'Poppins';
    color: #fff;
    font-size: 27px;
    font-weight: 600;
}

.actioncr{
    text-align: center;
    height: 100%;
    display: flex
;
    align-items: center;
    justify-content: end;
}

.actioncr a{
    background: #000;
    color: #fff;
    font-size: 19px;
    padding: 11px 42px;
    font-weight: 600;
    font-family: 'Poppins';
    border-radius: 100px;
}

.flexgp{
    display: flex
;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}
.jcspc{
    justify-content: space-between;
}
.linevr{
        width: 100%;
    height: 1px;
    border-bottom: 1px solid #0000001a;
}
.text-lefal h3{
    border-left: 3px solid #fd000b;
    padding-left: 10px;
}
.text-rghal h3{
    border-right: 3px solid #fd000b;
    padding-right: 10px;
}
.text-rghal{
    text-align: right;
}
/* sub div section ========================= */

.wprwall{
    background-image: url('../images/home/about_us/las-colinas-slide-2.jpeg');
    background-position: bottom;
    background-size: cover;
    width: 100%;
    height: 100vh;
}



/* prdslider container ====================== */

.latestprd{
    padding: 70px 0px;
}
.sldprdpic img{
    width: 100%;
        aspect-ratio: 1 / 1;
    object-fit: contain;
}

.prdhdr{
        text-align: center;
    color: #000;
    font-family: 'Inter Tight';
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 4px;
    margin-bottom: 48px;
}


.sldprd {
    background: #fff;
    border: 1px solid #dc1a1a36;
}

.sldprdddt {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 24px;
}

.sldprdddt h3 {
    color: #000;
    text-transform: uppercase;
    font-family: 'fallback';
    font-size: 17px;
}
.sldprdddt p {
    color: #dc1a1a;
}
/* services home page -========================================================== */

.wht-are-distinct{
    padding: 80px 0px;
}

.box-btm-content{
    text-align: center;
    margin-bottom: 50px;
}

.box-btm-content span{
    text-transform: uppercase;
    color: #000;
        font-family: 'Dubai';
    font-size: 2rem;
}

.box-btm-content h3{
    color: #0f1681;
    font-family: 'Euclid Medium';
    font-size: 2.5rem;
}

.serv-box--intitle{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    height: 100%;
}

.icon-srv{
    width: 100%;
    margin-bottom: 20px;
}

.icon-srv img{
    width: 100%;
    aspect-ratio: 1 / 0.8;
    object-fit: cover;
}

.srv--conternt{
    padding: 20px;
    text-align: center;
    background: #faebd7;
    height: 100%;
    padding-top: 40px;
}

.srv--conternt h3{
    font-size: 20px;
    color: #000;
    margin-bottom: 13px;
    line-height: 1.4;
    text-transform: capitalize;
    font-family: "Cantata One", serif;
}

.srv--conternt span{
    color: #25644c;
    display: block;
    margin-bottom: 20px;
}

.srv--conternt p{
    font-size: 21px;
    font-family: 'Dubai';
    color: #000;
    margin-bottom: 10px;
}

.srv--conternt a{
    background: #25644c;
    color: #ffffff;
    padding: 10px 30px;
    font-size: 13px;
    border-radius: 100px;
    transition: .3s ease;
}

.underlne{
    width: 50px;
    height: 2px;
    background: #25644c;
    margin: auto;
    margin-bottom: 20px;
}

.serv-box--intitle:hover > .srv--conternt a{
    background: #bd9860;
    color: #fff;
}


.col-bb-bottom{
    padding: 15px;
}

/* thumb slider ================ */

.header-dvd{
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 36px;
}

.lineoverthrough{
    width: 14%;
    height: 2px;
    border: 1px solid #c39860;
}

.header-dvd h3{
    color: #0f0f0f;
    font-size: 38px;
    font-family: 'Dubai';
    text-transform: uppercase;
    font-weight: 300;
}

.swiper-container-wrapper{
    position: relative;
}
.thumbsld{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 80;
    height: 100%;
    background: #000000ad;
    padding: 40px 0px;
}

.bxsectionrst{
    border-bottom: 1px solid #545454;
    padding: 1px 0px;
    padding-right: 30px;
}

.bxnme{
    padding: 10px 20px;
    font-family: 'Dubai';
    color: #fff;
    margin-left: 100px;
}

.sldthumb{
    height: auto !important;
}

.glrycontainer{
    height: 785px;
    position: relative;
}

.rcpcnt ul li{
    display: flex;
        margin-bottom: 10px;
        gap: 9px;
}
.rcpcnt ul li p{
    color: #000;
    font-family: 'Dubai';
    margin-bottom: 10px;
}

.dsplayimg{
    position: relative;
}

.namecap{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    display: none;
}

.namecap h3{
    color: #fff;
    font-family: 'Catchy Mager';
    font-size: 6vw;
}

.counternu{
    position: absolute;
    background: #0000008a;
    display: flex;
    align-items: center;
    gap: 1px;
    z-index: 5;
    right: 16px;
    top: 16px;
    color: #fff;
    padding: 3px 10px;
    border-radius: 100px;
    font-family: 'Dubai';
    font-size: 14px;
    padding-top: 4px;
}

.sliderarrow{
    display: none
;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;

}

.sldarrow{
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 100px;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 19px;
}

.sldarrow i{

}
/* rooms section ========================== */
.roomsection{
    padding-bottom: 70px;
}

.rmbxcont{
    width: 100%;
    height: 653px;
    position: relative;
}

.rmddt{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .6s ease;
 
}

.roomcontainer{
    margin: auto;
    width: 100%;
}

.gpnone{
    padding: 0px;
}

.rmpxt{
    width: 100%;
    height: 100%;
}

.rmpxt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.rmpcnt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex
;
    justify-content: space-between;
    flex-direction: column;
    padding: 40px;
}

.dvdsec h3{
    font-family: 'Catchy Mager';
    font-size: 30px;
    color: #000;
    margin-bottom: 30px;
    border-left: 7px solid #005e39;
    padding-left: 10px;
    line-height: 1;
}

.top40{
    margin-top: 60px;
}

.rmpcnt h3{
    font-size: 37px;
    color: #fff;
    font-family: 'Dubai';
    text-transform: uppercase;
}

.rmpcnt a{
    background: #c39860;
    max-width: fit-content;
    color: #fff;
    font-family: 'Dubai';
    padding: 10px 30px;
    padding-top: 12px;

}

.left0{
    left: 0;
}

.right0{
    right: 0;
}



.roomcontainer .gpnone:nth-child(1) .rmbxcont:hover>.rmddt{
    width: 126%;
    z-index: 6;
}

.roomcontainer .gpnone:nth-child(2) .rmbxcont:hover>.rmddt{
    width: 126%;
    z-index: 6;
}

.roomcontainer .gpnone:nth-child(3) .rmbxcont:hover>.rmddt{
    width: 126%;
    z-index: 6;
}

.roomcontainer .gpnone:nth-child(4) .rmbxcont:hover>.rmddt{
    width: 126%;
    z-index: 6;
}

.rmbxcont:hover>.rmddt{
  
}
/* our commintment =================================== */

.whychoose-us{
    padding: 70px 0px;
}

.header-title{
    text-align: center;
    margin-bottom: 50px;
}

.header-title label{
    text-transform: uppercase;
    color: #fff;
    font-family: 'Euclid Medium';
    font-size: 15px;
}

.header-title h3{
    color: #f6a201;
    font-size: 30px;
    font-family: 'Euclid Regular';
}

.box--content--apt p{
    margin-top: 41px;
    text-align: center;
    color: #fff;
    font-family: 'Euclid Regular';
}
.box--img--srt {
    width: 100%;
    height: 100%;
}
.box--img--srt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box--header-title ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.box--header-title ul li{
    padding: 20px;
    border: 1px solid #00000024;
    width: 47%;
}

.box--header-title ul li label{
    color: #0f1681;
    font-family: 'Euclid Medium';
    font-size: 19px;
}

.box--header-title ul li p{
    font-size: 14px;
    color: #5e5e5e;
    font-family: 'Euclid Regular';
}

.box--header-title{
    padding-right: 100px;
}

.box--header-title span{
    text-transform: uppercase;
    color: #0f1681;
    font-family: 'Euclid Medium';
    margin-bottom: 10px;
    display: block;
}

.box--header-title h3{
    font-family: 'Euclid Regular';
    font-size: 2rem;
    color: #000;
    margin-bottom: 20px;
}

/* services section ================================================ */

    .services-section{
        background-color: #0f1681;
        padding: 55px 0px;
        position: relative;
        overflow: hidden;
    }

    .box--content--apt{
        max-width: 900px;
        margin: auto;
    }
    .box--content--apt img{
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    /* service inner ---------------------------------------------- */
    .srv-body-inner {
        /* display: flex; */
        padding: 22px;
       
    }

    .services-box{
        height: 100%;
    }
    .srv-body-inner h3 {
        color: #000000;
        font-weight: 600;
        font-size: 17px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .srv-body-inner p {
        font-size: 13px;
        color: #373737;
    }

    .srv-body-inner .srv-footer a{
        display: none;
    }

    .col-services-inner{
        padding: 20px 15px;
    }


 /* contact us -------------------------------------------- */

        .contact-details{
            text-align: center;
        }

        .contact-details span{
            display: flex;
            margin-bottom: 10px;
            font-size: 24px;
            font-weight: 500;
            color: #0a0d31;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        
        .contact-details span label{
            width: 60px;
            height: 60px;
            background: aliceblue;
            background-image: linear-gradient(180deg,#006a94 0%,#054d7a 100%);
            border-radius: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 14px;
            margin-bottom: 20px;
        }

        .contact-details span label svg{
            fill:#fff;
        }

        .contact-details p{
            padding: 0px 10px;
        }
        .contact-details a{
color: #006a94;
    font-size: 17px;
    font-weight: 600;
        }

        .map{
            width: 100%;
            height: 500px;
        }

        .map iframe{
            width: 100%;
            height: 100%;
        }

        /* join us ========================================================== */

        .joinus{
            padding: 70px 0px;
            background:#edfdf5;
            background-image: url('../images/home/about_us/overlay_13.png');
            font-size: 15px;
            background-position: bottom right;
            background-size: cover;
        }

        .join-us---bx{
            padding-left: 70px;
        }

        .join-us---bx span{
            margin-bottom: 20px;
            display: block;
            color: #0f1681;
            font-size: 21px;
            font-family: 'Euclid Medium';
        }

        .join-us---bx p{
            font-family: 'Euclid Regular';
            margin-bottom: 15px;
            font-size: 15px;
        }

        .contact--box--jn{
            display: flex;
            border-top: 1px solid #00000021;
            padding-top: 20px;
            margin-top: 39px;
        }

        .box--cnt{
            display: flex;
            align-items: center;
            margin-right: 60px;
        }

        .rht--box label{
            display: block;
            margin: 0px;
            color: #000;
            text-transform: uppercase;
            font-size: 15px;
            font-family: 'Euclid Medium';
            line-height: 1;
        }

        .rht--box a{
            color: #000000b3;
            font-size: 16px;
        }

        .cnticon{
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #0f1681;
            color: #fff;
            font-size: 14px;
        }

        .rht--box{
            margin-left: 10px;
        }

        .jn-s--i img{
            width: 100%;
        }

        .drscdinfo{

        }

        .drscdinfo h3{
    font-family: 'Catchy Mager';
    font-size: 39px;
    text-transform: uppercase;
    color: #0d6542;
    margin-bottom: 20px;
    max-width: 500px;
    line-height: 1.2;
        }
        .drscdinfo h4{
            font-size: 24px;
    border-left: 5px solid #cb984e;
    padding-left: 10px;
    line-height: 1;
    margin-bottom: 10px;
    color: #000;
    font-family: 'Dubai';
        }

        .drscdinfo h5{
            font-size: 22px;
            color: #8f6529;
            margin-bottom: 10px;
            margin-top: 20px;
        }



        .drscdinfo p{
            font-family: 'Dubai';
            color: #000;
            font-size: 19px;
            margin-bottom: 10px;
        }

        .clmdrs{
            padding: 20px;
            height: 100%;
            border: 1px dashed #00000059;
            border-radius: 10px;
        }

        .clmdrs h6{
            color: #25644c;
            font-family: 'Dubai';
            font-size: 26px;
            margin-bottom: 18px;
            font-weight: 600;
        }

        .mtoptp490{
            margin-top: 50px;
        }
        .clmdrs ul{
            padding: 0px;
            margin: 0px;
            list-style: none;
        }

        .clmdrs ul li{
            font-family: 'Dubai';
            color: #000;
            font-size: 18px;
            margin-bottom: 7px;
            display: flex
            ;
                margin-bottom: 0px;
                gap: 9px;
        }
        .paeq40{
            padding: 15px;
        }
        .clmdrs ul li p{
            font-family: 'Dubai';
            color: #000;
            width: 90%;
            font-size: 19px;
            margin-bottom: 6px;
        }

        .clmdrs ul li i{
            width: 18px;
            height: 18px;
            background: #005f39;
            border-radius: 100px;
            color: #fff;
            font-size: 11px;
            display: flex
        ;
            align-items: center;
            justify-content: center;
            position: relative;
            top: 4px;
        }
      
    /* footer ================================================== */

    footer{
        background-color: #000;
        padding-top: 50px;
        position: relative;
    }
    .container-port-ftr{
            width: 90%;
    margin: auto;
    }
    .ftrlogo{
        margin-bottom: 31px;
    }
    .prst-one{
        margin-top: 36px;
    }

    .ftrrght{
        display: flex
        ;
            gap: 13px;
            padding-left: 40px;
    }
    .ftrrght a {
        width: 101px;
        /* height: 101px; */
        display: block;
        background: #fff;
        border-radius: 10px;
        padding: 4px;
        box-shadow:  10px 10px 5px 0px rgb(0 0 0 / 29%);
        -webkit-box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 29%);
        -moz-box-shadow:  10px 10px 5px 0px rgb(0 0 0 / 29%);
    }
    .ftrrght a img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        aspect-ratio: 1 / 1;
    }
    .prst-two{
        margin-bottom: 36px;
    }

    .prst-one h3{
        color: #fff;
        font-size: 24px;
        /* font-weight: 600; */
        margin-bottom: 8px;
    }

    .prst-one p{
        color: #f5f5f1b3;
        font-size: 14px;
        max-width: 500px;
    }

    .prst-one a{
        font-size: 14px;
        font-weight: 600;
        text-transform: none;
        font-style: normal;
        line-height: 1.2em;
        letter-spacing: 0;
        word-spacing: 0;
        color: #fff;
        background-color: #006a94;
        border-radius: 4px 4px 4px 4px;
        padding: 14px 24px;
        display: block;
        max-width: fit-content;
        margin-top: 24px;
    }

    .prst-two h3{
        color: #fff;
        font-size: 19px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .prst-three h3{
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .prst-three ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .prst-three ul li{
        margin-bottom: 10px;
    }

    .prst-three ul li a{
        color:#f5f5f1b3;
    }

    .flex-box-list{
        display: flex;
        /* justify-content: space-between; */
    }

    .flex-box-list ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .flex-box-list-a-links ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
    }

    .flex-box-list-a-links ul li a{
        color: #25644c;
        font-size: 15px;
        width: 40px;
        height: 40px;
        display: flex
    ;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        border-radius: 100px;
    }

    .flex-box-list ul li{
        margin-bottom: 10px;

    }

    .flex-box-list ul li a{
        color:#f5f5f1b3;
        transition: .3s ease;
        font-size: 13px;

    }

    .flex-box-list ul li a i{
        color: #f6a201;
        padding-right: 6px;
        font-size: 10px;
    }

    .flex-box-list ul li a:hover{
        color: #fff;
    }

    .pdd-07{
        padding-left: 0px;
    }



/* inner pages ======================================================================
=================================================================================== */

.bannerinner {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: end;
    padding-bottom: 41px;
}
.aboutusinner{
    background-image: url('../images/home/about_us/history.jpg');
}
.aboutusinnernew{
    background-image: url('../images/home/about_us/aboutussect.jpg'); 
}
.mmberiner{
    background-image: url('../images/home/about_us/any1.jpg'); 
}
.tarriffinner{
    background-image: url('../images/home/about_us/tarriff.jpg'); 
}
.flexbxline{
    width: 100%;
}

.bx-hdr{
    display: flex;
    align-items: center;
    gap: 30px;
}

.lineoverhtr{
    width: 14%;
    height: 2px;
    background: #fff;
}

.bx-hdr h1{
    font-family: 'Dubai';
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.58);
}

.subhdr{
    color: #25644c;
    font-size: 50px;
    margin-bottom: 9px;
    font-family: 'Catchy Mager';
}

.mrddt p{
    font-family: dubai;
    color: #101010;
    font-size: 17px;
    line-height: 1.635;
    margin-bottom: 16px;
    font-weight: 300;
}

.martp50{
    margin-top: 60px;
}

.sliderbx-wrp{
    padding-top: 60px;
}

.hstryimg img{
    width: 100%;
}

.mtop30{
    margin-top: 50px;
}
.bx-secleftarp{
    padding-right: 30px;
}
.bx-secleftarp img{
    width: 100%;
}

.bx-sectwrp{

}

.bx-sectwrp h3{
    font-size: 36px;
    font-family: 'Catchy Mager';
    color: #005f39;
    margin-bottom: 10px;
}

.bx-sectwrp p{
    font-family: 'Dubai';
    color: #333;
    text-align: justify;
    margin-bottom: 15px;
}
.martop40{
    margin-top: 90px;
}
.bx-sectwrp h4{
    font-size: 21px;
    margin-bottom: 10px;
    color: #000;
    font-family: 'Dubai';
}


/* bylaw ======================= */


.bylawhdr{
    font-size: 38px;
    font-family: 'Catchy Mager';
    max-width: 700px;
    text-transform: capitalize;
    color: #000;
    line-height: 1.2;
    margin: auto;
    margin-bottom: 50px;
    text-align: center;
}

.blwcnt{

}

.blwcnt ul{
    list-style: none;
    padding: 0px;
    margin: auto;
    display: flex
;
    flex-wrap: wrap;
    gap: 22px;
    align-items: stretch;
    justify-content: center;
}

.blwcnt ul li{
    font-family: 'Dubai';
    color: #000;
    width: 32%;
    border: 1px dashed #0000002e;
    padding: 22px;
    border-radius: 10px;
}

.blwcnt ul li span{
    display: block;
    font-size: 18px;
    margin-bottom: 6px;
}


.blwmark{
    margin-top: 100px;
    background: #efefef3b;
    padding: 40px;
}

.blwmark h3{
    font-family: 'Catchy Mager';
    font-size: 37px;
    margin-bottom: 30px;
    border-bottom: 1px solid #00000014;
    color: #000;
    text-transform: capitalize;
}
.blwmark ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.blwmark ul li{
    display: flex
;
    margin-bottom: 10px;
    gap: 9px;
}
.blwmark ul li i{
    width: 18px;
    height: 18px;
    background: #005f39;
    border-radius: 100px;
    color: #fff;
    font-size: 11px;
    display: flex
;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 4px;
}
.blwmark ul li p{
    font-family: 'Dubai';
    color: #000;
    width: 90%;
    font-size: 19px;
}

.dclrbx{
    margin: 100px 0px;
    text-align: center;
    border: 1px solid #bd986075;
    padding: 20px;
    padding-top: 0px;
}

.dclrbx h3{
    color: #005f39;
    font-family: 'Dubai';
    background: #fff;
    max-width: fit-content;
    margin: auto;
    margin-top: -16px;
    padding: 1px 20px;
    margin-bottom: 14px;
    font-size: 20px;
}

.dclrbx p{
    font-family: 'Dubai';
    color: #000;
    margin-bottom: 10px;
}


.ddcbx{

}

.hdrnxt h3{
    text-align: center;
    font-family: 'Catchy Mager';
    color: #000;
    font-size: 28px;
    max-width: 700px;
    margin: auto;
    margin-bottom: 62px;
    text-transform: uppercase;
}
.ddcbx table{
    width: 100%;
}

.ddcbx table th{
    color: #005f39;
    font-family: 'Catchy Mager';
    font-size: 21px;
    border-bottom: 1px solid #00000014;
    padding: 7px 2px;
}

.ddcbx table td{
    border-bottom: 1px solid #00000014;
    padding: 7px 2px;
    color: #000;
    font-family: 'Dubai';
}

.hrt{}

.hrt h4{
    color: #005f39;
    font-family: 'Dubai';
    font-size: 19px;
    font-weight: 600;
}

.hrt p{
    font-family: 'Dubai';
    color: #000;
    font-size: 19px;
}
.dflists{
    margin-top: 20px;

}
.dflists h4{
    color: #005f39;
    font-family: 'Dubai';
    font-size: 19px;
    font-weight: 600;
}
.dflists span{
    font-family: 'Dubai';
    color: #000;
    font-size: 19px; 
    margin-bottom: 20px;
    display: block;
}

.bx-secbx{
    margin-top: 30px;
}

.bx-sdf p{
    font-family: 'Dubai';
    color: #000;
    font-size: 19px; 
    margin-bottom: 20px;  
}


.clsmmbrs{
    border-top: 1px solid #00000026;
    border-bottom: 1px solid #00000026;
    margin: 50px 0px;
    padding: 40px 0px;
}


.clsmmbrs h3{
    font-size: 28px;
    color: #000;
    font-family: 'Catchy Mager';
}

.clsmmbrs span{
    display: block;
    margin-bottom: 18px;
    font-family: 'Dubai';
    color: #5c5c5c;
    font-size: 19px;
}
.clsmmbrs ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0px;
    gap: 13px 20px;
}

.clsmmbrs li{
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.clsmmbrs i{
    color: #28a745;
}

.clsmmbrs p{
    color: #000;
    font-family: 'Dubai';
}

.elgb6 h3{
    font-size: 28px;
    color: #000;
    font-family: 'Catchy Mager';
    margin-bottom: 30px;
}

.elgb6 h4{
    display: block;
    margin-bottom: 18px;
    font-family: 'Dubai';
    color: #005f39;
    font-size: 22px;
    border-left: 4px solid #bd9860;
    line-height: 1;
    padding-left: 10px;
    padding-top: 3px;
}

.csmnwe h4{
    font-size: 22px;
    margin-bottom: 6px;
    font-family: 'Dubai';
    color: #000;
}

.mb340 h3{
    margin-bottom: 10px;
}
.tp40{
    margin-top: 30px;
}

.elgb6 p{
    color: #000;
    font-family: 'Dubai';
    margin-bottom: 10px;
}

.absence-abroad{

}

.absence-abroad h3{
    font-size: 28px;
    color: #000;
    font-family: 'Catchy Mager';
    margin-bottom: 10px;

}

.absence-abroad p{
    color: #000;
    font-family: 'Dubai';
    margin-bottom: 10px;
}
.absence-abroad{
    margin-bottom: 20px;
}

.governing-body-section h3{
    font-size: 19px;
    color: #005f39;
    margin-bottom: 9px;
}
.governing-body-section p{
    color: #000;
    font-family: 'Dubai';
    margin-bottom: 10px;
}

.member-list{

}

.member-list {
    list-style: none;
    padding: 0px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.member-list li{
    width: 32%;
    border: 1px dashed #00000040;
    padding: 26px;
}

.member-list li span{
    display: block;
}

.member-number{
    display: none !important;
}
.member-name{
    font-size: 18px;
    margin-bottom: 2px;
    color: #096440;
}

.member-role{
    color: #08001b;
    margin-bottom: 13px;
    text-transform: uppercase;
    font-size: 13px;
}

.member-address{

}

.admin-powers-governing-body{
margin-top: 40px;
}

.admin-powers-governing-body h3{
    font-size: 28px;
    color: #000;
    font-family: 'Catchy Mager';
    margin-bottom: 10px;
}

.admin-powers-governing-body p{
    color: #000;
    font-family: 'Dubai';
    margin-bottom: 10px;
}

.admin-powers-governing-body h5{
    font-size: 19px;
    color: #005f39;
    margin-bottom: 9px;
    margin-top: 20px;
}

.admin-powers-governing-body ul{
    display: flex
;
    flex-wrap: wrap;
    list-style: none;
    padding: 0px;
    gap: 13px 20px;
    margin-top: 20px;
}

.admin-powers-governing-body ul li{
    display: flex
;
    align-items: baseline;
    gap: 6px;
}

.admin-powers-governing-body ul li i{
    width: 18px;
    height: 18px;
    background: #005f39;
    border-radius: 100px;
    color: #fff;
    font-size: 11px;
    display: flex
;
    align-items: center;
    justify-content: center;
    position: relative;
}

.admin-powers-governing-body ul li p{
    color: #000;
    font-family: 'Dubai';
    width: 90%;
}


/* facilities ==================== */

.facilitypagesection{
    padding: 60px 0px;
}
.fxlbx{

}

.headerfcl{
    text-align: center;
    font-family: 'Cantata One';
    color: #000;
    font-size: 22px;
    margin-bottom: 31px;
    text-transform: uppercase;
}

.fclpic img{
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.fclpic{
    position: relative;
}
.fclpic::before {
    content: '';
    position: absolute;
    width: 86%;
    height: 88%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #bd986096;
    border-radius: 4px;
    z-index: 3;
    pointer-events: none;
}

.fxlbx h3{
    padding: 20px 0px;
    font-family: "Cantata One", serif;
    color: #000;
    text-transform: uppercase;
    font-size: 17px;
    border-bottom: 1px solid #b29f71;
    width: 80%;
    margin: auto;
    text-align: center;
}

.colfcl{
    padding: 20px;
}

/* plan a visit section ===================== */

.commonpad{
    padding: 60px 0px;
}

.bxcontanerhdr{
    max-width: 900px;
    margin: auto;
    text-align: center;
    margin-bottom: 54px;
}

.bxcontanerhdr h3{
        font-family: 'Dubai';
    font-size: 3rem;
    color: #015e39;
}

.bxcontanerhdr p{
    font-family: 'Nanum Gothic';
    color: #333;
    font-size: 15px;
}

.plvdisplay{
    border-radius: 10px;
    overflow: hidden;
    transition: .3s ease;
}

.plvdisplay img{
    width: 100%;
    aspect-ratio: 1 / 1.2;
    object-fit: cover;
}

.plvsec{
    position: relative;
}
.plvdt{
    text-align: center;
    padding: 10px 10px;
    position: absolute;
    top: 61%;
    left: 0;
    transform: translate(-0%, -50%);
    width: 100%;
    opacity: 0;
    transition: .3s ease;
}

.plvdt h3{
        font-family: 'Dubai';
    color: #000;
    font-size: 20px;
}

.plvdt span{
    display: flex;
    font-family: 'Inter Tight';
    padding: 8px 0px;
    color: #000;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 15px;
}

.plvdt span div{
    width: 30px;
    height: 1px;
    border-bottom: 1px dashed #bd9860;
}

.plvdt a{
    text-transform: uppercase;
    font-family: 'Nanum Gothic';
    font-size: 13px;
    font-weight: 600;
    color: #bd9860;
    letter-spacing: 1px;
}

.col-pln{
    margin-bottom: 30px;
}

.plvsec:hover>.plvdt{
    opacity: 1;
    top: 50%;
}

.plvsec:hover>.plvdisplay{
    opacity: .1;
}

/* local Attractions =========================== */

.imglca img{
    width: 100%;
    aspect-ratio: 1 / 0.4;
    object-fit: cover;
}


.bxsecla{
    margin-top: 20px;
}

.bxsecla h3{
    font-size: 18px;
    font-family: 'Inter Tight';
    font-weight: 600;
    color: #bd9860;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 11px;
}

.overline{
    width: 59px;
    height: 2px;
    border-bottom: 1px solid #bd9860;
}

.bxsecla p{
    font-family: 'Nanum Gothic';
    color: #333;
    font-size: 15px;
    line-height: 26px;

}

.colspc30{
   padding: 0px 40px;
   margin-bottom: 50px;
}


/* facilities =============================== */

.listcritria{

}

.listcritria ul{
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.listcritria ul li{
    border: 1px solid #d5b665fa;
    padding: 12px 16px;
    width: 23%;
    color: #000;
        font-family: 'Dubai';
    font-size: 22px;
    text-transform: capitalize;
    text-align: center;
}


.headercrt{
    text-align: center;
    margin-bottom: 57px;
}

.headercrt h3{
        font-family: 'Dubai';
    font-size: 34px;
    color: #005f39;
}

.headercrt p{
    font-size: 20px;
    font-family: 'Nanum Gothic';
    color: #333;
}

/* affiliation ------------- */

.aflhdr{

}

.aflhdr h3{
    text-align: center;
    font-size: 30px;
    max-width: 800px;
    margin: auto;
    margin-bottom: 60px;
        font-family: 'Dubai';
    color: #000;
    font-weight: 600;
}

.cardinfo{
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: 1px dashed #00000030;
}

.cardinfo h5{
        font-family: 'Dubai';
    color: #000;
    font-size: 21px;
}

.bxfxcrd{
    display: flex;
    gap: 10px;
}

.bxfxcrd span{
    color: #bd9860;
}

.bxfxcrd p{
    color: #333;
    font-family: 'Nanum Gothic';
    font-size: 14px;
}

.bxfxcrd a{
    color: #106744;
    font-family: 'Nanum Gothic';
    font-size: 14px;
}

.pflx{

}








.wrapper {

}

.tab-wrapper {
    margin-bottom: 50px;
}

.tabs {
    margin: 0;
    padding: 0;
    display: none;
    flex-wrap: wrap;

}

.tab-link {
    margin: 6px;
    list-style: none;
    padding: 4px 16px;
    cursor: pointer;
    transition: all ease 0.5s;
    font-family: 'Dubai';
    color: #000000;
    background: #efefefad;
    border-radius: 100px;
}

.tabs-toggle{
    border: 1px dashed #00000030;
    width: 225px;
    padding: 10px;
    font-family: 'Dubai';
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.tabs-toggle span{
    line-height: 1;
    font-size: 12px;
    color: #7e7e7e;
}

.tab-link:hover {
	color: #999;

}

.tab-link.active {
    color: #005f39;
}


.content-wrapper {
	
}

.tab-content {
	display: none;
	opacity: 0;
	transform: translateY(15px);
	animation: fadeIn 0.5s ease 1 forwards;
}

.tab-content.active {
	display: block;
}

@keyframes fadeIn {
	100% {
		opacity: 1;
		transform: none;
	}
}

/* member ship option ================ */

.bx-mpsect{
    padding-right: 50px;
}

.bx-mpsect h3{
        font-family: 'Dubai';
    font-size: 3rem;
    color: #015e39;
    margin-bottom: 20px;
}

.bx-mpsect p{
    font-family: 'Nanum Gothic';
    color: #333;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: justify;
}

.bx-imgrgh img{
    width: 100%;
}

/* tariff == */

.wrprnd{

    position: relative;
}

.hdrtrf{
    font-size: 36px;
    margin-bottom: 0px;
    color: #005f39;
    font-family: 'Catchy Mager';
}

.top40{
    margin-top: 70px;
}

.rowcenter{
    justify-content: center;
}

.cardTariff{
    border-radius: 10px;
    padding: 33px 38px;
    height: 100%;
    border: 1px dashed #00000030;
    background: #fdfaf3;
    position: relative;
    background-image: url(../images/bgtxtur.jpg);

}

.cardTariff::before {
    content: '';
    position: absolute;
    width: 95%;
    height: 88%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #bd986096;
    border-radius: 4px;
    pointer-events: none;
}
.colbx40{
    padding: 10px;
    margin-bottom: 0px !important;
}

.flexlbl{
    display: flex
    ;
        flex-wrap: wrap;
        gap: 13px 19px;
        /* justify-content: center;   */
}

.cardTariff h5{
    font-family: "Cantata One", serif;
    color: #000000;
    font-size: 19px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.cardTariff p{
    font-family: 'Nanum Gothic';
    font-size: 15px;
    color: #000;
    display: flex
;
    align-items: center;
    gap: 8px;

}

.cardTariff p i{
    color: #bd9860;
    width: 18px;
    font-size: 16px;
}

.cardTariff p strong{
    font-family: 'Nanum Gothic';
    color: #000;
    font-size: 14px;
}
.flexlbl p:nth-child(1){
    border-right: 1px solid #0000003d;
    padding-right: 13px;
}
.flexlbl p:last-child{
    /* transform: scale(1.3); */
}


.bxwrpchrg{
    padding: 100px 0px;
}

.chrgcrf {
    text-align: center;
    -webkit-box-shadow: 0px 5px 16px 0px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0px 5px 16px 0px rgb(0 0 0 / 9%);
    box-shadow: 0px 5px 16px 0px rgb(0 0 0 / 9%);
    padding: 22px;
    border-radius: 10px;
}

.chrgcrf h5 {
        font-family: 'Dubai';
    color: #096440;
    font-size: 24px;
    margin-bottom: 12px;
}


.bxwrphdr{
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
        font-family: 'Dubai';
    color: #000;
}

.rowftr{
    justify-content: center;
}

.chrgcrf p {
    font-family: 'Nanum Gothic';
    font-size: 17px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    flex-direction: column;
}

.chrgcrf p label{
    margin: 0px;
    width: 100%;
}

.chrgcrf p i {
    color: #bd9860;
    width: 18px;
    font-size: 16px;
}

.chrgcrf p strong {
    font-family: 'Nanum Gothic';
    color: #000;
    font-size: 14px;
}

.chrgflexlbl{

}



.boardmembersection{
    padding: 100px 0px;
}

.rowflx{
    display: flex;
    gap: 35px;
    flex-wrap: wrap;

}

.bxmbrcol{
    width: 21.7%;
    border: 1px solid #00000017;
    padding: 10px;
    border-radius: 23px;
}

.brdmbrs{
    text-align: center;
}

.mbrdisplay{
    width: 100%;
    margin: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #33333312;
    border-radius: 10px;
    color: #0000007a;
    font-size: 25px;
    margin-bottom: 10px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.mbrdisplay img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brdmbrs h5{
        font-family: 'Dubai';
    font-size: 17px;
    color: #000;
    margin-bottom: 2px;
    margin-top: 10px;
}

.brdmbrs p{
    font-size: 12px;
    font-family: 'Dubai';
    color: #005f39;
    text-transform: uppercase;
    font-weight: 700;
}

.bx-list-mbr{
    /* border-right: 1px solid #00000026; */
    background: #f7f7f7;
    padding: 30px;
}
.bx-list-mbr a{
    display: block;
    font-family: 'Dubai';
    color: #000;
    font-size: 16px;
    margin-bottom: 17px;
    text-transform: capitalize;
}

.activelink{
    color: #c39860 !important;
}
/* terms and condition ======== */


.trmcnd{
    background: #005f39;
}

.container-port-new .row{
    width: 100%;
    margin: auto;
}

.container-port-new .row .col-lg-6:last-child{
    padding-right: 0px;
}


.trmddc h3{
    font-size: 29px;
        font-family: 'Dubai';
    color: #fff;
    margin-bottom: 19px;
}

.trmddc{
    
    max-width: 600px;
        
    margin: auto;
        
    padding: 100px 0px;
    }
    
    .trmddc ul{
        
    list-style: none;
        
    padding: 0px;
        
    margin: 0px;
    }
    
    .trmddc ul li{
        
    }
    .trmddc ul li p{
        font-family: 'Nanum Gothic';
        color: #fff;
        font-size: 15px;
        margin-bottom: 12px;
        text-align: justify;
    }

    .coldisplay-terms{
        height: 100%;
    }

    .coldisplay-terms img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* annual report ========================= */


    .col-bx30{
        padding: 10px;
    }

    .anrptrt{
        text-align: center;
        background: #0e6543;
        padding: 36px 20px;
        border-radius: 4px;
        height: 100%;
        padding-bottom: 71px;
    }

    .anrptrt h3{
        font-size: 21px;
        margin-bottom: 10px;
        line-height: 1.2;
        color: #fff;
        font-family: 'Cantata One';
        text-transform: capitalize;
    }

    .anrptrt span{
        display: block;
        color: #f5c985;
        margin: 13px 0px;
        font-size: 18px;
    }

    .anrptrt a{
        color: #000;
        background: #fff;
        padding: 4px 29px;
        font-family: 'Inter Tight';
        font-size: 15px;
        display: block;
        width: 70%;
        margin-top: 30px;
        border-radius: 100px;
        position: absolute;
        bottom: 14px;
        left: 50%;
        transform: translate(-50%, -52%);
        border: 1px solid #fff;
        transition: .3s ease;
        max-width: fit-content;
    }
    

    .anrptrt a:hover{
        background: none;
        color: #fff;
    }


/* about us ----------------- */

.bt-top{
    padding-top: 70px;
    padding-bottom: 70px;
}



.abouts-us h3{
    font-size: 2.5rem;
    color: #0a0d31;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1.2;
}

.box-abt img{
    width: 100%;
}

.coin-list ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.coin-list ul li{
    list-style: none;
    display: flex;

}

.left-side-box img{
    width: 200px;
}

.right-side-box{
    width: 305px;
}

.right-side-box h3{
 font-size: 24px;
 color: #0a0d31;
 font-weight: 600;
 margin-bottom: 15px;
}

.right-side-box p{

}


.list-abts-items{
    margin-top: 30px;
}


.list-abts-items ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

.list-abts-items ul li{
    margin-bottom: 30px;
    width: 50%;
    padding-right: 23px;
}

.list-abts-items ul li span{
    font-size: 17px;
    color: #0a0d31;
    font-weight: 600;
    margin-bottom: 9px;
    display: block;
}

.list-abts-items ul li p{
    color: #535353;
    font-size: 14px; 
}

/* services ------------------------------------ */
.shadow-en{
    box-shadow: 0 1px 6px 0 #20212438;
    border-radius: 6px;
    position: relative;
}


/* contact us page =================== */

.bx-wrpcnt{
    background-color: #fff;
    padding: 30px 35px 20px;
    box-shadow: 0px 4px 30px 0px rgba(19, 74, 83, 0.05);
    overflow: hidden;
    position: relative;
    height: 100%;
}

.colpad20{
    padding: 10px;
}

.bx-wrpcnt span{
    display: block;
    margin-bottom: 20px;
}

.bx-wrpcnt span img{
    width: 50px;
}

.bx-wrpcnt h3{
    color: #25644c;
        font-family: 'Dubai';
    font-size: 23px;
    margin-bottom: 9px;
}

.bx-wrpcnt p{
    font-family: 'Nanum Gothic';
    color: #000;
    font-size: 14px;
}

.bx-wrpcnt a{
    font-family: 'Nanum Gothic';
    color: #000;
    font-size: 15px;
    display: block;
    margin-bottom: 4px;
}

.tpfrmhdr h2{
    font-size: 18px;
    letter-spacing: 5px;
    font-family: 'Inter Tight';
    font-weight: 600;
    color: #bd9860;
    display: flex;
    align-items: center;
    gap: 20px;
}

.tpfrmhdr h3{
    font-size: 2rem;
    color: #fff;
        font-family: 'Dubai';
    margin-top: 19px;
    margin-bottom: 45px;
}

.frmdsp{
    background: #25644c;
    padding: 100px 0px;
}


.frmgrp input{
    color: #fff;
    border: 1px solid #71929a;
    padding: 15px 20px;
    font-weight: 400;
    background: none;
    width: 100%;
    display: block;
}

.frmgrp button{
    background: #fff;
    border: none;
    width: 159px;
    padding: 11px 0px;
    font-family: 'Inter Tight';
    color: #000;
    font-weight: 400;
}

.frmgrp input::placeholder{
   color: #71929a;
}

.frmgrp textarea{
    color: #fff;
    border: 1px solid #71929a;
    padding: 15px 20px;
    font-weight: 400;
    background: none;
    width: 100%;
    height: 100px;
    display: block; 
}

.bb30{
    margin-bottom: 30px;
}



/* boxsection cars ==================== */

.bannerinnersection{
    background-image: url('../images/home/about_us/carsearch.jpg');
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    padding-top: 100px;
}

.listcars{
    padding: 100px 0px;
}

.bannerinercaption h3{
        color: #fff;
    font-size: 35px;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: capitalize;
}

/* management inforimation section =--------------------------------- */

.mnginfo h3 {
    font-size: 39px;
    color: #000;
    line-height: 1.1;
    margin-bottom: 14px;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: capitalize;
}

.mnginfo p {
    margin-bottom: 10px;
    font-family: 'Poppins';
    font-size: 15px;
    line-height: 26px;
    color: #000;
}

.mnginfo a{
    background: #fd000b;
    color: #fff;
    padding: 10px 20px;
    max-width: fit-content;
    margin-top: 24px;
    border-radius: 8px;
    font-family: 'Poppins';
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mnginfoimg {
    width: 90%;
    border-radius: 10px;
    overflow: hidden;
}
.mnginfoimg  img{
    width: 100%;

}
    /* footer ================================================================= */

    .footer-logo-section{
        background-image: url('../images/home/about_us/footer-dots.svg');
        background-position: center;
        background-size: contain;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 88vh;
        background-repeat: no-repeat;
    }

    .footer-log-icon{
        background: #000;
        padding: 65px;
    }

    .footer-log-icon img{
        width: 173px;
    }

    .abts-ftr
    {
        height: 100%;
        border-left: 1px solid #ffffff45;
        border-right: 1px solid #ffffff45;
    }
    .bx-svg{
        text-align: center;
    }
    .bx-svg img{
        width: 130px;
    }

    .footer-footer{
    padding: 18px 0px;
    border-top: 1px solid #f3f3f32b;
    }
    
    .brd-left{
        border-left: 1px solid #fff;
    padding-left: 20px;
    }


    .addres-box span {
        padding-right: 10px;
        position: relative;
    top: 3px;
    }
    .addres-box span svg{
        fill: #fff;
        width: 18px;
        height: auto;
    }

    .abts-ftr h3 {
        color: #ffffffd4;
        font-size: 20px;
        margin-bottom: 30px;
            font-family: 'Dubai';
        text-align: center;
        margin-top: 20px;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    .abts-ftr p {
        color: #f5f5f1b3;
        font-size: 13px;
        margin-bottom: 25px;
        padding-right: 30px;
    }

    .addres-box p{
        color: #fff;
        font-size: 13px;
        padding-right: 30px;
    }

    .flex-bx-1{
        margin: 0px;
        padding: 0px;
    }

    .flex-bx-1 li {
        display: flex;
            gap: 9px;
            margin-bottom: 20px;
    }
    .flex-bx-1 li span{
        color: #edbd75;
        font-size: 29px;
    }


    .flex-bx-1 li a{
        display: block;
        font-size: 16px;
        color: #fff;
    }

    .flex-bx-1 li a label{
        width: 100%;
        font-size: 16px;
        font-family: 'Inter Tight';
        color: #edbd75;
    }


    .flex-bx-1 li p{
        color: #fff;
        font-family: 'Nanum Gothic';
        font-size: 14px;
    }

    .flexbxcnt a{

    }
    .flexbxcnt label{
        width: 100%;
        font-size: 16px;
        font-family: 'Inter Tight';
        color: #edbd75;
    }

    .flexbxcnt a p{
        color: #fff;
        font-family: 'Nanum Gothic';
        font-size: 14px;
    }
     
    .addres-box a{
        color: #fff;
        font-size: 13px;
        display: block;
    }
    .footer-social{
        display: flex;
        align-items: center;
    }
    .footer-social a{
        margin-right: 30px;
        text-align: center;
        color: #fff;
        font-size: 20px;
    }
    .footer-social a span{
 display: block;
    line-height: 1;
    font-size: 13px;
    color: #fff;
    }

    .cnter-reserv{
       width: 90%;
       margin: auto;
    }

    .cnter-reserv p{
        font-size: 13px;
        color: #fff;
        font-family: 'Nanum Gothic';
    }
    .cnter-reserv p a img{
        width: 65px;
    }
    .row-footer{
        /* margin-bottom: 50px; */
    }

.footertxt {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    overflow: hidden;
    padding: 8px;
    opacity: .1;
}

    .footertxt img{
            width: 100%;
    object-fit: cover;
    }

    .flex-box-ftr{
        display: flex !important;
        align-items: baseline;
    }

    .flex-box-ftr-a{
        display: flex !important;
        align-items: center;
        margin-bottom: 7px;
    }

    .flex-box-list2 ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 39px;
    justify-content: end;
    }

    .pdl40{
        padding-left: 40px;
    }

    .lftabtsarp h3{
            font-family: 'Dubai';
    font-size: 17px;
    color: #fff;
    max-width: 400px;
    }

    .cntddtig{
    margin-bottom: 38px;
    }

        .cntddtig ul{
    display: flex
;
    align-items: center;
    justify-content: end;
    list-style: none;
    padding: 0px;
    margin: 0px;
    gap: 18px;
        }

            .cntddtig ul li a{
    display: flex
;
    width: 60px;
    height: 60px;
    background: #dc1a1a;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
            }

    .flex-box-list2 ul li{

    }

    .flex-box-list2 ul li a{
    display: block;
    font-size: 16px;
    color: #fff;
    font-family: 'Dubai';
    text-transform: uppercase;
    }

    /* hamburger menu */


    .ham{
        width: 30px;
        height: 20px;
        display: none;
        align-items: end;
        justify-content: center;
        flex-direction: column;
        margin-left: 0;
        padding: 0px 4px;
        margin-right: 46px;
        position: relative;

    }

    .ham::before{
        content: 'Menu';
        display: block;
        right: -47px;
        font-family: 'Dubai';
        color: #000;
        text-transform: uppercase;
        font-size: 15px;
        line-height: 0;
        position: relative;
        top: 11px;
    }

    .ham span{
        display: block;
        width: 100%;
        height: 1px;
        background-color: #09011c;
        
    }


    .ham span:nth-child(1){
        display: none;
    }
    .ham span:nth-child(2){
        margin: 6px 0px;
        width: 63%;
    }

    /* innerpage abouts us =========== */

    .abtimg{

    }

    .abtimg img{
        width: 100%;
    }

    .inerabts{
        padding-left: 50px;
    }

   .inerabts h3 {
    font-size: 39px;
    color: #000;
    line-height: 1.1;
    margin-bottom: 14px;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: capitalize;
}
   .inerabts p {
    margin-bottom: 10px;
    font-family: 'Poppins';
    font-size: 15px;
    line-height: 26px;
    color: #000;
    text-align: justify;
}
 .inerabts a{
        display: flex
;
    align-items: center;
    gap: 3px;
    margin-top: 30px;
 }
   .inerabts a i{
        width: 49px;
    height: 49px;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: #fd000b;
    border-radius: 100px;
    color: #fff;
    font-size: 25px;
}
   .inerabts a span{
        height: 49px;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: #fd000b;
    border-radius: 100px;
    color: #fff;
    font-size: 25px;
    font-family: 'Poppins';
    padding: 0px 23px;
    font-weight: 600;
   }

    .hdrwht {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Poppins';
    margin-bottom: 32px;
    }
    .whtwofr{
        text-align: center;
        margin-top: 80px;
    }

    .whtwofr ul{
    display: flex
;
    list-style: none;
    padding: 0px;
    margin: 0px;
    flex-wrap: wrap;
    gap: 17px;
    justify-content: center;
    }

    .whtwofr ul li{
    border: 1px solid #fd000b;
    font-family: 'Poppins';
    color: #fd000b;
    padding: 10px 20px;
    border-radius: 100px;
    }

    .bannersectionwrp{
        background-image: url('../images/home/about_us/banner-abts.jpg');
    background-position: center;
    background-size: cover;
    margin-top: 115px;
    border-radius: 20px;
    padding: 81px 10px;
    position: relative;
    overflow: hidden;
    }
    .bannersectionwrp::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000000;
    background: linear-gradient(277deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
    .bannersectionwrp .row{
        width: 100%;
        margin: auto;
    }
    .hdrbng{
    font-family: 'Poppins';
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    padding-left: 50px;
    margin-bottom: 17px;
    }

    .listbfn{
    padding-left: 50px;
    }

    .listbfn ul{
    list-style: none;
    padding: 0px;
    margin: 0;
    }

    .listbfn ul li{
    color: #fff;
    margin-bottom: 11px;
    font-family: 'Poppins';
    }

        .listbfn ul li i{
            color: #fd000b;
        }


        /* car detail page =========================== */

        .imgcr img{
            width: 100%;
            border-radius: 10px;
        }

        .imgcrthumb img{
            width: 100%;
        }

        .slider {
  color: #fff;
  padding-right: 40px;
}
.slider .swiper-container {
  width: 100%;
  height: 100%;
}
.slider__flex {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.slider__col {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-right: 32px;
}
.slider__prev,
.slider__next {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider__prev:focus,
.slider__next:focus {
  outline: none;
}
.slider__thumbs {

}
.slider__thumbs .slider__image {
  transition: 0.25s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}
.slider__thumbs .slider__image:hover {
  opacity: 1;
}
.slider__thumbs .swiper-slide-thumb-active .slider__image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.slider__col{
    margin-top: 10px;
}
.slider__images {
 width: 100%;
}
.slider__images .slider__image img {
  transition: 3s;
}
.slider__images .slider__image:hover img {
  transform: scale(1.1);
}
.slider__image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .slider__flex {
    flex-direction: column-reverse;
  }
  .slider__col {
    flex-direction: row;
    align-items: center;
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
  }
  .slider__images {
    width: 100%;
  }
  .slider__thumbs {
    height: 100px;
    width: calc(100% - 96px);
    margin: 0 16px;
  }
  .slider__prev,
  .slider__next {
    height: auto;
    width: 32px;
  }
}

.pricedsply{
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Poppins';
    color: #fd000b;
    margin-bottom: 20px;
}

.ddtinf ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 8px 7px;
}

.ddtinf ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    /* background: #f2f2f29e;
      padding: 2px 16px; */
    border-radius:100px;
}
.ddtinf ul li label {
    margin: 0px;
    font-family: 'Poppins';
    color: #000;
    font-size: 16px;
}
.ddtinf ul li span img {
    width: 33px;
    height: 31px;
}

.ddtinf ul li span svg {
    width: 33px;
    height: 31px;
}

.ddtinf{
    max-width: 500px;

}

.ddtinf h3{
    font-size: 26px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 600;
    margin-bottom: 11px;
}

.crprice{

}

.bkbtncs{
    display: flex
;
    align-items: center;
    gap: 15px;
    margin-top: 38px;
    max-width: 500px;
}

.bkbtncs button{
    width: 70%;
    height: 59px;
    background: #fd000b;
    border: none;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    font-family: 'Poppins';
    border-radius: 10px;
    outline: none;
    cursor: pointer;
}

.bkbtncs a{
    width: 30%;
    height: 59px;
    border: 2px solid #fd000b;
    color: #fd000b;
    font-size: 19px;
    font-weight: 600;
    font-family: 'Poppins';
    border-radius: 10px;
    display: flex
;
    align-items: center;
    justify-content: center;
}

/* tab section ==== */

.wrapper {
  margin-top: 80px;
}

.tab-wrapper {
  display: block;
  margin: auto;
}

.tabs {
  margin: 0;
  padding: 0;
  display: flex;
      border-bottom: 1px solid #00000014;
}

.tab-link {
    margin: 0 1%;
    list-style: none;
    padding: 10px 40px;
    color: #2f2f2f;
    cursor: pointer;
    font-weight: 500;
    transition: all ease 0.5s;
    border-bottom: solid 3px rgba(255, 255, 255, 0);
    font-family: 'Poppins';
    border-radius: 10px 10px 0px 0px;
}

.tab-link:hover {

}

.tab-link.active {
     color: #ffffff;
    background: #fd000b;
}



.content-wrapper {
    padding: 10px 14px;
}

.tab-content {
  display: none;
  text-align: center;
  color: #888;
  font-weight: 300;
  font-size: 15px;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}

.desc-info{
    text-align: left;
}

.desc-info h3{
        font-size: 18px;
    font-weight: 500;
    color: #000;
    font-family: 'Poppins';
}
.addinfo{
    text-align: left;
}
.addinfo h3{
            font-size: 20px;
    font-weight: 500;
    color: #000;
    font-family: 'Poppins';
    margin-bottom: 10px;
}
.addinfo p{
    font-family: 'Poppins';
}
.addinfo p i{
        color: #fd000b;
}

.relatedvhc{
    margin-top: 100px;
}
.rlbx{

}

.rltpic img{
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 1 / .7;
    object-fit: cover;
}

.rltdt{
    text-align: center;
    margin-top: 20px;
}
.rltdt h3{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    font-family: 'Poppins';
}

.rltdt p{
    color: #fd000b;
    font-family: 'Poppins';
    text-transform: capitalize;
    font-weight: 600;
}

.rlthedr{
        font-size: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 38px;
    font-family: 'Poppins';
}



/* book from =================== */

.bxwdth{
    max-width: 900px;

}
.frmbook{
    padding: 30px 25px;
}

.frmbook form .row{
    gap: 16px 0px;
}

.frmbk label{
        font-family: 'Poppins';
    color: #000;
    font-size: 14px;
}

.frmbk input {
    border: 1px solid #00000033;
    padding: 10px;
    height: 45px;
    width: 100%;
    border-radius: 15px;
    transition: .3s ease;
}

.frmbk select {
    border: 1px solid #00000033;
    padding: 10px;
    height: 45px;
    width: 100%;
    border-radius: 15px;
    transition: .3s ease;
}

.frmbk textarea {
    border: 1px solid #00000033;
    padding: 10px;
    height: 70px;
    width: 100%;
    border-radius: 15px;
    transition: .3s ease;
}

.pkinf{
        color: #fb000b;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 7px;
}

.gap10{
    display: flex;
    flex-direction: column;
        gap: 10px;

}
.sphdr{
        color: #000;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 7px;
            font-family: 'Poppins';
}

.frmbkflx label{
            font-family: 'Poppins';
            color: #000;
                font-weight: 500;
}

.sbmbutt button{
background-color: #fb000b;
    color: #fff;
    padding: 10px 63px;
    border-radius: 10px;
    border: none;
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 500;
}

.hdrbkin{
        color: #fb000b;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins';
    padding: 2px 24px;
}
        /* contact us page ================== */

        .rowpb{
            gap: 30px 0px;
        }

        .frminput input{
                border:1px solid #00000033;
                padding-left: 20px;
                padding-right: 20px;
                padding-top: 1.25rem;
                padding-bottom: 1.25rem;
                width: 100%;
                border-radius: 15px;
                transition: .3s ease;
        }

        .frminput input:focus{
            border: 1px solid #fd000b;
        }


                .frminput textarea{
                border:1px solid #00000033;
                padding-left: 20px;
                padding-right: 20px;
                padding-top: 1.25rem;
                padding-bottom: 1.25rem;
                width: 100%;
                border-radius: 15px;
                transition: .3s ease;
                height: 100px;
        }

        .frminput textarea:focus{
            border: 1px solid #fd000b;
        }

        .frminput label{
            width: 100%;
                font-family: 'Poppins';
    color: #000;
        }

        .submitbtn button{
            background: #fd000b;
    border: none;
    color: #fff;
    padding: 13px 34px;
    display: block;
    max-width: fit-content;
    font-family: 'Poppins';
    border-radius: 100px;
    font-size: 17px;
    font-weight: 500;
        }

        .contactinfo{
                height: 100%;
    background: #fd000b;
    padding: 30px;
    border-radius: 20px;
    width: 89%;
        }

        .hdrcnt h3{
                color: #fff;
    font-family: 'Poppins';
    font-size: 31px;
    max-width: 300px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 13px;
        }
         .hdrcnt p{
                color: #fff;
    margin-bottom: 40px;
        font-family: 'Poppins';
        }
        .cntbx{
    display: flex
;
    margin-bottom: 20px;
    gap: 10px;
    align-items: center;
        }

    .cntbx span{
                color: #fff;
    font-size: 23px;
        }

            .cntbx p{
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins';
}

            .cntbx a{
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins';
}
    /* mobile menu --------------------------------- */


    .mobile-menu{
        padding: 30px 0px;
        position: fixed;
        top: 0;
        right: 0;
        width: 271px;
        height: 100%;
        z-index: 99999999;
        /* background-image: url('../images/home/about_us/aboutus-inner.webp'); */
        background-position: initial;
        background-size: cover;
        background-color: #fff;
        background-blend-mode: saturation;
        transform: translateX(500px);
        transition: .3s ease;
        display: none;
        padding-top: 60px;

    }
    .close-items{
        width: 58px;
        height: 57px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99999999999;
        display: flex
    ;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        color: #000000;
        border: 1px solid #0000001a;
        border-right: none;
        border-bottom: none;
        border-top: none;
    }

    .logomen{
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        padding: 10px;
        display: none;
    }

    .logomen img{
        width: 100%;
    }
    .wrpall-cg{
        background: #efefef36;
        height: 100%;
    }
    .bknw{
        padding: 0px 20px;
        margin-top: 39px;
    }

    .bknw a{
    background: #fd000b;
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    padding: 13px 10px;
    border-radius: 100px;
    }

    .close-items svg{
        fill: #fff;
        width: 100%;
        height: auto;
    }

    .showmbmenu{
        transform: translateX(0px) !important; 
        transition: .3s ease;

    }

    .mob-main_nav_menu{
        list-style: none;
        padding: 0px 20px;
        margin: 0px;
    }
    .mob-list_nav_a{
        padding: 14px 0px;
        display: flex
    ;
        align-items: center;
        justify-content: space-between;
        color: #0F0F0F;
        font-size: 15px;
        font-weight: 300;
        position: relative;
    font-family: 'Poppins';
        border-bottom: 1px solid #00000010;
        text-transform: uppercase;
    }

    .mob-list_nav_a i{
        font-size: 13px;
    }

    .mob-list_nav_a:hover{
        color: #f7c780;
    }
    .header-title-mob{
        padding: 0px 30px;
        margin-top: 51px;
    }

    .mob-nav-social{
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .mob-nav-social ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .mob-nav-social a {
        color: #3e815f;
        display: flex;
        width: 29px;
        height: 29px;
        background: #fff;
        border-radius: 50px;
        align-items: center;
        justify-content: center;
        font-size: 13px;
    }

    .header-title-mob h3{
        color: #000000;
        font-size: 14px;
        font-weight: 500;
        font-family: 'Nanum Gothic';
        text-transform: uppercase;
    }

 
      
  @keyframes marquee{
    0%{ transform: translateX(0)}
    100%{transform: translate(-50%)}
    }
    .tech-i {
        width: 100%;
    }
    .tech-i img{
        width: 100%;
        height: 66px;
        object-fit: contain;
    }




@media screen and (max-width:1400px) {
    .container-port{
        width: 96%;
        padding: 0px 2px;
    }

    .container-port-xlx {
        width: 96%;
    }

    .main_nav_menu{
        gap: 19px;
    }
    .list_nav_a{
     font-size: 11px;   
    }
}


@media screen and (max-width:1300px) {
    .list_nav_a{
 
    }
    .bxclcat{
            padding: 20px 12px;
    }
    .callaction span{
        font-size: 21px;
    }
    .header_flex{
        gap: 46px;
    }
}

@media screen and (max-width:1200px) {
    .listcritria ul li{
        width: 31%;
    }
    .blwcnt ul li{
        width: 48%;
    }
    .member-list li{
        width: 31%;
    }
}

@media screen and (max-width:1302px) {
    .navigation_lists{
        display: none;
    }
    .list-info ul{
        flex-wrap: wrap;
    }

    .list-info ul li{
        margin: 10px;
    }
    .chat_flex_box{
        align-items: center;
    }
    .ham{
        display: flex !important;
    }

    .header_container{
        padding: 7px 0px;
    }
    .bx-mpsect h3{
        font-size: 35px;
    }

    .bx-imgrgh{
        height: 100%;
    }

    .bx-imgrgh img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .bx-mpsect{
        padding-right: 30px;
    }

    .mobile-menu{
        display: block;
    }

    .sub-menu{
        display: none;
    }

    .sub-menu{
        position: unset;
        transition: unset;
        opacity: 2 !important;
        pointer-events: all !important;
        visibility: visible !important;
        background: none !important;
        border: none !important;
        padding: 0px 30px;
    }

    .sub-menu li a{
        color: #000;
        border: none;
    }
    .flattxtcnt h3{
        font-size: 20px;
    }
    .sub-menu li{
        width: 100%;
    }
    .mob-list_nav_a:hover {
        color: #3e815f;
    }
    .header_flex{
        justify-content: flex-start;
    }
    .ham::before{
            font-family: 'Poppins';
    color: #ffffff;
    text-transform: uppercase;
        font-weight: 600;
    }
    .ham span{
        background-color: #ffffff;
    }
    .bgnimg{
        display: none;
    }
}





@media screen and (max-width:991px) {
    .clcr{
        padding: 10px;
    }
    .mnginfoimg{
        width: 100%;
    }
    .inerabts{
        padding-left: 0px;
    }
    .hrdabt{
        padding-left: 0px;
    }
    .colpd0{
        padding: 10px;
    }
    .box--header-title ul li{
        width: 100%;
    }
    .bx-list-mbr{
        display: none;
    }
    .aboutus-sectin-home::after{
            width: 200px;
    height: 45%;
    }
    .flex-box-list2 ul{
        justify-content: flex-start;
    }
    .cntddtig ul{
         justify-content: flex-start;
    }
    .footertxt{
        display: none;
    }

    .flex-box-list2 ul {
    gap: 14px 22px;

    }
    .pdl40{
        padding-left: 0px;
    }
    .bximgwh {
    margin: 50px 0px;
}
    .reorder {
        order: -1; /* Moves the second column to the first position */
    }

    .abts-ftr{
        border-right: none;
        border-left: none;
        border-bottom: 1px solid #ffffff45;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .showcr{
            margin-top: 18px;
    }
    .bxmbrcol {
        width: 29.9%;
    }
    .carpick-box{
        position: unset;
                margin-top: 50px;
                        padding: 0px 15px;
    }
    .pkbxinf select {
    -webkit-box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 0%);
    border: 1px solid #00000042;
}
.crpk-frm label{
    color: #000;
}
    .pkbxinf input {
    -webkit-box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 0%);
    border: 1px solid #00000042;
}
    .bxseceq{
        padding:0px;
    }
    .col-mb30{
        margin-bottom: 0px;
    }
    .dtpcx h3{
        font-size: 18px;
    }
    .logo a{
        width: 130px;
        display: block;
    }
    .box--header-title h3{
        font-size: 29px;
    }
    .box--header-title{
        padding-right: 10px;
    }
    .chat_box{
        padding: 14px 17px;
    }
    .row-reflex{
        flex-direction: row-reverse;
    }
    .contact-support{
        display: none;
    }

    .bx-mpsect{
        padding-right: 0px;
        margin-bottom: 30px;
    }

    .list_nav_a{
        margin: 0px 15px;
    }
    .row-box-eq{
        max-width: 700px;
        margin: auto;
        justify-content: center;
    }
    .contact-details{
        margin-bottom: 26px;
    }

    .col-bx-footer{
        margin-bottom: 30px;
    }
    .prst-two{
        margin-top: 30px;
    }

    .join-us---bx{
        padding-left: 0px;
        padding-top: 40px;
    }
    .bx-sectwrp{
        margin-top: 20px;
    }
    .container-port-new .row .col-lg-6:last-child{
        padding-left: 0px;
    }
    .imgbs{
        padding: 0px;
        padding-bottom: 30px;
    }
    .rmbxcont{
        height: 253px;
    }

    .listcars .container-port .row{
        gap: 60px 0px;
    }
    .slider{
        padding-right: 0px;
    }
    .contactinfo{
        width: 100%;
    }
}


@media screen and (max-width:865px) {
.listcritria ul li{
    width: 47%;
}
.gpspc{
    flex-wrap: wrap;
}
    .listcars .container-port .row {
        gap: 29px 0px;
    }
}


@media screen and (max-width:767px) {
    .member-list li {
        width: 48%;
    }
    .prst-two{
        padding-left: 0px;
    }
    .box--header-title ul li{
        width: 47%;
    }
    .box--header-title{
        margin-bottom: 30px;
    }

    .ftrrght{
        padding-left: 0px;
        margin-bottom: 20px;
    }
    .footer-log-icon {
        background: #000;
        padding: 69px;
    }

    .footer-logo-section{
        width: 64%;
        height: 300px;
        margin: auto;
        background-size: cover;
        background-position: bottom;
        margin-bottom: 30px;
    }
    .hidden-col{
        overflow: hidden;
    }

    .box-btm-content h3{
        font-size: 40px;
    }

    .abts-home-content{
        margin-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .container-port-xl {
        padding: 0px 10px;
    }
    .mrddt p{
        text-align: justify;
    }

    .bx-secleftarp{
        padding-right: 0px;
    }
    .subhdr{
        font-size: 30px;
    }

    .bxmbrcol {
        width: 45%;
    }
    .colspc30{
        padding: 0px 10px;
    }
    .blwcnt ul li {
        width: 100%;
    }
    .ddcbx table th{
        font-size: 13px;
        padding: 4px 2px;   
    }
    .ddcbx table td{
        font-size: 13px;
        padding: 4px 2px;   
    }
    .member-list li {
        width: 100%;
    }
    .hdrbng{
        padding-left: 0px;
    }
    .listbfn{
        padding-left: 0px;
    }

    .bkbtncs a{
            font-size: 16px;
                 width: 40%;
    }
    .bkbtncs button{
       font-size: 16px;
           width: 60%;
    }
}

@media screen and (max-width:575px) {
    .tab-link{
            padding: 9px 13px;
                font-size: 13px;
    }
    .imgbanner{
        height: 450px;
    }
    .col50{
        width: 50%;
    }
    .bylawhdr {
        font-size: 24px;
    }
    .showcr{
        flex-direction: column;
    }
    .inerabts h3{
            font-size: 25px;
    }
    .logo img{
            width: 194px;
    }
    .clmdrs h6{
        font-size:25px;
    }
    .inerabts a span{
        font-size: 20px;
    }
    .sliderarrow{
        display: flex !important;
    }
    .brdmbrs h5{
        font-size: 13px;
    }
    .namecap{
        display: block !important;
    }
    .drscdinfo h3{
        font-size: 26px;
    }
    .brdmbrs p {
        font-size: 9px;
    }
    .blwmark ul li{
        margin-bottom: 15px;
    }
    .bannerinner{
        height: 200px;
    }
    .bx-hdr h1{
        font-size: 20px;
    }
    .dvdsec h3{
        font-size: 25px;
    }
    .blwmark ul li p{
        font-size: 16px;
    }
    .blwmark {
        padding: 20px;
    }
    .blwmark h3{
        font-size: 29px;
        padding-bottom: 20px;
    
    }
    .listcritria ul li{
        padding: 12px 1px;
        font-size: 14px;
    }
    .capdtbg{
        padding-bottom: 20px;
    }
    /* .bannerbgvid{
        height: 550px;
    } */
    .glrycontainer {
        height: 475px;
    }
    .bxnme{
        margin-left: 20px;
    }
    .bxsectionrst {
        border-bottom: 1px solid #545454;
        padding: 4px 0px;
        padding-right: 20px;
    }
    .mobile-menu{
        transform: translateX(900px);
    }
    .mobile-menu{
        width: 100%;
        padding-top: 83px;
    }
    .close-items{
        height: 83px;
    }
    .logomen{
        display: block;
    }
    .bxsecla h3{
        font-size: 15px;
        letter-spacing: 2px;
    }
    .bxcontanerhdr h3{
        font-size: 30px;
    }
.plvdt{
    opacity: 1;
    position: unset;
    transform: translate(-0%, -0%);
}
.plvsec:hover>.plvdisplay {
    opacity: 1 !important;
}
    .bxmbrcol {
        width: 43%;
    }

    .chrgcrf h5{
        font-size: 20px;
    }
    .cardTariff p{
        font-size: 12px;
    }
    .headercrt h3{
        font-size: 31px;
    }
    .listcritria ul{
        gap: 8px;
    }
    .flex-social-icons{
        display: none;
    }
    .banner-section-box::after{
        width: 113px;
        left: 236px;
        bottom: -90px;
    }
    .in-img{
        flex-direction: column;
    }
    .row-reflex{
        margin-top: 20px;
    }

    .imgcls{
        width: 100%;
    }
    .aside-abt {
        width: 34%;
        margin-left: auto;
        position: absolute;
        bottom: 207px;
        right: 0;
    }
    .abts-img-hm {
        padding-right: 0;
        width: 85%;
    }

    .list-str ul{
        flex-wrap: wrap;
    }
    .flex-box-ftr{
        flex-direction: column;
        text-align: center;
    }
    .addres-box p{
        padding: 0px;
    }

    .brd-left{
        border: 0px;
        padding: 0px;
        text-align: center;
    }

    .footer-social{
        justify-content: center;
    }

    .flex-box-ftr-a{
        flex-direction: column;
        margin-bottom: 20px;
    }

    .list-info ul li label span {
        font-size: 21px;
    }

    .mobile-menu{
        /* background-color: #100e95; */
        background-blend-mode: inherit;
    }
    
.contact-support{
    display: none;
}
.chat_box{
    padding: 11px 16px;
    font-size: 13px;
    display: none;
}
.flex-cnnt-box a{
    font-size: 3.3vw;
}
    .list-info ul li{
        width: 44%;
    }

    .list-info ul li label{
        font-size: 16px;
    }

    .list-info ul li p{
        font-size: 12px;
    }

    .container-port{
        padding: 0px 10px;
    }

    .box-btm-content h3{
        font-size: 12vw;
    }

    .icon-bsx{
        width: 273px;
        height: 228px;
    }

    .icon-bsx img{
        width: 100%;
        height: 100%;
        object-position: top;
        object-fit: cover;
    }

    .banner-title-inner h3{
        font-size: 10vw;
        line-height: 1.2;
    }

    .contact-details{
        margin-bottom: 30px;
    }

    .footer-log-icon img {
        width: 159px;
    }

    .footer-log-icon{
        padding: 28px 13px;
    }
    .pdd-07{
        padding: 0px;
    }

    .footer-logo-section{
        height: 264px;
        background-size: cover;
        width: 100%;
        margin: auto;
        margin-bottom: 40px;
    }

    .col-wd-100{
        width: 100%;
    }

    .client-box{
        padding: 29px 2px;
        width: 48%;
    }

    .client-box img {
        width: 113px;
        height: 43px;
        object-fit: contain;
        filter: grayscale(1);
        transition: .3s ease;
    }

    .link-siblings a{
        font-size: 12px;
        padding: 14px;
    }


    .banner-content-xc p{
        max-width: 400px;
    }

    .banner-content-xc h3{
        font-size: 39px;
    }
    .banner-content-xc p{
        font-size: 12px;
    }
    .abts-home-content {
        margin-top: 0px;
    }
    .abts-home-content{
        padding-right: 0px;
    }
    .list-str ul li{
        margin-bottom: 14px;
        position: relative;
        padding-left: 20px;
    }
    .abts-home-content h3 {
        font-size: 28px;
    }


    .list-str ul li::before{
        font-family: "Font Awesome 5 Free";
        content: '\f00c';
        position: absolute;
        left: 0;
        top: 0;
        color: #006a94;
    }
    .banner-section-inner{
        height: auto;
        padding-top: 120px;
        padding-bottom: 50px;
    }
    .samplebx img {
        width: 100%;
        aspect-ratio: 1 / .4;
        object-fit: cover;
    }
    .hrdabt h2{
        letter-spacing: 2px;
    }
    .list-abts-items ul li{
        width: 100%;
    }
    .thumbsld{
        display: none;
    }
    .abouts-us h3{
        font-size: 26px;
    }

    .banner-content-xc h3 br{
        display: none;
    }

    .addres-box span{
        margin: auto;
    }

    .contact-details p{
        padding: 0px;
    }

    .contact--box--jn{
        flex-direction: column;

    }
    .box--cnt{
        margin-right: 0px;
        margin-bottom: 20px;
    }
}


@media screen and (max-width:480px) {
    .box--header-title ul li{
        width: 100%;
    }
    .thumbsld{
        position: unset;
        background: #000000;
    }
    .gallery-thumbs {
        width: 100%;
        height: 100% !important;
        padding-top: 10px;
    }
    .thumbsld{
        padding: 0px 0px;
    }

    .gallery-thumbs .swiper-wrapper {
        flex-direction: row !important;
        flex-wrap: wrap;
    }

    .bxnme {
        margin-left: 0px;
    }
    .bxsectionrst{
        padding-right: 0px;
        text-align: center;
    }

    .sldthumb {
        height: auto !important;
        width: 50% !important;
    }
}

.active-tab{
    color: #fd000b !important;
}


.swiper-header{
    pointer-events: none !important;
}



.float-chat{
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 999;
}

.float-chat a{
    display: flex;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    background: #25d366;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.float-chat a svg{
    width: 100%;
    fill: #fff;
}

.lglink{
    display: block;
}


.modalboxcontainer{
    position: fixed;
    width: 600px;
    height: 100%;
    z-index: 999999999;
    top: 0;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    overflow: hidden;
    right: 0;
    border-left: 1px solid #00000017;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(75px);
    transition: .3s ease;
}

.showclndr{
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(0px); 
}

.modalboxbody{
    width: 90%;
}

.calendar {
    width: 100%;
  }
  .calendar h2 {
    text-align: center;
    margin-bottom: 21px;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Dubai';
    text-transform: uppercase;
  }
  .days, .dates {
    display: grid
    ;
        grid-template-columns: repeat(7, 1fr);
        text-align: center;
        gap: 15px;
        margin-bottom: 17px;
  }
  .days div {
    padding: 5px 0;
    color: #000;
    font-family: 'Inter Tight';
  }
  .dates div {
    text-align: center;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #a22d32;
    border-radius: 100px;
    background: #fef2f2;
    border: 1px solid #a22d32;
    aspect-ratio: 1 / 1;
  }
  .dates div:hover {
    background-color: #f0f0f0;
    cursor: pointer;
  }

  .availabledate{
    color: #387e39 !important;
    border: 1px solid #387e39 !important;
    background: #f1ffed !important;
  }

  .closecall{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 25px;
    color: #000;
    cursor: pointer;
  }
  .headervsb{
    border-bottom: 1px solid #0000002e;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #c39860;
  }
  @media screen and (max-width:991px) {
  .modalboxcontainer{
    width: 400px;
  }
  .right0{
    right: unset;
    left: 0;
  }
  .rmbxcont{
    overflow: hidden;
  }
  }

  @media screen and (max-width:575px) {
    .author_info{
        padding: 10px 10px;
        padding-top: 100px;
    }
    .modalboxcontainer{
        width: 90%;
        height: auto;
        padding: 60px 0px;
        border-radius: 10px;
        top: 50%;
        left: 50%;
        transform: translateY(40px) translate(-50%, -50%);
    }
    .showclndr{
        transform: translateY(0px) translate(-50%, -50%);
    }
  }
.modal-backdrop.fade {
        display: none !important;
    }
    
.flollwus label{
        display: block;
        text-transform: uppercase;
        margin-bottom: 1px;
        color: #fc0c16;
        font-weight: 700;
        font-size: 13px;
        font-family: 'Nanum Gothic';
        margin-top: 20px;
}

.flwftr{
        padding-top: 30px;
    max-width: 68%;
}

.flwscl{
    display: flex
;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.flwscl a{
display: flex
;
    width: 42px;
    height: 42px;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.flwscl a:nth-child(1){background-color:#3B5998 ;}
.flwscl a:nth-child(2){background-color: #1DA1F2;}
.flwscl a:nth-child(3){background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);}
.flwscl a:nth-child(4){background-color: #0077B5;}
.flwscl a:nth-child(5){background-color: #26cc64;}
