@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --Terracotta: #d08078;
    --Cream: #f7f3ee;
    --Charcoal: #303030;
    --Beige: #dcd6cf;
    --black: #000000;
    --white: #ffffff;
    --cinzel: "Cinzel", serif;
    --Montserrat: "Montserrat", sans-serif;
}


.font-cinzel {
    font-family: "Cinzel", serif;
}

.font-montserrat {
    font-family: "Montserrat", sans-serif;
}

.text-terracotta {
    color: var(--Terracotta);
}

.text-cream {
    color: var(--Cream);
}

.text-Charcoal {
    color: var(--Charcoal);
}

.text-beige {
    color: var(--Beige);
}

body {
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    cursor: pointer;
}

p {
    color: var(--Charcoal);
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 35px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}

body .container {
    max-width: 1185px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

h1,
h2,
h3,
h4,
h5 {
    color: var(--Terracotta);
    font-weight: 300;
    font-family: 'Cinzel';
}

img {
    border-radius: 7px;
}

header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000000;
    padding: 12px 0 12px 0;
}

header.fixed-header {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    background-color: rgba(247, 243, 238, 0.6);
    backdrop-filter: blur(50px);
}

.header-gradient {
    background: transparent linear-gradient(180deg, rgba(247, 243, 238, 0.9) 41%, rgba(247, 243, 238, 0.05) 100%) no-repeat padding-box;
    width: 100%;
    height: 110px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.navbar-nav .nav-item {
    padding: 0px 0px;
    line-height: 10px;
}

.navbar-nav .nav-item .nav-link {
    padding: 15px 24px 27px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 1.1px;
    color: var(--Terracotta);
    font-size: 12px;
}
.navbar-nav .nav-item .nav-link.active {
    color: var(--Charcoal) ;
}

.header-logo {
    width: 120px;
}

.home-banner {
    position: fixed;
    left: 0;
    top: 0;
}

.video-img-div {
    height: 100vh;
    width: 100%;
}

.video-img-div img {
    width: 100% !important;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}

.explore-more-arrow {
    position: absolute;
    left: 50%;
    bottom: 75px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--white);
    font-family: "Montserrat", sans-serif;
    letter-spacing: 4.5px;
    font-size: 14px;
}

.explore-more-arrow {
    will-change: transform;
}

.explore-more-arrow span {
    margin-bottom: 20px;
}

.explore-more-arrow i {
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}

.dummy-height {
    height: 100vh;
    width: 100%;
}

.section-detail {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
    border-top-right-radius: 50vw;
    border-top-left-radius: 50vw;
    overflow: hidden;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    background: var(--white);
}

.primary-btn {
    font-size: 14px;
    height: 49px;
    border-radius: 25px;
    padding-top: 12px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--Charcoal);
    border: 1px solid var(--Charcoal);
    display: inline-block;
    font-weight: 500;
    min-width: 265px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.primary-btn::before,
.primary-btn::after {
    width: 0%;
    height: 0%;
    opacity: 0;
    position: absolute;
    content: "";
}

.primary-btn::before {
    top: 0;
    right: 0;
    border-top: 1px solid var(--Terracotta);
    border-left: 1px solid var(--Terracotta);
    -webkit-transition: width 0.2s 0.5s ease-out, height 0.15s 0.35s linear, opacity 0s 0.7s;
    transition: width 0.2s 0.5s ease-out, height 0.15s 0.35s linear, opacity 0s 0.7s;
    border-radius: 25px;
}

.primary-btn::after {
    bottom: 0;
    left: 0px;
    border-bottom: 1px solid var(--Terracotta);
    border-right: 1px solid var(--Terracotta);
    -webkit-transition: width 0.2s 0.15s linear, height 0.15s ease-in, opacity 0s 0.35s;
    transition: width 0.2s 0.15s linear, height 0.15s ease-in, opacity 0s 0.35s;
    border-radius: 25px;
}

.primary-btn:hover::before,
.primary-btn:hover::after {
    width: 100%;
    height: 96%;
    opacity: 1;
}

.primary-btn:hover::before {
    -webkit-transition: width 0.2s ease-in, height 0.15s 0.2s linear, opacity 0s;
    transition: width 0.2s ease-in, height 0.15s 0.2s linear, opacity 0s;
}

.primary-btn span {
    width: 0px;
    height: 13px;
    background: url(../images/button-arrow.svg) no-repeat center center;
    opacity: 0;
    visibility: hidden;
    content: "";
    display: inline-block;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    position: relative;
    top: 2px;
}

.concept-section {
    position: relative;
    background: var(--Cream);
    padding-top: 60px;
    /* padding-bottom: 100px; */
}

.heading-section {
    text-align: center;
}

.heading-2 {
    font-family: "Cinzel", serif;
    font-weight: 300;
    color: var(--Terracotta);
    font-size: 25px;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-bottom: 45px;
    margin-bottom: 0;
}

.center-line-heading {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    column-gap: 30px;
    text-align: center;
}

.center-line-heading::after,
.center-line-heading::before {
    height: 1px;
    background: var(--Beige);
    opacity: 0.8;
    content: '';
}

.concept-slider .swiper-slide:nth-child(2) {
    margin-top: 95px;
}

.concept-box .concept-box-img .box-thumb {
    overflow: hidden;
    border-radius: 9px;
}

.concept-box .concept-box-img .box-thumb img {
    transition: 0.5s ease;
    width: 100% !important;
    height: auto !important;
}

.concept-box .concept-box-img .box-thumb img:hover {
    transform: scale(1.2);
}

.concept-content-box {
    margin-left: 72px;
    padding: 100px 0px 0 22px;
    border-left: 1px solid var(--Beige);
}

.concept-content-box h4 {
    margin-bottom: 23px;
    font-size: 34px;
    line-height: 41px;
}

.luxury-section {
    position: relative;
    background: var(--Cream);
    padding-top: 60px;
    padding-bottom: 50px;
}

.luxury-slider-box .banner-box {
    position: relative;
}

.luxury-lauch-slider {
    transform: scale(0.7);
}

.img-100 {
    width: 100% !important;
    height: auto !important;
}

.swiper-arrow {
    display: flex;
    justify-content: space-between !important;
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
    bottom: auto;
    top: 0;
}

.swiper-arrow .swiper-button-next::after,
.swiper-arrow .swiper-button-prev::after {
    display: none;
}

.swiper-arrow .swiper-button-next:hover,
.swiper-arrow .swiper-button-prev:hover {
    transform: scale(1.2);
}

.luxury-view-detail {
    padding-bottom: 25px;
    border-bottom: 1px solid #E5E5E5;
    padding-top: 10px;
}

.luxury-amenitis-details {
    padding: 45px 0 0 0;
}

.luxury-amenitis-details-row .luxury-box {
    padding-left: 34px;
    padding-right: 34px;
    margin-bottom: 20px;
    border-right: 1px solid #C9A485;
}

.luxury-amenitis-details-row .box-amenitis {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    min-height: 72px;
}

.luxury-amenitis-details-row .box-amenitis i {
    width: 41px;
    flex: 0 0 41px;
    text-align: center;
}

.luxury-amenitis-details-row .box-amenitis span {
    font-size: 12px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.press-section {
    position: relative;
    background: var(--white);
}

.heading-1 {
    font-family: "Cinzel", serif;
    font-weight: 300;
    color: var(--Terracotta);
    font-size: 30px;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-bottom: 45px;
    margin-bottom: 0;
}

.press-slider {
    padding-bottom: 30px;
    position: relative;
}

.press-section .press-release-box {
    transition: all 400ms linear;
    transform: scale(0.6);
}

.press-section .swiper-slide.swiper-slide-active .press-release-box {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.press-release-box {
    display: block;
    border: 1px solid #C9C9C9;
    color: var(--black);
    border-radius: 11px;
}

.press-section .press-release-box .thumb {
    border-radius: 0px;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
}

.press-section .swiper-slide.swiper-slide-prev .press-release-box img {
    border-radius: 0px;
}

.press-section .swiper-slide.swiper-slide-next .press-release-box img {
    border-radius: 0px;
}

.press-release-box .press-content {
    padding: 30px 30px;
    align-items: center;
}

.press-release-box .press-content h3 {
    font-size: 18px;
    line-height: 21px;
    color: var(--Terracotta);
}

.press-release-box .press-content .press-release-date .date-create .published {
    font-size: 18px;
    font-weight: 300;
    color: #A8A8A8;
    display: block;
}

.press-release-box .press-content .press-release-date .date-create .dated {
    font-size: 18px;
    font-weight: 300;
    color: var(--black);
    display: block;
}

.footer {
    background: var(--Cream);
    padding: 108px 0px 50px;
    position: relative;
}

/* .footer .container::before {
    position: absolute;
    left: 0;
    top: 70px;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #D5B9A1;
} */

.footer .footer-logo {
    max-width: 320px;
    text-align: center;
    position: relative;
    z-index: 1;
    background: var(--Cream);
    margin: 0px auto 25px;
}

.footer .footer-logo img {
    width: 150px;
}

.footer .links-header {
    font-size: 18px;
    color: var(--Terracotta);
    letter-spacing: 1.6px;
    text-align: left;
    text-transform: uppercase;
    font-family: var(--cinzel);
}

.footer .footer-links ul {
    list-style: none;
    padding: 0px;
}

.footer .footer-links li {
    margin: 10px 0;
    line-height: 26px;
    font-weight: 400;
}

.footer .footer-links li,
footer .footer-links a {
    font-size: 14px;
    color: #4F5459;
}

.footer .footer-links a:hover {
    color: var(--Terracotta);
}

.footer .footer-links .links-div.main-links li a {
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1.6px;
}

.footer .footer-links .links-div.main-links li a:hover {
    color: var(--Terracotta);
}

.footer .footer-links .links-div.main-links li {
    margin: 18px 0;
    margin-top: 18px;
}

.footer .footer-links .links-div.main-links li:first-child {
    margin-top: 0;
}

.divider {
    background: #D1D1D1;
    width: 100%;
    height: 1px;
}

.footer .divider {
    background: #D5B9A1;
}

.footer .footer-bottom-section {
    padding: 45px 0;
}

.footer .footer-bottom-section span,
.footer .footer-bottom-section a {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--Charcoal);
    letter-spacing: 1.2px;
}

.footer .footer-bottom-section .social-icons a {
    margin: 0px 12px;
    transition: 0.5s ease;
}

.footer .footer-bottom-section .social-icons a img {
    border-radius: 0px;
    transition: 0.5s ease;
}

.footer .footer-bottom-section .social-icons a img:hover {
    transform: scale(1.2);
}

.megamenu {
    /* opacity: 0;
    visibility: hidden;
    flex-direction: column;
    display: none;     */
    box-shadow: rgba(0, 0, 0, 0.173) 14px 15px 52px;
}

.nav-item:hover .megamenu {
    /* opacity: 1;
    display: flex;
    visibility: visible; */
}

.megamenu-links ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.megamenu-links ul li,
.megamenu-links ul li a {
    padding: 0px;
    margin: 0px;
    color: var(--Charcoal) !important;
}

.submenu-panel ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.submenu-panel ul li,
.submenu-panel ul li a {
    padding: 0px;
    margin: 0px;
    color: var(--Charcoal) !important;
}

.navbar.navbar-expand-lg .dropdown:hover>.dropdown-menu {
    display: block;
}

.nav-link::after {
    content: none;
}

.submenu-panel {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
    height: 100%;
}

.submenu-panel.active {
    display: flex;
}

.mobile-navbar .container {
    padding-left: 15px;
    padding-right: 15px;
}

.mobile-navbar .offcanvas {
    width: 100%;
    margin: 0;
    width: 100%;
    background: #000;
    padding: 35px 33px 25px 33px;
    transition: 0.3s ease-in !important;
    overflow: auto;
}

.only-mob {
    display: none !important;
}

.close-menu-div {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 10000;
}

.close-menu {
    position: relative;
    top: -21px;
}

.mobile-navbar .navbar-nav .nav-item {
    text-transform: uppercase;
    padding: 0 0px;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}

.mobile-navbar .navbar-nav .nav-item a {
    color: var(--Cream);
    width: 100%;
    display: block;
}

.mobile-navbar .navbar-nav .nav-item a.active {
    color: var(--Terracotta);
    width: 100%;
    display: block;
}

.submenu {
    list-style: none;
    padding-left: 0;
    background-color: #333;
    /* Hide submenu by default and prepare for transition */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

/* .submenu a {
    padding-left: 40px;
    font-size: 0.9em;
    border-color: #555;
} */
.back-menu {
    position: absolute;
    left: 30px;
    top: 12px;
    height: 34px;
    width: 34px;
    background: url(../images/menu-arrow.svg) no-repeat center center;
    transform: rotate(90deg);
}

.submenu .dropdown-menu {
    position: relative !important;
    transform: none !important;
    background: transparent;
    padding-bottom: 0px;
}

.submenu .dropdown-item:focus,
.submenu .dropdown-item:hover {
    background-color: var(--black);
    color: var(--Terracotta)
}

.submenu .dropdown-toggle::after {
    position: absolute;
    height: 20px;
    width: 20px;
    background: url(../images/menu-arrow.svg) no-repeat center center;
    right: 0;
    top: 16px;
    border: 0px;
}

.submenu .dropdown-menu h5 {
    font-weight: 700;
    color: #919191;
    font-size: 14px;
    font-family: var(--Montserrat);
}

.submenu .dropdown-item {
    padding: 0px;
    margin: 16px 0;
    font-size: 13px;
    line-height: 22px;
}

.luxury-view-detail .luxury-latest-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .footer-links h6 {
    background: url(../images/black-arroe.svg) no-repeat top 23px right 10px;
}

.footer .footer-links h6.links-header.active {
    background: url(../images/top-black-arroe.svg) no-repeat top 21px right 10px;
}

.footer .footer-bottom-section .right-side a {
    padding: 0px 12px;
}

.bottom-btns {
    position: fixed;
    bottom: 28px;
    right: 42px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
    height: 55px;
    overflow: hidden;
    z-index: 1000;
}

.call-btns {
    box-shadow: none !important;
    background: rgba(20, 20, 20, 0.7) !important;
    color: var(--white) !important;
}

.call-btns .icons {
    margin-left: 10px;
    font-size: 18px;
}

.whatsapp-btn {
    box-shadow: none !important;
    background: rgba(20, 20, 20, 0.7) !important;
    color: var(--white) !important;
}

.whatsapp-btn .icons {
    margin-left: 10px;
    font-size: 18px;
}
.call-back-form {
    max-width: 450px;
    width: 100%;
    transform: translateX(500px);
    right: 30px;
    position: fixed;
    bottom: 0;
    z-index: 10000001;
    transition: 0.3s ease-in !important;
    background: var(--white);
    padding: 40px 15px;
    border-radius: 20px;
}
.call-back-form.active {
    transform: translateX(0px);
}
.call-back-form .close-sliding-form {
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
}
.btn-submit {
    height: 49px;
    border: 1px solid var(--black);
    border-radius: 25px;
    min-width: 170px;
    background: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: 0.5s ease;
    color: var(--black);
}
.btn-submit:hover {
    color: var(--white);
    background: var(--black);
}

.submit-btn .btn-submit {
    height: 40px;
    display: block;
    margin: 0px auto;
}

.call-back-form input.form-control , .call-back-form select.form-select{
    height: 39px;
    font-size: 14px;
    letter-spacing: 1.4px;
    border: 1px solid #888E91;
    border-radius: 7px;
    text-transform: capitalize;
    background: none;
    font-family: var(--Montserrat);
    font-weight: 500;
    color: #000000;
    padding-left: 27px;
    padding-right: 27px;
}
.call-back-form input.form-control::placeholder {
    color: #000000;
    opacity: 1;
    font-weight: 500;
}
.call-back-form select.form-select {
    -webkit-appearance: none;
    background: url(../images/select-arrow-new-black.svg) no-repeat right 30px center;
    padding-right: 57px;
}
.call-back-form label.form-label , .call-back-form label.form-check-label {
    font-size: 14px;
    letter-spacing: 1.4px;
    font-family: var(--Montserrat);
    font-weight: 500;    
}

.who-we-section {
    position: relative;
    background: var(--Cream);
    padding-top: 60px;
    padding-bottom: 60px;
}

.client-testimonials {
    position: relative;
    background: var(--Cream);
    padding-top: 60px;
    padding-bottom: 60px;
}

.client-slider .swiper-slide .client-slider-box {
    border: none;
}
.client-slider .swiper .swiper-slide .client-slider-box .slider-area{
    border: 1px solid #C7C7C7;
    border-radius: 7px;
}
.client-slider .swiper .swiper-slide .client-slider-box .slider-area {
    padding: 45px 150px 25px 65px;
    display: flex;
}
.review-rating {
    width: 120px;
    filter: drop-shadow(1px 3px 2px #d0807857);
}
.client-slider {
    transform: scale(0.9);
}
.partner-section {
    position: relative;
    background: var(--white);
    padding-top: 60px;
    padding-bottom: 60px;
}
.border-15 {
    border-radius: 15px
}
.h-250 {
    height: 250px;
}
.partner-logo figure {
    width: 100%;
    height: 200px;
}
.partner-logo figure img {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: contain;
}
.Partner-col  {
    opacity: 1;
}
.footer .footer-links-2 ul {
    list-style: none;
    padding: 0px;
}

.footer .footer-links-2 li {
    margin: 10px 0;
    line-height: 26px;
    font-weight: 400;
}

.footer .footer-links-2 li,
footer .footer-links-2 a {
    font-size: 14px;
    color: #4F5459;
}

footer .footer-links-2 span {
    font-size: 14px;
    color: #4F5459;
    display: flex;
    gap: 4px;
    word-wrap: anywhere;
}

.footer .footer-links-2 a:hover {
    color: var(--Terracotta);
}

.footer .links-header-2 {
    font-size: 18px;
    color: var(--Terracotta);
    letter-spacing: 1.6px;
    text-align: left;
    text-transform: uppercase;
    font-family: var(--cinzel);
}

.footer .footer-links-2 ul {
    margin-bottom: 0px;
}

.mobile-navbar .navbar-nav .nav-item {
    list-style: none;
}
.megamenu-links {
    overflow-y: auto;
    height: calc(100% - 0.5rem);
}
.submenu-panel .meg-level-menu{
    overflow-y: auto;
    height: calc(100% - 1rem);
}
.overflow-clip {
    overflow: clip;
}
.about-slider .swiper img {
  width: 100%;
  border-radius: 7px;
  transition: all .4s linear;
  transition: .5s ease;
  height: fit-content
}

.c-box-sec-1 {
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(214, 203, 194);
    border-image: initial;
    padding: 25px 30px;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.c-box-sec-1:hover {
    box-shadow: rgba(199, 163, 134, 0.3) 0px 15px 30px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(244, 238, 234);
    border-image: initial;
}
.radius {
    border-radius: 7px;
}
.c-box-sec-1 h5 {
    margin-bottom: 20px;
}
.icon-plus-content {
    display: flex;
    align-items: start;
    margin-bottom: 14px;
}
.icon-plus-content a {
    display: flex;
    align-items: start;
}
.icon-plus-content i.icons {
    margin-right: 8px;
    display: flex;
    align-items: center;
    flex: 0 0 15px;
}
.icon-plus-content span {
    font-size: 14px;
    color: #4F5459;
    line-height: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
    word-wrap: anywhere;
}
.icon-plus-content span a {
    color: #4F5459;
    text-decoration: none;
    padding: 3px 10px;
}
.icon-plus-content span a:hover {
    color: var(--Terracotta);
}
.icon-plus-content span span {
    color: #4F5459;
    text-decoration: none;
    padding: 3px 10px;
}
.blog-box {
    border: 1px solid #C9C9C9;
    border-radius: 11px;
    transition: all 400ms linear;
    padding: 25px 33px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
    gap: 20px;
    background-color: var(--Cream);
    height: 100%;
}
.blog-box:hover {
    box-shadow: rgba(199, 163, 134, 0.3) 0px 15px 30px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(244, 238, 234);
    border-image: initial;
}
.blog-box .primary-btn {
    min-width: 200px
}
.article-section h4 {
    color: var(--Charcoal) !important;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;   
    pointer-events: none
}
.blog-box + .blog-box {
    margin-top: 30px;
}
.submenu-panel .h5-big-title {
    font-size: 12px;
    font-weight: 500;
    color: #919191;
}

.mega-hvr-img {
    display: none ;
}
.megamenu-trigger.active { 
    border-radius: 7px;
    background: rgb(244, 244, 244);
    color: var(--Terracotta) !important;
    font-weight: 500;
}

.nav-item .megamenu .container , .nav-item .megamenu .container .row {
    height: 100%
}

.menu-open .header.fixed-header {
  height: 100%;
}
.blog-box figure {
    height: 300px
}
.blog-box figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 7px;
    transition: all .4s linear;
}
.mega-full-width-img {
    height: 100%;
}
.mega-hvr-img {
    height: 100%
}
.career-img {
    border: 1px solid #C9C9C9;
    border-radius: 15px;
    transition: all 400ms linear;
}
.career-img:hover{
    box-shadow: rgba(199, 163, 134, 0.3) 0px 15px 30px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(244, 238, 234);
    border-image: initial;
}
.bg-shadow {
    box-shadow: rgba(199, 163, 134, 0.3) 0px 15px 30px;
}
@import url(./responsive.css);
