@charset "utf-8";
:root{
--primary:#000;
--secondary: #B62326;
--white:#ffffff;
--light-black:#2C2C2C;

--primary-font:'Mukta', sans-serif;
--secondary-font:'Gilroy', sans-serif;
--third-font:'Inter', sans-serif;
}

*,::after,::before{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html, body, br, hr, div, span, a, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, q, address, small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label, input, textarea, option, .nobox {background: transparent; border: 0; margin: 0; outline: 0; padding: 0; vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, .header-main, hgroup, menu, nav, section, main {display: block;}
blockquote, q {quotes: none;}
br {height: 0;}

.clear {clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}
.cf:after,.cf:before{display: table;content: ''}
.cf:after{clear: both;}

html, body{-webkit-appearance:none; border:none; -webkit-text-size-adjust:none;}
body{color: var(--primary); font-size: 18px; line-height: normal; font-family: var(--primary-font); font-weight: normal;}

/* 2. Define Base Typography
------------------------------------------------------------------------------*/
/* Create the Default */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{margin-top:0; margin-bottom: 15px; line-height: 1.4;}
h1, .h1{font-size: 80px;}
h2, .h2{font-size: 44px;}
h3, .h3{font-size: 38px;}
h4, .h4{font-size: 32px;}
h5, .h5{font-size: 26px;}
h6, .h6{font-size: 20px;}

p{margin-bottom: 28px;}
small{font-size:80% }

img{max-width: 100%; height: auto; vertical-align: middle;}
hr {border:0 #000 solid; border-top-width: 1px; clear: both; height: 0;}
section{padding-top: 60px;padding-bottom: 60px;}

/* Listing */
ol, ul, dl{margin-top: 0; margin-bottom: 15px; }
.list-unstyled{padding-left: 0; list-style: none;}
ul:last-child{margin-bottom: 0;}

/* Default Link Types */
a{text-decoration:none; color: var(--primary); -webkit-transition: all 0.6s ease;-moz-transition: all 0.6s ease;-o-transition: all 0.6s ease;transition: all 0.6s ease;}
a:hover{color: var(--secondary);}
:focus{outline: none; box-shadow: none;}

/* button */
.btn{background-color: var(--secondary); color: var(--white); padding: 6px 26px; border-radius: 0; font-size: 20px; border: 2px solid transparent; cursor: pointer; -webkit-transition: all 0.6s ease;-moz-transition: all 0.6s ease;-o-transition: all 0.6s ease;transition: all 0.6s ease; position: relative; line-height: normal; text-align: center; border-radius: 5px; display: inline-block;}
.btn:hover{background-color: var(--white); color: var(--primary); border-color: var(--secondary);}
.btn-icon{position: relative;}
.btn-icon::after{content: ''; background-image: url(../images/right-arrow.svg); background-repeat: no-repeat; background-size: contain; width: 21px; height: 11px; display: inline-block; margin-left: 10px; transition: 0.5s;}
.btn-icon:not(:hover):after{filter: invert(1);}
.btn-icon:hover::after{transform: translateX(10px);}
.lg-btn{font-size: 28px; padding: 12px 35px;}

/* 5. Forms */
input, button, select, optgroup, textarea{font-family: var(--third-font); font-size: 18px;}
input[type='submit']{ -webkit-appearance:none; border:none; -webkit-text-size-adjust:none; }
select{-webkit-appearance:none; -moz-appearance:none; -o-appearance:none; appearance:none;}
input[type='text'],input[type='tel'],input[type='email'],input[type='password']{font-family: var(--third-font);}
textarea{overflow:auto;}
::-webkit-input-placeholder{ color: var(--light-black);}
:-moz-placeholder{ color: var(--light-black);}
::-moz-placeholder{ color: var(--light-black);}
:-ms-input-placeholder{ color: var(--light-black);}
::-ms-input-placeholder{ color: var(--light-black);}
:placeholder-shown{ color: var(--light-black);}
button{line-height: 1.5; -webkit-transition: all 0.6s ease;-moz-transition: all 0.6s ease;-o-transition: all 0.6s ease;transition: all 0.6s ease; cursor: pointer;}

.form-group{margin-bottom: 25px;}
.form-control{font-family: var(--third-font); border-radius: 4px; background-color: #F8F5F5; border: none; width: 100%; height: 45px; padding: 10px 15px; appearance: none; -webkit-appearance: none; color: #838383; width: 100%; display: block;}
.form-control:checked{color: #838383;}
select.form-control{background-image: url(../images/arrow_broun.png); background-repeat: no-repeat; background-position: calc(100% - 20px) center;}
.form-group label{font-family: var(--secondary-font); font-weight: bold; margin-bottom: 5px; width: 100%; font-size: 18px; display: block;}
.form-control:focus{background-color: #cdcaca80;}
textarea.form-control{height: 200px; }

/* container */
.container{max-width: 1470px; width: 100%; padding-left: 15px; padding-right: 15px; margin: 0 auto;}
.row{display: flex; flex-wrap: wrap; margin-left: -15px; margin-right: -15px;}
.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position: relative; width: 100%; padding-right: 15px; padding-left: 15px; }
.col-12 {max-width: 100%;}
.col-11 {max-width: 91.66666667%;}
.col-10 {max-width: 83.33333333%;}
.col-9 {max-width: 75%;}
.col-8 {max-width: 66.66666667%;}
.col-7 {max-width: 58.33333333%;}
.col-6 {max-width: 50%;}
.col-5 {max-width: 41.66666667%;}
.col-4 {max-width: 33.33333333%;}
.col-3 {max-width: 25%;}
.col-2 {max-width: 16.66666667%;}
.col-1 {max-width: 8.33333333%;}

/* Common */
.overflow-hidden{overflow:hidden;}
.text-center{text-align: center;}
.text-left{text-align: left;}
.px-15{padding-left: 15px; padding-right: 15px;}
.pr-40{padding-right: 40px;}
.pl-40{padding-left: 40px;}
.d-flex{display: flex;}
.align-items-center{align-items: center;}
.justify-content-center{justify-content: center;}
.justify-content-end{justify-content: flex-end;}

/* swiper css */
.swiper-pagination-bullet{width: 9px; height: 9px;opacity: 1;background: var(--secondary);}
.swiper-pagination-bullet-active{background-color: var(--primary);}
.swiper-button-next, .swiper-button-prev{-webkit-transition: all 0.6s ease;-moz-transition: all 0.6s ease;-o-transition: all 0.6s ease;transition: all 0.6s ease;}
.services-sec .navigation .swiper-button-next:hover img, .services-sec .navigation .swiper-button-prev:hover img{opacity: 0.8;}

/* Breadcrumb */
.breadcrumb{display: flex; font-size: 17px; margin-bottom: 21px;}
.breadcrumb li{color: #828282;}
.breadcrumb li + li::before{content: ''; position: relative; padding: 0 15px; background: url(./imagee/breadcrumb-arrow.png) no-repeat center;}
.breadcrumb li a{color: var(--primary);}

/* .header-main */
.header-main{position: sticky; top: 0; width: 100%; top: 0;z-index: 111; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; background-color: var(--white); }
.header-main .header-container{padding: 25px 0;  -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;}
.header-main .header-inner{display: flex; align-items: center; justify-content: space-between;}
.header-main .logo-col, .header-main .schedule-col{width: 25%;}
.header-main .logo-col img{-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;}
.header-main .schedule-col{text-align: right;}
.header-main .schedule-col .btn{font-weight: 600;}
.header-main .main-menu{padding: 0 20px;}
.header-main .main-menu .menu-list > ul{display: flex; align-items: center;list-style: none; padding-left: 0; margin-bottom: 0;}
.header-main .main-menu .menu-list > ul li{position: relative; text-align: center;}
.header-main .main-menu .menu-list > ul li:not(:last-child){margin-right: 40px;}
.header-main .main-menu .menu-list > ul li a{position: relative; line-height: normal; white-space: nowrap;}
.header-main.header-fixed{  box-shadow: 0 0 20px rgb(0 0 0 / 10%);}
.header-main.header-fixed .header-container{padding: 10px 0;}
.header-main.header-fixed .logo-col img{width: 60%; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;}
.header-main .main-menu .menu-list > ul li.active a{font-weight: bold;}
.header-main .main-menu .menu-list > ul li.active a::after{height: 7px;}

.hamburger{position: relative;}
.hamburger span{width: 30px; height: 3px; background-color: var(--secondary); display: block; margin: 5px 0; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.hamburger.active span:nth-child(1) { -webkit-transform: translateY(8px) rotate(45deg ); -ms-transform: translateY(8px) rotate(45deg); -o-transform: translateY(8px) rotate(45deg); transform: translateY(8px) rotate(45deg); background-color: var(--white);}
.hamburger.active span:nth-child(2) { opacity: 0; background-color: var(--white);}
.hamburger.active span:nth-child(3) { -webkit-transform: translateY(-8px) rotate(-45deg ); -ms-transform: translateY(-8px) rotate(-45deg); -o-transform: translateY(-8px) rotate(-45deg); transform: translateY(-8px) rotate(-45deg ); background-color: var(--white);}
.close-menu{position: absolute; top: 15px; right: 15px;}
.close-menu img{filter: invert(1); width: 30px;}

/* keyframes */
/* @keyframes menu-slide-down {
    0%{transform: translateY(-100%);}
    100% { transform: translateY(0);}
}
@-webkit-keyframes menu-slide-down {
    0%{transform: translateY(-100%);}
    100% { transform: translateY(0);}
} */

.modal{overflow-y: auto; overflow-x: hidden; z-index: 99; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 111; transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; opacity: 0;visibility: hidden;}
.modal.modal-active { visibility: visible; opacity: 1; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -webkit-transform: scale(1); -ms-transform: scale(1); -ms-transition: all .5s ease; }
.modal-backdrop{position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgb(0 0 0 / 50%);}

.cmn-modal{justify-content: flex-start;}
.cmn-modal .modal-wrapper{padding: 20px;max-width: 660px; margin: 1.75rem auto; background-color: var(--white); border-radius: 20px; box-shadow: 0 1px 16px rgba(0, 0, 0, 16%); border: 2px solid var(--white); position: relative;}
.cmn-scroll{padding-right: 20px;}
.cmn-scroll::-webkit-scrollbar{width:4px;}
.cmn-scroll::-webkit-scrollbar-track{background-color: #C5E4FF; border-radius: 3px;}
.cmn-scroll::-webkit-scrollbar-thumb{background-color:#5594CB; border-radius: 3px;}

.topInfo{background-color: var(--secondary); padding: 10px 0; color: var(--white); font-size: 16px;}
.topInfo .topInfo-inner{display: flex; align-items: center; justify-content: space-between;}
.topInfo .top-social{display: flex; align-items: center;}
.topInfo .top-social a{width: 30px; height: 30px; background-color: var(--white); border-radius: 100%; display: inline-flex; align-items: center; justify-content: center;}
.topInfo .top-social a:not(:last-child){margin-right: 10px;}
.topInfo .top-social a img{filter: invert(21%) sepia(69%) saturate(3149%) hue-rotate(343deg) brightness(82%) contrast(86%);}
.topInfo .top-social a:hover{background-color: var(--primary);}
.topInfo .top-contact a{color: var(--white);}
.topInfo .top-contact a:hover{color: var(--primary);}
.topInfo .top-contact :is(ul,li,a){display: flex; align-items: center;}
.topInfo .top-contact ul li:not(:last-child){margin-right: 40px;}
.topInfo .top-contact ul li img{filter: invert(1); margin-right: 10px; transition: 0.5s;}
.topInfo .top-contact ul li a:hover img{filter: inherit}
.topInfo .top-contact ul li.language a:not(:last-child){margin-right: 5px;padding-right: 5px; border-right: 1px solid var(--white);}
.topInfo .top-contact ul li.language a{color: #E6E6E6;}
.topInfo .top-contact ul li.language a.active{color: var(--white);}

/* footer css */
.main-footer{background-color: #f3ece6;}
.main-footer .footer-inner{padding: 30px 0; text-align: center;}
.footer-inner .footer-logo{margin-bottom: 20px;}
.footer-inner .footer-content{width: 100%; max-width: 1050px; margin: 0 auto 20px;}
.footer-inner .footer-contant ul{display: flex; align-items: center; justify-content: center;}
.footer-inner .footer-contant ul li:not(:last-child){margin-right: 30px;}
.footer-inner .footer-contant ul :is(li,a){display: flex; align-items: center;}
.footer-inner .footer-contant ul :is(li,a) img{margin-right: 8px; transition: 0.5s;}
.footer-inner .footer-contant ul li a:hover img{filter: invert(21%) sepia(69%) saturate(3149%) hue-rotate(343deg) brightness(82%) contrast(86%);}
.main-footer .copyright{padding: 10px 0; border-top: 1px solid #CDCDCD; display: flex; align-items: center; justify-content: space-between; font-size: 16px; font-weight: 500;}
.main-footer .copyright .footer-social{display: none; align-items: center;}
.main-footer .copyright .footer-social a{width: 30px; height: 30px; background-color: #402815; border-radius: 100%; display: inline-flex; align-items: center; justify-content: center;}
.main-footer .copyright .footer-social a:not(:last-child){margin-right: 10px;}
.main-footer .copyright .footer-social a img{filter: invert(1);}
.main-footer .copyright .footer-social a:hover{background-color: var(--secondary);}
.main-footer .copyright p{margin-bottom: 0;}
div#loom-companion-mv3 { display: none; }

/* Banner css start */
.banner{height: 800px;position: relative;padding: 0;margin-bottom: 120px;}
.banner h1{position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;z-index: 2;width: fit-content;height: fit-content;text-align: center; color: var(--white); line-height: 1.05;}
.banner .swiper-container { width: 100vw; height: 800px; }
.banner .swiper-slide {  background-size: cover; background-position: center; width: 100%; height: 100%; justify-content: center; align-items: center; }
.banner .swiper-slide > .swiper-slide-cover { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: transparent no-repeat 50% 50% /cover; }
.banner .swiper-slide .swiper-slide-cover { transform-origin: 50% 50%; }
.banner .swiper-scale-effect .swiper-slide-cover { transition-timing-function: linear; transition-duration: 30s; transform: scale(1); }
.banner .swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover { transform: scale(1.3); }
/* .send_request { width: 1398px; margin: 0 auto; position: relative; padding: 37px 31px; background-color: var(--white); display: flex; box-shadow:0px 3px 4px #00000017; border-radius: 10px; position: absolute; margin: 0 auto; bottom: -102px; z-index: 3; right: 0; left: 0; } */
.send_request { width: 100%; max-width: 1398px; margin: 0 auto; position: relative; padding: 15px 20px; background-color: var(--white); display: flex; box-shadow:0px 3px 4px #00000017; border-radius: 10px; position: absolute; margin: 0 auto; bottom: 0; transform: translateY(50%); z-index: 3; right: 0; left: 0; }
.send_request form{display: flex; justify-content: flex-start; align-items: center;width: 100%;}
/* .send_request h2{font-size: 40px; line-height: 44px; color: #2C2C2C; margin-bottom: 0; font-weight: bold;position: relative;padding-left: 25px;margin-right: 67px;} */
.send_request h2 { font-size: 30px; line-height: 35px; color: #2C2C2C; margin-bottom: 0; font-weight: bold; position: relative; padding-left: 20px; margin-right: auto; }
/* .send_request h2::after{background-color:var(--secondary);content: '';position: absolute;left: 0;width: 7px;height:80px;border-radius: 30px;top: 0;bottom: 0;margin: auto;} */
.send_request h2::after{background-color:var(--secondary);content: '';position: absolute;left: 0;width: 5px;height:100%;border-radius: 30px;top: 0;bottom: 0;margin: auto;}
.send_request .col{width: 297px;}
.send_request .col .in{width: 100%;height: 45px;background-color: #F8F5F5;padding: 15px;color: var(--light-black);font-size: 18px;line-height: 1.03;border-radius: 4px;font-family: var(--third-font);}
.send_request .col .in:focus{background-color: #cdcaca80;}
.send_request .col .in::placeholder { color: var(--light-black); }
.send_request label{color: var(--light-black);font-size: 18px;line-height: 1.03;font-weight: bold;margin-bottom: 5px;font-family: var(--secondary-font);}
.send_request .colin{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;width: 52%;margin-left: 20px;position: relative;}
.send_request .colin .col{width: calc(50% - 9px);}
.send_request .colin .col .datek{width: 100%;height: 45px;background-color: #F8F5F5;padding: 15px;color: var(--light-black);font-size: 18px;line-height: 1.03;border-radius: 4px;display: block;background-image: url(../images/arrow_broun.png);background-repeat: no-repeat;background-position: right 18px center;font-family: var(--third-font)}
.send_request [name="datetimes"]{position: absolute; height: 100%; width: 100%; top: 0; opacity: 0;}
/* .send_request .sub{border-radius: 10px;background-color:var(--secondary);color: var(--white);font-size: 36px;width: 256px;height: 100%;position: absolute;right: 0;top: 0;font-family: var(--secondary-font);font-weight: bold;cursor: pointer;transition: 0.4s ease all;} */
.send_request .sub { border-radius: 6px; background-color: var(--secondary); color: var(--white); font-size: 22px; padding: 12px 40px; width: max-content; height: auto; margin-left: auto; font-family: var(--secondary-font); font-weight: 600; cursor: pointer; transition: 0.4s ease all; }
.send_request .sub:hover{background-color: var(--light-black);}
.send_request [name="datetimes"]:focus+.col span,.send_request [name="datetimes"]:focus+.col+.col span{background-color: #cdcaca80;}
.banner-request-section .send_request .colin{width: calc(100% - 300px);}
section.request-section { padding-top: 0; }
/* Banner css end */

/* our house start */
.our_house{padding:60px 0px 40px;}
.our_house .container{flex-wrap: wrap;justify-content: space-between;}
.our_house .left_col{width: 629px;}
.our_house .right_col{width: 650px;overflow: hidden;padding-bottom: 10px;}
.our_house h2{font-size: 44px;line-height: 61px;font-weight: 600;}
.our_house .swiper-container.slider {height: 400px;}
.our_house .swiper-container.slider .swiper-slide{ overflow: hidden; border-radius: 10px; border: 1px solid #cfcfcf54;}
.our_house .swiper-container.slider .swiper-slide img{height: fit-content;}
.our_house .swiper-container.slider-thumbnail .swiper-slide { width: 25%; height:80px;overflow: hidden;border-radius: 5px;border: 1px solid transparent;}
.our_house .swiper-container.slider-thumbnail .swiper-slide img{width: 100%;height: 100%;}
.our_house .swiper-container.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {border-color: #B62326;}
.our_house .layer{max-width: calc(100% - 40px);margin: 0 auto;border-radius: 10px;background-color: #fff;padding:10px 90px;position: relative;z-index:2;margin-top: -50px;box-shadow: 0px 0px 10px #00000025;}
.our_house .inner{overflow: hidden;}
.our_house .layer>div:not(.inner) { width: 38px; height: 38px; border: 1px solid #000000; border-radius: 50%; top: 0; bottom: 0; margin: auto 0; }
.our_house .layer>div::after{color: #000; font-size: 18px; font-weight: bold;}
.our_house .layer>div.swiper-button-next{right: 25px;}
.our_house .layer>div.swiper-button-prev{left: 25px;}
.our_house ul{list-style: none;padding-left: 0px;}
.our_house ul li{position: relative;padding-left:20px;margin-bottom: 7px;}
.our_house ul li::after{content:'';position: absolute;left: 0;top: 0;bottom: 0;width: 10px;height: 3px;margin: auto;background-color: #000;}
/* our house end */

/* free_time start */
.free_time .container{align-items: center;flex-wrap: wrap;}
.free_time .left_col{width: calc(100% - 675px);}
.free_time .left_col img{border-radius: 10px;}
.free_time .right_col{width: 675px;background-color: #FFFBF8;padding: 55px 50px;}
.free_time h2{font-size: 44px;line-height: 73px;font-weight: 600;margin-bottom: 5px;}
.free_time.reverce .container{align-items: center;    flex-direction: row-reverse;}
/* free_time end */

/* Gallery secton start */
.gallery-inner { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); grid-template-rows: repeat(2, 325px); gap:10px; grid-auto-rows: 325px; }
.gallery-item{ position: relative; }
.gallery-item-1{ grid-column: 1/3; grid-row: 1/ -1; }
.gallery-item .item-img { width: 100%; height: 100%; overflow: hidden; border-radius: 10px; }
.gallery-item .item-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
/* .gallery-item .itemCaption{position: absolute; top: 0; left: 0; background: rgb(0 0 0 / 50%); width: 100%; height: 100%; pointer-events: none; padding: 35px; border-radius: 10px; display: flex; align-items: flex-end; color: #fff; transition: 0.5s; opacity: 0; visibility: hidden;} */
.gallery-item .itemCaption { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; padding: 35px; border-radius: 10px; display: flex; align-items: flex-end; color: #fff;}
/* .gallery-inner.same-image-gallery .gallery-item .itemCaption { background: linear-gradient(0deg, rgba(182,35,38,0.8) 20%, rgba(182,35,38,0) 60%); } */
.gallery-inner.same-image-gallery .gallery-item .itemCaption {background: #a3b9d6; padding: 10px 20px; display: flex; align-items: center; border-radius: 0;height: 50px; top: 0;     border-top-left-radius: 10px; border-top-right-radius: 10px;}
/* .gallery-item .itemCaption h6{margin-bottom: 0; transition: 0.5s; transform: translateY(100px);} */
.gallery-item .itemCaption h6{margin-bottom: 0;}
.gallery-item .item-img:hover .itemCaption{opacity: 1; visibility: visible;}
.gallery-item .item-img:hover .itemCaption h6{transform: translateY(0);}
/* Gallery secton end */

/* Request form start */
.request-form{width: 100%; max-width: 1000px; margin: 0 auto;}
.request-form form{box-shadow: 0px 0 10px #00000017; padding: 40px; border-radius: 15px;}
.request-form .dateFields [name="datetimes1"] { position: absolute; height: 100%; width: 100%; top: 0; opacity: 0; z-index: 2;}
.request-form  .datek { background-image: url(../images/arrow_broun.png); background-repeat: no-repeat; background-position: right 18px center; }

.request-form ::-webkit-input-placeholder{color: #adadad;}
.request-form :-moz-placeholder{ color: #adadad;}
.request-form ::-moz-placeholder{ color: #adadad;}
.request-form :-ms-input-placeholder{ color: #adadad;}
.request-form ::-ms-input-placeholder{ color: #adadad;}
.request-form :placeholder-shown{ color: #adadad;}
/* Request form end */

/* Map section start */
.map_sec .left_col{width: 50%;background-color: #F8F8F8;padding: 45px 50px;display: flex;justify-content: center;align-items: center;}
.map_sec .right_col{width: 50%;}
.map_sec .right_col iframe{width: 100%;height: 100%;}
.map_sec .label {display: flex; width: 100%; align-items: flex-start;margin-bottom: 20px;}
.map_sec .label span { width: 35px; margin-right: 5px; padding: 0 5px;min-width: 35px; }
.map_sec .label p{margin-bottom: 0px;}
.map_sec .label a{font-size: 18px;}
/* Map section end */

.thankyoupage{text-align:center;padding: 100px 0;}
.thankyoupage h1{font-size:80px;margin-bottom:0px;}
.col-12.dateFields{position:relative}

/* A css */
.same-image-gallery {grid-template-rows: repeat(1, 450px);}
footer ul {padding: 0;list-style: none;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;margin-bottom:0px;}
footer ul li{margin:0px 5px;}
/* credit section */
.credit_section .container {    display: flex; flex-wrap: wrap;}
.credit_section .container .leftcol{padding:50px;}
.credit_section .container .leftcol .col:not(:last-child) { margin-bottom: 35px; }
.credit_section .container>div{width: 50%;    background-color: #F8F8F8;}
.credit_section h3{font-size: 22px;}
.credit_section .label { display: flex; width: 100%; align-items: flex-start; margin-bottom: 10px; }
.credit_section .label span { width: 35px; margin-right: 5px; padding: 0 5px; min-width: 35px; }
.credit_section .label p{margin-bottom: 0px !important;}
.credit_section .label p br{display: none !important;}
.credit_section .label a { font-size: 18px;}
.credit_section .rightcol{background-repeat: no-repeat;background-size: cover;}

body .cky-btn-reject,body .cky-btn-preferences { color: var(--secondary) !important; border-color:var(--secondary) !important;}
body .cky-btn-accept{background-color: var(--secondary) !important; border-color:var(--secondary) !important;}


.error-message.dynamicfieldsvalidation {
    display: none; /* Initially hidden */
}

.error-message.dynamicfieldsvalidation.visible {
    display: block; /* Show when 'visible' class is added */
    color: red; /* Optional: Change color for visibility */
}

.error-message1.dynamicfieldsvalidation {
    display: none; /* Initially hidden */
}

.error-message1.dynamicfieldsvalidation.visible {
    display: block; /* Show when 'visible' class is added */
    color: red; /* Optional: Change color for visibility */
}
