* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth !important;
}

body {
    color: #212832;
    width: 100%;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif !important;
}

input,
input:hover,
input:focus,
button,
button:hover,
button:focus,
textarea,
textarea:hover,
textarea:focus,
select,
select:hover,
select:focus {
    outline: none !important;
    border: none !important;
}

a,
a:hover,
a:focus {
    outline: none !important;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

/* @font-face {
    font-family: conthrax-sb;
    src: url(../fonts/conthrax-sb.ttf);
} */


.desk-d-block {
    display: block;
}

.desk-d-none {
    display: none;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}



.custom-container {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.default-padding-y {
    padding-top: 100px;
    padding-bottom: 100px;
}


/*Header start*/

.header {
    width: 100%;
    height: auto;
    position: sticky;
    top: 0;
    left: 0;
    background: #fff !important;
    z-index: 99 !important;
    /*    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);*/
}

/*Top header start*/

.top-header-section {
    padding: 5px 0;
    border-bottom: 1px solid #eeeeee;
}

.top-header-innerpart {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.top-header-leftbox a {
    color: #212832;
    font-size: 16px;
    line-height: 22px;
}

.top-header-content {
    color: #212832;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 0;
    padding-left: 5px;
}

.top-left-header {
    padding: 15px 30px 15px 0;
    background: #031331;
    padding-left: 5.8%;
    width: 38%;
    height: 100%;
}

.welcome-heading {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    padding-bottom: 0;
}

.top-header-middle {
    width: 75%;
    overflow: hidden;
    padding: 0 0;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    font-weight: 600;
    color: #b30000;
    font-size: 15px;
    animation: moveText 15s linear infinite;
}

@keyframes moveText {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.top-right-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    /*    background: #db1d21;*/
    width: 62%;
    height: 100%;
    padding-right: 5.8%;
}

.header .social_con {
    margin-top: 0;
    padding-right: 15px;
}

.header .social_con .social_icons {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: end;
    margin-top: 0px;
    transition: 0.3s ease-in-out;
}

.header .social_con .social_icons .icons {
    width: 30px;
    height: 30px;
    display: grid;
    position: relative;
    place-items: center;
    color: #4c2d0b;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 7px;
    transition: 0.3s ease-in-out;
    /*    clip-path: polygon(20% 0, 100% 0%, 79% 100%, 0% 100%);*/
}

/*
.header .social_con .social_icons .icons::after{
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 52px;
    height: 38px;
    background: #fff;
    transition: 0.3s ease-in-out;
    clip-path: polygon(20% 0, 100% 0%, 79% 100%, 0% 100%);
}
*/
/*
.header .social_con .social_icons .icons:hover::after{
    display: none;
    transition: 0.3s ease-in-out;
}
*/
.header .social_con .social_icons .icons i {
    font-size: 16px;
    transition: 0.3s ease-in-out;
    color: #4c2d0b;
    position: relative;
    z-index: 1;
}

.header .social_con .social_icons .icons i:first-child {
    margin-left: 0;
    transition: 0.3s ease-in-out;
}

.header .social_con .social_icons .icons:hover {
    background: transparent;
    transition: 0.3s ease-in-out;
}

.header .social_con .social_icons .icons:hover i {
    color: #fff;
    transition: 0.3s ease-in-out;
}

/*Top header end*/

/*Middle header start*/

.header-middle {
    padding-top: 30px;
    padding-bottom: 30px;
}

.desk-logobox {
    display: block;
}

/*
.time-con {
    margin-left: 20px;
}
*/
/*
.email-con, .phone-con, .time-con {
    padding: 7px 32px;
}
*/
/*
.email-con{
    border-right: 1px solid #d9d9d9;
}
.phone-con{
    border-right: 1px solid #d9d9d9;
}
*/
.time-con {
    padding-right: 0;
}

.timebox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*    align-items: center;*/
}

.time-icon i {
    font-size: 30px;
    color: #b6702a;
}

.time-icon {
    width: auto;
}

.time-icon img {
    width: 100%;
    max-height: 45px;
}

.time_contentbox {
    margin-left: 7px;
}

.time_heading {
    color: #08172e;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.time_details {
    color: #7f7f8a;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
}

.email-con {
    padding-left: 30px;
}

.emailbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*    align-items: center;*/
}

.email-icon {
    width: auto;
    /*
    height: 45px;
    display: grid;
    place-items: center;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
*/
}

.email-icon img {
    width: 100%;
    max-height: 22px;
}

.email-icon i {
    font-size: 18px;
    color: #0062c6;
}

.email_contentbox {
    margin-left: 7px;
}

.email_heading {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.email_contentbox span {
    color: #6ebf2f;
    font-weight: 600;
}

.emailid {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
    font-family: 'Poppins', sans-serif !important;
}

.emailid:hover {
    color: #00578c;
}

.phone-con {
    /*    padding-left: 30px;*/
    padding-right: 30px;
    /*    border-left: 1px solid rgba(255,255,255,0.4);*/
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.phonebox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*    align-items: center;*/
}

.phone-icon {
    width: auto;
    /*
    height: 45px;
    display: grid;
    place-items: center;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
*/
}

.phone-icon i {
    font-size: 18px;
    color: #0062c6;
}


.phone-icon img {
    width: 100%;
    max-height: 22px;
}

.phone_contentbox {
    margin-left: 7px;
}

.phone_heading {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.phone_contentbox span {
    color: #6ebf2f;
    font-weight: 600;
}

.phone-no {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
    font-family: 'Poppins', sans-serif !important;
}

.phone-no:hover {
    color: #00578c;
}

/*Middle header end*/

/*Main header start*/
.main-header-section {
    width: 100%;
    padding: 10px 0 10px 0;
    /* position: fixed; */
    /* background: rgba(255,255,255,0.7); */
    background: #fff;
    /* border-bottom: 1px solid rgba(255,255,255,0.15); */
    /* margin-bottom: -60px; */
    z-index: 999 !important;
    transition: 0.3s ease-in-out;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.main-header {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    /* background: #282828; */
    /* height: 60px; */
    /*    line-height: 80px;*/
    /*    position: absolute;*/

    /*
    padding-left: 15px;
    padding-right: 15px;
*/
    /*    justify-content: center;*/
    /*    border-bottom: 1px solid rgba(255,255,255,0.3);*/
    /*
    padding-right: 40px;
    padding-left: 5%;
*/
    /*    justify-content: space-between;*/
    /*    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);*/
}

/*
.main-header::after {
    position: absolute;
    content: "";
    right: -220px;
    top: 0;
    height: 81px;
    width: 123%;
    background-color: #F55B14;
    z-index: -1;
    clip-path: polygon(30px 0, 100% 0%, 100% 100%, 0% 100%);
}
*/
.header_left-column {
    max-width: 360px;
    width: 100%;
    height: 145px;
    overflow: hidden;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mob-logobox {
    display: none;
}

.logobox {
    width: 280px;
    height: auto;
    margin-right: 0;
}

.logobox img {
    width: 100%;
    height: auto;
}

/*
.logobox {
    width: 30%;
}
*/
.header .logobox {
    /*    width: 140px;*/
    position: relative;
    /*    background-color: #fff;*/
    /*
    height: 120px;
    top: 10px;
    margin-right: 30px;
*/
}

/*
.header .logobox:before {
    content: "";
    border-color: #d4d4d4 transparent transparent #d4d4d4;
    border-style: solid;
    border-width: 13px;
    position: absolute;
    bottom: -6px;
    right: -26px;
    z-index: -1;
}
*/

.navbar-brand img {
    width: 100%;
    height: auto;
}


.header_right-column {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.main_header-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #2acaa6;
    padding: 0 15px;
}

.header_group-button {
    display: flex;
}


.chat-button .btn1 {
    height: 79px;
    border-radius: 0;
    padding: 12px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f6fb;
    border: 1.5px solid #f2f6fb;
}

.chat-button .btn1:hover {
    color: #01cd61;
    background: #f2f6fb;
    border: 1.5px solid #f2f6fb;
}

.chat_iconbox {
    width: 50px;
    height: 50px;
    /*
    background: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
*/
}

.chat_iconbox img {
    width: 100%;
    height: auto;
}

.chat_iconbox i {
    color: #01cd61;
    font-size: 40px;
}

.chat_content {
    margin-left: 10px;
}

.chat-heading1 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #666666;
    text-align: left;
}

.chat-heading2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #101010;
    text-align: left;
}

.joinus-button .btn1 {
    height: 79px;
    font-size: 20px;
    border-radius: 0;
    padding: 12px 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.joinus-button .btn1 span {
    margin-left: 5px;
}

.joinus-button .btn1 span i {
    font-size: 16px;
}

.browchure_button .btn1 {
    color: #76aa6f;
    background: transparent;
    border: none;
}

/*
.get-in-touch .btn1{
    color: #fff;
    border: none;
}
.get-in-touch .btn1:before {
    background-color: #493621;
}
.get-in-touch .btn1:hover{
    color: #fff;
    background-color: #493621;
    border: none;
}
*/
/*
.header-button{
    padding-left: 7%;
}
*/
.btn1,
.classynav ul li a {
    color: #d80001;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-shadow: none;
    border: 1px solid #d80001;
    background-color: transparent;
    padding: 0 30px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    z-index: 1;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn1:before,
.classynav ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    background-color: #d80001;
    transition: all .5s;
}

/* .btn1:after{
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    width: 100%;
    height: 100%;
    border: 1px solid #006494;
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease-in-out;
} */

.btn1:focus:before,
.classynav ul li a:focus:before,
.btn1:hover:before,
.classynav ul li a:hover:before {
    width: 100%;
}


.btn1:hover,
.classynav ul li a:hover,
.classynav ul li a:focus {
    color: #fff;
    transition: 0.3s ease-in-out;
    border: 1px solid #d80001;
    /*
    border: none;
    background-color: #493621;
*/
}

.btn1:hover:after,
.classynav ul li a:hover:after {
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

.btn1 .fa,
.classynav ul li a .fa {
    font-size: 20px;
    line-height: 22px;
    padding-left: 7px;
    font-weight: bold;
}

/*
.get-in-touch-button .btn1{
    padding: 12px 35px;
}
*/


/*
.sticky {
    background: #fff;
    width: 100%;
    position: fixed;
    color: #1e1e1e !important;
    z-index: 11111 !important;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    transition: 0.5s ease;
}
*/

.header-rightconbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

/* Right Bar Toggler */

.rightbar_toggler-con {
    position: relative;
}

.rightbar_togglerbox {
    border: none;
    background-color: #fe0000;
    cursor: pointer;
    padding: 5px 15px;
    color: #fff;
    transition: 0.3s ease-in-out;
    /*
    width: 70px;
    height: 70px;
*/
    display: grid;
    place-items: center;
    /*
	top: 6px;
	position: absolute;
	right: 10px;
*/
}

.rightbar_togglerbox:hover {
    background-color: #012c5f;
}

.rightbar_togglerbox .btn {
    color: #fff;
    transition: 0.3s ease-in-out;
}

.rightbar_togglerbox:hover .btn {
    color: #fff;
}

.login-button {
    margin-left: 20px;
}

.login-button .btn1 {
    color: #212832;
    border: 1px solid transparent;
    background-color: transparent;
}

.login-button .btn1:hover {
    color: #fff;
    /* border: 1px solid #212832; */
    /* background-color: #212832; */
}


.signup-button {
    margin-left: 20px;
}

.signup-button .btn1,
.classynav ul li a {
    color: #212832;
    border: 1px solid #212832;
    background-color: transparent;
    text-decoration: none !important;
}

.signup-button .btn1::before,
.classynav ul li a:before,
.classynav ul li a:focus {
    background-color: #d80001;
}

.classynav ul li a.active {
    color: #fff;
}

.classynav ul li a.active {
    border: 1px solid #d80001;
}

.classynav ul li a.active:before {
    width: 100% !important;
}

.signup-button .btn1:hover,
.classynav ul li a:hover,
.classynav ul li a:focus {
    color: #fff;
    /* border: 1px solid #212832; */
    /* background-color: #212832; */
    text-decoration: none !important;
}

.language-translator-con {
    margin-left: 10px;
}

.language-translator-con .form-select {
    background-color: transparent;
    border: var(--bs-border-width) solid transparent;
    /* padding: .375rem .0rem .375rem .75rem; */
}

/*Header end*/



/*Whatsapp Icon*/
.phone-call {
    width: 50px;
    height: 50px;
    right: 13px;
    bottom: 15px;
    background: #10b418;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 115;
    display: block;
    line-height: 65px;
}

.phone-call img {
    vertical-align: baseline !important;
}

/*.phone-call:after {
    position: absolute;
    content: "Order On Whatsapp";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}*/

.phone-call::after {
    position: absolute;
    content: "Drop Your Message";
    z-index: -2;
    top: 11px;
    left: -150px;
    background-color: #fff;
    border-radius: 100%;
    line-height: 18px;
    color: #0c9212;
    font-size: 13px;
    font-weight: bolder;
    padding: 5px 14px 6px 14px;
    border-radius: 18px;
    box-shadow: 0px 5px 20px 0 rgb(80 80 80 / 20%);
    border: 1px solid #25d366;
    cursor: default;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
}

.whatsapp-container:hover .phone-call::after {
    visibility: visible;
    opacity: 1;
    transition: 0.5s ease;
}

.phone-call:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse2 1s ease-out;
    animation: pulse2 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(0.6);
        opacity: 0.6;
    }

    75% {
        -webkit-transform: scale(0.9);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse2 {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    25% {
        transform: scale(0.3);
        opacity: 1;
    }

    50% {
        transform: scale(0.6);
        opacity: 0.6;
    }

    75% {
        transform: scale(0.9);
        opacity: 0.3;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/*  Whatsapp Icon */

/*Scrolltop*/


.hide {
    transform: scale(0, 0);
}

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 15px;
    bottom: 75px;
    background: #111;
    color: #fff;
    z-index: 99999;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 7px;
    left: 9px;
    right: 9px;
}

.back-to-top:hover i {
    color: #fff;
}

/*Scrolltop*/


/* Banner section start */

.banner-section {
    position: relative;
    margin-top: 0px;
}

.bg_banner {
    position: relative;
    padding: 50px 0;
    width: 100%;
    height: 800px;
    z-index: 9;
}

.bg_banner-1 {
    background: url(.../../images/banner1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_banner-2 {
    background: url(.../../images/banner2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_banner-3 {
    background: url(.../../images/banner3.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_banner-4 {
    background: url(.../../images/banner4.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_banner-5 {
    background: url(.../../images/banner5.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}



.bg_banner::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.banner-section .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.banner-section .owl-theme .owl-dots .owl-dot.active span,
.banner-section .owl-theme .owl-dots .owl-dot:hover span {
    background: #d80001;
}

.banner_contentbox {
    width: 100%;
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-heading-1 {
    color: #fff;
    font-size: 30px;
    line-height: 120%;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Courgette", cursive;
}

.banner-heading-2 {
    color: #fff;
    font-size: 76px;
    line-height: 100%;
    font-weight: 700;
    margin-top: 15px;
    position: relative;
    display: inline-block;
    font-family: "Kanit", serif !important;
}

.banner-heading-2 span {
    position: absolute;
    top: 20px;
    right: -65px;
    display: inline-block;
    width: 385px;
    height: auto;
    z-index: -1;
}

.banner-heading-2 span img {
    width: 100%;
    height: auto;
}

.banner-details {
    color: #fff;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    margin-top: 20px;
}

.banner_right-imgbox {
    width: 783px;
    height: auto;
    margin-left: -30%;
}

.banner_right-imgbox img {
    width: 100%;
    height: auto;
    /* object-fit: contain; */
    /* min-width: 780px; */
}

.banner-button .btn1 {
    color: #fff;
    border: 1px solid #fff;
}

.banner-button .btn1:hover,
.banner-button .btn1:focus {
    border: 1px solid #d80001;
}

.banner-section .owl-item.active .banner-content-borderbox {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.5s;
}

.banner-section .owl-item.active .banner-heading-1 {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.9s;
}

.banner-section .owl-item.active .banner-heading-2 {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: flipInX;
    animation-delay: 0.9s;
}

.banner-section .owl-item.active .banner-details {
    -webkit-animation-duration: 2s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.9s;
}

.banner-section .owl-item.active .banner-button {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: zoomIn;
    animation-delay: 0.9s;
}

.banner-section .owl-item.active .banner-product1,
.banner-section .owl-item.active .banner-product2,
.banner-section .owl-item.active .banner-product3 {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: zoomIn;
    animation-delay: 0.7s;
}

.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.banner-section .owl-prev {
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    left: 15px;
    top: 45%;
    /* bottom: 0px; */
    background-color: rgb(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    /* box-shadow: 0px 0px 20px 0 rgb(255,255,255,0.3); */
    /*    clip-path: polygon(20% 0, 100% 0%, 79% 100%, 0% 100%);*/
}

/*
.banner-section .owl-prev:hover{
    background-color: #3bb5ff !important;
    transition: 0.3s linear;
}
*/
.banner-section .owl-prev span {
    font-size: 45px;
    line-height: 35px;
    color: #fff !important;
    transition: 0.3s linear;
}

/*
.banner-section .owl-prev:hover span {
    color: #f08161 !important;
}
*/
.banner-section .owl-next {
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    right: 15px;
    top: 45%;
    /* bottom: 0px; */
    background-color: rgb(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    /*    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);*/
    /*    clip-path: polygon(20% 0, 100% 0%, 79% 100%, 0% 100%);*/
}

/*
.banner-section .owl-next:hover{
    background-color: #3bb5ff !important;
    transition: 0.3s linear;
}
*/
.banner-section .owl-next span {
    font-size: 45px;
    line-height: 35px;
    color: #fff !important;
    transition: 0.3s linear;
}

/*
.banner-section .owl-next:hover span {
    color: #f08161 !important;
    transition: 0.3s linear;
}
*/



.play-button {
    margin-left: 35px;
}

.play-iconbox {
    width: 52px;
    height: 52px;
    background: #d80001;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(223, 105, 81, 0.3);
}

.play-iconbox .fa-play {
    color: #fff;
}

.play-content {
    color: #686D77;
    padding-left: 20px;
    font-size: 17px;
    font-weight: 500;
}


.findout_more-button .btn1 {
    box-shadow: 0 10px 30px rgba(241, 165, 1, 0.3);
}



/* Banner section end */


.heading-1 {
    /* color: #1c1c1c; */
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    /* text-transform: uppercase; */
    display: inline-block;
    /* border-top-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 0; */
    background: #d80001;
    padding: 10px 30px;
    border: 1px solid #d80001;
    border-radius: 30px;
    /* box-shadow: 0 0px 20px rgb(0, 0, 0, 0.2);*/
    margin-bottom: 20px;
}

.heading-2 {
    color: #d80001;
    font-size: 50px;
    line-height: 120%;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Kanit", serif !important;
    margin-bottom: 30px;
}

.details {
    color: #212832;
    font-size: 16px;
    line-height: 160%;
    font-weight: 400;
    margin-top: 15px;
}

.details2 {
    color: #212832;
    font-size: 20px;
    line-height: 160%;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}


/* Category Section start */

.category-section {
    position: relative;
}

.plus_sign {
    position: absolute;
    top: 50px;
    right: 30px;
    z-index: -1;
}

.category-box {
    padding: 30px 20px;
    text-align: center;
    border-radius: 30px;
    position: relative;
    /* z-index: 99; */
    background: #fff;
    transition: 0.3s ease-in-out;
}

.category-box::before {
    content: '';
    position: absolute;
    left: -24px;
    bottom: -24px;
    z-index: -1;
    width: 100px;
    height: 100px;
    background: #d80001;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

.category-box:hover {
    background: #fff;
    box-shadow: 0 20px 30px rgb(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
}

.category-box:hover::before {
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease-in-out;
}

.category_iconbox {
    max-width: 120px;
    height: auto;
    margin: 0 auto;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #d80001;
    overflow: hidden; */
}

.category_contentbox {
    margin-top: 20px;
}

.category_heading {
    color: #d80001;
    font-size: 22px;
    line-height: 120%;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Kanit", serif !important;
}

.category-details {
    color: #212832;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
}



/* Category Section end */




/* Top Selling Section start */

.highlights-box {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    background: #fff;
    transition: 0.3s linear;
    box-shadow: 0 20px 30px rgb(0, 0, 0, 0.1);
}

.highlights-box:hover {
    transition: 0.3s linear;
    transform: translateY(-10px);
    /* box-shadow: 0 20px 30px rgb(0, 0, 0, 0.1); */
}

.highlights_imagebox {
    width: 100%;
    height: auto;
    transition: 0.3s linear;
}

.highlights_imagebox img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.3s linear;
}

/* .highlights-box:hover .highlights_imagebox img{
    transition: 0.3s linear;
    transform: scale(1.1);
} */
.highlights_contentbox {
    /* position: absolute;
    left: 0;
    right: 0;
    bottom: 0; */
    background: #fff;
    z-index: 1;
    padding: 30px 20px;
}

.highlights_heading,
.highlights_package {
    color: #d80001;
    font-size: 22px;
    line-height: 120%;
    font-weight: 700;
    font-family: "Kanit", serif !important;
}

.highlights_location_iconbox {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.highlights_location_iconbox i {
    font-size: 20px;
}

.highlights_details {
    color: #212832;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    margin-bottom: 0;
}

.spiral_imagebox {
    position: absolute;
    right: -50px;
    bottom: 50px;
    z-index: -1;
}

/* Top Selling Section end */

/* Booking Step section start */

.step_iconbox {
    width: 47px;
    height: 48px;
}

.step_iconbox img {
    width: 100%;
    height: auto;
}

.step_contentbox {
    width: calc(100% - 47px);
    padding-left: 20px;
}

.step-heading {
    color: #212832;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.step-details {
    color: #212832;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 5px;
}

.aboutbox {
    position: relative;
    background: #fff;
    padding: 20px 25px 35px 25px;
    border-radius: 35px;
    box-shadow: 0 10px 30px rgb(0, 0, 0, 0.1);
}

.aboutbox::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 35px;
    background: transparent;
    /* background: #59B1E6; */
    box-shadow: 60px -60px 60px rgb(89, 143, 230, 0.4);
    opacity: 0.4;
}

.about-imagebox img {
    border-radius: 30px;
}

.about-heading {
    color: #080809;
    font-size: 22px;
    line-height: 120%;
    font-weight: 600;
    margin-top: 20px;
    font-family: "Kanit", serif !important;
}

.about-details {
    color: #212832;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 10px;
}

.btn2 {
    color: #d80001;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.btn2:hover {
    color: #F1A501;
    transition: 0.3s ease-in-out;
}

.about-iconbox {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #F5F5F5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    transition: 0.3s linear;
}

.about-iconbox:hover {
    background: #ffe6af;
    transition: 0.3s linear;
}

.about-icon {
    width: 16px;
    height: 16px;
}

.about-icon img {
    width: auto;
    height: 100%;
    max-height: 100%;
}

.about-members {
    color: #84829A;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 0;
    padding-left: 15px;
}

.about-icon2 {
    width: 20px;
    height: 20px;
}

.about-icon2 img {
    width: 100%;
    height: auto;
}

.about-ongoing-iconbox {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.about-ongoing-iconbox img {
    width: 100%;
    height: auto;
}

.about-ongoing {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    right: -100px;
    bottom: 60px;
    width: 100%;
    max-width: 263px;
    height: auto;
    padding: 20px;
    border-radius: 25px;
    background: #fff;
    /* background: #59B1E6; */
    box-shadow: 0px 0px 30px rgb(0, 0, 0, 0.05);
}

.about-ongoing-contentbox {
    width: calc(100% - 50px);
    padding-left: 15px;
}

.progress-heading {
    color: #080809;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.progress-heading span {
    color: #8A79DF;
}

.progess-box .progress {
    background: #F5F5F5;
    height: 5px;

}

.progess-box .progress-bar {
    background: #8A79DF;
}

.timelinebox {
    margin-top: 30px;
}

.timeline-heading {
    margin-bottom: 5px !important;
}

.timeline-content {
    position: relative;
    padding-left: 40px;
    width: 50%;
}

.timeline-content::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background: url(.../../images/timeline-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.timeline-content::after {
    content: '';
    position: absolute;
    top: 26px;
    left: 7.5px;
    /* width: 20px; */
    height: 90%;
    border-left: 2px solid #d80001;
}

/* .timeline-content:nth-child(2)::after {
    border-left: 2px solid #626262;
} */

/* .timeline-content:last-child::after {
    border-left: none;
} */
.timeline-content:nth-child(odd) {
    margin-left: auto;
}

.timeline-content:nth-child(even) {
    margin-left: 0;
}

.timeline-content:nth-child(even) {
    position: relative;
    padding-left: 0px;
    padding-right: 40px;
    width: 50%;
}

.timeline-content:nth-child(even)::before {
    left: inherit;
    right: -20px;
}

.timeline-content:nth-child(even)::after {
    top: 26px;
    left: inherit;
    right: -9.5px;
    /* width: 20px; */
    height: 90%;
    border-left: 2px solid #d80001;
}

.timeline-content:nth-child(even) {
    text-align: right;
}

.timeline-heading1 {
    color: #d80001;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: "Inter", sans-serif;
    /* font-family: "Kanit", serif !important; */
}

.timeline-heading2 {
    color: #212832;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 10px;
    /* font-family: "Inter", sans-serif; */
    font-family: "Kanit", serif !important;
}

.timeline-details {
    color: #212832;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    margin-bottom: 20px;
}

.timeline-content:last-child .timeline-details {
    margin-bottom: 0;
}

/* Booking Step section end */



/** Gallery Start **/

.gallery-section {
    padding: 30px 0 90px;
    text-align: center;
    /* background: #fff8eb; */
    background: linear-gradient(to bottom,
            transparent 0%,
            #fff8eb 25%,
            #fff8eb 75%,
            transparent 100%);

}

/* New gallery */
.gallery-item {
    text-align: center;
    position: relative;
}

.gallery-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform: rotate(-4.5deg);
    -ms-transform: rotate(-4.5deg);
    transform: rotate(-4.5deg);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.gallery-item:hover:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.gallery-item .gallery-inner {
    padding: 15px;
    /* padding-bottom: 0; */
    background: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.gallery-thumb {
    position: relative;
}

.gallery-thumb img {
    width: 100%;
    height: 270px;
    object-fit: cover;

}



.year-img {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #d80001;
    font-size: 16px;
    font-weight: 600;
    padding: 2px 10px;
    background: #fff;
    border-radius: 35px;
    box-shadow: 0 10px 30px rgb(0, 0, 0, 0.1);
    z-index: 0;
    font-family: "Kanit", serif !important;
}

.gallery-iconbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-icon-1 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid !important;
    place-items: center;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50% !important;
    z-index: 22;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    color: #d80001;
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.gallery-icon-1:hover {
    color: #d80001 !important;
}

.gallery-item:hover .gallery-icon-1 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    background: #fff;
}

.gallery-hover-bg {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.gallery-item:hover .gallery-hover-bg {
    opacity: 1;
    visibility: visible;
}

.gallery-title {
    color: #d80001;
    font-size: 22px;
    line-height: 120%;
    font-weight: 600;
    margin-bottom: 0;
    font-family: "Kanit", serif !important;
}




.gallery-item .gallery-thumb .gallery-icon-1 {
    display: block;
    overflow: hidden;
}

.gallery-item .gallery-thumb .gallery-icon-1 img {
    width: 100%;
}

.gallery-item .gallery-content {
    padding: 20px 0;
}

.gallery-item .gallery-content .title {
    font-size: 20px;
}

/* New gallery end */


/* Gallery Grid */
/* .gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px auto 0;
}

.gallery-item {
    width: 23.5%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin: 12px 0;
}
.gallery-item:nth-child(1), .gallery-item:nth-child(5) {
    margin-left: 0;
}
.gallery-item:nth-child(4), .gallery-item:nth-child(8) {
    margin-right: 0;
}
.gallery-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.gallery-text {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #d80001;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 10px;
    background: #fff;
    border-radius: 35px;
    box-shadow: 0 10px 30px rgb(0, 0, 0, 0.1);
    z-index: 0;
} */
/* Overlay */
/* .overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s ease;
    z-index: 1;
}

.gallery-item:hover .overlay {
    opacity: 1;
} */

/* Zoom Icon */
/* .zoom-icon {
    width: 50px;
    height: 50px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    background: rgba(0,0,0,0.6);
    padding: 0 0;
    border-radius: 50%;
    transition: transform 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
} */

/* .zoom-icon:hover {
    transform: scale(1.1);
} */

/* Lightbox */
/* .lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.95);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
    animation: zoom 0.3s ease;
}

@keyframes zoom {
    from { transform: scale(0.85); }
    to { transform: scale(1); }
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.arrow {
    position: absolute;
    top: 50%;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
    user-select: none;
    transform: translateY(-50%);
}

.arrow.left { left: 20px; }
.arrow.right { right: 20px; } */


/** Gallery End **/

/* Testimonnials section start */


.swiper {
    width: 100%;
    height: auto;
}

/* .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */

/* .testimonialSlider{
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-left: 50px;
} */
.testimonial-slide {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 100px;
    position: relative;
}

.testi_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 25px 40px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 30px rgb(0, 0, 0, 0.1);
}

.testi_heading1 {
    color: #d80001;
    font-size: 13px;
    line-height: 29px;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
}

.testi_heading2 {
    color: #fff;
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    text-transform: capitalize;
    /* font-family: 'Anton', sans-serif !important; */
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 0;
}

.commentator-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0px;
}

.testi_iconbox {
    width: 68px;
    height: 68px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #001e57;
    border: 1px solid #0e4cc4;
    position: absolute;
    top: 10px;
    left: 15px;
}

.testi_iconbox i {
    color: #0e4cc4;
    font-size: 18px;
}

.testi_iconbox img {
    width: 100%;
    height: auto;
}

.testi_imagebox {
    width: 60px;
    height: 60px;
    background: #c4cce3;
    border-radius: 50%;
}

.testi_contentbox {
    width: 100%;
    margin-left: 0px;
}

.testi_headingbox {
    padding-left: 20px;
}

.testi_heading {
    color: #212832;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 20px;
}

.testi_subheading {
    color: #212832;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}


.testi_details {
    color: #212832;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 0px;
}

.testimonial-section .owl-theme .owl-dots {
    bottom: -90px;
}

.testi_bottombox {
    width: 100%;
    height: auto;
    background: #F7F7F7;
    border: 2px solid #efefef;
    border-radius: 10px;
    padding: 160px 30px 30px 30px;
    position: relative;
    z-index: -1;
    margin-left: 50px;
    margin-top: -170px;
}

/* Slick Slider start */

.slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.slide-arrow {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.prev-arrow {
    top: 25%;
    right: 0px;
    width: 0;
    height: 0;
}

/* .prev-arrow .fa-angle-up{
    color: #BCB7C2;
  } */
.prev-arrow .fa-angle-up {
    color: #3E2E4D;
}

.next-arrow {
    top: 38%;
    right: 0px;
    width: 0;
    height: 0;
}

.next-arrow .fa-angle-down {
    color: #3E2E4D;
}

.slick-dots li button:before,
.slick-dots li button:after {
    font-size: 9px !important;
}



/* Slick Slider end */

/* Testimonnials section end */


/* Clients section start */


#slider2.owl-carousel .owl-stage-outer {
    padding: 15px 0;
}

.clients-imagebox {
    width: 100%;
    height: 120px;
    display: flex;
    /* flex-wrap: wrap;
    justify-content: center;
    align-items: center; */
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 15px 15px;
    transition: 0.3s linear;
    /* box-shadow: 0px 0px 15px rgb(0, 0, 0, 0.1); */
}

.clients-imagebox:hover {
    transition: 0.3s linear;
    box-shadow: 0px 0px 15px rgb(0, 0, 0, 0.1);
}

.clients-imagebox img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto !important;
    height: auto !important;
    margin: auto auto;
    object-fit: cover;

}


/* Clients section end */

/* Subscription section start */



.subscription-bg {
    width: calc(100% + 60px);
    left: -30px;
    right: -30px;
    height: auto;
    position: relative;
    background-image: url(.../../images/subscription-bg.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0;
    border-top-left-radius: 90px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.email-send-icon {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 70px;
    height: 70px;
}

.email-send-icon img {
    width: 100%;
    height: 100%;
}

.subs_shape2 {
    position: absolute;
    bottom: -70px;
    right: -100px;
    z-index: -1;
    width: 153px;
    height: auto;
}

.email-send-icon img {
    width: 100%;
    height: auto;
}

.heading-3 {
    color: #212832;
    font-size: 33px;
    line-height: 54px;
    font-weight: 600;
}

.subscription-form {
    margin-top: 60px;
}

.subscription-emailbox {
    position: relative;
    width: 100%;
    max-width: 420px;
}

.subscriptionEmail {
    width: 100%;
    height: 68px;
    border-radius: 10px;
    background: #fff;
    padding-left: 55px;
}

.subscriptionEmail::placeholder {
    color: #39425D;
    font-size: 14px;
    font-weight: 400;
}

.subs-email {
    position: absolute;
    top: 25px;
    left: 20px;
}

.subscription-button {
    margin-left: 20px;
}

.subscription-button .btn1 {
    height: 68px;
    background: linear-gradient(to bottom, #FF946D, #FF7D68);
}

.subscription-button .btn1 {
    height: 68px;
    border: none;
    background: linear-gradient(to bottom, #FF946D, #FF7D68);
}

.subscription-button .btn1::before {
    border: none;
    background: linear-gradient(to bottom, #029BC5, #3A556A);
}

/* Subscription section end */


.gallery-page-section {
    padding-top: 90px;
}




/*Footer start*/

.footer-section {
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
    background: #ffffff;
    margin-top: 0px;
    /* border-top-left-radius: 140px; */
    box-shadow: 0px -6px 30px rgb(0, 0, 0, 0.05);
}

.footer-clmn1 {
    padding-left: 0px;
}

.footer-heading {
    color: #d80001;
    font-size: 22px;
    line-height: 120%;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 0px;
    font-family: "Kanit", serif !important;
}

.footer-heading::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100px;
    border-bottom: 2px solid #fff;
    border-radius: 5px;
    display: none;
}

.footer-heading::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 40px;
    border-bottom: 2px solid #cda274;
    border-radius: 5px;
    display: none;
}

.footer-logo {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.footer-logo a img {
    width: 100%;
    height: auto;
}

.footer-section .address-details {
    color: #fff;
}

.footer-column2,
.footer-column3,
.footer-column4 {
    padding-top: 24px;
}

.company-details {
    color: #212832;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-top: 30px;
    max-width: 330px;
}

.footer-contact-details {
    width: 100%;
    height: 100px;
    border-radius: 10px;
    padding: 15px 30px;
    background: #00426a;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.footer-contactbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer-contact-iconbox {
    width: 40px;
    height: 40px;
}

.footer-contact-iconbox i {
    color: #fff;
    font-size: 32px;
}

.footer-contact-content {
    margin-left: 10px;
}

.ft_hd {
    color: #b4b4b4;
    font-weight: 700;
    font-size: 18px !important;
    margin-top: 50px;
    margin-bottom: 10px !important;
}


.timetable {
    margin-top: 30px;
}

.time_list {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 15px 0;
    transition: 0.3s ease-in-out;
    border-bottom: 1px solid #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}





.quick-link {
    padding-left: 0;
    margin-bottom: 0;
}

.ql {
    list-style: none;
    padding: 2px 0;
    transition: 0.3s;
    position: relative;
}

.ql:hover span {
    margin-left: 5px;
    transition: 0.3s;
}

.ql span {
    margin-right: 10px;
    transition: 0.3s;
}

.ql span i {
    font-size: 16px;
}

.ql a {
    text-decoration: none;
    color: #212832;
    transition: 0.3s ease-in-out;
    font-size: 17px;
    line-height: 180%;
    font-weight: 500;
    display: flex;
    position: relative;
}

.ql a:hover {
    color: #d80001;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    transform: translateX(15px);
}

.ql a::before {
    content: '>';
    position: absolute;
    top: 0px;
    left: -15px;
    width: 20px;
    height: 20px;
    color: #f08161;
    font-size: 20px;
    line-height: 150%;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

.ql a:hover:before {
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease-in-out;
    transform: translateX(0);
}

.social_con p {
    margin-bottom: 0;
    padding: 0;
    color: #fff;
    font-weight: 700;
}

.contact-no-heading {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0px;
    font-family: "Kanit", serif !important;
}

.footer-section .btn1:hover {
    color: #f08161;
}

.footer-section .btn1:hover::before {
    background-color: #fff;
}


.footer-section .form-detailsbox {
    padding: 0px 0px;
    background: transparent;
    /* border-top: 4px solid #eb1329; */
    border-right: none;
    margin-top: 40px;
}

.footer-section .addressbox {
    border-bottom: none;
    padding-bottom: 0;
}

.footer-section .contact-detailsbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    text-align: left;
}

.footer-section .contact_iconbox {
    padding-right: 0;
}

.footer-section .contact_iconbox {
    width: auto;
    height: auto;
    /* background: #d80001; */
    background: transparent;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 3px;
    left: inherit;
    right: inherit;
    margin-left: 0;
}

.footer-section .contact_iconbox svg {
    color: #d80001;
    font-size: 20px;
    line-height: 26px;
}

.footer-section .contact_iconbox i {
    color: #fff;
}

.footer-section .contact_contentbox {
    width: 88%;
}

.footer-section .location {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Kanit", serif !important;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.footer-section .address-details {
    color: #212832;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 0;
}

.footer-section .phonebox2 {
    border-bottom: none;
    padding-top: 30px;
}

.footer-section .contact-no {
    color: #212832;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}

.footer-section .contact-no:hover {
    color: #d80001;
    transition: 0.3s ease-in-out;
}

.footer-section .contact-no-heading {
    color: #212832;
}

.footer-section .emailbox2 {
    border-bottom: none;
    padding-top: 0;
}

.footer-section .email-address {
    color: #212832;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}

.footer-section .email-address:hover {
    color: #d80001;
}


/*
.contact-no-heading::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 40px;
    border-bottom: 3px solid #fff;
    border-radius: 5px;
}
*/
.footer-section .contact-no2 {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
    transition: 0.3s ease-in-out;
}

.footer-section .contact-no2:hover {
    color: #001e57;
    transition: 0.3s ease-in-out;
}

.footer-section .contact-no2 a {
    color: #c4dbea;
    transition: 0.3s ease-in-out;
}

.footer-section .contact-no2 a:hover {
    color: #3ab54a;
    transition: 0.3s ease-in-out;
}



.footer-section .email-address-heading {
    color: #212832;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Kanit", serif !important;
    position: relative;
    padding-bottom: 0px;
}

/*
.email-address-heading::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 40px;
    border-bottom: 3px solid #fff;
    border-radius: 5px;
}
*/
.footer-section .location-heading {
    color: #212832;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}

.footer-section .email-address2 {
    color: #212832;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
    transition: 0.3s ease-in-out;
}

.footer-section .email-address2 a {
    color: #c4dbea;
    transition: 0.3s ease-in-out;
}

.footer-section .email-address2:hover {
    color: #3bb5ff;
    transition: 0.3s ease-in-out;
}

.footer-section .email-address2:hover {
    color: #3bb5ff;
    transition: 0.3s ease-in-out;
}

.footer-section .location2 {
    color: #b4b4b4;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}

.subs-content {
    padding-bottom: 30px;
}

.footer-section .social_con {
    margin-top: 30px;
}

/*
.social_con .social_icons {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0px;
}
*/
.reservation-no {
    color: #fff;
    font-size: 32px;
    line-height: 38px;
    transition: 0.3s ease-in-out;
    font-family: 'Bebas Neue', sans-serif !important;
}

.reservation-no:hover {
    color: #d80001;
}

.footer-section .social_con .social_icons {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*    justify-content: flex-end;*/
    margin-top: 0px;
    transition: 0.3s ease-in-out;
}

.footer-section .social_con .social_icons .icons {
    width: 40px;
    height: 40px;
    display: grid;
    position: relative;
    place-items: center;
    color: #fff;
    border: 1px solid transparent;
    background-color: transparent;
    border-radius: 0;
    margin-right: 12px;
    transition: 0.3s ease-in-out;
    /* clip-path: polygon(20% 0, 100% 0%, 79% 100%, 0% 100%);*/
}

/*
.footer-section .social_con .social_icons .icons::after{
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 52px;
    height: 38px;
    background: #252525;
    transition: 0.3s ease-in-out;
    clip-path: polygon(20% 0, 100% 0%, 79% 100%, 0% 100%);
}
.footer-section .social_con .social_icons .icons:hover::after{
    display: none;
    transition: 0.3s ease-in-out;
}
*/
.footer-section .social_con .social_icons .icons i {
    font-size: 18px;
    transition: 0.3s ease-in-out;
    color: #fff;
    position: relative;
    z-index: 1;
}

.footer-section .social_con .social_icons .icons i:first-child {
    margin-left: 0;
    transition: 0.3s ease-in-out;
}

.footer-section .social_con .social_icons .icons img {
    max-width: 100%;
    height: auto;
}

.footer-section .social_con .social_icons .icons:hover {
    background: #fff;
    border: 1px solid #fff;
    transition: 0.3s ease-in-out;
    transform: translateY(-5px);
}

.footer-section .social_con .social_icons .icons:hover i {
    color: #001e57;
    transition: 0.3s ease-in-out;
}

.discover-app-heading {
    color: #212832;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer-section .form-detailsbox {
    padding: 0px 0px;
    background: transparent;
    /*    border-top: 4px solid #eb1329;*/
    border-right: none;
}

.footer-section .addressbox {
    border-bottom: none;
    padding-bottom: 0;
}

.footer-section .phonebox2 {
    border-bottom: none;
    padding-top: 30px;
}

.footer-section .emailbox2 {
    border-bottom: none;
    padding-top: 0;
}

.footer-section .contact_iconbox i {
    color: #d80001;
}

.footer-section .contact-no-heading {
    color: #212832;
}

.footer-section .email-address-heading {
    color: #212832;
}

.footer-section .location {
    color: #212832;
}

.footer_end {
    width: 100%;
    height: auto;
    margin-top: 30px;
    /* background: #d80001; */
    /* border-top: 1px solid rgba(255, 255, 255, 0.3); */
}

.footer-end-content {
    padding: 20px 0;
    /*    border-top: 1px solid rgba(255, 255, 255, 0.3);*/
}

.ft_end_txt {
    color: #212832;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 0;
}

.ft_end_txt a {
    color: #212832;
    transition: 0.3s ease-in-out;
}

/* .ft_end_txt span{
    color: #cda274;
} */
.ft_end_txt2 {
    text-align: right;
}

.ft_end_txt a:hover {
    color: #d80001;
    transition: 0.3s ease-in-out;
}

.footer_end-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footer-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}


/*Footer end*/



/*Contact form section start*/

.contactus-section {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    margin-top: 0px;
    /* background-image: linear-gradient(to bottom, #eff3ff , #fff); */
    /*    background: #f1f0f6;*/
}

/* .contactus-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    overflow: hidden;
    background-image: url(.../../images/contact_bg.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
} */

/*
.contactus-section .content-heading2 {
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    text-transform: uppercase;
}
*/


.contactus_boxcon {
    background: #002c5d;
    padding: 70px 50px;
}

.content-heading1 {
    color: #151515;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0;
    font-weight: bold;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    display: block;
    position: relative;
    z-index: 1;
    font-family: 'Tangerine', cursive !important;
}

.content-heading2 {
    color: #151515;
    font-size: 56px;
    line-height: 56px;
    font-weight: 500;
    text-transform: uppercase;
    /* font-family: 'Anton', sans-serif !important; */
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    padding-bottom: 0;
    font-family: 'Cormorant Garamond', serif !important;
}

.contactus-section .contact-imgbox {
    width: 100%;
}

.contactus-section .contact-imgbox img {
    width: 100%;
    height: 615px;
    object-fit: cover;
}

.contactus-section .trans_heading {
    bottom: 45px;
}

/*
.contactus-section .content-heading1{
    color: #00aeef;
}
*/
/*
.contactus-section .content-heading1::after{
    left: -160px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    border-bottom: 2px solid #00aeef;
}
*/
.faq-col {
    margin-left: -10%;
}

.faq_box {
    width: 100%;
    height: auto;
    /* background: #f4f4f9; */
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0px;
    margin-left: 0px;
    box-shadow: 0 0 20px 0 rgb(0, 0, 0, 0.125);
    /* border-top-left-radius: 50px; */
}

/* .contactus-section .content-heading1{
    margin-left: 20px;
} */
/*
.contactus-section .content-heading1::after {
    left: -55px;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
*/

.faq_box .accordion-item {
    margin-bottom: 0px;
}

.faq_box .accordion-header .accordion-button {
    color: #0054a8;
    font-size: 18px !important;
    line-height: 24px;
    font-weight: 600;
}

.faq_box .accordion-button:not(.collapsed) {
    color: #0054a8;
    background-color: #fff;
    /* box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%); */
}

.faq_box .accordion-body {
    color: #252525;
    font-size: 18px;
    line-height: 26px;
}


.small-heading1 {
    color: #e81921;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 12px;
}

.contact-imagebox {
    width: 100%;
    height: auto;
}

.contact-imagebox img {
    width: 100%;
    height: auto;
}

/*
.form-box{
    padding-top: 60px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 75px;
    background: #fff;
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 30%);
}
*/


/*
.contactus-section .form-box .content-heading2{
    color: #fff;
}
*/

.form-detailsbox-col {
    width: 100%;
    height: 100%;
}


.contactus-section .form-box .left-contentbox-details {
    color: #fff;
}

.form-box-col {
    width: 100%;
    height: 100%;
}

.form-box {
    width: 100%;
    height: auto;
    /* padding-top: 50px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 50px; */
    /* background: #fff; */
    position: relative;
    z-index: 11;
    /* box-shadow: 0 0 25px rgba(0,0,0,0.1); */
    /*    border-bottom-left-radius: 50px;*/
}

.contact-form-heading {
    color: #2a2a2a;
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.form-details {
    color: #8c8c8c;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}

.contact-form-heading2 {
    color: #232323;
    text-align: left;
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
}


.contact-form {
    width: 100%;
}

.contact-form .form-control {
    height: 40px;
    color: #454545 !important;
    background-color: #fff !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 0px !important;
    padding-left: 20px;
    font-size: 16px;
    line-height: 22px;
}

.contact-form .form-control::placeholder {
    color: #454545 !important;
    font-size: 16px;
    line-height: 22px;
}

.contact-form textarea {
    height: 120px !important;
}

.submit-button {
    margin-top: 30px;
}

/*
.submit-button .btn1 {
    color: #fff !important;
    background: #252525;
    border: 1px solid #252525;
    width: 100%;
    display: block;
    border-radius: 0;
}

.submit-button .btn1:hover {
    color: #fff !important;
    background: #cda274;
    border: 1px solid #cda274;
}

.submit-button .btn1::before {
    background: #cda274;
}
*/

.submit-button .btn2 {
    width: 100%;
}

.submit-button .btn2::before {
    display: none;
}

.form-detailsbox {
    width: 100%;
    height: 100%;
    padding: 80px 20px 30px;
    background: #fffaf0;
    position: relative;
    /* box-shadow: 0 0 25px rgba(0,0,0,0.1); */
    border-radius: 30px;
    /* height: 100%; */
}

.form-detailsbox .shape-5 {
    width: 90%;
    left: inherit;
    right: 0;
}

.form-detailsbox .content-heading2 {
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.form-detailsbox .content-heading2::before {
    display: none;
}

.form-detailsbox .content-heading2::after {
    display: none;
}

.form-detailsbox .left-contentbox-details {
    color: #fff;
    margin-bottom: 40px;
}

.form-detailsbox3 {
    border-right: none;
}

.info {
    width: 100%;
    height: 556px;
    padding-top: 50px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 50px;
    background: #004838;
}

.info_imgbox {
    width: 148px;
    height: 148px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.info_imgbox img {
    width: 100%;
    height: auto;
}

.form-heading {
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.addressbox {
    padding-bottom: 30px;
    /*    border-bottom: 2px solid #e9e9e9;*/
}

.iconbox {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    margin-right: 20px;
    transition: 0.3s;
}

.iconbox i {
    color: #2acaa6;
    font-size: 20px;
}

/*
.iconbox:hover{
    color: #fff;
    background: #d48d04;
    transition: 0.3s;
}
*/

.emailbox2 {
    padding-top: 0px;
}

.email-address {
    color: #555;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
}

.email-address:hover {
    color: #00b4ff;
}

.phonebox2 {
    padding: 0 0 30px 0;
    /*    border-bottom: 2px solid #e9e9e9;*/
}



.location {
    color: #002c5d;
    font-size: 20px;
    line-height: 26px;
    /* font-weight: 700; */
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: 'Russo One', sans-serif !important;
    position: relative;
    padding-bottom: 0px;
}

/*
.location::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 40px;
    border-bottom: 3px solid #fff;
    border-radius: 5px;
}
*/
.address-details {
    color: #555;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
}

.contact-no {
    color: #555;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
}

.contact-no:hover {
    color: #00b4ff;
    transition: 0.3s ease-in-out;
}

.contact-detailsbox {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contact_iconbox {
    width: 120px;
    height: 120px;
    background: #fffaf0;
    border: 12px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s linear;
    /* box-shadow: 0 0 25px rgba(0, 0, 0, 0.1); */
    /* box-shadow: 0 20px 30px rgb(0, 0, 0, 0.1); */
}

.contact_iconbox img {
    width: auto;
    height: 50px;
}

.contact_iconbox i {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
}

.contact-detailsbox p {
    margin-bottom: 0;
}

/*
.contact-detailsbox p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #e8e8e8;
}
*/
.gmap-section {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 100px;
}

/*Contact form section end*/

/* About page start */
.about-page {
    background: #f8f9fa;
}

/* Hero */
.about-hero {
    position: relative;
}

.about-hero img {
    width: 100%;
    height: auto;
    border-radius: 40px;
}

.hero-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #252525;
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: 600;
}

/* Journey Cards */
.journey-card {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    border: 1px solid #b30000;
    transition: 0.3s ease-in-out;
}

/* .journey-card.active {
  border: 2px solid #b30000;
} */
.journey-card:hover {
    transform: translateY(-5px);
}

.journey-card h5 {
    color: #b30000;
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
    font-family: "Kanit", serif !important;
}

.journey-card-iconbox {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #b30000;
    margin-bottom: 20px;
}

.journey-card-iconbox img {
    max-width: 35px;
}

.journey-text {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    display: inline-block;
    background: #d80001;
    padding: 0px 15px;
    border-radius: 30px;
    font-family: "Kanit", serif !important;
    /* box-shadow: 0 0px 20px rgb(0, 0, 0, 0.2); */
    margin-bottom: 20px;
}


/* Social Initiatives */
.initiative-card {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* Committee */
.member-card {
    background: #fff;
    border-radius: 15px;
    padding: 15px 15px 25px 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.member-card img {
    width: 100%;
    border-radius: 10px;
    height: 350px;
    object-fit: cover;
}

.member-card span {
    background: #b30000;
    color: #fff;
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 13px;
}
.member-card h6{
    margin-top: 20px;
    margin-bottom: 10px;
}
/* Members list */
.member-list {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.member-list ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.member-list li::before {
    content: "• ";
    color: #b30000;
}

.member-list li {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

/* Explore */
.explore-box {
    background: #fff3e0;
    border-radius: 20px;
}

.explore-card {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/* About page end */


/* Contact page start */

.contact-section {
    padding: 80px 0;
}

.contact-title {
    text-align: center;
    margin-bottom: 50px;
}


.heading-3 {
    color: #c1121f;
    font-size: 26px;
    line-height: 120%;
    font-weight: 700;
}

.contact-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.contact-card h4 {
    color: #8b0000;
    margin-bottom: 20px;
}

.info-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* gap:12px; */
    margin-bottom: 30px;
}

.info-item svg {
    color: #c1121f;
    font-size: 18px;
    margin-top: 4px;
}

.info-content {
    padding-left: 12px;
}

.info-content p,
.info-content p a {
    color: #212832;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    margin-bottom: 0;

}

.info-heading {
    color: #212832;
    font-size: 20px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Kanit", serif !important;
}

.contact-formbox .form-control {
    background-color: rgb(0, 0, 0, 0.05) !important;
    line-height: 40px;
}

.form-control,
.form-select {
    border-radius: 8px;
    padding: 10px 12px;
    line-height: 40px !important;
    background-color: rgb(0, 0, 0, 0.05) !important;
}

.contact-formbox .btn1 {
    border: 1px solid #d80001 !important;
    background-color: transparent;
}

.send-btn {
    background: linear-gradient(to right, #8b0000, #d62828);
    color: #fff;
    border: none;
    padding: 12px;
    width: 100%;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
}

.send-btn:hover {
    opacity: 0.9;
}

.map-box {
    height: 400px;
    margin-top: 50px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.direction-btn {
    margin-top: 20px;
    text-align: center;
}

.direction-btn a {
    background: #c1121f;
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    text-decoration: none;
}

/* Contact page end */

/* Commitee page Start */

.committee-table {
    width: 100%;
    max-width: 850px;
    margin: auto;
    background: #fff;
    border: 1px solid #212832;
}

.committee-table td {
    padding: 16px 14px;
    vertical-align: top;
    border-bottom: 1px solid #212832;
    color: #212832;
}

.committee-table td:first-child {
    width: 40%;
    font-weight: 600;
    text-transform: uppercase;
    color: #212832;
    border-right: 1px solid #212832;
    background: #f5f5f5;
}

.committee-table td:last-child {
    width: 65%;
    line-height: 1.8;
}

/* Mobile responsive */
@media (max-width: 768px) {}


/* Commitee page Start */

/* Awards page start */

.award-section {
    padding: 80px 0;
}

.award-section h1 {
    font-family: "Playfair Display", serif;
    font-size: 40px;
    color: #8b0000;
}

.subtitle {
    font-size: 18px;
    color: #212832;
    margin-bottom: 60px;
}

.award-card {
    background: #fff;
    border-radius: 18px;
    padding: 25px 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    position: relative;
    height: 100%;
}

.award-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background: linear-gradient(to right, #c59d5f, #8b0000);
    border-radius: 18px 18px 0 0;
}

.award-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.award-card h2 {
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    background: #8b0000;
    border-radius: 30px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    max-width: 130px;
}

.award-card ul {
    list-style: none;
    padding: 0;
}

.award-card ul li {
    margin: 8px 0;
    padding-left: 22px;
    position: relative;
    color: #444;
    line-height: 1.6;
}

.award-card ul li::before {
    content: "🏆";
    position: absolute;
    left: 0;
}

/* Awards page end */


/* Social Activity start */

.section-title {
    color: #7a1c1c;
    font-size: 42px;
}

.activity-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    height: 100%;
}

.activity-card svg {
    font-size: 40px;
    color: #7a1c1c;
    margin-bottom: 15px;
}

.activity-card:hover {
    transform: translateY(-8px);
}

.activity-card h5 {
    color: #7a1c1c;
    font-size: 22px;
    line-height: 120%;
    font-weight: 700;
    font-family: "Kanit", serif !important;
    margin-top: 10px;
    margin-bottom: 20px;
}

.activity-card a {
    color: #d80001;
    text-decoration: none;
    font-weight: bold;
}

.impact-section {
    background: #fff;
    padding: 90px 0;
}

.impact-box {
    background: #f8f8f8;
    padding: 30px;
    border-radius: 15px;
}

.impact-box svg {
    font-size: 35px;
    color: #7a1c1c;
    margin-bottom: 10px;
}

.counter {
    color: #7a1c1c;
    font-size: 36px;
    line-height: 120%;
    font-weight: 500;
    font-family: "Kanit", serif !important;
}

.cta-section {
    background: #7a1c1c;
    color: white;
    padding: 70px 20px;
}

.cta-section .btn1 {
    color: #fff !important;
    border: 1px solid #fff !important;
}

.cta-section .btn1:before {
    background-color: #fff !important;
}

.cta-section .btn1:hover,
.cta-section .btn1:focus {
    color: #d80001 !important;

}

/* Social Activity end */