@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/***** General CSS *****/

body {
    overflow-x: hidden;
    word-break: break-word;
    color: var(--textColor);
    font: 15px/25px 'Montserrat', sans-serif;
}

:root {
    --black: #000;
    --white: #fff;
    --textColor: #333333;
    --themeColor: #be9c6b;
    --headingColor: #161a1d;
}

a {
    white-space: initial;
    display: inline-block;
    text-decoration: none;
    color: var(--textColor);
}

a:hover,
a:focus {
    text-decoration: none;
    color: var(--black);
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: 'Nicholas';
    src: url(../fonts/Nicholas.otf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-size: 85px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--white);
    font-family: 'Nicholas';
    text-transform: uppercase;
}

h2 {
    margin: 0 0 0px;
    font-size: 55px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Nicholas';
    text-transform: uppercase;
}

h3 {
    font-size: 45px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Nicholas';
    text-transform: uppercase;
}

h4 {
    font-size: 24px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Nicholas';
    text-transform: uppercase;
}

h5 {
    margin: 0 0 0px;
    font-size: 20px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Nicholas';
}

h6 {
    font-size: 16px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Montserrat';
}

p {
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    color: var(--textColor);
    font-family: 'Montserrat';
}

.add-padding {
    width: 100%;
    margin: 0px auto;
    max-width: 1500px;
}

.theme-btn-1 {
    gap: 18px;
    display: flex;
    font-size: 15px;
    border-width: 1px;
    color: var(--white);
    width: max-content;
    border-style: solid;
    border-radius: 50px;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    font-family: 'Montserrat';
    text-transform: uppercase;
    transition-duration: 0.5s;
    padding: 4px 6px 4px 30px;
    border-color: var(--themeColor);
    background-color: var(--themeColor);
}

.theme-btn-1 span {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--black);
    clip-path: polygon(15% 15%, 0 35%, 0 65%, 15% 85%, 35% 100%, 65% 100%, 85% 85%, 100% 65%, 100% 35%, 85% 15%, 65% 0, 35% 0);
}

.theme-btn-1 span img {
    width: 13px;
    margin: 0px;
    height: 10px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7449%) hue-rotate(218deg) brightness(116%) contrast(111%);
}

.theme-btn-1:hover {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--black);
    box-shadow: 0px 11px 14px 0px rgba(34, 37, 68, 0.18);
}

.theme-btn-1:hover span {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.section-heading {
    text-align: center;
    margin-bottom: 25px;
}

.section-heading p {
    width: 80%;
    margin: auto;
    max-width: 700px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    font-size: 15px;
    padding: 10px 2px;
    position: relative;
    color: var(--white);
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: var(--white);
}

.menuSec ul li a::before {
    left: 0;
    width: 0px;
    height: 2px;
    content: '';
    right: 100%;
    bottom: 10px;
    position: absolute;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.menuSec ul li a.active::before,
.menuSec ul li a:hover::before {
    left: 0;
    right: 0;
    width: 100%;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.menuSec ul li a:not(:hover)::before {
    left: auto;
    right: 0;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

#mobileMenu {
    width: 55px;
    height: 45px;
    border: none;
    background-color: transparent;
    position: relative;
    margin: 50px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#mobileMenu span {
    display: block;
    position: absolute;
    height: 4px;
    width: 50%;
    background: var(--white);
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#mobileMenu span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

#mobileMenu span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
}

#mobileMenu span:nth-child(1),
#mobileMenu span:nth-child(2) {
    top: 0px;
}

#mobileMenu span:nth-child(3),
#mobileMenu span:nth-child(4) {
    top: 18px;
}

#mobileMenu span:nth-child(5),
#mobileMenu span:nth-child(6) {
    top: 36px;
}

#mobileMenu.open span:nth-child(1),
#mobileMenu.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#mobileMenu.open span:nth-child(2),
#mobileMenu.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#mobileMenu.open span:nth-child(1) {
    left: 5px;
    top: 7px;
}

#mobileMenu.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}

#mobileMenu.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#mobileMenu.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#mobileMenu.open span:nth-child(5) {
    left: 5px;
    top: 25px;
}

#mobileMenu.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 25px;
}

header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    position: fixed;
}

.menuSection {
    padding: 20px 0px;
    background-color: #141414b6;
    border-bottom: 1px solid #ffffffd2;
}

.menuSection .row {
    align-items: center;
}

.header-btn {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-btn .serach-btn {
    width: 50px;
    border: none;
    height: 50px;
    display: flex;
    opacity: 0.7;
    position: relative;
    align-items: center;
    color: var(--white);
    justify-content: center;
    background-color: transparent;
    clip-path: polygon(15% 15%, 0 35%, 0 65%, 15% 85%, 35% 100%, 65% 100%, 85% 85%, 100% 65%, 100% 35%, 85% 15%, 65% 0, 35% 0);
}

.header-btn .serach-btn::before {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background-color: #ffffff;
    clip-path: polygon(15% 15%, 0 35%, 0 65%, 15% 85%, 35% 100%, 65% 100%, 85% 85%, 100% 65%, 100% 35%, 85% 15%, 65% 0, 35% 0);
}

.header-btn .serach-btn::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 96%;
    content: '';
    margin: auto;
    height: 95%;
    position: absolute;
    background-color: #292d39;
    clip-path: polygon(15% 15%, 0 35%, 0 65%, 15% 85%, 35% 100%, 65% 100%, 85% 85%, 100% 65%, 100% 35%, 85% 15%, 65% 0, 35% 0);
}

.header-btn .serach-btn i {
    z-index: 1;
    position: relative;
}

.header-logo {
    height: 45px;
    width: fit-content;
}

.header-logo a,
.header-logo a img {
    height: 100%;
    display: block;
    width: fit-content;
    object-fit: contain;
}

.header-serach-bar {
    height: 0px;
    overflow: hidden;
    padding: 0px 0px;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: #141414b6;
    border-bottom: 1px solid transparent;
}

.header-serach-bar.active {
    height: 85px;
    padding: 15px 0px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    border-bottom: 1px solid #ffffffd2;
}

.header-serach-box form {
    width: 100%;
    position: relative;
}

.header-serach-box form input {
    width: 100%;
    height: 55px;
    font-weight: 500;
    border-radius: 50px;
    font-family: 'Montserrat';
    padding: 10px 20px 10px 60px;
    border: 1px solid var(--white);
    background-color: var(--white);
}

.header-serach-box form input:focus-visible {
    outline-offset: 0px;
    outline: none;
}

.header-serach-box form button {
    top: 0;
    left: 4px;
    bottom: 0;
    width: 45px;
    margin: auto;
    height: 45px;
    border: none;
    border-radius: 50%;
    position: absolute;
    color: var(--white);
    background-color: var(--themeColor);
}

/*header css start */


/*banner css start */


.main_slider {
    display: flex;
    min-height: 110vh;
    position: relative;
    align-items: flex-end;
    padding: 150px 0px 15vh;
    background-image: url(../images/banner-bg.png);
    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.main_slider::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgb(0 0 0 / 96%) 0%, rgba(0, 0, 0, 0.81) 40%, rgba(0, 0, 0, 0) 100%);
}

.main_slider .row {
    z-index: 1;
    position: relative;
}

.banner_text ul {
    gap: 3%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.banner_text ul li:first-child {
    flex-shrink: 0;
}

.banner_text ul li {
    width: fit-content;
}

.banner_text ul li .cusotm-bottom-heading {
    font-size: 80px;
}

.banner_text ul li p {
    color: var(--white);
}

/*banner css end*/


/*property search css start*/

.property-search-sec {
    z-index: 2;
    padding: 100px 0px;
    position: relative;
    background-color: var(--black);
}

.property-search-sec::before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgba(190, 155, 107, 0.219) 0%, rgba(190, 155, 107, 0.096) 50%, rgba(190, 156, 107, 0) 100%);
}

.property-search-sec .row {
    z-index: 1;
    position: relative;
}

.property-search-box {
    padding: 50px;
    margin-bottom: 60px;
    border: 0.5px solid var(--themeColor);
}

.property-search-box form {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: space-between;
}

.property-search-box-input {
    width: 100%;
    height: 60px;
    position: relative;
}

.property-search-box-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    right: 20px;
    height: 20px;
    margin: auto;
    object-fit: contain;
    pointer-events: none;
}

.property-search-box form input,
.property-search-box form select {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    padding: 10px 25px;
    color: var(--white);
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid var(--white);
}

.property-search-box form input::placeholder {
    color: var(--white);
}

.property-search-box form select option {
    color: var(--black);
}

.property-search-box form button {
    height: 65px;
    flex-shrink: 0;
    font-size: 15px;
    padding: 10px 35px;
    color: var(--white);
    border: 1px solid var(--themeColor);
    background-color: var(--themeColor);
}

.property-search-box h3 {
    font-size: 33px;
    width: fit-content;
    padding: 10px 30px;
    color: var(--white);
    margin: -80px auto 20px;
    text-transform: uppercase;
    background-color: var(--black);
}

.about-person-text {
    display: flex;
    min-height: 100%;
    padding-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.about-person-text h3 {
    margin-bottom: 30px;
    color: var(--white);
}

.about-person-text .about-person-text-box {
    position: relative;
    padding: 15px 0px 50px 30px;
    border-left: 1px solid #ffffff56;
}

.about-person-text .about-person-text-box p {
    color: var(--white);
}

.about-person-text .about-person-text-box::before {
    left: 0;
    bottom: 0;
    width: 80%;
    height: 1px;
    content: '';
    max-width: 280px;
    position: absolute;
    background-color: #ffffff56;
}

.about-person-img {
    width: 100%;
    height: 500px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.about-person-img img {
    z-index: 3;
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: contain;
}

.about-person-img h2 {
    bottom: 0;
    left: -10px;
    width: 100%;
    opacity: 0.15;
    font-size: 70px;
    position: absolute;
    text-align: center;
    background: linear-gradient(0deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 50%,
            rgba(255, 255, 255, 1) 50%,
            rgba(255, 255, 255, 0) 100%);
    background-size: 100% 300%;
    background-position: 0% 0%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmer 10s linear infinite;
}

@keyframes shimmer {
    0% {
        background-position: -0% -150%;
    }

    100% {
        background-position: 0% 150%;
    }
}


/*property search css end*/

/* featured-properties-sec */

.featured-properties-sec {
    overflow: hidden;
    padding: 100px 0px;
    background-color: var(--white);
}

.featuredSlider .slick-list {
    overflow: visible;
}

.featuredSlider .slick-track {
    display: flex;
    align-items: center;
}

.featuredSlider .slick-slide {
    opacity: 1;
    margin: 0px 15px;
}

.featured-box {
    border: 1px solid #c7c7c7;
}

.featured-box-img {
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-box-text {
    padding: 30px;
}

.featured-box-text h4 {
    overflow: hidden;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.featured-box-text p {
    margin-bottom: 15px;
}

.featured-box-text ul {
    display: flex;
    margin-top: 15px;
    align-items: center;
    justify-content: space-between;
}

.featured-box-text ul li {
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.featured-box-text ul li i {
    color: var(--themeColor);
}

.featured-box-text ul li h6 {
    font-size: 12px;
}

.featured-box-footer {
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #c7c7c7;
}

.featured-box-footer-left {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #c7c7c7;
}

.featured-box-footer-left a {
    font-weight: 14px;
    color: var(--black);
    text-transform: uppercase;
    text-decoration: underline;
}

.featured-box-footer-right {
    gap: 5px;
    width: 50%;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    color: var(--themeColor);
}

/* featured-properties-sec */

/* video-sec */


.video-sec {
    overflow: hidden;
    padding: 100px 0px;
    position: relative;
    background-image: url(../images/video-sec-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.video-sec .row {
    z-index: 1;
    position: relative;
}

.video-sec .section-heading h2 {
    color: var(--white);
}

.video-sec .section-heading p {
    opacity: 0.8;
    color: var(--white);
}

.video-box {
    width: 100%;
    height: 480px;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
}

.video-box .play-btn {
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
}

.video-box .play-btn::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    width: 115px;
    margin: auto;
    height: 115px;
    position: absolute;
    animation: rotate360 8s linear infinite;
    background-image: url(../images/play-btn-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.video-box .play-btn i {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 65px;
    margin: auto;
    height: 65px;
    display: flex;
    font-size: 22px;
    border-radius: 50%;
    color: var(--white);
    position: absolute;
    align-items: center;
    justify-content: center;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.video-box .play-btn img {
    width: 105%;
    height: 100%;
    max-width: 105%;
    object-fit: cover;
}

.video-box .vid {
    width: 100%;
    height: 100%;
}

.video-box .vid video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videoSlider .slick-prev,
.videoSlider .slick-next {
    z-index: 3;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    clip-path: polygon(15% 15%, 0 35%, 0 65%, 15% 85%, 35% 100%, 65% 100%, 85% 85%, 100% 65%, 100% 35%, 85% 15%, 65% 0, 35% 0);
}

.videoSlider .slick-prev::before,
.videoSlider .slick-next::before {
    content: '';
    width: 20px;
    height: 15px;
    filter: brightness(0) saturate(100%) invert(0%) sepia(8%) saturate(7496%) hue-rotate(223deg) brightness(84%) contrast(95%);
    background-image: url(../images/btn-arrwo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.videoSlider .slick-prev {
    left: -30%;
    transform: rotate(180deg);
}

.videoSlider .slick-next {
    right: -30%;
}

.videoSlider {
    z-index: 9;
}

.videoSlider .slick-list {
    overflow: visible;
}

.videoSlider .slick-slide {
    opacity: 1;
    margin: 0px;
}

.videoSlider .slick-slide .video-box .play-btn::before {
    opacity: 0;
}

.videoSlider .slick-slide .video-box .play-btn i {
    opacity: 0;
    transition: ease-in;
    transition-duration: 0.5s;
}

.videoSlider .slick-slide .video-box {
    transition: ease-in-out;
    transform: scale(0.85);
    transition-duration: 0.5s;
}

.videoSlider .slick-slide.slick-current.slick-active .video-box {
    transition: ease-in;
    transform: scale(1);
    transition-duration: 0.5s;
}

.videoSlider .slick-slide.slick-current.slick-active .video-box .play-btn::before {
    opacity: 1;
    transition: ease-in;
    transition-duration: 0.5s;
}

.videoSlider .slick-slide.slick-current.slick-active .video-box .play-btn i {
    opacity: 1;
    transition: ease-in;
    transition-duration: 0.5s;
}

.text-slide-wrap {
    display: flex;
    min-height: 550px;
    position: relative;
    transition: ease-in;
    align-items: center;
    padding: 100px 0px 0px;
    justify-content: center;
}

.text-slide-wrap::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    content: '';
    position: absolute;
    background: radial-gradient(circle, rgb(0 0 0 / 74%) 0%, rgb(0 0 0 / 88%) 55%, rgba(0, 0, 0, 1) 100%);
}

.text-slide-wrap .add-padding::after {
    left: 0;
    width: 100%;
    content: '';
    bottom: 100%;
    height: 1000px;
    position: absolute;
    background-color: var(--black);
}

.text-slide-wrap .add-padding::before {
    top: 100%;
    left: 0;
    width: 100%;
    content: '';
    height: 1000px;
    position: absolute;
    background-color: var(--black);
}

.text-slide-box {
    z-index: 2;
    position: relative;
}

.text-slide-box h2 {
    font-size: 10vw;
    display: block;
    white-space: nowrap;
    color: var(--white);
}




/* video-sec */

/* about-sec */


.about-sec {
    padding: 100px 0px;
}

.about-img {
    width: 94%;
    height: 500px;
    min-height: 100%;
    padding: 0px 20px;
    position: relative;
}

.about-img::before {
    top: 0;
    z-index: -1;
    content: '';
    left: 0px;
    width: 90%;
    height: 80%;
    position: absolute;
    background-color: var(--themeColor);
    animation: topToBottom 8s linear infinite;
}

.about-img::after {
    right: 0%;
    bottom: 0;
    width: 90%;
    z-index: -1;
    content: '';
    height: 80%;
    position: absolute;
    background-color: #e3e3e3;
    animation: bottomToTop 8s linear infinite;
}

@keyframes topToBottom {
    0% {
        top: 0;
    }

    50% {
        top: 20%;
    }

    100% {
        top: 0;
    }
}

@keyframes bottomToTop {
    0% {
        bottom: 0;
    }

    50% {
        bottom: 20%;
    }

    100% {
        bottom: 0;
    }
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-text {
    padding: 40px 0px;
}

.about-text ul {
    display: flex;
    margin-top: 50px;
    padding: 30px 0px;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #c7c7c7;
    border-bottom: 2px solid #c7c7c7;
}

.about-text ul li {
    width: 33.33%;
}

.about-text ul li h4 {
    line-height: 1;
    font-size: 70px;
    color: var(--themeColor);
}

.about-text ul li h6 {
    color: #737373;
    font-family: 'Nicholas';
}

.about-text p {
    margin-bottom: 25px;
}

.about-text h3 {
    margin-bottom: 10px;
}



/* about-sec */


/* why-choose-sec */

.why-choose-sec {
    overflow: hidden;
    padding: 100px 0px;
    position: relative;
}

.why-choose-sec::before {
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    background-color: var(--black);
}

.why-choose-sec::after {
    left: 0;
    z-index: 1;
    content: '';
    width: 100%;
    bottom: -2px;
    height: 250px;
    position: absolute;
    background-color: var(--white);
}

.why-choose-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
}

.why-choose-sec .row {
    z-index: 4;
    position: relative;
}

.why-choose-text {
    padding: 75px 60px;
    background-color: var(--white);
    box-shadow: 2.052px 5.638px 24px 0px rgba(72, 72, 72, 0.14);
}

.why-choose-text h2 {
    font-size: 70px;
    margin-bottom: 45px;
    padding-bottom: 5px;
    border-bottom: 1px solid #b2b2b2;
}

.why-choose-text p {
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #b2b2b2;
}

.why-choose-text ul {
    padding: 0;
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
}

.why-choose-text ul li {
    width: 25%;
    text-align: center;
}

.why-choose-text ul li:nth-child(2),
.why-choose-text ul li:last-child {
    margin-top: 25px;
}

.circularProgressMAF {
    width: 100%;
    height: auto;
}

.why-choose-video {
    width: 100%;
    height: 500px;
    overflow: hidden;
    min-height: 100%;
    position: relative;
    border-radius: 0px;
}

.why-choose-video .play-btn {
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
}

.why-choose-video .play-btn::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    width: 90px;
    margin: auto;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    background-color: var(--themeColor);
    animation: rotate360 8s linear infinite;
}

.why-choose-video .play-btn i {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 65px;
    margin: auto;
    height: 65px;
    display: flex;
    font-size: 22px;
    border-radius: 50%;
    color: var(--white);
    position: absolute;
    align-items: center;
    justify-content: center;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.why-choose-video .play-btn img {
    width: 105%;
    height: 100%;
    max-width: 105%;
    object-fit: cover;
}

.why-choose-video .vid {
    width: 100%;
    height: 100%;
}

.why-choose-video .vid video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}





/* why-choose-sec */

/* search-sec */

.search-sec {
    z-index: 9;
    margin-top: -10px;
    padding-top: 15px;
    position: relative;
    background-color: var(--white);
}


.cities-box-main {
    display: flex;
    gap: 10px;
}

.cities-box {
    flex: 0.8;
    height: 600px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    background: var(--white);
    transition: all 0.4s ease;
}

.cities-box>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cities-box-main:hover .cities-box {
    flex: 0.8;
}

.cities-box-main .cities-box:hover,
.cities-box-main .cities-box.active {
    flex: 2;
}

.cities-box-main .cities-box:hover .cities-text,
.cities-box-main .cities-box.active .cities-text {
    left: 0;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.cities-text {
    top: 0%;
    gap: 10px;
    left: -200%;
    width: 100%;
    height: 100%;
    padding: 25px;
    display: flex;
    position: absolute;
    transition: ease-in;
    align-items: flex-end;
    transition-duration: 0.5s;
    justify-content: space-between;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.73) 0%, rgba(0, 0, 0, 0.29) 50%, rgba(0, 0, 0, 0) 100%);
}

.cities-text .theme-btn-1 {
    flex-shrink: 0;
}

.cities-text h4 {
    font-size: 30px;
    color: var(--white);
}

.cities-text p {
    opacity: 0.5;
    color: var(--white);
}





/* search-sec */


/* agent-sec */

.agent-sec {
    overflow: hidden;
    padding: 100px 0px;
    position: relative;
    background-image: url(../images/agent-bg.png);
    background-position: center bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.agent-sec .section-heading h2 {
    color: var(--white);
}

.agent-sec .section-heading p {
    color: var(--white);
}

.agent-sec .section-heading {
    margin-bottom: 60px;
}

.agent-sec::before {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.8;
    position: absolute;
    background-color: var(--black);
}

.agent-sec::after {
    left: 0;
    bottom: 0px;
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    background-color: var(--white);
}

.agent-sec .row {
    z-index: 2;
    position: relative;
}

.agent-box-img {
    width: 100%;
    height: auto;
    max-width: 240px;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    margin-bottom: 40px;
    border: 5px solid var(--themeColor);
}

.agent-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid var(--white);
}

.agent-box {
    display: flex;
    max-width: 300px;
    margin: 0px auto;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.agent-box-text h4 {
    font-family: 'Montserrat';
    text-transform: capitalize;
}

.agent-box-text h5 {
    font-size: 14px;
    margin: 10px 0px;
    color: var(--themeColor);
    font-family: 'Montserrat';
}

.agentSlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.agentSlider .slick-next,
.agentSlider .slick-prev {
    top: 28%;
    z-index: 3;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    transition: ease-in;
    justify-content: center;
    transition-duration: 0.5s;
    background-color: #9b9b9b;
    clip-path: polygon(15% 15%, 0 35%, 0 65%, 15% 85%, 35% 100%, 65% 100%, 85% 85%, 100% 65%, 100% 35%, 85% 15%, 65% 0, 35% 0);
}

.agentSlider .slick-prev {
    top: 20%;
    transform: rotate(180deg);
}

.agentSlider .slick-next::before,
.agentSlider .slick-prev::before {
    z-index: 4;
    width: 20px;
    content: '';
    height: 15px;
    transition: ease-in;
    transition-duration: 0.5s;
    filter: brightness(0) saturate(100%) invert(53%) sepia(8%) saturate(24%) hue-rotate(338deg) brightness(93%) contrast(97%);
    background-image: url(../images/btn-arrwo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.agentSlider .slick-next::after,
.agentSlider .slick-prev::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 95%;
    height: 95%;
    content: '';
    margin: auto;
    position: absolute;
    background-color: var(--white);
    clip-path: polygon(15% 15%, 0 35%, 0 65%, 15% 85%, 35% 100%, 65% 100%, 85% 85%, 100% 65%, 100% 35%, 85% 15%, 65% 0, 35% 0);
}

.agentSlider .slick-next:hover,
.agentSlider .slick-prev:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.agentSlider .slick-next:hover::before,
.agentSlider .slick-prev:hover::before {
    transition: ease-in-out;
    transition-duration: 0.5s;
    filter: brightness(0) saturate(100%) invert(90%) sepia(90%) saturate(566%) hue-rotate(309deg) brightness(80%) contrast(82%);
}

/* agent-sec */

/* people-sec */

.people-sec {
    z-index: 10;
    padding: 0px 0px;
    margin-top: -4px;
    position: relative;
    background-color: var(--white);
}

.people-box i {
    color: #f39f1e;
    margin-bottom: 20px;
}

.people-box p {
    margin-bottom: 10px;
}

.test-slider .slick-prev:before {
    left: 0;
    bottom: 0;
    content: '';
    width: 45px;
    height: 65px;
    position: absolute;
    background-image: url(../images/testi-prev.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.test-slider .slick-next:before {
    left: 0;
    bottom: 0;
    content: '';
    width: 45px;
    height: 65px;
    position: absolute;
    background-image: url(../images/testi-next.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.test-slider .slick-prev,
.test-slider .slick-next {
    top: unset;
    left: 200px;
    right: unset;
    font-size: 0;
    bottom: -105px;
    line-height: 0;
    position: absolute;
    background: transparent;
}

.nav-text {
    opacity: 0;
}

.test-slider .slick-prev {
    left: 15px;
}

.pagingInfo {
    margin: 80px 0 0 80px;
    display: flex;
    align-items: center;
    gap: 25px;
    color: #ffffff;
    position: relative;
}

.slider-counter {
    font-size: 30px;
    color: #838383;
    margin-top: -80px;
    font-family: 'Playfair';
}

span.current-slide.big-txt {
    font-size: 50px;
    color: var(--themeColor);
}

.peolpe-slider-col {
    padding: 40px 0px;
}

.people-img {
    width: 95%;
    height: 450px;
    min-height: 100%;
    border-radius: 0px;
}

.people-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.peolpe-slider-col h2 {
    margin-bottom: 25px;
}

.peolpe-box-person {
    gap: 20px;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    justify-content: flex-start;
}

.peolpe-box-person>img {
    width: 97px;
    height: 97px;
    border-width: 4px;
    border-radius: 50%;
    border-style: solid;
    border-color: var(--white);
    background-color: rgb(43, 43, 43);
    box-shadow: 0px 8px 12px 0px rgba(163, 128, 91, 0.29);
}



/* people-sec */

/* contact-sec */

.contact-sec {
    position: relative;
    padding: 100px 0px;
    background-image: url(../images/contact-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contact-sec::before {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgb(0 0 0 / 96%) 20%, rgba(0, 0, 0, 0.81) 60%, rgb(0 0 0 / 73%) 100%);
}

.contact-box {
    z-index: 2;
    padding: 80px 6%;
    position: relative;
    background-color: var(--white);
}

.contact-box input {
    width: 100%;
    height: 70px;
    font-weight: 500;
    padding: 20px 35px;
    color: var(--black);
    margin-bottom: 25px;
    border: 1px solid #d3d3d3;
    background-color: #f6f6f6;
}

.contact-box textarea {
    width: 100%;
    height: 200px;
    font-weight: 500;
    padding: 20px 35px;
    margin-bottom: 25px;
    color: var(--black);
    border: 1px solid #d3d3d3;
    background-color: #f6f6f6;
}

.contact-box input::placeholder,
.contact-box textarea::placeholder {
    color: #494949;
    text-transform: uppercase;
}

.contact-box button {
    margin: 0px auto;
}


/* contact-sec */


/* blog-sec */

.blog-sec {
    z-index: 9;
    margin-top: -10px;
    position: relative;
    padding: 100px 0px;
    background-color: var(--white);
}

.blog-content {
    padding: 40px 0px;
}

.blog-content h2 {
    margin-bottom: 10px;
}

.blog-content ul {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.blog-text-content {
    position: relative;
    padding: 25px 30px 50px;
    border-left: 1px solid #b2b2b2;
}

.blog-text-content p {
    color: #8a8a8a;
    margin-bottom: 15px;
}

.blog-text-content::before {
    left: 0;
    bottom: 0;
    height: 1px;
    content: '';
    width: 300px;
    max-width: 100%;
    position: absolute;
    background-color: #b2b2b2;
}

.blog-sldier-btn {
    top: 75px;
    gap: 10px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.blog-sldier-btn button {
    width: 50px;
    height: 50px;
    border: none;
    display: flex;
    position: relative;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    background-color: #7f7f7f;
    clip-path: polygon(15% 15%, 0 35%, 0 65%, 15% 85%, 35% 100%, 65% 100%, 85% 85%, 100% 65%, 100% 35%, 85% 15%, 65% 0, 35% 0);
}

.blog-sldier-btn button:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.blog-sldier-btn button:hover img {
    transition: ease-in;
    transition-duration: 0.5s;
    filter: brightness(0) saturate(100%) invert(61%) sepia(54%) saturate(270%) hue-rotate(356deg) brightness(94%) contrast(92%);
}

.blog-sldier-btn button::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 95%;
    content: '';
    height: 95%;
    margin: auto;
    position: absolute;
    background-color: var(--white);
    clip-path: polygon(15% 15%, 0 35%, 0 65%, 15% 85%, 35% 100%, 65% 100%, 85% 85%, 100% 65%, 100% 35%, 85% 15%, 65% 0, 35% 0);
}

.blog-sldier-btn button img {
    z-index: 1;
    width: 20px;
    height: 15px;
    position: relative;
    object-fit: contain;
    transition-duration: 0.5s;
    filter: brightness(0) saturate(100%) invert(51%) sepia(29%) saturate(14%) hue-rotate(53deg) brightness(93%) contrast(80%);
}

.blog-sldier-btn button.blog-prev {
    transform: rotate(180deg);
}

.blogSlider {
    width: 100vw;
    max-width: 1260px;
}

.blogSlider .slick-slide {
    opacity: 1;
}

.blog-img {
    width: 100%;
    height: 300px;
    display: block;
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.blog-box:hover .blog-img img {
    transition: ease-in;
    transform: scale(1.1);
    transition-duration: 0.5s;
}

.blog-text {
    overflow: hidden;
    position: relative;
    padding: 40px 30px;
    border: 1px solid #c7c7c7;
}

.blog-text::before {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 0px;
    content: '';
    position: absolute;
    background-color: var(--themeColor);
}

.blog-text:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    border-color: var(--themeColor);
}

.blog-text:hover::before {
    height: 100%;
    transition-duration: 0.5s;
}

.blog-text:hover * {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
}

.blog-text:hover ul li h6 {
    color: var(--white);
}

.blog-text:hover ul li::before {
    background-color: var(--white);
}

.blog-text h4 {
    text-transform: capitalize;
}

.blog-text ul {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: center;
    justify-content: flex-start;
}

.blog-text ul li {
    position: relative;
    padding-left: 20px;
}

.blog-text ul li::before {
    left: 0;
    top: 4px;
    width: 8px;
    height: 8px;
    content: '';
    position: absolute;
    background-color: var(--themeColor);
}

.blog-text ul li h6 {
    color: #838383;
}

.blog-footer-text {
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: center;
    padding: 15px 50px 15px 30px;
    justify-content: space-between;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}

.blog-footer-text::before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0px;
    content: '';
    position: absolute;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.blog-footer-text:hover::before {
    height: 101%;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.blog-footer-text i,
.blog-footer-text p {
    z-index: 2;
    position: relative;
    transition: ease-in;
    color: var(--themeColor);
    transition-duration: 0.5s;
}

.blog-footer-text:hover i,
.blog-footer-text:hover p {
    color: var(--black);
    transition: ease-in-out;
    transition-duration: 0.5s;
}




/* blog-sec */


/* Footer Starts */

footer {
    z-index: 1;
    margin-top: -2px;
    position: relative;
    background: var(--black);
    padding: 50px 0px 0px 0px;
}

.footer-txt img {
    /* background-color: #fff; */
    /* padding: 30px; */
}


.footer-top-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-top-txt h3 {
    font-size: 65px;
    line-height: 52px;
    font-weight: 600;
    margin: 0;
}

.footer-search-btn {
    display: flex;
    width: 53%;
}

.footer-search-btn input {
    width: 59%;
    background-color: #cffdfd;
    padding: 15px;
    border-top: 2px solid white;
    border-right: none;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    outline: none;
}

.footer-search-btn input::placeholder {
    font-size: 21px;
    line-height: 18px;
    font-family: 'Poppins';
    color: #7c7c7c;
}

.footer-top {
    padding: 50px 50px;
    background-color: #d8282f;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    top: -90px;
    right: 0;
    left: 0;
}

.footer-top-txt h3 {
    font-size: 65px;
    line-height: 52px;
    font-weight: 600;
    color: white;
    letter-spacing: 5px;
}

.footer-top-btn a {
    font-size: 22px;
    line-height: 29px;
    font-family: 'Poppins';
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}

.footer-top-btn button {
    padding: 5px 11px;
    border: 2px solid white;
    background-color: transparent;
}

.footer-txt img {
    margin: 40px 0 10px 0;
    width: 65%;
}

.footer-txt h5 {
    font-size: 25px;
    line-height: 30px;
    padding-left: 15px;
    color: var(--white);
    margin: 40px 0 30px 0;
    font-family: 'Montserrat';
    text-transform: capitalize;
    border-left: 3px solid var(--themeColor);
}

.footer-txt p {
    line-height: 28px;
    color: white;
    font-size: 17px;
    margin-top: 26px;
    width: 80%;
}

.footer-links li {
    margin: 0 0 6px 0;
    display: flex;
    align-items: center;
}

.footer-links-contact li {
    margin: 0 0 25px 0;
}

.footer-links a {
    font-size: 14px;
    line-height: 30px;
    color: var(--white);
    display: inline-block;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-links-contact a {
    color: var(--white);
    line-height: 25px;
}

.footer-links-contact a span {
    display: block;
}

.footer-links li i {
    font-size: 20px;
    margin: 0 10px 0 0;
    color: var(--themeColor);
}

.header-socials-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 0;
    width: 0;
}

.footer-rights p {
    font-size: 14px;
    padding: 30px 0;
    line-height: 14px;
    color: var(--white);
    text-align: center;
    margin: 40px 0 0 0;
    border-top: 1px solid var(--white);
}

.header-socials-links ul {
    gap: 5px;
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: flex-start;
}

.header-socials-links ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    color: var(--black);
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    background-color: var(--white);
}

.header-socials-links ul li a:hover {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

/* footer */



/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .custom-d-none {
        display: none;
    }


}

@media only screen and (min-width: 0px) and (max-width: 575px) {

    .custom-d-none {
        display: none;
    }


}


/*Media Query End*/