/*======================
   01.fonts
========================*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@font-face {
    font-family: 'Avenir Next';
    src: url('../webfonts/AvenirNext-Medium.eot');
    src: url('../webfonts/AvenirNext-Medium.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/AvenirNext-Medium.woff2') format('woff2'),
        url('../webfonts/AvenirNext-Medium.woff') format('woff'),
        url('../webfonts/AvenirNext-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next';
    src: url('../webfonts/AvenirNext-DemiBold.eot');
    src: url('../webfonts/AvenirNext-DemiBold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/AvenirNext-DemiBold.woff2') format('woff2'),
        url('../webfonts/AvenirNext-DemiBold.woff') format('woff'),
        url('../webfonts/AvenirNext-DemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next';
    src: url('../webfonts/AvenirNext-Bold.eot');
    src: url('../webfonts/AvenirNext-Bold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/AvenirNext-Bold.woff2') format('woff2'),
        url('../webfonts/AvenirNext-Bold.woff') format('woff'),
        url('../webfonts/AvenirNext-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next';
    src: url('../webfonts/AvenirNext-Regular.eot');
    src: url('../webfonts/AvenirNext-Regular.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/AvenirNext-Regular.woff2') format('woff2'),
        url('../webfonts/AvenirNext-Regular.woff') format('woff'),
        url('../webfonts/AvenirNext-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root{
	--yellow: #FFBB00;
	--theme: #C39A79;
	--darkBlue: #0D283B;
	--dark: #0F1A25;
	--light: #F5F5F1;
	scroll-behavior: inherit;
}

/*======================
   02. Basic css
========================*/
::-moz-selection{
	background-color: var(--darkBlue);
	color: #fff;
}
::selection{
	background-color: var(--darkBlue);
	color: #fff;
}
html{
	font-size: 62.5%;
}
a, button, img{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}
body {
	line-height: 1.6;
	font-family: 'Avenir Next';
	background-color: #fff;
	color: var(--dark);
	font-weight: 400;
	font-size: 2rem;
}
ul,
ol{
	padding-left: 2rem;
}
ul li::marker,
ol li::marker{
	color: var(--theme);
}
a{
	color: inherit;
}
a:hover {
	color: var(--theme);
}
button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus{
	outline: none;
}
h1{
	font-family: "Playfair Display", serif;
	font-size: 8rem;
	font-weight: 600;
	line-height: 1.125;
	color: var(--darkBlue);
}
h2, .h2{
	font-family: "Playfair Display", serif;
	font-size: 6rem;
	font-weight: 600;
	line-height: 1.16;
	color: var(--darkBlue);
}
h3, .h3{
	font-size: 5rem;
	font-weight: 600;
	line-height: 1.1;
	color: var(--darkBlue);
	font-family: "Playfair Display", serif;
}
h4, .h4{
	font-size: 4rem;
	font-weight: 600;
	line-height: 1.25;
	color: var(--darkBlue);
	font-family: "Playfair Display", serif;
}
h5, .h5{
	font-size: 3rem;
	font-weight: 600;
	font-family: "Playfair Display", serif;
	color: var(--darkBlue);
}
h6, .h6{
	font-size: 2.4rem;
	font-weight: 600;
	color: var(--darkBlue);
}
h2 span,
h3 span,
h4 span{
	color: var(--theme);
}
.h6, .h5, .h4{
	margin-bottom: 0;
}
.mt_30{
	margin-top: 3rem;
}
.mt_40{
	margin-top: 4rem;
}
.mt_50{
	margin-top: 5rem;
}
.mt_60{
	margin-top: 6rem;
}
.mt_70{
	margin-top: 7rem;
}
.mt_80{
	margin-top: 8rem;
}
.pb_120{
	padding-bottom: 12rem;
}
.pt_120{
	padding-top: 12rem;
}
.py_120{
	padding-top: 12rem;
	padding-bottom: 12rem;
}
/* page loader  */
#preloader {
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	height: 100vh;
	width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.loader3 {
	width: 5.0rem;
	height: 5.0rem;
	display: inline-block;
	padding: .0rem;
	text-align: left;
}

.loader3 span {
	position: absolute;
	display: inline-block;
	width: 5.0rem;
	height: 5.0rem;
	border-radius: 100%;
	background: var(--theme);
	-webkit-animation: loader3 1.5s linear infinite;
	animation: loader3 1.5s linear infinite;
}

.loader3 span:last-child {
	animation-delay: -0.9s;
	-webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
  	0% {
    	-webkit-transform: scale(0, 0);
    	        transform: scale(0, 0);
    	opacity: 0.8;
  	}
  	100% {
    	-webkit-transform: scale(1, 1);
    	        transform: scale(1, 1);
    	opacity: 0;
  	}
}

@-webkit-keyframes loader3 {
  	0% {
    	-webkit-transform: scale(0, 0);
    	opacity: 0.8;
  	}
  	100% {
    	-webkit-transform: scale(1, 1);
    	opacity: 0;
  	}
}
/*Hamburger-menu START CSS*/
.menu_toggle{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 1.5rem;
	   -moz-column-gap: 1.5rem;
	        column-gap: 1.5rem;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 500;
	z-index: 999;
	position: relative;
	line-height: 1;
}
.menu_toggle>span{
	margin-bottom: -0.2rem;
}
.hamburger-menu {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.hamburger-menu span {
	background: #fff;
	width: 2rem;
	height: .2rem;
	display: block;
	margin: .4rem 0;
	border-radius: 100vw;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hamburger-menu .line-top.current {
	-webkit-transform: translateY(0.6rem) rotate(45deg);
	    -ms-transform: translateY(0.6rem) rotate(45deg);
	        transform: translateY(0.6rem) rotate(45deg);
}
.hamburger-menu .line-center.current {
	opacity: 0;
}
.hamburger-menu .line-bottom.current {
	-webkit-transform: translateY(-0.6rem) rotate(-45deg);
	    -ms-transform: translateY(-0.6rem) rotate(-45deg);
	        transform: translateY(-0.6rem) rotate(-45deg);
}
.container{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1024;
	width: 100%;
	-webkit-transition: 0.3s;
	-o-transition:  0.3s;
	transition:  0.3s;
	padding: 2rem 0;
}
header.sticky {
   -webkit-box-shadow: 0 .8rem 2.0rem 0 rgba(0, 0, 0, .1);
   box-shadow: 0 .8rem 2.0rem 0 rgba(0, 0, 0, .1);
   background-color: #fff;
   padding: 1.5rem 0;
}
header.sticky .menu_toggle,
header.current .menu_toggle{
    color: var(--dark);
}
header.sticky .hamburger-menu span,
header.current .hamburger-menu span{
    background: var(--dark);
}
.logo{
	max-width: 26rem;
	display: inline-block;
	width: 100%;
}
.logo img:last-child{
    display: none;
}
header.sticky .logo{
	max-width: 16rem;
}
header.sticky .logo img:first-child{
    display: none;
}
header.sticky .logo img:last-child{
    display: inline-block;
}
.menu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-column-gap: 3.5rem;
	   -moz-column-gap: 3.5rem;
	        column-gap: 3.5rem;
}
.menu>ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding-left: 0;
}
.menu>ul>li {
    padding: 1rem 3.5rem;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 1rem 1rem 0 0;
}
.menu>ul>li>a {
	text-decoration: none;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
header.sticky .menu>ul>li>a{
    color: var(--dark);
}
.menu>ul>li.active>a,
.menu>ul>li>a:hover {
	color: var(--theme) !important;
}
.menu>ul>li.dropdown_wrap{
	position: relative;
}
.menu>ul>li.dropdown_wrap:hover{
	background: var(--theme);
}
.menu>ul>li.dropdown_wrap:hover>a{
	color: #fff !important;
}
.menu>ul>li.dropdown_wrap>a::after {
	content: '\EA4E';
	font-family: remixicon!important;
	font-weight: 400;
	margin-left: 0.5rem;
	font-size: 90%;
	position: relative;
	top: 0.1rem;
}
.menu>ul>li.dropdown_wrap>ul {
	position: absolute;
	left: 0;
	top: 100%;
	background: var(--theme);
	padding: 0.8rem 3.5rem;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	pointer-events: none;
	min-width: calc(100% + 2rem);
	overflow: hidden;
	border-radius: 0 1rem 1rem 1rem;
	list-style: none;
}
.menu>ul>li.dropdown_wrap:hover>ul{
	opacity: 1;
	pointer-events: all;
}
.menu>ul>li.dropdown_wrap>ul>li>a{
	color: #fff;
	white-space: nowrap;
	padding: 0.5rem 0rem;
	display: block;
	text-decoration: none;
}
.menu>ul>li.dropdown_wrap>ul>li>a:hover,
.menu>ul>li.dropdown_wrap>ul>li.active>a{
	color: var(--darkBlue);
}
.overlay{
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--dark);
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	pointer-events: none;
}
.overlay.current{
	opacity: 0.5;
	pointer-events: all;
}
.side_menu{
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	pointer-events: none;
}
.side_menu_main{
	max-width: 50rem;
	height: 100dvh;
	padding-top: 12rem;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	left: -100%;
}
.side_menu.current{
	pointer-events: all;
}
.side_menu.current .side_menu_main{
	left: 0;
}
.side_menu_main::before{
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	height: 100%;
	width: 100vw;
	background-color: #fff;
	z-index: -1;
}
.side_menu_outer{
	height: 100%;
	overflow: auto;
	padding-right: 15rem;
	padding-bottom: 5rem;
}
.side_menu_inner{
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.side_menu_inner ul{
	list-style: none;
	padding: 0;
	margin-bottom: 3rem;
	width: 100%;
}
.side_menu_inner ul li{
	padding: 2rem 0;
}
.side_menu_inner ul li.dropdown_wrap ul{
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: 0.3s;
	padding-top: 7rem;
	margin-bottom:0;
}
.side_menu_inner ul li.dropdown_wrap ul.open{
    left: 0;
}
.side_menu_inner ul li a{
	text-decoration: none;
	color: var(--dark);
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1.3;
}
.side_menu_inner ul li a i{
    font-size: 1.8rem;
    font-weight: 100;
}
.side_menu_inner ul li a:hover,
.side_menu_inner ul li.active a{
	color: var(--theme);
}
.side_menu_inner .button:hover{
    box-shadow: none;
}
header:not(.sticky) .menu .button:hover{
	background-color: #fff;
	color: var(--dark);
}
.menu_inner_wrap{
    width: 100%;
    overflow: hidden;
}
.button.back_btn{
    flex-direction: row-reverse;
    margin-bottom: 1rem;
    display: none;
    position: relative;
    z-index: 2;
}
.back_btn::after{
    transform: rotate(-180deg);
}
.back_btn.open{
    display: inline-flex;
}



/*button*/
.button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 1.1rem 2rem;
	color: #fff;
	border-radius: 10rem;
	font-weight: 600;
	line-height: 1.35;
	text-align: left;
	border: none;
	text-decoration: none;
	background-color: var(--theme);
	-webkit-column-gap: 1.5rem;
	   -moz-column-gap: 1.5rem;
	        column-gap: 1.5rem;
}
.button::after{
	content: '\F5DC';
	font-family: remixicon!important;
	font-weight: 100;
	font-size: 1.8rem;
}
.button:hover{
	background: var(--darkBlue);
	color: #fff;
	-webkit-box-shadow: 0.1rem 1rem 4rem rgba(0, 0, 0, 0.16);
	        box-shadow: 0.1rem 1rem 4rem rgba(0, 0, 0, 0.16);
}
.black_btn{
	background: var(--darkBlue);
	color: #fff;
}
.black_btn:hover{
	background: var(--theme);
	color: #fff;
}
.outline{
	background: transparent;
	color: var(--theme);
	border: 0.1rem solid var(--theme);
	padding: 1rem 2rem;
}
.outline:hover{
	background: var(--theme);
	color: #fff;
}
.white_outline{
	background: transparent;
	color: #fff;
	border: 0.1rem solid #fff;
	padding: 1rem 2rem;
}
.white_outline:hover{
	background: #fff;
	color: var(--darkBlue);
}
.black_outline{
	background: transparent;
	color: var(--darkBlue);
	border: 0.1rem solid var(--darkBlue);
	padding: 1rem 2rem;
}
.black_outline:hover{
	background: var(--darkBlue);
	color: #fff;
}
.button_wrapper{
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 2rem;
	   -moz-column-gap: 2rem;
	        column-gap: 2rem;
	        row-gap: 2rem;
}
/*return-to-top START CSS*/
.back-to-top {
	font-size: 2rem;
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	display: none;
	position: fixed;
	bottom: 3.0rem;
	right: 2.0rem;
	border-radius: 50%;
	background: var(--theme);
	z-index: 1000;
	text-decoration: none;
}
.back-to-top i {
	color: #fff;
}
/*Home area*/
.home_area {
    position: relative;
    z-index: 1;
    min-height: 100dvh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 22rem 0 16rem;
    background-color: var(--dark);
}
.home_area::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 37%;
	z-index: -1;
	background: -o-linear-gradient(top, #0F1A25, transparent);
	background: -webkit-gradient(linear, left top, left bottom, from(#0F1A25), to(transparent));
	background: linear-gradient(to bottom, #0F1A25, transparent);
	mix-blend-mode: multiply;
}
.banner_slider{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}
.banner_item{
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100%;
}
.banner_item::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	mix-blend-mode: multiply;
	background-color: var(--dark);
	opacity: 0.5;
}
.home_content{
	max-width: 70.5rem;
}
.home_content h1{
	color: #fff;
}
.home_content img{
	max-width: 42rem;
	width: 100%;
}
.top_text{
	font-size: 2.6rem;
	color: var(--theme);
}
.home_content .button{
	text-transform: uppercase;
	font-weight: 400;
}
.banner_slider .swiper-horizontal>.swiper-pagination-bullets, 
.banner_slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.banner_slider .swiper-pagination-bullet{
	background-color: #fff;
}
.swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: var(--theme) !important;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0.5rem;
}
.scroll {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 9%;
    text-decoration: none;
    color: #fff;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
}
.scroll img{
	width: 1.7rem;
}
.scrolldown {
  --color: white;
  --sizeX: 2rem;
  --sizeY: 3rem;
  position: relative;
  width: var(--sizeX);
  height: var(--sizeY);
  margin-left: var(sizeX / 2);
  border: 0.1rem solid var(--color);
  border-radius: 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;
}
.scrolldown::before {
  content: "";
  position: absolute;
  bottom: 2.6rem;
  left: 50%;
  width: 0.4rem;
  height: 0.6rem;
  margin-left: -.2rem;
  background-color: var(--color);
  border-radius: 100%;
  -webkit-animation: scrolldown-anim 2s infinite;
          animation: scrolldown-anim 2s infinite;
  border-radius: 0.2rem;
}

@-webkit-keyframes scrolldown-anim {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 2.4rem);
            transform: translate(0, 2.4rem);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes scrolldown-anim {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 2.4rem);
            transform: translate(0, 2.4rem);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.sub_title{
	font-size: 2.2rem;
	margin-bottom: 1rem;
	font-weight: 600;
	color: var(--theme);
	font-family: 'Avenir Next';
}
.light_bg{
	background-color: var(--light);
}

/*title bar area*/
.title_bar_area{
	padding: 8rem 0;
}
.title_bar_area h3{
	max-width: 72rem;
	margin: 0 auto;
	font-weight: 100;
}

/*step area*/
.step_area>img{
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: -2%;
	width: 60.15%;
	max-width: 115.5rem;
}
.template_content .step_item:not(:first-child){
	margin-top: 6rem;
}
.template_content .step_item h6{
	font-size: 2.2rem;
}
.template_content .step_item p{
	margin-top: 2rem;
}

/*service area*/
.service_row {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 4rem;
	margin-top: 5rem;
}
.service_box {
	position: relative;
	overflow: hidden;
	z-index: 1;
	display: block;
	text-decoration: none;
	height: 100%;
	color: #fff !important;
}
.service_box::before{
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 14rem;
	background: -o-linear-gradient(bottom, #000000, transparent);
	background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
	background: linear-gradient(to top, #000000, transparent);
	mix-blend-mode: multiply;
}
.service_box>img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    z-index: -2;
    min-height: 28rem;
}
.service_box:hover>img{
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.service_item:first-child {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.service_content{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-column-gap: 1rem;
	   -moz-column-gap: 1rem;
	        column-gap: 1rem;
	font-size: 1.8rem;
	line-height: 1;
}
.service_content .h6 {
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
}

/*template area*/
.template_area{
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.template_area .row{
	--bs-gutter-x: 15.5rem;
}
.template_area p{
	margin-top: 3.5rem;
}
.template_content{
	max-width: 55rem;
}
.reverse_col{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.template_area .row:not(.reverse_col) .template_content{
	margin-left: auto;
}
.curios_area p{
	max-width: 48rem;
}
.template_area strong{
	font-weight: 600;
}

/*discover area*/
.gap-50{
	--bs-gutter-x: 5rem;
	--bs-gutter-y: 5rem;
}
.discover_box{
	display: block;
	width: 100%;
	text-decoration: none;
}
.discover_img{
	margin-bottom: 2rem;
}
.discover_img img{
	-o-object-fit: cover;
	   object-fit: cover;
	aspect-ratio: 52/37;
}
.discover_box:hover .discover_img img{
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.discover_content .h6{
	font-weight: 500;
}
.discover_content p{
	color: var(--theme);
}

/*brand area*/
.brand_area h2{
	margin-left: auto;
	margin-right: auto;
	max-width: 63rem;
}
.marquee img{
	max-height: 4.5rem;
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
}
.brand_wrapper{
	position: relative;
}
.brand_wrapper::before,
.brand_wrapper::after{
	position: absolute;
	height: 100%;
	top: 0;
	content: '';
	z-index: 2;
	width: 35%;
}
.brand_wrapper::before{
	left: -.2rem;
	background: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0.7), transparent);
	background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(rgba(255, 255, 255, 0.7)), to(transparent));
	background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.7), transparent);
}
.brand_wrapper::after{
	right: -.2rem;
	background: -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0.7), transparent);
	background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(rgba(255, 255, 255, 0.7)), to(transparent));
	background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0.7), transparent);
}


/*cta area*/
.cta_area{
	padding: 8rem 0 16rem;
	background-color: var(--light);
}
.cta_area .container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 7rem;
	   -moz-column-gap: 7rem;
	        column-gap: 7rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.cta_area .container>img{
	border-radius: 50%;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 27.2rem;
	aspect-ratio: 1/1;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.cta_area h4{
	max-width: 77rem;
}

/*footer*/
footer{
	padding: 4rem 0 8rem;
	background-color: var(--darkBlue);
	color: #fff;
	position: relative;
	z-index: 3;
}
.footer_logo{
	display: inline-block;
	width: 12.6rem;
	position: absolute;
	top: -6.3rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
footer a{
	display: inline-block;
}
footer a:hover{
	color: var(--theme);
}
footer h5 {
	margin-bottom: 4rem;
	color: var(--theme);
	padding-top: 3rem;
}
footer p{
	margin-top: 4rem;
	max-width: 46rem;
}
footer p strong{
	font-weight: 700;
}
footer ul{
	list-style: none;
	padding-left: 0;
}
footer ul li{
	padding-bottom: 0.8rem;
}
footer ul li a{
	text-decoration: none;
}
.opening ul{
	margin-top: 1rem;
}
.opening ul li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 1rem;
	   -moz-column-gap: 1rem;
	        column-gap: 1rem;
	padding-bottom: 0;
}
.opening ul li.active{
	color: var(--theme);
}
.opening ul li span{
	width: 23rem;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.footer_bottom{
	font-size: 1.6rem;
	padding-top: 12rem;
}
.footer_bottom p{
	margin-top: 0;
}
.footer_bottom a{
	text-decoration: none;
}
.footer_bottom ul{
	list-style: disc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-column-gap: 3rem;
	   -moz-column-gap: 3rem;
	        column-gap: 3rem;
}
.footer_bottom ul li{
	padding-bottom: 0;
}
.footer_bottom ul li:first-child{
	list-style: none;
}
.footer_bottom ul li::marker{
	color: #fff;
}
.icon_box{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-column-gap: 1.5rem;
	   -moz-column-gap: 1.5rem;
	        column-gap: 1.5rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.icon_box a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #fff;
	fill: #fff;
	text-decoration: none;
	font-size: 2.2rem;
	line-height: 1;
}
.icon_box a:hover {
	color: var(--theme);
	fill: var(--theme);
}
.contact_col p:not(:nth-child(2)) a{
	text-decoration: none;
}

/*book area*/
.intro_area{
	padding: 6rem 0 12rem;
	text-align: center;
}
.intro_area p{
	margin-top: 3rem;
	max-width: 112rem;
	margin-left: auto;
	margin-right: auto;
}
.intro_area h3{
	max-width: 100rem;
	margin-left: auto;
	margin-right: auto;
}
.intro_area .h6{
	font-family: "Playfair Display", serif;
}
.intro_area + section:not(.light_bg){
	padding-top: 4rem;
}
.intro_area h2 + .sub_title{
	margin-top: 8rem;
}

/*inner page*/
.inner_home .home_content{
	max-width: 100%;
	text-align: center;
}
.inner_home .home_content h1{
	font-size: 6rem;
}
.dark_bg{
	background-color: var(--darkBlue);
	color: #fff;
}
.dark_bg .button:hover{
	background-color: #fff;
	color: var(--darkBlue);
}
.dark_bg h2,
.dark_bg h3,
.dark_bg h4{
	color: #fff;
}

/*call area*/
.font_44 h3{
	font-size: 4.4rem;
}
.call_area .h5{
	font-weight: 400;
	margin-top: 1.5rem;
}
.work_area .step_item{
	margin-top: 8rem;
}
.work_area .step_item p{
	margin-top: 2rem;
}
.work_area>img{
	max-width: 95.5rem;
}
.work_area .step_item h6,
.work_area .step_item .h6,
.work_area .step_item .sub_title{
	font-size: 2.2rem;
}
.work_area h2{
	padding-bottom: 2rem;
}
.pagination_area{
	padding-top: 4rem;
}
.breadcrumb{
	padding: 0;
	border-radius: 0;
	background-color: transparent;
	margin-bottom: 0rem;
}
.breadcrumb-item+.breadcrumb-item::before {
	color: var(--dark);
}
.breadcrumb li,
.breadcrumb li.active,
.breadcrumb li a{
	font-size: 1.6rem;
	color: var(--dark);
	text-decoration: none;
}
.breadcrumb li.active{
	color: var(--theme);
}
.breadcrumb li a:hover{
	color: var(--theme);
}

/*brand img area*/
.brand_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-top: 8rem;
}
.wide {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.tall {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.brand_item .service_box::before{
	height: 100%;
	max-height: 28rem;
}
.brand_item .service_box .service_content{
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.brand_item .service_box .service_content img{
	max-height: 5.8rem;
	max-width: 18.7rem;
	-o-object-fit: contain;
	   object-fit: contain;
}
.contact_form{
	font-size: 1.8rem;
	margin-top: 5rem;
}
.contact_form .row{
	--bs-gutter-x: 4rem;
	--bs-gutter-y: 3rem;
}
.contact_form input:not([type="checkbox"]),
.contact_form textarea,
.contact_form select{
	width: 100%;
	border: 0.1rem solid #DCD9D5;
	background-color: #fff;
	height: 4rem;
	color: var(--dark);
	padding: 0 2rem;
	font-size: 1.8rem;
	display: block;
	resize: none;
}
.contact_form input:not([type="checkbox"])::-webkit-input-placeholder, .contact_form textarea::-webkit-input-placeholder{
	opacity: 1;
	color: var(--dark);
}
.contact_form input:not([type="checkbox"])::-moz-placeholder, .contact_form textarea::-moz-placeholder{
	opacity: 1;
	color: var(--dark);
}
.contact_form input:not([type="checkbox"]):-ms-input-placeholder, .contact_form textarea:-ms-input-placeholder{
	opacity: 1;
	color: var(--dark);
}
.contact_form input:not([type="checkbox"])::-ms-input-placeholder, .contact_form textarea::-ms-input-placeholder{
	opacity: 1;
	color: var(--dark);
}
.contact_form input:not([type="checkbox"])::placeholder,
.contact_form textarea::placeholder{
	opacity: 1;
	color: var(--dark);
}
.contact_form textarea{
	height: 16rem;
	padding-top: 1rem;
}
.file_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-column-gap: 1rem;
	   -moz-column-gap: 1rem;
	        column-gap: 1rem;
	row-gap: 2rem;
	background-color: rgba(13, 40, 59, 0.1);
	padding: 1.8rem 2rem;
	cursor: pointer;
	position: relative;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.file_box input{
	display: none !important;
}
.file_text{
	background-color: var(--dark);
	color: #fff;
	font-weight: 500;
	padding: 0.6rem 2rem;
	border-radius: 5rem;
	font-size: 2rem;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	line-height: 1.4;
}
.file_text:hover{
	background: var(--theme);
}
.file_box + p{
	margin-top: 2rem;
	max-width: 56rem;
}
.max_size{
	position: absolute;
	top: calc(100% + 2rem);
	right: 0;
	font-size: 1.6rem;
}
.button_wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 1rem;
	   -moz-column-gap: 1rem;
	        column-gap: 1rem;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	row-gap: 6rem;
	margin-top: 6rem;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.button_wrap .button{
	margin-left: auto;
}
.form-check-input[type=checkbox] {
    border-radius: 0;
    height: 2rem;
    width: 2rem;
    margin-top: 0.3rem;
    background-color: transparent;
    border: 0.1rem solid var(--dark);
}
.form-check-input[type=radio] {
    height: 2rem !important;
    width: 2rem !important;
    margin-top: 0.3rem;
    background-color: transparent !important;
    border: 0.1rem solid var(--dark) !important;
}
.form-check-input:checked[type=radio] {
    background-color: var(--dark) !important;
}
.form-check{
	margin-bottom: 0;
}
.form-check-input[type=checkbox]:focus{
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.form-check-input:checked {
    background-color: var(--dark);
    border-color: var(--dark);
}

/*quote area*/
.quote_area{
	padding: 12rem 0 18rem;
}
.quote_area h3{
	max-width: 77rem;
	margin-left: auto;
	margin-right: auto;
	font-weight: 100;
}
.quote{
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	max-width: 51rem;
	margin-bottom: 4rem;
}
.quote::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 100%;
	height: 0.1rem;
	background-color: var(--theme);
	z-index: -1;
}
.quote img{
	width: 11.6rem;
	background-color: #fff;
	padding: 0 4rem;
}

/*team area*/
.team_area{
	position: relative;
	z-index: 1;
	padding-top: 3rem;
}
.team_area::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - 44rem);
	background-color: var(--light);
	z-index: -1;
}
.team_area h2{
	max-width: 79rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8rem;
}
.team_area .row{
	--bs-gutter-x: 7rem;
	--bs-gutter-y: 7rem;
}
.team_box{
	height: 100%;
	background-color: #fff;
	line-height: 1.4;
}
.team_box .team_img img{
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	aspect-ratio: 1/1;
}
.team_content{
	padding: 2.8rem 3rem 3rem;
}
.team_content .h6{
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	margin-bottom: 0.3rem;
}
.team_content p{
	margin-bottom: 1rem;
}
.team_content p strong{
	color: var(--theme);
}
.team_content p a:not(:last-child){
	text-decoration: none;
}

.tile_area{
	position: relative;
	z-index: 1;
	background-color: transparent;
}
.tile_area::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% - 21rem);
	background-color: var(--light);
	z-index: -1;
}
.tile_area .brand_row{
	margin-top: 5rem;
}
.tile_area .brand_item .service_box .service_content{
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.cta_area.v2{
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.cta_area.v2 .container>img{
	width: 45%;
	border-radius: 0;
	aspect-ratio: auto;
}
.cta_area.v2 p{
	margin-top: 3rem;
}
.cta_area.v2>img{
	position: absolute;
	right: 0;
	bottom: -1rem;
	width: 40%;
	max-width: 70rem;
	z-index: -1;
}

/*feature area*/
.feature_area .row{
	--bs-gutter-x: 8rem;
	--bs-gutter-y: 8rem;
}
.feature_area img{
	height: 4.3rem;
}
.feature_area p{
	margin-top: 1.5rem;
	max-width: 56rem;
	margin-left: auto;
	margin-right: auto;
}
.feature_area .h6{
	font-size: 2.2rem;
	margin-top: 2.5rem;
}

/*room area*/
.room_area{
	position: relative;
	z-index: 1;
}
.room_area::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 4rem;
	width: 100%;
	height: calc(100% - 44rem);
	background-color: var(--light);
	z-index: -1;
}
.room_area::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0rem;
	width: 55%;
	height: calc(100% - 4rem);
	background-color: var(--light);
	z-index: -1;
}
.room_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
.room_item.text {
    grid-column: 2 / -1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2;
}
.room_item:nth-child(2) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
}
.room_item:nth-child(5) {
  grid-column: 2/-1; 
  -ms-grid-row: 2; 
  -ms-grid-row-span: 2; 
  grid-row: 2 / span 2;
}
.room_item:nth-child(6) {
  grid-column: 2/-1;
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-row: 3 / span 2;
}
.room_item:nth-child(7) {
  grid-column: 2/-1;
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  grid-row: 4 / span 2;
}
.room_text{
	max-width: 54rem;
	margin-left: auto;
	margin-top: -4rem;
}
.room_text p{
	margin-top: 3rem;
}

.intro_area .container>.sub_title + *{
	margin-top: 0 !important;
}

/*gallery area*/
.gallery_wrap {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
}
.gallery_img {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 4rem;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.gallery_img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.full_wide {
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
  width: 100%;
  display: block;
}
.looking_area p{
	margin-top: 3rem;
	max-width: 112rem;
}
.looking_area .brand_item .service_box .service_content{
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.looking_area .service_content .h6{
	text-transform: uppercase;
	font-weight: 400;
}

/*project area*/
.project_area .row{
	--bs-gutter-x: 4rem;
	--bs-gutter-y: 4rem;
}
.project_box {
    position: relative;
    z-index: 1;
    height: 100%;
    color: #fff;
    cursor: pointer;
    display: block;
}
.project_box::before{
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60%;
	background: -o-linear-gradient(bottom, #000000, transparent);
	background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
	background: linear-gradient(to top, #000000, transparent);
	z-index: -1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.project_box img{
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	aspect-ratio: 2/3;
	position: relative;
	z-index: -2;
}
.project_hover_content{
	position: absolute;
	padding: 0 2rem;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	pointer-events: none;
}
.project_hover_content>*{
	-webkit-transform: translateY(5rem);
	    -ms-transform: translateY(5rem);
	        transform: translateY(5rem);
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
.project_box:hover .project_hover_content{
	opacity: 1;
	pointer-events: all;
}
.project_box:hover .project_hover_content>*{
	-webkit-transform: translateY(0rem);
	    -ms-transform: translateY(0rem);
	        transform: translateY(0rem);
}
.project_hover_content .button{
	margin-top: 2.5rem;
}
.project_hover_content .button:hover{
    background-color: #fff;
    color: var(--theme);
}
.project_hover_content .h6,
.project_hover_content p{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #fff;
	text-shadow: 0.1rem 0.5rem 1rem rgba(0, 0, 0, 0.6);
}
.project_hover_content .h6{
	-webkit-transition-delay: 0.1s;
	     -o-transition-delay: 0.1s;
	        transition-delay: 0.1s;
}
.project_hover_content p{
	margin-top: 0.4rem;
	-webkit-transition-delay: 0.15s;
	     -o-transition-delay: 0.15s;
	        transition-delay: 0.15s;
}
.project_hover_content{
	-webkit-transition-delay: 0.2s;
	     -o-transition-delay: 0.2s;
	        transition-delay: 0.2s;
}
.project_bottom{
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0 2rem 7rem;
	text-align: center;
	bottom: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.project_bottom p{
	color: #fff;
	font-size: 2.2rem;
	text-transform: uppercase;
}
.project_box:hover::before,
.project_box:hover .project_bottom{
	opacity: 0;
}

.pagination_number{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 2rem;
	   -moz-column-gap: 2rem;
	        column-gap: 2rem;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 70rem;
	margin: 8rem auto 0;
}
.pagination_number ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 4rem;
	   -moz-column-gap: 4rem;
	        column-gap: 4rem;
	list-style: none;
	padding-left: 0;
}
.pagination_number a{
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 2rem;
	   -moz-column-gap: 2rem;
	        column-gap: 2rem;
}
.pagination_number a.active{
	color: var(--theme);
}
.circle_img{
	width: 100%;
	border-radius: 50%;
	max-width: 45rem;
	aspect-ratio: 1/1;
	-o-object-fit: cover;
	   object-fit: cover;
}
.contact_form.v2 input:not([type="checkbox"]),
.contact_form.v2 textarea{
	background-color: transparent;
	padding: 0;
	border: none;
	border-bottom: 0.1rem solid var(--dark);
}
.contact_form.v2 .file_box{
	padding: 0;
	background-color: transparent;
	display: block;
}
.contact_form.v2 .file_text{
	display: inline-block;
	background: var(--theme);
	margin-top: 3rem;
}
.contact_form.v2 .max_size {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 2.5rem;
}
.contact_form.v2 p{
	margin-top: 0;
	max-width: 45rem;
}
.template_area.contact_area .container>.row {
    --bs-gutter-x: 8rem;
}
.gap_80 {
    --bs-gutter-x: 8rem;
    --bs-gutter-y: 4rem;
}
.call_area p{
	margin-top: 3rem;
	max-width: 110rem;
	margin-left: auto;
	margin-right: auto;
}
.map_area iframe{
	width: 100%;
	height: 100%;
	aspect-ratio: 168/65;
	display: block;
}
.contact_content{
	max-width: 40rem;
}
.contact_content p{
	font-size: 2.2rem;
	color: var(--theme);
	margin-top: 3rem;
}

.opening_area h6,
.opening_area .h6{
	color: var(--theme);
	font-size: 2.8rem;
}
.opening_area ul{
	list-style: none;
	padding: 0;
	font-size: 2.4rem;
	line-height: 1.8;
	margin-top: 3rem;
	color: var(--theme);
}
.opening_area p{
	color: var(--theme);
	max-width: 40rem;
	font-size: 1.8rem;
	margin-top: 3rem;
}

.opening_area:not(.light_bg) ul{
	color: var(--dark);
}
.opening_area:not(.light_bg) ul a{
	text-decoration: none;
}
.opening_area:not(.light_bg) h4{
	max-width: 40rem;
}

.gallery_content{
	text-align: center;
}
.gallery_content p{
	margin: 3rem auto 0;
	max-width: 110rem;
}
.title_item {
    aspect-ratio: 1.37/1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: visible;
}
.title_item p{
	margin-top: 3rem;
}
.tab_filter{
	padding-top: 9rem;
}
.tab_filter ul{
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-column-gap: 16rem;
	   -moz-column-gap: 16rem;
	        column-gap: 16rem;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	row-gap: 2rem;
}
.tab_filter ul li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
    line-height: 1.2;
}
.tab_filter ul li a i{
    color: var(--theme);
}

.room_area  .service_box {
    height: auto;
    min-height: 36.8rem;
}

.cta_area2{
	background-size: cover;
	background-position: center center;
	padding: 14rem 0 22rem;
	position: relative;
	z-index: 1;
}
.cta_area2::before{
	content: '';
	position: absolute;
	inset: 0;
	z-index: -1;
	background-color: var(--dark);
	opacity: 0.85;
	mix-blend-mode: multiply;
}
.cta_area2 h4{
	color: #fff;
}
.cta_area2 .cta_content {
    max-width: 82rem;
    margin-left: auto;
    margin-right: auto;
}
.inner_logo_slider .brand_wrapper::before {
    background: -webkit-gradient(linear, left top, right top, from(var(--light)), to(transparent));
    background: -o-linear-gradient(left, var(--light), transparent);
    background: linear-gradient(to right, var(--light), transparent);
}
.inner_logo_slider .brand_wrapper::after {
    background: -webkit-gradient(linear, right top, left top, from(var(--light)), to(transparent));
    background: -o-linear-gradient(right, var(--light), transparent);
    background: linear-gradient(to left, var(--light), transparent);
}

.service_inner_area .row{
	--bs-gutter-x: 5rem;
	--bs-gutter-y: 5rem;
}
.service_inner_area .row>div:not(:last-child) .service_inner_card{
	padding-right: 4rem;
	border-right: 0.1rem solid var(--theme);
	height: 100%;
}
.service_inner_card p{
	margin-top: 2.5rem;
}
.marquee{
    overflow: hidden;
}
.js-marquee-wrapper{
    display: flex;
    align-items: center;
    column-gap: 12rem;
}
.js-marquee-wrapper>div{
    display: flex;
    align-items: center;
    column-gap: 12rem;
}

.privacy_content{
	border-top: 0.1rem solid var(--theme);
	padding-top: 6rem;
}
.privacy_content ul{
	margin-top: 3rem;
}

.control-buttons {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    row-gap: 1rem;
    flex-wrap: wrap;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.control-buttons .button{
    cursor: pointer;
    transition: 0.3s;
}
.control-buttons .button::after{
    display: none;
}
.control-buttons .button i{
    font-weight: 400;
}
.control-buttons .button:hover{
    background-color: #fff;
    box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1);
    color: var(--dark);
}
input.file-input {
    margin-top: 2rem;
    border-bottom: none !important;
    height: auto !important;
}

.template_area.contact_area.v2 .container .row {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 2rem;
}
.template_area.contact_area.v2 .contact_form {
    max-width: 67.6rem;
}

.appointment_form.v2 p {
    max-width: 100%;
    margin-top: 2rem;
}
.appointment_form.v2 p strong{
    font-weight: 500;
}
.check_box_wrapper {
    display: flex;
    align-items: flex-start;
    column-gap: 3rem;
    row-gap: 1.5rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}
.radio_wrap {
    display: flex;
    align-items: flex-start;
    column-gap: 3rem;
    row-gap: 1.5rem;
    flex-wrap: wrap;
}
.template_area.contact_area.v2 .appointment_form.v2 .date-input {
    border: 0.1rem solid var(--dark);
    border-radius: 4rem;
    height: 4rem;
    padding: 0 2rem;
}
.appointment_form.v2 p.upload_info {
    font-size: 1.4rem;
    max-width: 44rem;
    margin-top: 1.6rem;
}


