html {
    scroll-behavior: smooth;
  }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "TenorSans-Regular"
}

body {
    font-family: "body";
    margin: 0;
    padding: 0;
    background-color:#f0eeea;
}

ul {
    padding-left: 0
}

ul li {
    list-style: none
}

a {
    text-decoration: none
}

button:focus,
.form-control:focus,
.btn-primary:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

p {
    font-family: 'Montserrat-Light';
    font-size: 22px;
    color: #000;
    font-weight: 300;
    line-height: 35px
}

@media(max-width:1600px) {
    p {
        font-size: 18px;
        line-height: 28px
    }
}

@media(max-width:767.98px) {
    p {
        font-size: 16px;
        line-height: 22px
    }
}

.section-title {
    font-size: 59px;
    font-family: "TenorSans-Regular";
    font-weight: 400;
    line-height: 70px;
    color: #101114;
    text-transform: uppercase
}

@media(max-width:1600px) {
    .section-title {
        font-size: 49px;
        margin-bottom: 40px;
        line-height: 56px
    }
}

@media(max-width:1399.98px) {
    .section-title {
        font-size: 49px;
        line-height: 48px;
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .section-title {
        font-size: 35px;
        line-height: 45px
    }
}

h1 {
    font-size: 80px;
    font-weight: 400;
    font-family: "TenorSans-Regular"
}

@media(max-width:1600px) {
    h1 {
        font-size: 60px
    }
}

@media(max-width:1399.98px) {
    h1 {
        font-size: 40px
    }
}

@media(max-width:767.98px) {
    h1 {
        font-size: 40px;
        line-height: 45px
    }
}

img {
    max-width: 100%;
    display: block
}

@media(min-width:1300px) {
    .container {
        max-width: 1208px
    }
}

@media(min-width:1800px) {
    .container {
        max-width: 1693px
    }
}

@media(max-width:767.98px) {
    .container {
        padding-left: 22px;
        padding-right: 22px
    }
}

@media(max-width:767.98px) {
    .button-center-mob {
        text-align: center
    }
}

.black-button {
    background-color: #000;
    padding: 20px 24px;
    color: #ffff;
    font-family: 'Montserrat-Bold' !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    -webkit-box-shadow: inset 0 0 #000;
    box-shadow: inset 0 0 #000;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.black-button:hover {
    -webkit-box-shadow: inset 16em 0 #ffff;
    box-shadow: inset 16em 0 #ffff;
    cursor: pointer;
    color: black
}

@media(min-width:1800px) {
    .black-button {
        padding: 26px 66px
    }
}

@media(max-width:767.98px) {
    .black-button:hover {
        -webkit-box-shadow: inset 13em 0 #ffff;
        box-shadow: inset 13em 0 #ffff
    }
}

.btn-white {
    background-color: #fff;
    padding: 20px 24px;
    color: black;
    font-family: 'Montserrat-SemiBold';
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    border: 1px solid #fff;
    -webkit-box-shadow: inset 0 0 #ffff;
    box-shadow: inset 0 0 #ffff;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    float: right
}

.btn-white:hover {
    -webkit-box-shadow: inset 16em 0 #000;
    box-shadow: inset 16em 0 #000;
    cursor: pointer;
    color: #ffff;
    border: 1px solid #fff
}

@media(max-width:991.98px) {
    .btn-white:hover {
        color: #000
    }
}

@media(min-width:1800px) {
    .btn-white {
        padding: 26px 66px
    }
}

@media(max-width:991.98px) {
    .btn-white {
        float: left
    }
}

@media(max-width:767.98px) {
    .btn-white:hover {
        -webkit-box-shadow: inset 13em 0 #ffff;
        box-shadow: inset 13em 0 #ffff
    }
}

.arrow-btn {
    background-color: transparent;
    border: 1px solid transparent;
    padding: 20px 25px;
    color: #ffff;
    font-family: 'heading';
    font-weight: 400;
    line-height: 19px;
    text-transform: uppercase;
    outline: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    letter-spacing: .114rem
}

@media(min-width:1800px) {
    .arrow-btn {
        padding: 33px 32px;
        font-size: 20px
    }
}

@media(max-width:1600px) {
    .arrow-btn {
        font-size: 16px
    }
}

@media(max-width:1399.98px) {
    .arrow-btn {
        font-size: 14px;
        padding: 20px 25px 20px 30px
    }
}

@media(max-width:767.98px) {
    .arrow-btn {
        font-size: 12px
    }
}

@media(max-width:575.98px) {
    .arrow-btn {
        font-size: 12px;
        padding: 20px 20px 20px 20px
    }
}

.arrow-btn:before {
    content: '';
    background: #000;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.arrow-btn:hover {
    color: #000;
    border: 1px solid #636363
}

.arrow-btn:hover line,
.arrow-btn:hover path {
    stroke: #000
}

.arrow-btn:hover:before {
    width: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.arrow-btn:hover span:before {
    background: #636363
}

.arrow-btn span {
    position: relative;
    z-index: 1;
    padding: 10px 0;
    text-align: center
}

.arrow-btn span:before {
    content: '';
    background: #636363;
    position: absolute;
    height: 100%;
    left: 35px;
    top: -20px;
    width: 1px;
    height: 100px
}

@media(min-width:1800px) {
    .arrow-btn span:before {
        left: 43px
    }
}

@media(max-width:1399.98px) {
    .arrow-btn span:before {
        left: 40px
    }
}

@media(max-width:575.98px) {
    .arrow-btn span:before {
        left: 30px
    }
}

.arrow-btn .arrow-icon {
    display: inline-block;
    padding-right: 60px
}

@media(min-width:1800px) {
    .arrow-btn .arrow-icon {
        padding-right: 68px
    }
}

@media(max-width:1600px) {
    .arrow-btn .arrow-icon {
        padding-right: 45px
    }
}

@media(max-width:1399.98px) {
    .arrow-btn .arrow-icon {
        padding-right: 50px
    }
}

@media(max-width:575.98px) {
    .arrow-btn .arrow-icon {
        padding-right: 34px
    }
}

@media(max-width:1600px) {
    .arrow-btn .arrow-icon svg {
        width: 12px
    }
}

@media(min-width:1280px) and (max-width:1600px) {
    .footer-form-area-row .arrow-btn {
        width: 240px;
        height: 68px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer-form-area-row .arrow-btn .arrow-icon {
        padding-right: 68px
    }
}

@media(max-width:575.98px) {
    .footer-form-area-row .arrow-btn .arrow-icon {
        padding-right: 42px
    }
}

.arrow-btn-white {
    background-color: transparent;
    border: 1px solid transparent;
    padding: 20px 25px;
    padding-right: 38px;
    color: #000;
    font-family: 'Montserrat-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    outline: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    letter-spacing: 1.8px
}

@media(min-width:1800px) {
    .arrow-btn-white {
        padding: 33px 32px;
        right: 46px
    }
}

@media(max-width:1025px) {
    .arrow-btn-white {
        font-size: 14px
    }
}

.arrow-btn-white:before {
    content: '';
    background: #ffff;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.arrow-btn-white:hover {
    color: #ffff;
    border: 1px solid #fff
}

.arrow-btn-white:hover line,
.arrow-btn-white:hover path {
    stroke: #ffff
}

.arrow-btn-white:hover:before {
    width: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.arrow-btn-white:hover span:before {
    background: #fff
}

.arrow-btn-white span {
    position: relative;
    z-index: 1;
    padding: 10px 0;
    text-align: center
}

.arrow-btn-white span:before {
    content: '';
    background: #636363;
    position: absolute;
    height: 100%;
    left: 35px;
    top: -14px;
    width: 1px;
    height: 70px
}

@media(min-width:1800px) {
    .arrow-btn-white span:before {
        left: 43px
    }
}

.arrow-btn-white .arrow-icon {
    display: inline-block;
    padding-right: 60px
}

@media(min-width:1800px) {
    .arrow-btn-white .arrow-icon {
        padding-right: 68px
    }
}

@media(max-width:1025px) {
    .arrow-btn-white .arrow-icon {
        padding-right: 40px
    }
}

.white-with-border {
    padding: 20px 22px;
    color: #000;
    letter-spacing: 1.6px;
    border-color: #000;
    background: #ffff
}

.white-with-border:before {
    background: transparent;
    width: 0;
    right: auto;
    left: 0
}

.white-with-border span:before {
    left: 43px
}

.white-with-border .arrow-icon {
    padding-right: 40px
}

.white-with-border svg {
    width: 23px
}

.white-with-border svg path {
    fill: #000
}

.white-with-border:hover {
    color: #ffff
}

.white-with-border:hover:before {
    background: #000;
    width: 100%
}

.white-with-border:hover svg path {
    fill: #ffff
}

.white-btn {
    background-color: #ffff;
    padding: 21px 23px;
    color: #000;
    font-size: 16px;
    font-family: 'Montserrat-SemiBold';
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    border: 0;
    outline: 0;
    -webkit-box-shadow: inset 0 0 #000;
    box-shadow: inset 0 0 #000;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.white-btn svg {
    margin-right: 4px
}

@media(max-width:1600px) {
    .white-btn svg {
        width: 18px
    }
}

.white-btn:hover {
    -webkit-box-shadow: inset 15em 0 #000;
    box-shadow: inset 15em 0 #000;
    cursor: pointer;
    color: #ffff
}

.white-btn:hover svg circle,
.white-btn:hover svg path {
    stroke: #ffff;
    fill: #ffff
}

.white-btn:hover svg#path-icon circle,
.white-btn:hover svg#path-icon path {
    stroke: #ffff;
    fill: none
}

@media(min-width:1800px) {
    .white-btn {
        font-size: 18px;
        padding: 21px 32px
    }
}

@media(max-width:1600px) {
    .white-btn {
        padding: 15px 28px
    }
}

@media(max-width:1399.98px) {
    .white-btn {
        padding: 15px 28px
    }
}

.input-btn {
    width: 1px;
    height: 1px;
    opacity: 0
}



.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 18px;
    font-family: 'Montserrat-Light';
    font-weight: 300;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media(min-width:1800px) {
    .custom-checkbox {
        font-size: 17px
    }
}

@media(max-width:1600px) {
    .custom-checkbox {
        font-size: 14px;
        margin-top: 10px
    }
}

@media(max-width:767.98px) {
    .custom-checkbox {
        font-size: 13px
    }
}

.custom-checkbox a {
    font-weight: 600;
    color: #000;
    text-decoration: underline;
    text-transform: capitalize
}

.custom-checkbox a:hover {
    text-decoration: none
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: -4px;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #888e91
}

@media(min-width:1800px) {
    .checkmark {
        height: 30px;
        width: 30px
    }
}

@media(min-width:1280px) and (max-width:1600px) {
    .checkmark {
        height: 30px;
        width: 30px
    }
}

@media(max-width:767.98px) {
    .checkmark {
        top: -1px;
        left: 0;
        height: 20px;
        width: 20px;
        border: 1px solid #888e91
    }
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.custom-checkbox input:checked~.checkmark:after {
    display: block
}

.custom-checkbox .checkmark:after {
    left: 11px;
    top: 6px;
    width: 7px;
    height: 13px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media(max-width:991.98px) {
    .custom-checkbox .checkmark:after {
        width: 6px;
        height: 11px;
        left: 9px;
        top: 5px
    }
}

.mb {
    margin-bottom: 20px !important
}

@media(max-width:1600px) {
    .mb {
        margin-bottom: 12px !important
    }
}

.pl-0 {
    padding-left: 0
}

@media(max-width:1600px) {
    .pl-0 {
        padding-top: 55px
    }
}

@media(min-width:1800px) {
    .pl-0 {
        padding-top: 65px
    }
}

.floating-icons {
    position: fixed;
    right: 21px;
    bottom: 80px;
    z-index: 100
}

.floating-icons li {
    margin-bottom: 10px
}

.floating-icons li a circle {
    fill: #000;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.floating-icons li a:hover circle {
    fill: #a1a5a3;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

@media(max-width:767.98px) {
    .floating-icons {
        display: none
    }
}

.modal-open .floating-icons {
    right: 38px
}

.floating-icons-mob {
    display: none;
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 97;
    background-color: #ffff;
    -webkit-box-shadow: 0 -3px 14px rgba(0, 0, 0, 0.16);
    box-shadow: 0 -3px 14px rgba(0, 0, 0, 0.16)
}

.floating-icons-mob ul {
    margin-bottom: 0;
    text-align: center
}

.floating-icons-mob ul li {
    display: inline-block;
    padding: 14px 5px;
    width: calc(100% / 3 - 5px);
    position: relative
}

.floating-icons-mob ul li span {
    display: block;
    font-weight: 400;
    font-family: 'Montserrat-Regular';
    font-size: 10px;
    text-transform: uppercase;
    color: #444444;
    margin-top: 10px
}

.floating-icons-mob ul li:after {
    content: "";
    width: 1px;
    height: 27px;
    background-color: #707070;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.floating-icons-mob ul li:last-child:after {
    display: none
}

@media(max-width:767.98px) {
    .floating-icons-mob {
        display: block
    }
}

#enquiryModal .form-control {
    padding: 20px 27px
}

@media(max-width:767.98px) {
    #enquiryModal .form-control {
        font-size: 16px
    }
}

#enquiryModal .datepickerfield {
    padding: 20px 27px
}

@media(min-width:1800px) {
    #enquiryModal .submit-bg {
        padding-left: 122px
    }
}

#enquiryModal .form-mb {
    margin-bottom: 30px
}

@media(min-width:1280px) and (max-width:1600px) {
    #enquiryModal .form-mb {
        margin-bottom: 15px
    }
}

#enquiryModal .form-mb:nth-child(even) {
    padding-right: 20px
}

@media(max-width:767.98px) {
    #enquiryModal .form-mb:nth-child(even) {
        padding-right: 0
    }
}

@media(max-width:767.98px) {
    #enquiryModal .form-mb {
        margin-bottom: 17px;
        padding: 0
    }
}

#enquiryModal .mtop {
    margin-top: 18px
}

#enquiryModal .modal-content {
    border-radius: 0
}

#enquiryModal .modal-header {
    border-bottom: 0
}

#enquiryModal .modal-body {
    padding: 12px 37px;
    padding-bottom: 60px
}

@media(max-width:767.98px) {
    #enquiryModal .modal-body {
        padding: 12px 17px;
        padding-bottom: 40px
    }
}

#enquiryModal .btn-close {
    font-size: 12px
}

@media(min-width:1800px) {
    #enquiryModal .btn-close {
        font-size: 20px
    }
}

#enquiryModal .btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

#scroll-button {
    position: fixed;
    right: 24px;
    bottom: 37px;
    z-index: 9;
    display: none
}

#scroll-button.show {
    display: block
}

@media(max-width:767.98px) {
    #scroll-button.show {
        right: -25px;
        display: block
    }
}

@media(max-width:991.98px) {
    #enquiryModal .umbraco-forms-caption {
        line-height: 1.2em !important;
        margin-bottom: 50px
    }
}

@media(max-width:991.98px) {
    #enquiryModal .modal-body .form-mb {
        width: 100%;
        padding-right: 14px
    }
}

@media(max-width:991.98px) {
    #enquiryModal .modal-body .form-switch label {
        width: 50%
    }
}

.footer-enquiry-form .form-col:nth-child(9) {
    margin-bottom: 12px;
    width: 100% !important
}

#enquiryModal .modal-body .form-mb:nth-child(10) {
    width: 100% !important
}

.footer-enquiry-form .form-switch {
    margin-top: 12px
}

.modal {
    z-index: 100060 !important
}

@media(max-width:991.98px) {
    div.lessmore {
        padding: 10px 20px
    }
}

div.lessmore a.more {
    max-width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-family: 'Montserrat-Bold';
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

@media(max-width:991.98px) {
    div.lessmore a.more {
        max-width: initial;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 16px;
        font-weight: 600;
        font-family: 'Montserrat-Medium'
    }
}

div.lessmore a.more:after {
    background: url(../images/menu-drop-desktop-sticky.svg) no-repeat;
    background-size: 16px 8px;
    width: 16px;
    height: 8px;
    content: ""
}

@media(max-width:991.98px) {
    div.lessmore a.more:after {
        background: url(../images/footer-menu-icon.svg) no-repeat;
        width: 17px;
        height: 10px;
        background-size: 17px 10px
    }
}

div.lessmore a.more:before {
    content: "More";
    margin-right: 5px
}

div.lessmore a.more.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

div.lessmore a.more.active:before {
    content: "Less"
}

.banner {
    padding-bottom: 80px;
    overflow: hidden;
    position: relative;
    margin-top: -175px;
    z-index: 9
}

@media(max-width:1600px) {
    .banner {
        padding-bottom: 54px;
        margin-top: -150px
    }
}

@media(max-width:991.98px) {
    .banner {
        padding-bottom: 24px
    }
}

.banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#101114), to(transparent));
    background: linear-gradient(0, #101114, transparent);
    left: 0;
    top: 0
}

.banner .video-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

.banner .video-banner video {
    width: 100%
}

@media(max-width:991.98px) {
    .banner .video-banner video {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media(max-width:991.98px) {
    .banner .video-banner .desktop-video {
        display: none
    }
}

.banner .video-banner .tab-video {
    display: none;
    height: 100%
}

@media(max-width:991.98px) {
    .banner .video-banner .tab-video {
        display: block
    }
}

@media(max-width:767.98px) {
    .banner .video-banner .tab-video {
        display: none
    }
}

.banner .video-banner .mobile-video {
    display: none;
    height: 100%
}

@media(max-width:767.98px) {
    .banner .video-banner .mobile-video {
        display: block
    }
}

.banner .banner-content {
    padding-top: 300px;
    position: relative;
    z-index: 2
}

@media(min-width:1800px) {
    .banner .banner-content {
        padding-top: 507px
    }
}

@media(max-width:991.98px) {
    .banner .banner-content {
        padding-left: 32px;
        padding-right: 32px
    }

    .banner .banner-content .container {
        padding-left: 0;
        padding-right: 0
    }
}

.banner h2 {
    font-size: 50px;
    line-height: 75px;
    color: #ffff
}

@media(min-width:1800px) {
    .banner h2 {
        font-size: 64px;
        line-height: 86px
    }
}

@media(max-width:1600px) {
    .banner h2 {
        font-size: 49px;
        line-height: 48px
    }
}

@media(max-width:991.98px) {
    .banner h2 {
        font-size: 35px;
        text-align: center;
        line-height: 34px
    }
}

.banner .styled-heading {
    font-size: 50px;
    line-height: 75px;
    color: #c9a485
}

@media(min-width:1800px) {
    .banner .styled-heading {
        font-size: 83px;
        line-height: 63px;
        letter-spacing: 4.15px
    }
}

@media(max-width:1600px) {
    .banner .styled-heading {
        font-size: 63px;
        line-height: 58px;
        letter-spacing: 3.5px
    }
}

@media(max-width:991.98px) {
    .banner .styled-heading {
        font-size: 45px;
        text-align: center;
        line-height: 37px;
        margin-bottom: 70px
    }
}

.home-filter {
    background-color: rgba(41, 41, 41, 0.72);
    padding: 22px 39px;
    margin-top: 100px
}

@media(max-width:991.98px) {
    .home-filter .black-button {
        width: 212px;
        height: 57px
    }
}

@media(max-width:1600px) {
    .home-filter {
        padding: 15px 25px;
        margin-top: 80px
    }

    .home-filter .black-button {
        font-size: 14px;
        padding: 20px 30px
    }
}

@media(max-width:1600px) and (max-width:1280.98px) {
    .home-filter .black-button {
        padding: 12px 24px
    }
}

@media(max-width:1600px) and (min-width:1280px) and (max-width:1600px) {
    .home-filter .black-button {
        padding: 13px 25px;
        height: 50px
    }
}

@media(max-width:1600px) and (min-width:1201px) and (max-width:1299px) {
    .home-filter .black-button {
        padding: 13px 18px;
        font-size: 12px
    }
}

@media(max-width:1600px) and (max-width:991.98px) {
    .home-filter .black-button {
        width: 212px;
        height: 57px
    }
}

@media(max-width:1600px) and (min-width:1800px) {
    .home-filter .black-button {
        width: 100%
    }
}

@media(max-width:991.98px) {
    .home-filter {
        opacity: 0;
        position: absolute;
        bottom: 22px;
        left: 0;
        right: 0;
        margin: auto 32px;
        padding: 24px 24px;
        height: 0;
        -webkit-transition: height .8s 0, opacity .5s .5s;
        transition: height .8s 0, opacity .5s .5s;
        z-index: -1;
        overflow-y: hidden
    }
}

.home-filter .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px
}

.home-filter .select-styled {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 8px 0;
    padding-bottom: 0;
    color: #ffff;
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    font-weight: 400;
    cursor: pointer
}

@media(min-width:1800px) {
    .home-filter .select-styled {
        font-size: 19px;
        font-family: 'Montserrat-Regular';
        font-weight: 400
    }
}

@media(max-width:1600px) {
    .home-filter .select-styled {
        font-size: 14px;
        padding: 0
    }
}

@media(max-width:991.98px) {
    .home-filter .select-styled {
        padding-bottom: 16px;
        border-bottom: 1px solid #fff;
        border-radius: 0;
        font-size: 16px
    }
}

.home-filter .select-styled:after {
    content: "";
    width: 16px;
    height: 12px;
    background: url("../images/dropdown-arrow.svg") no-repeat;
    position: absolute;
    top: 13px;
    right: 10px
}

@media(max-width:991.98px) {
    .home-filter .select-styled:after {
        background: url("../images/dropdown-arrow-white.svg") no-repeat
    }
}

.home-filter .select-styled:hover {
    background-color: transparent
}

.home-filter .select-styled:active:after,
.home-filter .select-styled.active:after {
    top: 8px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.home-filter .select-options {
    display: none;
    position: absolute;
    bottom: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background: -webkit-gradient(linear, left bottom, left top, from(#b7b7b7), to(#9c9c9c));
    background: linear-gradient(to top, #b7b7b7, #9c9c9c);
    padding-right: 0;
    max-height: 194px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #000 transparent
}

@media(max-width:1025px) {
    .home-filter .select-options {
        bottom: -100%
    }
}

.home-filter .select-options li {
    margin: 0;
    padding: 12px 24px 10px 24px;
    border-top: 1px solid #00000066;
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    font-weight: 400;
    cursor: pointer
}

@media(min-width:1800px) {
    .home-filter .select-options li {
        padding: 12px 34px;
        font-size: 18px
    }
}

.home-filter .select-options li:hover,
.home-filter .select-options li.is-selected {
    color: #ffff;
    background-color: #000
}

.home-filter .select-options li[rel="hide"] {
    display: none
}

.home-filter .select-options li:nth-child(2) {
    border-top: 0
}

.home-filter .select-options::-webkit-scrollbar {
    width: 10px;
    position: absolute;
    border-radius: 5px
}

.home-filter .select-options::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 5px
}

.home-filter .select-options::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 5px
}

.home-filter .select-options::-webkit-scrollbar-thumb:hover {
    background: #000
}

.home-filter form {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:991.98px) {
    .home-filter form {
        -webkit-transition: all 1s ease-in;
        transition: all 1s ease-in
    }
}

.home-filter form label {
    display: block;
    color: #bab8b8;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Montserrat-Regular';
    font-weight: 400;
    margin-bottom: 20px
}

@media(max-width:1600px) {
    .home-filter form label {
        font-size: 12px;
        margin-bottom: 10px
    }
}

@media(max-width:991.98px) {
    .home-filter form label {
        font-size: 14px;
        color: #ddd
    }
}

.home-filter form .form-control,
.home-filter form select {
    background-color: transparent;
    color: #ffff;
    font-size: 16px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    background-color: #292929;
    padding-left: 0;
    padding-bottom: 0;
    position: relative;
    cursor: pointer
}

@media(min-width:1800px) {

    .home-filter form .form-control,
    .home-filter form select {
        font-size: 15px;
        font-family: 'Montserrat-Regular';
        font-weight: 400
    }
}

@media(max-width:1600px) {

    .home-filter form .form-control,
    .home-filter form select {
        font-size: 14px
    }
}

@media(max-width:991.98px) {

    .home-filter form .form-control,
    .home-filter form select {
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
        border-radius: 0
    }
}

.home-filter form .select-wrapper {
    position: relative;
    z-index: 2
}

.home-filter form .form-group {
    position: relative
}

.home-filter form .form-group:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 56px;
    right: -2%;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #bab8b8
}

@media(min-width:1280px) and (max-width:1600px) {
    .home-filter form .form-group:after {
        height: 50px
    }
}

@media(max-width:991.98px) {
    .home-filter form .form-group:after {
        display: none
    }
}

.home-filter form .form-group:last-child {
    border-right: 0
}

.home-filter form .form-group:last-child:after {
    display: none
}

@media(max-width:991.98px) {
    .home-filter form .form-group {
        border: 0;
        margin-bottom: 30px
    }
}

@media(min-width:1300px) {
    .home-filter form .button-block {
        width: 19.666667%
    }
}

@media(max-width:991.98px) {
    .home-filter form .button-block {
        margin-bottom: 0
    }
}

.form-close {
    display: none
}

@media(max-width:991.98px) {
    .home-filter.on {
        height: 435px;
        z-index: 1;
        opacity: 1;
        -webkit-transition: height .8s 0, opacity .5s .5s;
        transition: height .8s 0, opacity .5s .5s;
        bottom: -3px;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px)
    }

    .home-filter.on form {
        -webkit-transition: all 2s ease-in;
        transition: all 2s ease-in
    }
}

@media(max-width:991.98px) {
    .home-filter.on .form-close svg {
        height: 16px;
        width: 16px;
        display: none
    }
}

@media(max-width:991.98px) {
    .home-filter.on .form-close {
        display: inline-block;
        margin-left: 20px;
        float: right;
        margin-top: 22px;
        margin-right: 0;
        background: url(../images/filter-close-mob.svg) no-repeat center center;
        width: 14px;
        height: 14px
    }
}

.mob-filter-trigger {
    background-color: #202020;
    color: #ffff;
    padding: 33px 33px 33px 44px;
    display: none
}

@media(max-width:991.98px) {
    .mob-filter-trigger {
        display: block
    }
}

.mob-filter-trigger h5 {
    margin-bottom: 0;
    color: #ffff;
    font-family: 'Montserrat-SemiBold';
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase
}

.legacy-block {
    padding-top: 198px;
    padding-bottom: 100px;
    position: relative
}

@media(max-width:767.98px) {
    .legacy-block .tab-section nav {
        margin-right: -22px
    }

    .legacy-block .tab-section nav .nav-tabs .nav-link {
        min-width: 89px
    }

    .legacy-block .tab-section nav .nav-tabs .nav-link:first-child {
        min-width: 145px;
        margin-left: 0
    }

    .legacy-block .tab-section nav .nav-tabs .nav-link:last-child {
        min-width: 140px;
        margin-left: 0
    }
}

.legacy-block .mobile-button {
    display: none
}

@media(min-width:1800px) {
    .legacy-block {
        padding-bottom: 160px
    }
}

@media(max-width:1600px) {
    .legacy-block {
        padding-top: 109px
    }
}

@media(max-width:991.98px) {
    .legacy-block {
        padding-top: 85px;
        padding-bottom: 120px
    }

    .legacy-block .desktop-button {
        display: none
    }

    .legacy-block .mobile-button {
        display: block;
        text-align: center
    }
}

.legacy-block .plr {
    padding-left: 1px;
    padding-right: 5px
}

@media(max-width:1600px) {
    .legacy-block .plr {
        padding-right: 5px
    }
}

@media(max-width:991.98px) {
    .legacy-block .plr {
        padding-right: calc(var(--bs-gutter-x) * .2);
        padding-left: calc(var(--bs-gutter-x) * .2)
    }
}

.legacy-block .pr-26 {
    padding-right: 5px !important
}

@media(max-width:1600px) {
    .legacy-block .pr-26 {
        padding-right: 5px !important
    }
}

@media(max-width:991.98px) {
    .legacy-block .pr-26 {
        padding-right: calc(var(--bs-gutter-x) * .2) !important
    }
}

.legacy-block:after {
    content: "";
    position: absolute;
    left: 53px;
    width: 666px;
    height: 1083px;
    top: 92px;
    z-index: -2;
    display: none
}

@media(max-width:1600px) {
    .legacy-block:after {
        top: 28px;
        height: 802px;
        background-size: contain;
        width: 480px;
        left: 93px
    }
}

@media(max-width:991.98px) {
    .legacy-block:after {
        display: none
    }
}

.legacy-block .section-title {
    margin-bottom: 80px;
    text-transform: inherit
}

@media(min-width:1800px) {
    .legacy-block .section-title {
        margin-bottom: 117px;
        font-size: 64px
    }
}

@media(max-width:1600px) {
    .legacy-block .section-title {
        font-size: 42px;
        margin-bottom: 68px
    }
}

@media(min-width:768px) and (max-width:1200px) {
    .legacy-block .section-title {
        font-size: 37px
    }
}

@media(max-width:991.98px) {
    .legacy-block .section-title {
        margin-bottom: 20px;
        font-size: 35px
    }
}

.image-box {
    position: relative
}

.image-box:hover {
    background: 0
}

@media(max-width:991.98px) {
    .image-box {
        margin-bottom: 31px;
        height: 408px
    }
}

.image-box img {
    position: relative;
    z-index: -1;
    width: 100%
}

@media(max-width:991.98px) {
    .image-box img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%
    }
}

.image-box .box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 100px;
    padding: 10px;
    padding-left: 55px;
    padding-right: 42px;
    padding-bottom: 34px
}

@media(max-width:991.98px) {
    .image-box .box-content {
        padding-left: 37px;
        padding-bottom: 30px
    }
}

@media(max-width:1600px) {
    .image-box .box-content {
        padding-left: 38px
    }
}

.image-box .box-content h4 {
    font-size: 30px;
    font-family: "TenorSans-Regular";
    font-weight: 400;
    text-transform: uppercase;
    color: #ffff;
    margin-bottom: 30px;
    line-height: 47px
}

@media(min-width:1800px) {
    .image-box .box-content h4 {
        font-size: 35px;
        line-height: 42px;
        margin-bottom: 43px
    }
}

@media(max-width:1600px) {
    .image-box .box-content h4 {
        font-size: 27px;
        line-height: 32px;
        margin-bottom: 37px
    }
}

@media(max-width:991.98px) {
    .image-box .box-content h4 {
        line-height: 29px;
        font-size: 25px;
        margin-bottom: 20px
    }
}

.image-box .box-content p {
    font-size: 16px;
    font-family: 'Montserrat-Light';
    font-weight: 300;
    color: #ffff;
    line-height: 22px
}

@media(min-width:1800px) {
    .image-box .box-content p {
        line-height: 30px;
        font-size: 17px
    }
}

@media(max-width:1600px) {
    .image-box .box-content p {
        font-size: 14px
    }
}

@media(max-width:991.98px) {
    .image-box .box-content p {
        margin-bottom: 0
    }
}

.hover-img {
    overflow: hidden
}

.hover-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background: #2c2c2c9e;
    top: auto;
    bottom: -100%;
    left: 0;
    right: 0;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    z-index: -1
}

@media(max-width:991.98px) {
    .hover-img:after {
        display: none
    }
}

.hover-img:hover:after {
    bottom: 0;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.hover-bg {
    overflow: hidden;
    background: 0
}

.hover-bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background: #2c2c2c9e;
    background-position: center;
    background-size: contain;
    top: auto;
    bottom: -100%;
    left: 0;
    right: 0;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    z-index: -1
}

@media(max-width:991.98px) {
    .hover-bg:after {
        display: none
    }
}

.hover-bg:hover:after {
    bottom: -0;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.seperator {
    width: 92%;
    margin: 100px auto;
    left: 5px;
    position: relative
}

@media(min-width:1800px) {
    .seperator {
        width: 84%;
        left: -5px
    }
}

@media(max-width:1600px) {
    .seperator {
        margin-bottom: 80px;
        width: 89%
    }
}

@media(max-width:991.98px) {
    .seperator {
        display: none
    }
}

.seperator.hm-seperator {
    margin-bottom: 0
}

.tab-section {
    padding-top: 100px
}

@media(max-width:991.98px) {
    .tab-section {
        padding-top: 70px
    }

    .tab-section .tab-content {
        padding-left: 23px
    }
}

.tab-section .mobile-title {
    display: none
}

@media(max-width:991.98px) {
    .tab-section .mobile-title {
        display: block;
        text-align: center
    }
}

.tab-section nav {
    margin-bottom: 90px
}

@media(min-width:1280px) and (max-width:1600px) {
    .tab-section nav {
        margin-bottom: 70px
    }
}

@media(max-width:991.98px) {
    .tab-section nav {
        margin-bottom: 35px
    }
}

.tab-section .nav-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 0
}

@media(max-width:991.98px) {
    .tab-section .nav-tabs {
        margin-bottom: 33px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto
    }
}

.tab-section .nav-tabs .nav-link {
    border: 0;
    border-bottom: 2px solid transparent;
    padding: 2px 0;
    font-size: 16px;
    font-family: 'Montserrat-Medium';
    font-weight: 600;
    text-transform: uppercase;
    color: #a1a5a3;
    margin: 0 28px;
    letter-spacing: 1px
}

@media(min-width:1800px) {
    .tab-section .nav-tabs .nav-link {
        font-size: 15px
    }
}

@media(max-width:991.98px) {
    .tab-section .nav-tabs .nav-link {
        margin: 17px 14px;
        font-size: 16px;
        min-width: 135px
    }
}

.tab-section .nav-tabs .nav-link.active {
    border-bottom: 2px solid #000;
    color: #161616;
    background: transparent
}

@media(max-width:991.98px) {
    .projects-slider {
        padding-bottom: 32px
    }
}

.projects-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #000;
    border-radius: 5px
}

.projects-slider .swiper-pagination {
    display: none;
    top: auto;
    padding-right: 23px;
    bottom: 0;
    width: 92%;
    border-radius: 5px;
    overflow: hidden
}

@media(max-width:991.98px) {
    .projects-slider .swiper-pagination {
        display: block
    }
}

.projects-slider .swiper-slide {
    padding: 40px 0;
    position: relative
}

@media(max-width:991.98px) {
    .projects-slider .swiper-slide {
        padding: 0;
        margin-right: 30px
    }
}

.projects-slider .img-holder img {
    width: 100%
}

@media(max-width:991.98px) {
    .projects-slider .img-holder {
        -webkit-transform: none;
        transform: none
    }
}

.projects-slider .swiper-slide-active .img-holder {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    overflow: hidden
}

@media(max-width:991.98px) {
    .projects-slider .swiper-slide-active .img-holder {
        -webkit-transform: none;
        transform: none
    }
}

.projects-slider .swiper-slide-active .img-holder:after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    border-radius: 50%;
    opacity: 0
}

@media(max-width:991.98px) {
    .projects-slider .swiper-slide-active .img-holder:after {
        display: none
    }
}

.projects-slider .swiper-button-next {
    right: 23%
}

@media(max-width:1600px) {
    .projects-slider .swiper-button-next {
        right: 25%
    }
}

@media(min-width:1800px) {
    .projects-slider .swiper-button-next {
        right: 26%
    }
}

.projects-slider .swiper-button-prev {
    left: 23%
}

@media(max-width:1600px) {
    .projects-slider .swiper-button-prev {
        left: 25%
    }
}

@media(min-width:1800px) {
    .projects-slider .swiper-button-prev {
        left: 26%
    }
}

.projects-slider .swiper-button-next,
.projects-slider .swiper-button-prev {
    width: 92px;
    height: 92px;
    border-radius: 50%
}

@media(max-width:1600px) {

    .projects-slider .swiper-button-next,
    .projects-slider .swiper-button-prev {
        width: 75px;
        height: 75px;
        background-position: center center !important
    }
}

.projects-slider .swiper-button-next:after,
.projects-slider .swiper-button-prev:after {
    display: none
}

.projects-slider .swiper-button-next {
    background: url("../images/right.svg") no-repeat;
    -webkit-box-shadow: 0 12px 17px rgba(0, 0, 0, 0.28);
    box-shadow: 0 12px 17px rgba(0, 0, 0, 0.28)
}

.projects-slider .swiper-button-next:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.projects-slider .swiper-button-prev {
    background: url("../images/right.svg") no-repeat;
    -webkit-box-shadow: 0 12px 17px rgba(0, 0, 0, 0.28);
    box-shadow: 0 12px 17px rgba(0, 0, 0, 0.28);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.projects-slider .swiper-button-prev:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.projects-slider .slider-content {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    text-align: center;
    padding-top: 32%
}

@media(max-width:991.98px) {
    .projects-slider .slider-content {
        height: auto;
        top: auto;
        bottom: 28px;
        text-align: left;
        padding-top: 0
    }
}

.projects-slider .slider-content h4 {
    font-size: 50px;
    line-height: 75px;
    color: #ffff;
    font-family: "TenorSans-Regular";
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 2px 2px #000
}

@media(min-width:1800px) {
    .projects-slider .slider-content h4 {
        font-size: 64px
    }
}

@media(max-width:1600px) {
    .projects-slider .slider-content h4 {
        font-size: 49px
    }
}

.projects-slider .slider-content h3 {
    font-size: 80px;
    line-height: 75px;
    color: #ffff;
    font-family: "TenorSans-Regular";
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 2px 2px #000
}

@media(min-width:1800px) {
    .projects-slider .slider-content h3 {
        font-size: 94px
    }
}

@media(max-width:1600px) {
    .projects-slider .slider-content h3 {
        font-size: 70px;
        line-height: 50px
    }
}

.projects-slider .hover-content {
    display: block;
    padding: 30px 50px
}

@media(min-width:1800px) {
    .projects-slider .hover-content {
        padding: 30px 123px
    }
}

@media(max-width:991.98px) {
    .projects-slider .hover-content {
        display: block;
        padding: 0 27px
    }
}

.projects-slider .hover-content p {
    color: #ffff;
    font-size: 25px;
    font-family: "TenorSans-Regular";
    font-weight: 400;
    line-height: 37px
}

@media(min-width:1800px) {
    .projects-slider .hover-content p {
        line-height: 32px;
        font-size: 26px
    }
}

@media(max-width:991.98px) {
    .projects-slider .hover-content p {
        font-size: 35px;
        text-shadow: 2px 1px #000
    }
}

@media(max-width:767.98px) {
    .projects-slider .hover-content p {
        line-height: 21px;
        font-size: 16px;
        text-shadow: 1px 1px #000;
        margin-bottom: 0
    }
}

.projects-slider .main-content {
    display: block
}

@media(max-width:991.98px) {
    .projects-slider .slider-arrows {
        display: none
    }
}

.projects-slider .swiper-slide-active .main-content {
    display: block
}

@media(max-width:991.98px) {
    .projects-slider .swiper-slide-active .main-content {
        display: none
    }
}

.projects-slider .swiper-slide-active:hover .img-holder:after {
    width: 600px;
    height: 600px;
    border-radius: 150%;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1
}

@media(max-width:991.98px) {
    .projects-slider .swiper-slide-active:hover .img-holder:after {
        display: none
    }
}

.projects-slider .swiper-slide-active:hover .hover-content {
    display: block
}

.projects-slider .swiper-slide-active:hover .main-content {
    display: block
}

.button-section {
    margin-top: 97px
}

@media(max-width:1600px) {
    .button-section {
        margin-top: 64px
    }
}

@media(max-width:991.98px) {
    .button-section {
        margin-top: 44px
    }
}

.community-section {
    position: relative
}

.community-section .main-title {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 95;
    text-align: center;
    top: 137px;
    width: 35%
}

@media(max-width:1600px) {
    .community-section .main-title {
        top: 80px;
        width: 35%
    }
}

@media(max-width:991.98px) {
    .community-section .main-title {
        top: 0;
        width: 100%;
        position: relative
    }
}

.community-section .main-title .section-title {
    color: #ffff;
    line-height: 30px
}

@media(max-width:991.98px) {
    .community-section .main-title .section-title {
        color: #000
    }
}

.community-section .main-title h3 {
    color: #c9a485;
    font-size: 79px;
    letter-spacing: 4.15px;
    line-height: 99px
}

@media(max-width:1600px) {
    .community-section .main-title h3 {
        font-size: 63px
    }
}

@media(max-width:991.98px) {
    .community-section .main-title h3 {
        line-height: 52px;
        font-size: 45px
    }
}

.community-section .center-block {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 458px;
    height: 594px;
    top: 245px;
    bottom: 0;
    padding: 60px 37px 60px 60px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

@media(min-width:1800px) {
    .community-section .center-block {
        width: 708px
    }
}

@media(max-width:1600px) {
    .community-section .center-block {
        width: 957px;
        height: 393px
    }
}

@media(max-width:991.98px) {
    .community-section .center-block {
        position: relative;
        margin: auto;
        width: 85%;
        height: auto;
        top: 0;
        padding: 30px;
        background: rgba(0, 0, 0, 0.5);
        margin: 30px auto 118px auto
    }
}

@media(max-width:575.98px) {
    .community-section .center-block {
        padding: 30px 10px 30px 30px
    }
}

.community-section .center-block:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 458px;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

@media(max-width:1600px) {
    .community-section .center-block:before {
        width: 303px
    }
}

@media(max-width:991.98px) {
    .community-section .center-block:before {
        display: none
    }
}

.community-section .center-block .features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width:1600px) {
    .community-section .center-block .features .sm-in-lap {
        width: auto
    }

    .community-section .center-block .features .sm-in-lap1 {
        width: 28px
    }

    .community-section .center-block .features .sm-in-lap2 {
        width: 25px
    }

    .community-section .center-block .features .sm-in-lap3 {
        width: 32px
    }
}

@media(max-width:767.98px) {
    .community-section .center-block .features .sm-in-lap {
        width: 37px;
        height: 37px
    }
}

@media(max-width:991.98px) {
    .community-section .center-block .features {
        opacity: 1 !important;
        display: block;
        margin-left: 0;
        margin-right: 0
    }
}

@media(min-width:1280px) and (max-width:1600px) {
    .community-section .center-block .features .col-3 {
        width: 23%
    }
}

.community-section .center-block .features .icon-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 40px
}

@media(max-width:1600px) {
    .community-section .center-block .features .icon-box {
        min-width: 205px
    }
}

@media(max-width:991.98px) {
    .community-section .center-block .features .icon-box {
        margin-bottom: 38px;
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }
}

.community-section .center-block .features .icon-box:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #bab8b8;
    position: absolute;
    left: -42px
}

@media(max-width:1600px) {
    .community-section .center-block .features .icon-box:after {
        left: -22px
    }
}

@media(max-width:991.98px) {
    .community-section .center-block .features .icon-box:after {
        display: none
    }
}

.community-section .center-block .features .icon-box .ms-3 {
    margin-left: 20px !important
}

@media(max-width:1600px) {
    .community-section .center-block .features .icon-box .ms-3 {
        margin-left: 9px !important
    }
}

.community-section .center-block .features .icon-box:first-child:after {
    display: none
}

@media(max-width:1600px) {
    .community-section .center-block .features .lg-box {
        min-width: 264px
    }
}

@media(max-width:991.98px) {
    .community-section .center-block .features .lg-box {
        min-width: 205px
    }
}

.community-section .center-block .features h5 {
    font-size: 16px;
    letter-spacing: 1.8px;
    line-height: 22px;
    color: #ffff;
    margin-bottom: 0;
    font-family: 'Montserrat-Regular';
    font-weight: 400
}

@media(min-width:1800px) {
    .community-section .center-block .features h5 {
        font-size: 18px;
        line-height: 24px;
        padding-right: 51px
    }
}

@media(max-width:1600px) {
    .community-section .center-block .features h5 {
        font-size: 12px;
        line-height: 15px;
        padding-right: 33px
    }
}

@media(max-width:991.98px) {
    .community-section .center-block .features h5 {
        font-size: 16px;
        line-height: 24px
    }

    .community-section .center-block .features h5 br {
        display: none
    }
}

@media(max-width:575.98px) {
    .community-section .center-block .features h5 {
        padding-right: 0;
        padding-left: 15px
    }
}

.community-section .img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 30%;
    margin: auto;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.community-section .img-wrap img {
    margin: 0 auto 80px auto
}

@media(max-width:1600px) {
    .community-section .img-wrap img {
        width: 399px;
        margin-bottom: 51px
    }
}

@media(max-width:991.98px) {
    .community-section .img-wrap img {
        margin-bottom: 55px
    }
}

@media(max-width:991.98px) {
    .community-section .img-wrap {
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        top: 0 !important;
        margin: auto !important
    }
}

.community-section .button-block {
    margin-top: 40px;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:991.98px) {
    .community-section .button-block {
        opacity: 1 !important;
        display: block;
        margin-top: 42px
    }
}

@media(max-width:1399.98px) {
    .community-section .button-block {
        margin-top: 0
    }
}

.community-section .button-block .block-wrap {
    margin: 0 16px
}

.community-section .button-block .block-wrap svg {
    display: inline-block
}

@media(max-width:1600px) {
    .community-section .button-block .block-wrap {
        margin: 0 15px
    }

    .community-section .button-block .block-wrap a.white-btn {
        font-size: 10px
    }

    .community-section .button-block .block-wrap a.white-btn:hover {
        -webkit-box-shadow: inset 22em 0 #000;
        box-shadow: inset 22em 0 #000
    }
}

@media(max-width:991.98px) {
    .community-section .button-block .block-wrap {
        margin: 24px auto;
        text-align: center;
        width: 50%
    }

    .community-section .button-block .block-wrap a.white-btn {
        display: block;
        padding: 18px 40px;
        font-size: 14px
    }

    .community-section .button-block .block-wrap a.white-btn:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #000
    }
}

@media(max-width:767.98px) {
    .community-section .button-block .block-wrap {
        margin: 24px 0;
        text-align: center;
        width: 100%
    }
}

.community-section .center-block:hover {
    width: 1200px
}

@media(min-width:1200px) {
    .community-section .center-block:hover {
        width: 957px;
        height: auto;
        padding-top: 80px;
        margin-bottom: 50px
    }
}

@media(min-width:1800px) {
    .community-section .center-block:hover {
        width: 1388px;
        top: 313px
    }
}

@media(max-width:1399.98px) {
    .community-section .center-block:hover {
        padding-top: 45px
    }
}

@media(max-width:991.98px) {
    .community-section .center-block:hover {
        width: 85%
    }
}

.community-section .center-block:hover:before {
    width: 100%;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.community-section .center-block:hover .features,
.community-section .center-block:hover .button-block {
    opacity: 1;
    -webkit-transition: all .8s ease-in;
    transition: all .8s ease-in
}

.community-section .center-block:hover .img-wrap {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

@media(min-width:1200px) {
    .community-slider .swiper-slide .bg-img {
        width: 100%
    }
}

.community-slider .slider-pagination {
    display: none
}

@media(max-width:991.98px) {
    .community-slider .bg-img {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .community-slider .slider-pagination {
        display: block;
        width: 84%;
        left: 0;
        right: 0;
        top: auto;
        bottom: 70px;
        z-index: 9;
        margin: auto;
        background-color: rgba(234, 234, 234, 0.31);
        border-radius: 5px;
        overflow: hidden
    }

    .community-slider .swiper-pagination-progressbar-fill {
        background-color: #ffff;
        border-radius: 5px
    }
}

.community-slider .swiper-button-next {
    width: 75px;
    height: 75px;
    background: url("../images/slider-right-white.svg") no-repeat;
    background-size: 75px 75px;
    right: 102px;
    top: 45%;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.community-slider .swiper-button-next:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.community-slider .swiper-button-next:after {
    display: none
}

@media(max-width:991.98px) {
    .community-slider .swiper-button-next {
        display: none
    }
}

.community-slider .swiper-button-prev {
    width: 75px;
    height: 75px;
    background: url("../images/slider-right-white-left.svg");
    background-size: 75px 75px;
    left: 102px;
    top: 45%;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.community-slider .swiper-button-prev:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.community-slider .swiper-button-prev:after {
    display: none
}

@media(max-width:991.98px) {
    .community-slider .swiper-button-prev {
        display: none
    }
}

.swiper-pagination-progressbar.swiper-pagination-lock {
    display: none
}

@media(min-width:1200px) {
    body .home-filter .black-button {
        width: 100%
    }
}

.img-holder:hover .slider-content {
    display: block !important
}

.img-holder:hover+div {
    display: block !important
}

.cta-banner h4 {
    font-size: 35px !important
}

@media(max-width:1600px) {
    .home-banner .banner-content {
        padding-top: 350px
    }
}

.signature-quality .inner-main-banner .title-disc h2 {
    margin-bottom: 30px
}

.signature-quality header {
    background: transparent
}

.signature-quality .banner {
    padding-bottom: 0;
    background: #000
}

@media(max-width:991.98px) {
    .signature-quality .banner {
        margin-top: -88px
    }

    .signature-quality .banner .banner-content {
        padding-left: 21px;
        padding-right: 21px
    }

    .signature-quality .banner h2 {
        line-height: 45px;
        margin-bottom: 27px
    }
}

@media(max-width:767.98px) {
    .signature-quality .banner {
        margin-top: -65px
    }
}

.signature-quality .banner .inner-banner img {
    opacity: .4
}

@media(max-width:767.98px) {
    .signature-quality .banner .inner-banner img {
        opacity: 1
    }
}

.signature-quality .banner-content p {
    color: #ffff;
    margin: 30px auto
}

@media(max-width:1600px) {
    .signature-quality .banner-content p {
        max-width: 77%
    }
}

@media(min-width:1800px) {
    .signature-quality .banner-content p {
        max-width: 67%;
        margin: 30px auto
    }
}

@media(max-width:991.98px) {
    .signature-quality .banner-content p {
        max-width: 100%
    }
}

@media(max-width:767.98px) {
    .signature-quality .banner-content p {
        margin: 10px auto
    }
}

@media(max-width:1025px) {
    .signature-quality .inner-main-banner .title-disc {
        max-width: 100%
    }
}

@media(max-width:991.98px) {
    .signature-quality .inner-main-banner .title-disc {
        padding-top: 120px
    }
}

.banner-counter-block .grey-box-with-border {
    margin-top: 20px;
    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;
    margin: 0 20px
}

.banner-counter-block .grey-box-with-border:hover {
    opacity: .7
}

@media(min-width:1280px) and (max-width:1600px) {
    .banner-counter-block .grey-box-with-border {
        padding: 20px 20px
    }
}

@media(min-width:1800px) {
    .banner-counter-block .grey-box-with-border {
        padding: 57px 50px
    }
}

@media(max-width:991.98px) {
    .banner-counter-block .grey-box-with-border {
        width: auto;
        padding: 15px 42px;
        margin-top: 13px;
        background: transparent;
        border-color: #ffff;
        max-width: 90%;
        margin: 15px auto
    }
}

@media(max-width:767.98px) {
    .banner-counter-block .grey-box-with-border {
        padding: 2px
    }
}

.banner-counter-block .grey-box-with-border span {
    font-size: 30px;
    font-family: 'Montserrat-SemiBold';
    color: #302c2859;
    background-image: -webkit-linear-gradient(90deg, rgba(48, 44, 40, 0.35), #bd9a7d);
    -webkit-background-clip: text;
    line-height: normal;
    -webkit-text-fill-color: transparent;
    display: block;
    margin-right: 15px
}

@media(min-width:1800px) {
    .banner-counter-block .grey-box-with-border span {
        font-size: 40px;
        line-height: 50px
    }
}

.banner-counter-block .grey-box-with-border h5 {
    font-size: 16px;
    color: #ffff;
    font-family: 'Montserrat-Regular';
    font-weight: 400;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    color: #FFF;
    text-decoration: underline
}

@media(min-width:1800px) {
    .banner-counter-block .grey-box-with-border h5 {
        font-size: 22px;
        letter-spacing: 2.5px
    }
}

@media(max-width:991.98px) {
    .banner-counter-block .grey-box-with-border h5 {
        margin-bottom: 0;
        font-size: 14px
    }
}

.for-patterns {
    position: relative;
    overflow: hidden
}

@media(min-width:1800px) {
    .for-patterns {
        height: 100vh
    }
}

@media(max-width:1200px) {
    .for-patterns .section-title {
        font-size: 40px
    }
}

@media(max-width:767.98px) {
    .for-patterns .section-title {
        font-size: 35px
    }
}

.for-patterns:nth-child(even) {
    background: #FFF
}

.for-patterns:nth-child(odd) {
    background: #f0f0f0
}

.for-patterns .the-s-pattern {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: 1;
    display: none
}

@media(min-width:1280px) and (max-width:1600px) {
    .for-patterns .the-s-pattern {
        width: 550px
    }
}

@media(max-width:991.98px) {
    .for-patterns .the-s-pattern {
        right: -60%
    }
}

.sq-section-1 {
    position: relative;
    padding: 100px 0 75px 0
}

@media(max-width:991.98px) {
    .sq-section-1 {
        padding-top: 75px;
        padding-bottom: 20px;
        overflow: hidden
    }
}

.sq-section-1 .the-s-pattern {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -15%
}

@media(max-width:991.98px) {
    .sq-section-1 .the-s-pattern {
        right: -60%;
        top: -128px
    }
}

@media(min-width:1300px) {
    .sq-section-1 .container {
        max-width: 1260px
    }
}

@media(min-width:1800px) {
    .sq-section-1 .container {
        max-width: 1693px
    }
}

@media(max-width:991.98px) {
    .v-slider-section.bg-grey .slider-content {
        padding-top: 88px
    }
}

@media(max-width:991.98px) and (max-width:991.98px) {
    .v-slider-section.bg-grey .slider-content {
        padding-top: 0
    }
}

@media(max-width:991.98px) {
    .v-slider-section.bg-grey .slider-content .counter-num {
        top: 0
    }
}

.v-slider-section {
    padding-bottom: 100px;
    position: relative;
    z-index: 2
}

@media(max-width:991.98px) {
    .v-slider-section {
        padding-bottom: 0
    }
}

.v-slider-section .slider-content {
    padding-top: 50px
}

@media(min-width:1280px) and (max-width:1600px) {
    .v-slider-section .slider-content {
        padding-right: 40px
    }
}

@media(max-width:991.98px) {
    .v-slider-section .slider-content {
        position: relative;
        width: 100%
    }
}

.v-slider-section .slider-content .counter-num {
    color: rgba(201, 164, 133, 0.4);
    font-family: "TenorSans-Regular";
    font-size: 80px;
    font-weight: 400
}

@media(min-width:1800px) {
    .v-slider-section .slider-content .counter-num {
        font-size: 132px
    }
}

@media(max-width:991.98px) {
    .v-slider-section .slider-content .counter-num {
        font-size: 110px;
        font-family: 'SangBleuBP-Light';
        position: absolute;
        right: 0;
        top: 34px
    }
}

.v-slider-section .slider-content .counter-title {
    color: #000;
    font-family: 'Montserrat-Medium';
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 4.1px;
    margin-bottom: 30px
}

@media(min-width:1800px) {
    .v-slider-section .slider-content .counter-title {
        font-size: 30px
    }
}

@media(max-width:991.98px) {
    .v-slider-section .slider-content .counter-title {
        font-size: 21px;
        letter-spacing: 0;
        font-weight: 500;
        padding-bottom: 60px
    }
}

@media(max-width:991.98px) {
    .v-slider-section .slide-main-item {
        margin-bottom: 100px
    }
}

.v-slider-section .slider-nav-2,
.v-slider-section .slider-nav-1 {
    padding-top: 34px;
    right: -20px
}

@media(min-width:1280px) and (max-width:1600px) {

    .v-slider-section .slider-nav-2,
    .v-slider-section .slider-nav-1 {
        right: -10px
    }
}

@media(max-width:1200px) {

    .v-slider-section .slider-nav-2,
    .v-slider-section .slider-nav-1 {
        display: none
    }
}

.v-slider-section .slider-nav-2 li,
.v-slider-section .slider-nav-1 li {
    display: block;
    text-align: right;
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.6px;
    color: #adadad;
    position: relative;
    padding-right: 30px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

@media(min-width:1800px) {

    .v-slider-section .slider-nav-2 li,
    .v-slider-section .slider-nav-1 li {
        margin-bottom: 30px;
        font-size: 16px
    }
}

.v-slider-section .slider-nav-2 li:after,
.v-slider-section .slider-nav-1 li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 1px;
    background-color: #adadad
}

.v-slider-section .slider-nav-2 .slick-current,
.v-slider-section .slider-nav-1 .slick-current {
    color: #c9a485;
    padding-right: 40px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.v-slider-section .slider-nav-2 .slick-current:after,
.v-slider-section .slider-nav-1 .slick-current:after {
    background-color: #c9a485;
    width: 28px
}

@media(min-width:1280px) and (max-width:1600px) {

    .v-slider-section .slider-nav-2 .slick-current:after,
    .v-slider-section .slider-nav-1 .slick-current:after {
        width: 20px
    }
}

.v-slider-section .slider-nav-2 .slick-track,
.v-slider-section .slider-nav-1 .slick-track {
    -webkit-transform: none !important;
    transform: none !important
}

.slider-for-slider-nav-2 .slick-prev,
.slider-for-slider-nav-1 .slick-prev {
    background-color: transparent;
    border: 0;
    background-image: url("../images/slider-next.svg");
    width: 40px;
    height: 53px;
    bottom: 80px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media(min-width:1280px) and (max-width:1600px) {

    .slider-for-slider-nav-2 .slick-prev,
    .slider-for-slider-nav-1 .slick-prev {
        background-size: 30px;
        width: 30px;
        height: 40px
    }
}

.slider-for-slider-nav-2 .slick-next,
.slider-for-slider-nav-1 .slick-next {
    background-color: transparent;
    border: 0;
    background-image: url("../images/slider-next.svg");
    width: 40px;
    height: 53px;
    bottom: 10px
}

@media(min-width:1280px) and (max-width:1600px) {

    .slider-for-slider-nav-2 .slick-next,
    .slider-for-slider-nav-1 .slick-next {
        background-size: 30px;
        width: 30px;
        height: 40px
    }
}

.slider-for-slider-nav-2 .slick-disabled,
.slider-for-slider-nav-1 .slick-disabled {
    opacity: .2
}

.slider-for-slider-nav-2 .slider-control,
.slider-for-slider-nav-1 .slider-control {
    position: absolute;
    right: -20%
}

.slider-for-slider-nav-2 .slider-control:hover,
.slider-for-slider-nav-1 .slider-control:hover {
    -webkit-filter: invert(1);
    filter: invert(1);
    -webkit-filter: invert(1) sepia(1) saturate(4) hue-rotate(333deg);
    filter: invert(1) sepia(1) saturate(4) hue-rotate(333deg)
}

.sign-bann-gray-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(min-width:768px) and (max-width:1200px) {
    .v-slider-section .slider-content {
        padding-top: 0
    }
}

@media(min-width:768px) and (max-width:1200px) {
    .v-slider-section .sign-slide-main-box .slider-content .counter-title {
        padding-bottom: 35px
    }
}

@media(min-width:768px) and (max-width:1200px) {
    .v-slider-section .sign-slide-main-box .slider-content .counter-num {
        font-size: 40px;
        top: 24px
    }
}

@media(min-width:768px) and (max-width:1200px) {
    .v-slider-section .sign-slide-main-box p {
        font-size: 15px;
        line-height: 21px
    }
}

@media(min-width:768px) and (max-width:1200px) {
    .v-slider-section .sign-slide-main-box {
        width: 100%
    }
}

.v-slider-section .sign-slide-main-box .sign-slide-main-box-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(min-width:1200px) {
    .v-slider-section .sign-slide-main-box .sign-slide-main-box-left {
        padding-left: 80px;
        padding-right: 78px
    }
}

@media(min-width:1280px) and (max-width:1600px) {
    .v-slider-section .sign-slide-main-box .sign-slide-main-box-left {
        padding-left: 40px;
        padding-right: 40px;
        width: 40%
    }
}

@media(min-width:768px) and (max-width:1200px) {
    .v-slider-section .sign-slide-main-box .sign-slide-main-box-left {
        width: 50%
    }
}

.v-slider-section .sign-slide-main-box .sign-slide-main-box-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(min-width:1280px) and (max-width:1600px) {
    .v-slider-section .sign-slide-main-box .sign-slide-main-box-right {
        width: 60%
    }
}

@media(min-width:768px) and (max-width:1200px) {
    .v-slider-section .sign-slide-main-box .sign-slide-main-box-right {
        width: 50%
    }
}

.contact-us-page .footer-form-area .container.mob-fluid {
    display: none
}

@media(max-width:767.98px) {
    .contact-us-page .footer-form-area .footer-seperators {
        display: none
    }
}

.contact-us-page .banner h2 {
    font-size: 60px;
    line-height: 65px
}

@media(min-width:1800px) {
    .contact-us-page .banner h2 {
        font-size: 70px;
        line-height: 82px
    }
}

.contact-us-page header {
    background: transparent
}

.contact-us-page footer {
    padding-top: 0
}

.contact-us-page .banner {
    padding-bottom: 0;
    background: #000
}

@media(max-width:1025px) {
    .contact-us-page .banner {
        margin-top: -217px
    }
}

@media(max-width:991.98px) {
    .contact-us-page .banner .banner-content {
        padding-left: 21px;
        padding-right: 21px
    }

    .contact-us-page .banner h2 {
        line-height: 55px;
        margin-bottom: 27px
    }
}

@media(max-width:767.98px) {
    .contact-us-page .banner h2 {
        line-height: 48px;
        font-size: 41px
    }
}

@media(max-width:767.98px) {
    .contact-us-page .banner {
        margin-top: -65px
    }
}

@media(max-width:575.98px) {
    .contact-us-page .banner {
        margin-top: -75px
    }
}

.contact-us-page .banner .inner-banner img {
    opacity: .7
}

@media(max-width:767.98px) {
    .contact-us-page .banner .inner-banner img {
        opacity: .5
    }
}

@media(max-width:767.98px) {
    .contact-us-page .inner-main-banner .banner-button-block .grey-with-border {
        margin: 0 53px;
        margin-bottom: 24px
    }
}

@media(max-width:1025px) {
    .contact-us-page .inner-main-banner .title-disc {
        max-width: 100%
    }
}

@media(max-width:991.98px) {
    .contact-us-page .inner-main-banner .title-disc {
        padding-top: 120px;
        max-width: 340px
    }
}

.enq-section {
    padding: 144px 0 50px 0;
    position: relative
}

@media(min-width:1280px) and (max-width:1600px) {
    .enq-section {
        padding: 50px 0 50px 0
    }
}

@media(max-width:767.98px) {
    .enq-section {
        padding-top: 90px;
        margin-bottom: 60px
    }
}

.enq-section .enq-pattern {
    position: absolute;
    left: 1%;
    right: 0;
    top: -138%;
    margin: auto;
    z-index: -1
}

@media(min-width:1280px) and (max-width:1600px) {
    .enq-section .enq-pattern {
        width: 580px;
        top: -171%
    }
}

@media(max-width:767.98px) {
    .enq-section .enq-pattern {
        top: -39%;
        left: -22%
    }
}

.enq-section .enq-box {
    text-align: center
}

.enq-section .enq-box h5 {
    font-size: 24px;
    font-family: "TenorSans-Regular";
    font-weight: 400;
    color: #000;
    margin-bottom: 30px
}

@media(min-width:1800px) {
    .enq-section .enq-box h5 {
        font-size: 25px
    }
}

@media(min-width:768px) and (max-width:1200px) {
    .enq-section .enq-box h5 {
        font-size: 20px
    }
}

@media(max-width:767.98px) {
    .enq-section .enq-box h5 {
        font-size: 20px
    }

    .enq-section .enq-box h5 br {
        display: none
    }
}

.enq-section .enq-box #main-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px
}

@media(min-width:1800px) {
    .enq-section .enq-box #main-icon {
        width: 100px;
        height: 100px
    }
}

@media(max-width:767.98px) {
    .enq-section .enq-box #main-icon {
        margin-top: 30px
    }
}

.enq-section .enq-box a {
    display: block;
    position: relative;
    color: #101114;
    font-family: 'Montserrat-Medium';
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 4px;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#c9a485), color-stop(50%, #c9a485), color-stop(50%, #101114));
    background: linear-gradient(to right, #c9a485, #c9a485 50%, #101114 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: background-position 275ms ease;
    transition: background-position 275ms ease;
    text-decoration: none
}

.enq-section .enq-box a:hover {
    background-position: 0 100%
}

@media(min-width:1800px) {
    .enq-section .enq-box a {
        font-size: 15px
    }
}

@media(max-width:767.98px) {
    .enq-section .enq-box a {
        font-size: 14px;
        margin-bottom: 10px
    }
}

.enq-section .enq-box a svg {
    width: 15px;
    margin-right: 7px
}

@media(min-width:1800px) {
    .enq-form-section {
        margin-bottom: 60px
    }
}

.enq-form-section hr {
    margin-bottom: 70px
}

@media(max-width:767.98px) {
    .enq-form-section hr {
        margin-bottom: 110px
    }
}

.enq-form-section .form-control {
    border: 1px solid #888e91;
    border-radius: 0;
    color: #000;
    font-size: 18px;
    font-family: "Montserrat-Light";
    font-weight: 500;
    padding: 25px 38px
}

@media(min-width:1800px) {
    .enq-form-section .form-control {
        font-size: 20px
    }
}

@media(max-width:1600px) {
    .enq-form-section .form-control {
        padding: 16px 27px;
        font-size: 14px
    }
}

@media(max-width:767.98px) {
    .enq-form-section .form-control {
        padding: 10px 20px;
        font-size: 14px
    }
}

.enq-form-section .form-control:focus {
    border: 2px solid #afb3b5
}

.enq-form-section .select-wrapper {
    position: relative
}

.enq-form-section .select-wrapper select {
    position: relative;
    z-index: 2;
    cursor: pointer;
    background-color: transparent
}

.enq-form-section .select-wrapper:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 13px;
    background: url("../images/select-down.svg") no-repeat;
    top: 0;
    right: 19px;
    bottom: 0;
    margin: auto;
    background-size: 20px 10px;
    z-index: 0
}

@media(max-width:991.98px) {
    .enq-form-section .select-wrapper:after {
        right: 15px
    }
}

@media(max-width:767.98px) {
    .enq-form-section .select-wrapper:after {
        background-size: 10px 14px
    }
}

.enq-form-section input[type="date"] {
    text-transform: uppercase
}

.enq-form-section input::-webkit-input-placeholder {
    color: #6d6d6d;
    font-weight: 300
}

.enq-form-section input:-ms-input-placeholder {
    color: #6d6d6d;
    font-weight: 300
}

.enq-form-section input::-ms-input-placeholder {
    color: #6d6d6d;
    font-weight: 300
}

.enq-form-section input::placeholder {
    color: #6d6d6d;
    font-weight: 300
}

.enq-form-section select {
    color: #6d6d6d !important;
    font-weight: 300 !important
}

.enq-form-section .form-group {
    width: 100%;
    border: 1px solid #888e91
}

.enq-form-section .form-group span {
    display: inline-block;
    width: 10%;
    font-family: 'Montserrat-Medium';
    font-weight: 500;
    font-size: 20px;
    text-align: center
}

@media(max-width:1600px) {
    .enq-form-section .form-group span {
        font-size: 14px;
        width: 13%
    }
}

@media(max-width:767.98px) {
    .enq-form-section .form-group span {
        width: 17%
    }
}

.enq-form-section .form-group input {
    display: inline-block;
    width: 89%;
    border: 0
}

@media(max-width:1600px) {
    .enq-form-section .form-group input {
        width: 69%
    }
}

@media(max-width:767.98px) {
    .enq-form-section .form-group input {
        width: 75%
    }
}

.enq-form-section .form-group input:focus {
    border: 0
}

.enq-form-section h5 {
    font-size: 23px;
    font-family: "TenorSans-Regular";
    font-weight: 400;
    margin-bottom: 45px
}

@media(min-width:1800px) {
    .enq-form-section h5 {
        font-size: 28px
    }
}

@media(max-width:767.98px) {
    .enq-form-section h5 {
        font-size: 18px
    }
}

.enq-form-section .address-block {
    padding-left: 30px;
    border-left: 1px solid #c9a485;
    margin-bottom: 50px
}

@media(max-width:767.98px) {
    .enq-form-section .address-block {
        padding-left: 14px
    }
}

.enq-form-section .address-block a {
    display: block;
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    margin-bottom: 18px;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#c9a485), color-stop(50%, #c9a485), color-stop(50%, #101114));
    background: linear-gradient(to right, #c9a485, #c9a485 50%, #101114 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: background-position 275ms ease;
    transition: background-position 275ms ease;
    text-decoration: none;
    font-weight: 500
}

.enq-form-section .address-block a:hover {
    background-position: 0 100%
}

@media(min-width:1800px) {
    .enq-form-section .address-block a {
        font-size: 20px
    }
}

@media(max-width:767.98px) {
    .enq-form-section .address-block a {
        font-size: 14px;
        margin-bottom: 12px
    }
}

.enq-form-section .address-block a svg {
    margin-right: 10px
}

.enq-form-section p {
    margin-bottom: 20px;
    margin-top: 15px;
    font-size: 16px
}

.enq-form-section h6 {
    font-size: 16px;
    font-family: 'Montserrat-SemiBold';
    font-weight: 600;
    margin-bottom: 20px
}


.career-form .form-col .submit-bg,
.submit-bg {
    background: url(../images/submit-bg.svg?v1) left 28px center no-repeat #000;
    padding-left: 102px;
    padding-right: 40px;
    height: 87px;
    font-family:'body'!important;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    max-width: 236px;
    border-radius: 0;
    border: 1px solid #fff
}

.career-form .form-col .submit-bg:hover,
.submit-bg:hover {
    color: #000;
    background: url(../images/submit-bg-black.svg?v1) left 28px center no-repeat #fff;
    border: 1px solid #000
}


@media (max-width:1200px) {
    .career-section .careers-listing .accordion-collapse {
        padding-bottom: 20px !important
    }

    .umbraco-forms-career .form-col,
    body .footer-form-row .form-col {
        width: 100%
    }

    .commu-disc-slide-sec .disc-slide-class .swiper-slide .img-holder .disc-pro-details {
        padding: 5% !important;
        background-size: cover
    }

    .commu-disc-slide-sec .disc-slide-class .swiper-slide .img-holder .disc-pro-details p {
        display: none
    }

    .community-banner {
        padding-bottom: 0 !important
    }

    .community-slide-main .community-slide-box .content-sec .disc-sec {
        padding-top: 15%
    }

    .news-events-details .detail-col-right {
        margin-bottom: 30px
    }

    .craftsman-banner.inner-main-banner .title-disc {
        padding-top: 121px;
        width: 65%;
        max-width: 100%
    }

    .craftsman-banner.inner-main-banner .title-disc h2 {
        margin: 0 auto;
        padding-bottom: 5%
    }
}

.video-banner {
    position: relative;
    width: 100%;
    height: auto;
  }
  
  .video-overlay {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; /* Place the image above the video */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .video-overlay img {
    max-width: 100%; /* Image size scales proportionally */
    height: auto;
    object-fit: contain; /* Ensures no distortion of the image */
  }
  
  @media (max-width: 768px) {
    .video-overlay img {
      max-width: 70%; /* Adjust size for smaller devices */
    }
  }
  
  @media (max-width: 480px) {
    .video-overlay img {
      max-width: 100%; /* Further adjust for very small screens */
    }
  }
  
  .bottom-text {
    text-align: center;
    margin: 2rem 0; /* Adds vertical spacing around the entire section */
  }
  
  .bottom-text h1 {
    font-size: 3rem; 
    text-transform: uppercase;
    position: relative;
  }
  
  
  
  .bottom-text h1::before {
    left: 150px;
    top: 60px;
  }
  
  .bottom-text h1::after {
    right: 150px;
    top: 60px;
  }
  
  @media (max-width: 768px) {
    .bottom-text h1 {
      font-size: 2.5rem; /* Scale down the font size */
    }
  
    .bottom-text h1::before,
    .bottom-text h1::after {
      width: 60px; /* Reduce the line length for smaller screens */
      left: -80px;
      right: -80px;
    }
  }
  
  @media (max-width: 480px) {
    
    .bottom-text h1 {
        width: 100%;
        font-size: 25px;
        line-height: 29px
    }

    .bottom-text h1::before,
    .bottom-text h1::after {
      width: 40px; /* Further reduce the line length for mobile */
      left: -50px;
      right: -50px;
    }
  }
  
  

  .middle-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vh; 
    text-align: center;
  }
  
  .middle-logo .logo {
    max-width: 300px; 
    width: 100%;
    height: auto; 
  }
  
  @media (max-width: 768px) {
    .middle-logo .logo {
      max-width: 150px; 
    }
  }
  
  @media (max-width: 480px) {
    .middle-logo .logo {
      max-width: 220px!important; 
    }
  }
  
.product-main-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30vh;
    margin: 4rem 0;
    margin-bottom: 0;
}

.product-our-project {
    max-width: 1800px;
    margin: 0 auto;
    text-align: center;
}

.product-our-project h2 {
    font-family: heading !important;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr); 
    gap: 0.6rem!important;
    justify-items: center;
}

.product-project-container {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center;
    cursor: pointer;
}

.product-project-image {
    display: block;
    width: 100%;
    height: 60vh;
    transition: transform 0.3s ease; /* Added smooth zoom-in effect */
}

.product-hover-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 2;
    width: 100%;
    height: 80px;
    object-fit: contain;
  }

  .product-hover-image-aurum {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 2;
    width: 80%;
    height: 50px;
    object-fit: contain;
  }


  .product-project-container:hover .product-hover-image {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  .product-hover-image-82 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 2;
    width: 80%;
    height: 90px;
    object-fit: contain;
  }


  .product-project-container:hover  .product-hover-image-82 {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }


  .product-project-container:hover .product-hover-image-aurum {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  .product-blur-layer {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    transition: all 0.5s ease;
    z-index: 1;
  }

  .product-project-container:hover .product-blur-layer {
    bottom: 0;
    

  }

.product-text-under-image {
    font-size: 1rem;
    font-weight: 500;
    color: #444444;
    margin-top: 0px; /* Space between image and text */
    cursor: pointer;
    font-family: 'body'!important;
margin-top: 20px;
}


/* Ensure text stays visible on hover */
.product-project-container:hover .bottom-text-project {
    opacity: 1; /* Ensure it's visible */
}

/* Responsiveness */
@media (max-width: 768px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr); /* Adjust to 2 columns for smaller screens */
    }

    .product-text-under-image {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .product-grid {
        grid-template-columns: 1fr; /* Stack all images for mobile */
    }

    .product-text-under-image {
        font-size: 0.8rem;
    }
  
}

.bottom-text-project {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    display: flex;
    align-items: center;
    cursor: pointer;
    opacity: 1; /* Always visible */
}

.bottom-text-project .product-arrow {
    margin-left: 0.5rem;
    font-weight: bold;
}

.bottom-text-project:hover {
    color: #007bff; /* Change text color on hover */
}

.bottom-text-project:hover .product-arrow {
    transform: translateX(5px); /* Move the arrow slightly to the right on hover */
}

@media (max-width: 768px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr); /* Adjust to 2 columns for smaller screens */
    }

    .bottom-text-project {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .product-grid {
        grid-template-columns: 1fr; /* Stack all images for mobile */
    }

    .bottom-text-project {
        font-size: 0.8rem;
    }
}


.section-title-1{
    font-family:'body'!important; 
     margin-top: 0px;
     color: #444444;
}

.gallery-item {
    position: relative;
    display: inline-block;
}

.gallery-img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7); /* White with opacity */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s 0.3s;
}

.gallery-img-holder:hover .overlay {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
    transition-delay: 0s;
}

.overlay-heading,
.overlay-text {
    color: #333;
    text-align: center;
}

.overlay-heading {
    font-size: 24px;
    font-weight: bold;
    
}

.overlay-text {
    font-size: 16px;
    font-family:'body'!important;
    text-transform: capitalize;
    line-height: 20px;
    margin:0 20px;
}

.overlay-heading img {
    width: 40px; /* Adjust size as needed */
    height: auto;
    margin-bottom: 10px; /* Adjust spacing between image and text */
}

.overlay-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/*-------------------------------
Entry Animation
----------------------------------*/
@keyframes slide-in-fade {
    from {
        transform: translateY(50px); /* Start below */
        opacity: 0; 
    }
    to {
        transform: translateY(0); /* Move to original position */
        opacity: 1; 
    }
  }
  
  .fade-slide-in {
    animation: slide-in-fade 1s ease-out forwards; 
    opacity: 0; 
  }
  
  .footer-enquiry-form .form-control {
    padding: 10px 22px;
    font-size: 14px;
    font-size: 12px;
}
.footer-form-row .iti__flag-container {
    height: 40px !important;
}
.footer-enquiry-form .select-wrapper select {
    height: 40px!important;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text] {
    height: 40px;
}
.career-form .form-col .submit-bg, .submit-bg {
    background: url(../images/submit-bg.svg?v1) left 35px center no-repeat #000;
    padding-left: 102px;
    padding-right: 40px;
    height: 45px !important;
    font-family: 'body' !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    max-width: 236px;
    border-radius: 0;
    border: 1px solid #fff;
}

.submit-bg:hover {
    background: url(../images/submit-bg.svg?v1) left 35px center no-repeat #000;
    padding-left: 102px;
    padding-right: 40px;
    height: 45px !important;
    font-family: 'body' !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    max-width: 236px;
    border-radius: 0;
    border: 1px solid #fff;
}

.m-btn-filled-white-round {
    cursor: pointer;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: var(--size-round-btn);
    height: var(--size-round-btn);
    border-radius: 50%;
    background-color: var(--white);
    color: var(--grey-70);
    transition-property: background-color;
    transition-duration: .1s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.info{
    margin-top: -60px;
}
.product-main-wrapper-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 0vh;
    margin: 2rem 0;
    margin-top: 0;
  }

  .product-our-project-1 {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }

  .product-grid {
    display: flex; /* Use flexbox to arrange the images */
    justify-content: center; /* Center the images horizontally */
    gap: 1.5rem; /* Add spacing between the images */
  }

  .product-project-container-1 {
    position: relative;
    width: 33.33%; /* Set a fixed width for each image container */
    height: auto; /* Adjust height automatically */
    display: flex;
    flex-direction: column; /* Stack the text below the image */
    justify-content: flex-start; /* Align image at the top */
    align-items: center; /* Center the image horizontally */
    overflow: hidden; /* Hide overflow for hover effects */
    border-radius: 8px;
  }

  .product-project-image-1 {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover; /* Ensure the image covers the container */
    transition: transform 0.3s ease, filter 0.3s ease;
  }

  .product-hover-image-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0); /* Start scaled down and centered */
    width: 180px !important; /* Size of the overlay image */
    height: 100px;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  /* On hover, show the overlay image and apply effects */
  .product-project-container-1:hover .product-hover-image-1 {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); /* Bring the overlay image to full size */
  }

  .product-project-container-1:hover .product-project-image-1 {
    transform: scale(1.1); /* Slightly zoom in on the main image */
    filter: blur(2px); /* Apply a blur effect to the main image */
  }

  /* Text below the images */
  .product-text-under-image-1 {
    font-size: 1rem;
    font-weight: 500;
    color: #444444;
    margin-top: 10px; /* Space between image and text */
    cursor: pointer;
    transition: color 0.3s ease, opacity 0.3s ease;
    font-family: 'body'!important;
  }

  /* Hide text on hover */
  .product-project-container-1:hover .product-text-under-image-1 {
    opacity: 0;
  }

  .product-text-under-image-1:hover {
    color: #007bff; /* Change text color on hover */
  }

  /* Responsive Design */
  @media (max-width: 768px) {
    .product-grid {
      flex-direction: column; /* Stack the images vertically on smaller screens */
      align-items: center;
    }

    .product-project-container-1 {
      width: 250px;
      height: auto; /* Adjust size for smaller screens */
    }

    .product-hover-image-1 {
      width: 80px;
      height: 80px; /* Adjust overlay size for smaller screens */
    }
  }

@media (max-width: 480px) {
    .product-project-container-1 {
        width: 100%;
        height: 100%; /* Further adjust size for very small screens */
    }

    .product-hover-image-1 {
        width: 60px;
        height: 60px; /* Further adjust overlay size */
    }
    .info {
        margin-top: 0px!important;
    }
    .iti--allow-dropdown input, .iti--allow-dropdown input[type=text] {
        height: 40px !important;
    }
}


.product-card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 40px auto;
    padding: 20px;
  }
  
  /* For large screens (4 cards in a row) */
  .product-card-container .product-card {
    position: relative;
    min-width: calc(25% - 60px); /* Four cards in a row */
    height: 300px;
    margin: 10px;
    overflow: hidden;
    transition: 0.5s ease-in-out;
  }

  .product-card-container .product-card .box:hover{
    background-size: 120%;
   
  }
  
  .product-card-container .product-card .box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s;
  }
  

  .product-card-container .product-card .box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    transition: 0.5s;
  }
  
  .product-card-container .product-card .box:hover:before {
    background: rgba(0, 0, 0, 0.7); 
  }
  
  /* Card content */
  .product-card-container .product-card .box .content {
    position: relative;
    z-index: 1;
    padding: 20px;
    text-align: center;
  }
  
  .product-card-container .product-card .box .content h2 {
    position: absolute;
    top: -10px;
    right: 30px;
    font-size: 8rem;
    color: rgba(255, 255, 255, 0.1);
  }
  
  .product-card-container .product-card .box .content h3 {
    font-size: 2rem;
    color: #fff;
    z-index: 1;
    transition: 0.5s;
    margin-bottom: 15px;

  }
  
  .product-card-container .product-card .box .content p {
    font-size: 1.5rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    transition: 0.5s;
    font-family: 'heading'!important;
  }
  
  .product-card-container .product-card .box .content a {
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    background: black;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    margin-top: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
  }
  
  /* For tablet and smaller devices, display 2 cards per row */
  @media (max-width: 768px) {
    .product-card-container .product-card {
      min-width: calc(50% - 60px);
    }
  }
  
  /* For mobile devices, display 1 card per row */
  @media (max-width: 480px) {
    .product-card-container .product-card {
      min-width: calc(100% - 60px);
    }
    .usps-heading h1 {
        font-size: 25px!important;
        color: #000;
        margin-top: 20px;
    }
    .product-card-container .product-card .box .content p {
        font-size: 1.2rem;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.9);
        z-index: 1;
        transition: 0.5s;
        font-family: 'heading'!important;
      }
      .tobias-300-122 {
        font-family: 'heading' !important;
        font-size: 25px !important;
        margin-top: -30px;
        line-height: 30px;
    }
    .island-section {
        background-color: #f0eeea;
        color: #000;
        width: 100%!important;
        height: 100%;
    }
    
  }
  /* Centering the USPs heading */
.usps-heading {
    text-align: center;
    font-family: 'heading';
    margin-top: 20px;
}

.usps-heading h1 {
    font-size: 80px;
    color: #000;
    margin-bottom: 0px;
    font-family: 'heading' !important;
    text-transform: none !important;
    background: linear-gradient(to right, #cfb05d, #9d7929);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



/* Your existing styles for product cards */
.product-card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0px auto;
    padding: 20px;
}

.island-section {
    background-color: #f0eeea;
    color: #000;
    width: 200vw;
    height: 100%;
}

.tobias-300-122{
    font-family: 'heading'!important;
    font-size:80px;
    color:#cfb05d;
     
}

.owl-carousel .owl-item .item {
    display: block;
    width: 100%;
    border-radius: 10px;
}
.footer-enquiry-form .form-control {
    border-radius: 5px;
}

.footer-form-row .iti__flag-container {
    border-radius: 5px;
}
.checkmark {
    border-radius: 5px;
}
.submit-bg{
    border-radius: 5px;
}

.flat-estates .amenities #amenities .item .slider-content h6 {
    font-weight: 100;
}
@media (max-width: 600px){

    .header-island{
        display: none;
    }

    .header-map{
        display: none;
    }

    .footer-form-area h4 {
        font-size: 25px;
        font-weight: 500;
        font-family: 'heading';
        margin-bottom: 0;
        margin-top: 30px;
        line-height: 29px;
        cursor: pointer;
        position: relative;
    }
    .section-title-1{
        font-size: 17px!important;
        font-family: 'body'!important;
        margin-bottom: 0;
        margin-top: 0px!important;
        line-height: 22px!important;
        cursor: pointer;
        position: relative; 
        text-align: center;
        font-weight:0!important;
    }
    .bottom-footer{
        height:22vh;
    }
}
@media (min-width: 600px){

    .mobile-island{
        display: none;
    }
    .mobile-map{
        display: none;
    }

    
}

/*----------------------------------------
Amenities
------------------------------------------*/
.product-amenities {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto;
    padding: 20px 30px; /* 30px padding from left and right */
    max-width: 1417px; /* Increased the max-width */
    gap: 50px;
  }
  

  .product-amenities-left {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .product-amenities-left img {
    max-width: 100%;
    height: auto;
  }

  .product-amenities-right {
    flex: 1;
    min-width: 300px;
    padding: 20px;
  }

  .product-amenities-right h1 {
    font-size: 80px;
    color: #000;
    margin-bottom: 0px;
    font-family: 'heading' !important;
    text-transform: uppercase !important;
    background: linear-gradient(to right, #cfb05d, #9d7929);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 4.5rem;
    padding-top: 30px;
  }

  .product-amenities-line {
    border: 1px solid #b0b0b0;
    width: 40%;
    margin-top: 50px;
  }

  .product-amenities-right p {
    font-size: 18px;
    color: #444444;
    margin: 40px 0;
    line-height: 2rem;
    font-family: 'body' !important;
    text-transform: none;
  }

  .product-amenities-right ul {
    list-style: none;
    padding: 0;
    margin-left: 40px;
  }

  .product-amenities-right ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 18px;
    color: #444444;
    font-family: 'body' !important;
    text-transform: none;
  }

  .product-amenities-right ul li img {
    width: 25px;
    height: 25px;
    margin-right: 25px;
  }

  /* Responsive Design */
  @media (max-width: 768px) {
    .product-amenities {
        flex-direction: column;
        padding: 20px; /* Adjusts padding for smaller screens */
      }

      .product-amenities-left, .product-amenities-right {
        flex: 100%;
        min-width: 100%;
      }

      .product-amenities-right h1 {
        font-size: 25px;
        line-height: 30px;
        text-align: center;
      }

      .product-amenities-right p {
        font-size: 12px;
      }

      .product-amenities-right ul li {
        font-size: 12px;
      }

      .product-amenities-line {
        display: none;
      }
    }

    @media (max-width: 600px){
        .product-amenities{
            display: none;
        }
        .product-amenities-mobile {
            display: flex;
            flex-direction: column;
            margin: 20px auto;
            padding: 20px 30px; /* 30px padding from left and right */
            max-width: 1417px; /* Increased the max-width */
            gap: 50px;
            text-align: center; /* Center the content */
        }
    
        .product-amenities-left-mobile,
        .product-amenities-right-mobile {
            flex: 1;
            min-width: 100%;
        }
    
        .product-amenities-left-mobile img {
            max-width: 100%;
            height: auto;
        }
    
        .product-amenities-right-mobile h1 {
            font-size: 25px;
            color: #000;
            margin-bottom: 0px;
            font-family: 'heading' !important;
            text-transform: uppercase !important;
            background: linear-gradient(to right, #cfb05d, #9d7929);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            line-height: 30px;
            padding-top: 0px;
            margin-top: -30px;
        }
    
        .product-amenities-line-mobile {
            border: 1px solid #b0b0b0;
            width: 40%;
            margin: 50px auto; 
            margin-top: 20px;
            margin-bottom: 20px;
        }
    
        .product-amenities-right-mobile p {
            font-size: 12px;
            color: #444444;
            margin: 20px 0;
            line-height: 1.5rem;
            font-family: 'body' !important;
            text-transform: none;
        }
    
        .product-amenities-right-mobile ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: fit-content;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Create two columns */
    gap: 20px; /* Space between the items */
}

.product-amenities-right-mobile ul li {
    display: flex;
    flex-direction: column; /* Stack icon on top of text */
    align-items: center; /* Center-align the icon and text */
    font-size: 12px;
    color: #444444;
    font-family: 'body' !important;
    text-transform: none;
}

.product-amenities-right-mobile ul li img {
    width: 25px;
    height: 25px;
    margin-bottom: 10px; /* Space between icon and text */
}

        .product-our-project h2 {
            font-family: heading !important;
            margin-top: -28px;
        }

    }


    @media (min-width: 600px){
        .product-amenities-mobile{
            display: none;
        }
        
        

    }



    @media screen and (min-device-width: 786px) and (max-device-width: 1800px){
        .product-amenities-right h1 {
            font-size: 47px;
            color: #000;
            margin-bottom: 0px;
            font-family: 'heading' !important;
            text-transform: uppercase !important;
            background: linear-gradient(to right, #cfb05d, #9d7929);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            line-height: 3rem;
            padding-top: 30px;
          }
          .usps-heading h1{
            font-size: 47px;
          }

          .tobias-300-122{
            font-size: 47px !important;
          }
    }
    .map img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        margin-bottom:50px;
        z-index: 99;
      }
      
      .map{
          margin-top: -20px!important;
      }
      .island-img img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        margin-top: -115px;
      }

      .island-component{
        padding-bottom: 0px;
      }


      /*----------------------------------
      Fixed-logo
      -------------------------------*/
      .fixed-logo {
        position: sticky;
        top: 0;
        background-color: #fff!important;
        width: 100%;
        z-index: 99999999999;
        border-bottom: 1px solid #ddd;
        padding: 10px 0;
  
      }
  
      .fixed-logo-content {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px;
      }
  
      .fixed-logo img {
        max-height: 50px;
        object-fit: contain;
      }
  
      /* Responsive Styling */
      @media (max-width: 768px) {
        .fixed-logo-content {
          flex-direction: column;
        }
  
        .fixed-logo img {
          margin-bottom: 5px;
        }
        .fixed-logo img {
            max-height: 25px;
            object-fit: contain;
        }
        .map{
            margin-bottom: 20px;
          } 
      }

      .mh-head{
        display: none!important;
      }

      /*--------------------------
      Isb-content
      -------------------------*/

          .isb-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding-bottom: 20px;
      background-color: #f0eeea;
      color: #fff;
      margin-top: -49px;
    }

    .isb-video {
      width: 100%;
      max-height: 80vh;
      overflow: hidden;
      position: relative;
    }

    .isb-video video {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .isb-text {
      text-align: center;
      max-width: 1200px;
      margin: 20px auto;
      color: #000;
      padding: 20px;
    }

    .isb-text h1 {
      background: linear-gradient(to right, #cfb05d, #9d7929);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-transform: uppercase;
      font-size: 48px;
      font-family: 'heading'!important;
    }

    .isb-text h2 {
      font-size: 35px;
      font-family: 'heading'!important;
      background: linear-gradient(to right, #cfb05d, #9d7929);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-top: 40px;
    }

    .isb-text p {
      font-size: 18px;
      line-height: 1.6;
      color: #444444;
      position: relative;
      padding-left: 0px;
      font-family: 'body'!important;
      text-transform: none;
    }

    .icon-text-group {
      display: flex;
      justify-content: center;
      gap: 50px;
      margin: 20px 0;
      flex-wrap: wrap;
    }

    .icon-text-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      max-width: 45%;
    }

    .icon-text-item img {
      width: 50px;
      height: 50px;
      object-fit: contain;
    }

    .icon-text-item span {
      margin-top: 10px;
      font-size: 18px;
      color: #444444;
      font-family: 'body'!important;
      text-transform: none;
    }

    /* Mobile Responsiveness */
    @media (max-width: 768px) {
      .isb-text h1 {
        font-size: 25px;
      }

      .isb-text h2 {
        font-size: 25px;
      }

      .isb-text p {
        font-size: 12px;
      }

      .icon-text-group {
        flex-wrap: wrap;
        gap: 20px;
      }

      .icon-text-item {
        width: 48%;
      }

      .icon-text-item img {
        width: 40px;
        height: 40px;
      }

      .icon-text-item span {
        font-size: 14px;
      }
      .isb-content{
        margin-top: 0px;
        padding-top: 20px;
      }
    }

    @media (min-width: 1280px) and (max-width: 1600px) {
      .isb-text h1 {
        font-size: 47px;
      }
      .product-amenities {
        display: flex;
        flex-wrap: wrap;
        margin: 20px auto;
        padding: 20px 120px;
        max-width: 1417px;
        gap: 50px;
    }
    }