@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:wght@400..800&display=swap');


:root{
  --primary1: 236,101, 2; /* #EC6502  */
  --primary2: 38,38,38; /* #262626  */
  --baseColor: 115,115,115; /* #737373 */
  --color_black: 0,0,0;
  --color_white: 255,255,255;
  --color_gray: 217,217,217; /* #D9D9D9 */  
  --baseFont: "Rethink Sans", sans-serif;
  --titleFont: "Cormorant Garamond", serif;
  --imgPrimary1: invert(43%) sepia(86%) saturate(2629%) hue-rotate(4deg) brightness(97%) contrast(98%);
  --imgPrimary2: invert(12%) sepia(0%) saturate(1428%) hue-rotate(177deg) brightness(106%) contrast(96%);;
  --imgWhite: invert(100%) sepia(100%) saturate(0%) hue-rotate(13deg) brightness(103%) contrast(102%);
  --imgBlack: invert(0%) sepia(0%) saturate(0%) hue-rotate(320deg) brightness(96%) contrast(104%);
  --imgBase: invert(45%) sepia(7%) saturate(0%) hue-rotate(180deg) brightness(99%) contrast(97%);
  --imgGray: invert(96%) sepia(21%) saturate(138%) hue-rotate(150deg) brightness(111%) contrast(70%);
  --padding: clamp(3.125rem, 2.5rem + 3.125vw, 6.25rem);
  --padding-sm: clamp(1.5625rem, 1.25rem + 1.5625vw, 3.125rem);
  --bs-breadcrumb-divider: '-';
}

.title-font{font-family: var(--titleFont); font-weight: 700;}
body {font-family: var(--baseFont); font-optical-sizing: auto; color:rgb(var(--baseColor)); font-weight: 400;}
a:hover, a:focus {outline: none; -webkit-box-shadow: none; box-shadow: none; text-decoration: none;}
button:focus {outline: none;}

::selection {color: rgb(var(--color_white)); background: rgb(var(--primary2));}
.clr-base{color: rgb(var(--baseColor)) !important;}
.clr-1 {color: rgb(var(--primary1)) !important;} .bg-clr-1 {background-color: rgb(var(--primary1)) !important;}
.clr-2 {color: rgb(var(--primary2)) !important;} .bg-clr-2 {background-color: rgb(var(--primary2)) !important;}
.clr-gray {color: rgb(var(--color_gray)) !important;} .bg-gray {background-color: rgb(var(--color_gray));}


p{font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);color: rgb(var(--baseColor));}

.bg{background-color: #FFF8F2;}


/* button custom */
.btn-custom {line-height: normal; background-color: rgb(var(--primary2)); font-weight: 500; border-radius: 50px; padding: 16px 24px; color: rgb(var(--color_white)); overflow: hidden; transition: all .2s linear;}
.btn-custom:focus {box-shadow: none; border-color:rgb(var(--primary1)) !important;}
.btn-custom:hover, .btn-custom:focus,.btn-custom:active{border-color:rgb(var(--primary1)) !important; background-color: rgb(var(--primary1)) !important; color: rgb(var(--color_white)) !important;}
.btn-custom.has-border{background-color: transparent; border: 1px solid rgb(var(--color_white)); color: rgb(var(--color_white)) ;}
.btn-custom.has-border:hover, .btn-custom.has-border:focus,.btn-custom.has-border:active{border-color: rgb(var(--primary1)) !important; background-color: rgb(var(--primary1)) !important; color: rgb(var(--color_white)) !important;}
.btn-custom.bg-none{background-color: transparent; border: 1px solid transparent;}


/* owl-carousel */
.owl-flex .owl-stage {display: flex;}
.owl-carousel.style01 .owl-dots{display: flex; justify-content: flex-end; position: absolute; right: 0; bottom: 8px;}
.owl-carousel.style01 .owl-dots .owl-dot span{margin-left: 10px; width: 10px; height: 10px; border-radius: 50%; background-color: rgb(var(--baseColor)); display: block;}
.owl-carousel.style01 .owl-dots .owl-dot.active span{background-color: rgb(var(--primary1));}
.owl-carousel.style01 .owl-nav button{width: 54px; height: 36px; display: flex; align-items: center; justify-content: center; background-color: #E8EEF6;}
.owl-carousel.style01 .owl-nav button:hover{background-color: rgb(var(--color_white)); }
.owl-carousel.style01 .owl-nav [class^='owl-'].disabled {opacity: 0.5; cursor: default;}
.owl-carousel.style01 .owl-nav.disabled [class^='owl-'] {display: none;}


#wrapper {max-width: 1920px; margin: 0 auto; position: relative;}
.overlay{background-color: rgb(var(--color_black),0.5); position: fixed; left: 0; right: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; visibility: hidden; transition: all .3s linear;}
.overlay.active{opacity: 1; visibility: visible;}
/* header */
header { left: 0; right: 0; top: 0; position: absolute; max-width: 1920px; margin: 0 auto; transition: all 0.3s; z-index: 99 !important;}

header .header-inner .container{border-bottom: 1px solid rgb(var(--color_gray));}


.menu-wrap{height: 0; opacity: 0; box-shadow: 0px 4px 20px 0px rgba(var(--color_black),0.1); visibility: hidden; position: absolute; z-index: 10; top: 1.5rem; background-color: rgb(var(--color_white)); margin: 0 auto; left: 0; right: 0; transition: all .3s linear;}
.menu-wrap.active{height: auto; opacity: 1; visibility: visible;}
.menu-wrap .close-button{background-color: transparent; border: none; padding: 0;}
.menu-wrap .menu-body{border-top: 1px solid rgb(var(--color_gray));}
.menu-wrap .menu-body #main-menu ul li{padding: 8px 0;}
.menu-wrap .menu-body #main-menu ul li a{padding: 0; font-size: clamp(1.25rem, 0.9rem + 1.75vw, 3rem); font-family: var(--titleFont); font-weight: 400; line-height: normal; color: rgb(var(--primary2));}
.menu-wrap .menu-body #main-menu ul li>a:hover{color: rgb(var(--primary1));}
.menu-wrap .menu-body #main-menu ul li ul{padding-left: 1.5rem; margin: 0; list-style: none;} 
.menu-wrap .menu-body #main-menu ul li ul li a{font-size: clamp(0.9375rem, 0.825rem + 0.5625vw, 1.5rem); font-family: var(--baseColor); line-height: normal;}
.menu-wrap .menu-body .card{border: none; border-left: 1px solid rgb(var(--color_gray)); padding-left: 80px; padding-right: 30px;}
.menu-wrap .menu-body .card{margin-bottom: 60px;}
.menu-wrap .menu-body .card p,.menu-wrap .menu-body .card a{margin-bottom: 12px; font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem); color: rgb(var(--baseColor));}
.menu-wrap .menu-body .card a{text-decoration: none;}
.menu-wrap .menu-body .card a:hover{color: rgb(var(--primary1));}




header.fixed .menu-wrap{top: 0;}

header .navbar {transition: all 0.3s linear; z-index: 10; padding: 0; padding-top: 1.5rem;}
header .navbar .navbar-toggler:focus{outline: none; box-shadow: none;}
header .navbar .navbar-nav{margin-right: 40px;}
header .navbar .navbar-nav .nav-item {position: inherit; margin: 0 40px;}
header .navbar .navbar-nav .nav-item .nav-link {position: relative; font-weight: 500; padding: 45px 0; color: rgb(var(--primary1)); transition: 0.5s;}
header .navbar .navbar-nav .nav-item .nav-link:hover, header .navbar .navbar-nav .nav-item .nav-link.current {color: rgb(var(--primary2));}
header .navbar .navbar-nav .nav-item:hover>.nav-link,header .navbar .navbar-nav .nav-item>.nav-link.active{color: rgb(var(--primary2));}
header .dropdown:hover > .dropdown-menu {display: block;}
header .dropdown-toggle::after {border: none; background: url('../images/charet-sign.svg') center center no-repeat; width: 16px; height: 16px; vertical-align: -3px;}

header .call-icon img{filter: var(--imgWhite);}

header .navbar .navbar-nav .dropdown-menu li .nav-link{padding:10px 24px;}
header .navbar .navbar-nav .dropdown-menu li .dropdown-item{padding: 6px 24px;}
header .dropdown-menu{width: 290px; border-radius: 0;}
header .dropdown-menu .dropdown-item:focus, header .dropdown-menu .dropdown-item:hover {color: rgb(var(--primary2)); background-color: transparent;}
header.fixed {background: rgb(var(--color_white)); box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);}
header.fixed .header-inner .container{border-color: rgb(var(--color_white));}

header.fixed .navbar .call-icon img{filter: var(--imgPrimary2);}
header.fixed .navbar{padding-top: 0;}
header .navbar-brand img{transition: all .1s linear;}
header .navbar-brand img:last-child{display: none;}
header.fixed .navbar-brand img{display: none;}
header.fixed .navbar-brand img:last-child{display: block;}

.dropdown-item.active, .dropdown-item:active{background-color: transparent; color: rgb(var(--primary1));}
header .dropdown-toggle.active::after{filter: var(--imgPrimary2);}

/* Typography */
.padding {padding: var(--padding) 0;}
.padding-sm{padding: var(--padding-sm) 0;}

/* h4{font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);} */

h2.title{color: rgb(var(--primary2)); font-size: clamp(2.1875rem, 1.875rem + 1.5625vw, 3.75rem); font-weight: 700; line-height: normal; margin-bottom: 12px;}
.sub-title{font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem); margin-bottom: 2rem;}


/* banner */
#banner{ height: 100vh; height: 100svh; max-height: 1030px; transition: all .3s linear; background-color: rgb(var(--color_black)); }
#banner .banner-pic{height: 100vh; height: 100svh; max-height: 1030px; background-repeat: no-repeat; background-position: center top; background-size: cover;}
#banner .banner-pic:after{content: ""; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 75.12%, rgba(0, 0, 0, 0.70) 100%); position: absolute; left: 0; right: 0; bottom: 0; height: 100%; width: 100%;}
#banner .banner-pic img{background-position: center bottom;}
#banner .banner-text{padding-bottom: 60px; color: rgb(var(--color_white));}
#banner .banner-text .project-name{font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem); text-transform: uppercase; line-height: 1.2;}
#banner .banner-text .sort-info{font-size: 0.875rem; margin-bottom: 10px;}
#banner .banner-text .location{font-size: 0.875rem;}

.slick-dots {margin: 0; padding: 0; list-style: none; display: flex; position: absolute; bottom: 70px;}
.slick-dots li button{background-color: transparent; border: none; width: 12px; padding: 0; margin: 6px; height: 12px;  text-indent: -9999px; transition: all .3s linear;}
.slick-dots li.slick-active button{}

/* about */
.video-wrap{position: relative;}
.video-wrap::after{content: ""; width: 100%; height: 50%; position: absolute; left: 0; right: 0; bottom: 0; z-index: 0; background-color: rgb(var(--color_white));}


/* altimus-content */
.altimus-content{position: absolute; left: 70%; top: 50%; transform: translate(-50%, -70%);}
.altimus-content .title{font-size: clamp(2.125rem, 1.1rem + 5.125vw, 7.25rem); line-height: normal;}
.altimus-content .sub-text{font-size: clamp(0.875rem, 0.65rem + 1.125vw, 2rem); line-height: normal;}
.altimus-content .btn-custom{margin-top: 30px; border-radius: 0; background-color: transparent; border: none;}
.altimus-content .btn-custom:hover{background-color: transparent !important; color: rgb(var(--primary2)) !important;}

/* nav-tab */
#nav-tab{border: none;}
#nav-tab a{margin: 0 6px;  text-transform: uppercase; color: rgb(var(--primary2)); padding: 12px; position: relative; border: none; border-bottom: 1px solid rgb(var(--color_gray));}
#nav-tab a.active::after{content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; width: 100%; display: block; background-color: rgb(var(--primary1));}
#nav-tab a.active{color: rgb(var(--primary1)); border-bottom: none;}


.project-wrap{display: block; text-decoration: none; overflow: hidden;}
.project-wrap .project-pic img{transition: 0.4s;}
.project-wrap:hover .project-pic img{transform: scale(1.08);}
.project-wrap:after{content: ""; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 75.12%, rgba(0, 0, 0, 0.70) 100%); position: absolute; left: 0; right: 0; bottom: 0; height: 100%; width: 100%;}
.project-wrap .project-content{position: absolute; left: 0; right: 0; bottom: 0; padding: 36px 48px; color: rgb(var(--color_white));}
.project-wrap .project-content .project-name{font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem); text-transform: uppercase; line-height: 1.2;}
.project-wrap .project-content .sort-info{font-size: 0.875rem; margin-bottom: 10px;}
.project-wrap .project-content .location{font-size: 0.875rem;}


/* statistics */
.statistics .statistics-item .number{
  -webkit-text-fill-color: rgb(var(--color_white));
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(var(--primary1)); 
  font-size: clamp(2.125rem, 1.75rem + 1.875vw, 4rem);
  font-weight: 700;
  line-height: normal;
}
.statistics .statistics-item .number::after{content: "+";}
.statistics .statistics-item .text{font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);}
 

/* tags*/
.tags .tag-item{margin: 15px; background-color: rgb(var(--color_white)); padding: 20px 36px; border-radius: 60px; color: rgb(var(--primary1));}
.tag-pics-slider .slick-slide {margin: 0 24px 0 0;}
.tag-pics-slider .slick-slide:nth-child(odd){margin-top: 4rem;}

/* pic */
.pic {overflow: hidden;}
.pic img {transition: 0.4s;}
.pic:hover img {transform: scale(1.08);}


/* testimonials */
.testimonial-item *{transition: all .3s linear;}
.testimonial-item{padding: clamp(1.25rem, 0.9rem + 1.75vw, 3rem); border: 1px solid rgb(var(--color_gray));
  background: linear-gradient(36deg, rgba(255, 255, 255, 0.00) 50%, #FFE3CE 100%), rgb(var(--color_white));
}
.testimonial-item p{font-size: 1rem;}
.testimonial-slider .slick-slide{margin: 0 30px 0 0; height: inherit !important;}
.testimonial-slider .slick-slide > div{height: 100%;}
.testimonial-slider .slick-list{  overflow: visible;}
.testimonial-slider .slick-track{ display: flex !important;}


.slick-arrow{border: none; text-indent: -9999px; width: 32px; height: 32px; transition: all .3s linear; position: absolute; right: 0; background-color: transparent; top: -8rem;}
.slick-arrow::after{content: ""; background: url('../images/arrow.png') no-repeat 0 0; filter: var(--imgPrimary2); width: 32px; height: 32px; background-size: cover; display: block; position: absolute; margin: auto; inset: 0;}
.slick-prev{right: 65px; }
.slick-prev::after{transform: rotate(180deg);}
.slick-disabled{filter: var(--imgGray);}

/* social-media */
.social-media{display: flex; align-items: center;}
.social-media *{transition: none;}
.social-media a{width: 42px; height: 42px; display: flex; border: 2px solid rgb(var(--color_gray)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 20px;}
.social-media a .icon{display: flex; align-items: center; justify-content: center;}
.social-media a .icon img{max-width: 24px; filter: var(--imgGray); transition: none;}
.social-media a img{filter: var(--imgGray); transition: all .1s linear;}
.social-media a:hover img{filter: var(--imgPrimary2);}
.social-media a:hover{border-color: rgb(var(--primary1));}
.social-media a:hover .icon img{filter: var(--imgPrimary1);}

/* footer */
.totop {bottom: 30px; cursor: pointer; display: flex; align-items: center; justify-content: center; width: 45px; height: 45px; position: fixed; right: -60px; z-index: 99; background-color: rgb(var(--primary1)); text-align: center; opacity: 0; border-radius: 50%; box-shadow: 0px 10px 29.7px 3.3px rgba(0, 0, 0, 0.2);}

.footer .footer-top::after{content: ""; background: #000000; display: block; position: absolute; left: 0; right: 0; width: 100%; height: 50%; bottom: 0;}
.footer .footer-top .block{background: url('../images/footer-bg.jpg') no-repeat center top; background-size: cover; padding: calc(var(--padding) * 1.2) 20px; position: relative;}
.footer .footer-top .block::before{content: ""; display: block; background-color: rgb(var(--color_black),0.7); position: absolute; inset: 0; width: 100%; height: 100%;}
.footer .footer-top .block p{color: rgb(var(--color_white)); font-size: 1rem;}
.footer .footer-top .block .btn-custom{background-color: transparent; text-transform: uppercase; border-radius: 0; border-bottom: 1px solid rgb(var(--primary1));}
.footer .footer-middle .f-links li{margin-bottom: 12px;}
.footer .footer-middle .f-links li a{text-decoration: none; color: rgb(var(--baseColor)); font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);}
.footer .footer-middle .f-links li a:hover,.footer .footer-middle .f-links li a:focus{color: rgb(var(--color_white));}
.footer .footer-middle .contact-links a{text-decoration: none; color: rgb(var(--baseColor)); font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem); margin-bottom: 12px;}
.footer .footer-middle .contact-links a:hover,.footer .footer-middle .contact-links a:focus{color: rgb(var(--color_white));}
.footer .footer-bottom a{color: rgb(var(--baseColor)); text-decoration: none;}
.footer .footer-bottom a:hover,.footer .footer-bottom a:focus{color: rgb(var(--color_gray));}
.footer .footer-bottom img{position: relative; top: -5px;}


/* inner pages styles */
.inner-banner {padding-top: 50.75%; background-position: center top; background-size: cover; background-color: rgb(var(--baseColor));}
.inner-banner:before {content: ''; position: absolute; inset: 0; background-color: rgba(var(--color_black),0.5);}
.inner-banner .container {position: absolute; inset: 0; z-index: 1; transition: all .3s linear; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.inner-banner h1 {font-size: clamp(2.5rem, 1.8rem + 3.5vw, 6rem); line-height: normal; color: rgb(var(--color_white));}
.inner-banner .sub-title {line-height: normal; color: rgb(var(--color_white));}
.inner-banner .down-arrow{position: absolute; left: 0; right: 0; bottom: 60px; margin: 0 auto; text-align: center; display: inline-block; width: 100px;}
.inner-banner .tag{clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%);}
.inner-banner .location{font-size: 1rem;}

/* vision-mission */
.vision-mission .item .icon{margin-bottom: 30px; display: flex; align-items: center; justify-content: center; width: 112px; height: 112px;}
.vision-mission .item .icon img{width: 48px;}

.team-item img{mix-blend-mode: luminosity;}
.team-item .ratio{background-color: #FFF8F2;}


/* project-banner*/
.project-banner::after{content: ""; display: block; background-color: rgb(var(--color_white)); height: 50%; width: 100%; display: block; position: absolute; left: 0;right: 0; bottom: 0;}
.download .btn-custom {
  background-color: transparent;
  text-transform: uppercase;
  border-radius: 0;
  border-bottom: 1px solid rgb(var(--color_white));
}
.download .card{padding: clamp(1.25rem, 0.75rem + 2.5vw, 3.75rem);}
.download .btn-custom:hover,.download .btn-custom:focus{
  background-color: rgb(var(--primary2)) !important;
  border-bottom-color: rgb(var(--primary2)) !important;
}

/* amenities */
.amenities .item .icon{width: 112px; height: 112px;}
.amenities .item .icon img{width: 48px;}

.location-block a{text-decoration: none; font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);color: rgb(var(--baseColor));}
.location-block a:hover,.location-block a:focus{color: rgb(var(--primary1));}

.number-links a{width: 50%;}

/* pg-contact */
.pg-contact .call-icon img,.page-id-204 .call-icon img{filter: var(--imgPrimary2);}
.pg-contact header .navbar-brand img:first-child,.page-id-204 header .navbar-brand img:first-child {display: none;}
.pg-contact header .navbar-brand img:last-child,.page-id-204 header .navbar-brand img:last-child {display: block;}
.no-banner {padding-top: calc(var(--padding) * 2.2);}
.address p {font-size: 1.125rem;}
.address a:hover {color: rgba(var(--primary1)) !important;}
.address .social-media a {border-color: rgba(var(--baseColor));}
.address .social-media a .icon img {filter: var(--imgBase);}
.address .social-media a:hover {border-color: rgba(var(--primary1));}
.address .social-media a:hover .icon img {filter: var(--imgPrimary1);}
.map:before {content: ''; position: absolute; left: 0; right: 0; top: 0; height: 50%; background-color: #fff8f2;}
.contact-form .btn-custom {background-color: transparent; text-transform: uppercase; border-radius: 0; border-bottom: 1px solid rgb(var(--primary1)); color: rgb(var(--primary1));}
.contact-form .form-control {border: none; border-bottom: 1px solid rgba(var(--baseColor)); border-radius: 0; padding: 0.75rem 0;}
.contact-form .form-label {font-size: 0.875rem; text-transform: uppercase; margin-bottom: 0;}
.contact-form .form-control:focus {box-shadow: none;}
.contact-form textarea.form-control{resize: none; height: 120px;}

/* wordpres styles */
#custom_html-2{margin-top: auto;}