@import "https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700;800&display=swap";

@font-face {
    font-family: spartan;
    src: url(../fonts/spartan-300.ttf) format("truetype");
    font-weight: 300
}

@font-face {
    font-family: spartan;
    src: url(../fonts/spartan-400.ttf) format("truetype");
    font-weight: 400
}

@font-face {
    font-family: spartan;
    src: url(../fonts/spartan-500.ttf) format("truetype");
    font-weight: 500
}

@font-face {
    font-family: spartan;
    src: url(../fonts/spartan-600.ttf) format("truetype");
    font-weight: 600
}

@font-face {
    font-family: spartan;
    src: url(../fonts/spartan-700.ttf) format("truetype");
    font-weight: 700
}

@font-face {
    font-family: spartan;
    src: url(../fonts/spartan-800.ttf) format("truetype");
    font-weight: 800
}

:root {
    --primary-color1: #FBB42F;
    --text-color1: #070812;
    --text-color2: #383838;
    --text-color3: #070812;
    --text-color5: #FA5F3C;
    --text-color3-light: #383838;
    --text-color4: #EEEEEE;
    --text-color4-light: #070707;
    --text-border-color-light: rgba(7, 8, 18, 0.3);
    --hover-color: #FA6350;
    --white: #fff;
    --white2: #fff;
    --text-light-dark-color1: #070812;
    --dark-white: #fff;
    --font-josefin: "Josefin Sans", sans-serif;
    --font-spartan: "Josefin Sans", sans-serif;
    --font-cormorant: "Josefin Sans", sans-serif;
    --font-mulish: "Josefin Sans", sans-serif;
    --font-jost: "Josefin Sans", sans-serif
}

body.dark {
    --text-light-dark-color1: #FFFFFF;
    --text-color3-light: #CACACA;
    --text-color3: #fff;
    --dark-white: #070812;
    --text-color4-light: #EEEEEE;
    --text-border-color-light: rgba(255, 255, 255, 0.3);
    --text-color1: #070812;
    --white2: #000;
    background-color: #000
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-josefin);
    font-weight: 700
}

body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
    font-family: var(--font-josefin)
}

a {
    color: unset;
    text-decoration: none
}

a:focus {
    outline: 0 solid
}

a:hover {
    text-decoration: none;
    color: unset
}

p {
    margin-bottom: 0;
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 18px;
    line-height: 35px
}

@media(max-width:991px) {
    p {
        font-size: 17px
    }
}

input:focus,
textarea:focus,
button:focus {
    outline: none;
    border: 1px solid rgba(250, 99, 80, .5);
    transition: all .45s ease
}

input {
    width: 100%;
    background-color: transparent;
    height: 52px;
    border: 1px solid rgba(167, 167, 167, .431372549)
}

@media(max-width:767px) {
    input {
        height: 45px
    }
}

textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(167, 167, 167, .431372549);
    min-height: 150px
}

ul {
    list-style: none
}

i.bx {
    vertical-align: middle
}

.pt-120 {
    padding-top: 120px
}

@media(min-width:992px) and (max-width:1199px) {
    .pt-120 {
        padding-top: 90px
    }
}

@media(max-width:991px) {
    .pt-120 {
        padding-top: 80px
    }
}

.mr-40 {
    margin-right: 40px
}

.ml-40 {
    margin-left: 40px
}

.mb-120 {
    margin-bottom: 120px
}

@media(min-width:992px) and (max-width:1199px) {
    .mb-120 {
        margin-bottom: 90px
    }
}

@media(max-width:991px) {
    .mb-120 {
        margin-bottom: 80px
    }
}

.mb-100 {
    margin-bottom: 100px
}

@media(min-width:992px) and (max-width:1199px) {
    .mb-100 {
        margin-bottom: 70px
    }
}

@media(max-width:991px) {
    .mb-100 {
        margin-bottom: 60px
    }
}

.pb-120 {
    padding-bottom: 120px
}

@media(min-width:992px) and (max-width:1199px) {
    .pb-120 {
        padding-bottom: 90px
    }
}

@media(max-width:991px) {
    .pb-120 {
        padding-bottom: 80px
    }
}

.ml--230 {
    margin-left: -230px
}

@media(max-width:1399px) {
    .ml--230 {
        margin-left: unset
    }
}

.pt-100 {
    padding-top: 100px
}

.mt-100 {
    margin-top: 100px
}

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

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

.pt-60 {
    padding-top: 60px
}

@media(max-width:576px) {
    .pt-60 {
        padding-top: 40px
    }
}

.pt-35 {
    padding-top: 35px
}

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

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

.pb-70 {
    padding-bottom: 70px
}

.pb-60 {
    padding-bottom: 60px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-90 {
    margin-bottom: 90px
}

@media(max-width:991px) {
    .mb-90 {
        margin-bottom: 70px
    }
}

.mb-70 {
    margin-bottom: 70px
}

@media(max-width:767px) {
    .mb-70 {
        margin-bottom: 40px
    }
}

.mb-75 {
    margin-bottom: 75px
}

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

.mb-60 {
    margin-bottom: 60px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-40 {
    margin-bottom: 40px !important
}

.pt-45 {
    padding-top: 45px
}

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

.pt-70 {
    padding-top: 70px
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pt-25 {
    padding-top: 25px !important
}

.swiper-fix {
    margin: -12px;
    padding: 12px
}

.eg-btn1 {
    font-family: var(--font-josefin);
    font-weight: 500;
    font-size: 16px;
    color: var(--white);
    transition: all .4s;
    padding: 18px 32px;
    border: 1px solid;
    border-color: var(--white)
}

.btn--primary {
    border: none;
    display: inline-block;
    position: relative
}

.btn--primary::before,
.btn--primary::after {
    content: " ";
    transition: .5s;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 25%;
    border: 1px solid #fbb42f;
    border-right: none;
    z-index: 1
}

.btn--primary::after {
    left: auto;
    right: 0;
    border-right: 1px solid #fbb42f;
    border-left: none
}

.btn--primary:hover {
    color: #eee
}

.btn--primary:hover::before,
.btn--primary:hover::after {
    border-color: #fbb42f;
    width: 55%
}

.btn--primary1 {
    border: none;
    display: inline-block;
    position: relative
}

.btn--primary1::before,
.btn--primary1::after {
    content: " ";
    transition: .5s;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 25%;
    border: 1px solid #fff;
    border-right: none;
    z-index: 1;
    opacity: 0
}

.btn--primary1::after {
    left: auto;
    right: 0;
    border-right: 1px solid #fff;
    border-left: none
}

.btn--primary1:hover {
    color: #fff !important
}

.btn--primary1:hover::before,
.btn--primary1:hover::after {
    border-color: #fff;
    width: 55%;
    opacity: 1
}

.primary-btn2 {
    font-family: var(--font-josefin);
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--text-light-dark-color1);
    display: inline-block;
    align-items: baseline;
    justify-content: center;
    transition: .35s;
    position: relative;
    border-bottom: 2px dashed;
    border-color: var(--text-light-dark-color1)
}

.primary-btn2 svg {
    fill: var(--text-light-dark-color1);
    margin-right: 8px;
    transition: .35s
}

.primary-btn2.light-mode {
    color: var(--text-color1);
    border-color: var(--text-color1)
}

.primary-btn2.light-mode svg {
    fill: var(--text-color1)
}

.primary-btn2:hover {
    color: var(--hover-color);
    border-color: var(--hover-color)
}

.primary-btn2:hover svg {
    fill: var(--hover-color);
    transform: rotate(45deg)
}

.primary-btn3 {
    font-family: var(--font-josefin);
    font-weight: 600;
    font-size: 18px;
    color: var(--white);
    background-color: transparent;
    border: 1px solid #fa6350;
    padding: 12px 30px 10px;
    display: inline-block
}

.primary-btn6 {
    font-family: var(--font-josefin);
    font-weight: 600;
    font-size: 18px;
    color: var(--white);
    background-color: transparent;
    border: 1px solid #fbb42f;
    padding: 12px 30px 10px;
    display: inline-block
}

.primary-btn6.style-two {
    border: 1px solid #f85a4d
}

.button-hover-one {
    position: relative;
    z-index: 1;
    transition: all .6s ease
}

.button-hover-one:hover {
    color: #fff !important
}

.button-hover-one:hover::before {
    width: 100%
}

.button-hover-one::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 100%;
    background-color: var(--primary-color1);
    z-index: -1;
    transition: all .6s ease;
    color: #fff
}

.button-hover-two {
    position: relative;
    z-index: 1;
    transition: all .6s ease
}

.button-hover-two:hover {
    color: #fff !important
}

.button-hover-two:hover::before {
    width: 100%
}

.button-hover-two::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 100%;
    background-color: var(--hover-color);
    z-index: -1;
    transition: all .6s ease;
    color: #fff
}

::-moz-selection {
    background-color: #f85a4d;
    color: #fff
}

::selection {
    background-color: #f85a4d;
    color: #fff
}

.section-title {
    margin-bottom: 60px
}

.section-title h5 {
    font-family: var(--font-josefin);
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--text-light-dark-color1);
    display: inline-block;
    position: relative
}

.section-title h5::after {
    content: "";
    position: absolute;
    right: -157px;
    top: 50%;
    transform: translateY(-50%);
    width: 137px;
    height: 2px;
    background: linear-gradient(90deg, #FBB42F -2.19%, rgba(251, 180, 47, 0) 102.19%);
    border-radius: 30px
}

@media(max-width:576px) {
    .section-title h5::after {
        right: unset;
        top: unset;
        left: 0;
        bottom: -10px;
        width: 100%
    }
}

@media (min-width:577px) and (max-width:980px) {
    .section-title {
        width: 70% !important;
    }

    .section-title h5::after {
        width: 70% !important;
    }
}

.section-title2.style-two h5::after {
    background: linear-gradient(90deg, #F85A4D -2.19%, rgba(251, 88, 47, 0) 102.19%)
}

.section-title3 {
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
    padding-top: 90px;
    position: relative
}

.section-title3::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 60px;
    background: var(--text-color3);
    border-radius: 30px
}

.section-title3 span {
    font-family: var(--font-josefin);
    font-weight: 600;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--primary-color1);
    display: inline-block;
    margin-bottom: 10px
}

.section-title3 h2 {
    font-family: var(--font-josefin);
    font-weight: 500;
    font-size: 42px;
    line-height: 1.4;
    color: var(--text-light-dark-color1);
    margin-bottom: 0
}

@media(max-width:767px) {
    .section-title3 h2 {
        font-size: 32px
    }
}

.primary-btn4 {
    font-family: var(--font-josefin);
    font-weight: 600;
    font-size: 18px;
    color: var(--text-light-dark-color1);
    border: 1px solid #fa6350;
    padding: 12px 20px 10px;
    display: inline-block
}

.preloader {
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color: #070707;
    z-index: 999999999
}

.preloader::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    content: url(../images/preloader-logo.png);
    opacity: 0.95;
}

@media (max-width:991px) {
    .preloader::before {
        transform: translate(-50%, -50%) scale(0.65);
    }
}

.preloader.active {
    transform: translateY(-120vh);
    transition: ease-in-out 1.5s;
    transition-delay: 1s
}

.preloader .counter {
    position: relative;
    color: #fff;
    font-size: 6rem;
    font-weight: 600;
    z-index: 1
}

.preloader .counter::after {
    content: "%";
    font-size: 80px
}

.preloader .hide {
    opacity: 0;
    transition: 1s;
    pointer-events: none
}

#magic-cursor {
    position: absolute;
    display: none;
    width: 10px;
    height: 10px;
    pointer-events: none;
    z-index: 99999;
    opacity: 0
}

body.tt-magic-cursor #magic-cursor {
    display: block
}

#ball {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--hover-color);
    pointer-events: none;
    border-style: solid;
    border-radius: 50%;
    border-color: rgba(255, 255, 255, .5)
}

#ball.ball-view {
    background-color: var(--text-light-dark-color1);
    font-size: 15px;
    font-weight: 500;
    color: var(--dark-white);
    line-height: 1.2;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .5)
}

#ball .ball-view-inner {
    padding: 0 5px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0)
}

#ball .ball-view-inner i {
    font-size: 19px
}

#ball .ball-drag {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0 5px;
    font-size: 15px;
    font-weight: 600;
    color: var(--hover-color);
    line-height: 1.2;
    text-align: center;
    transition: all .3s
}

#ball .ball-drag::before,
#ball .ball-drag::after {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    font-size: 16px;
    color: var(--hover-color);
    height: 10px;
    line-height: 10px;
    font-family: "font awesome 5 free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

#ball .ball-drag::before {
    content: "\f060";
    left: 0;
    transform: translate3d(-30px, 0, 0);
    transition: all .25s
}

#ball .ball-drag::after {
    content: "\f061";
    right: 0;
    transform: translate3d(30px, 0, 0);
    transition: all .25s
}

#ball.ball-close-enabled {
    opacity: 1 !important
}

#ball .ball-close {
    position: absolute;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 600;
    color: var(--hover-color);
    line-height: 1;
    text-align: center
}

.magnetic-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

#ball.magnetic-active {
    border-color: rgba(255, 255, 255, .5) !important
}

.tt-style-switch {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 30%;
    right: 0px;
    width: 40px;
    height: 35px;
    background-color: #444;
    font-size: 16px;
    color: #fff !important;
    cursor: pointer;
    z-index: 999;
    border-radius: 50px 0 0 50px;
    transition: all .2s
}

.tt-style-switch .bi {
    color: #fff;
    z-index: 9999
}

@media(max-width:540px) {
    .tt-style-switch {
        top: auto;
        bottom: 100px
    }
}

body:not(.is-mobile) .tt-style-switch:hover {
    width: 45px;
    background-color: red;
    color: #fff
}

.tt-stsw-dark,
.tt-stsw-light {
    line-height: 0
}

.tt-style-switch:not(.is-dark) .tt-stsw-dark {
    display: none
}

.tt-style-switch.is-dark .tt-stsw-light {
    display: none
}

@media(min-width:769px) {
    body.tt-sliding-sidebar-right-on .tt-style-switch {
        right: auto;
        left: 0;
        border-radius: 0 50px 50px 0
    }
}

.tt-lang-switch {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: calc(30% + 45px);
    right: 0;
    gap: 5px;
    z-index: 999;
}

.tt-lang-switch .lang-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 35px;
    background-color: #444;
    border-radius: 50px 0 0 50px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: all .2s;
    cursor: pointer;
}

@media (max-width:540px) {
    .tt-lang-switch {
        position: fixed;
        display: flex;
        flex-direction: column;
        align-items: center;
        top: calc(65% + 45px);
        right: 20px;
        gap: 5px;
        z-index: 999;
    }

    .tt-style-switch {
        right: 15px;
    }
}

.tt-lang-switch .lang-btn:hover {
    background-color: red;
    color: #fff;
}

.tt-lang-switch .lang-btn::after {
    content: attr(data-tooltip);
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    background: #000;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s, transform .2s;
    margin-right: 8px;
}

.tt-lang-switch .lang-btn:hover::after {
    opacity: 1;
    transform: translateY(-50%) translateX(-3px);
}

.circle-container {
    background: 0 0;
    position: fixed;
    right: 30px;
    bottom: 55px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .07);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear
}

.circle-container.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.circle-container.agency::after {
    color: var(--primary-color1)
}

.circle-container.agency:hover::after {
    color: var(--primary-color1)
}

.circle-container.agency svg.circle-progress path {
    stroke: var(--primary-color1)
}

.circle-container::after {
    position: absolute;
    font-family: bootstrap-icons;
    content: "\f145";
    text-align: center;
    line-height: 46px;
    font-size: 28px;
    color: var(--hover-color);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear
}

.circle-container:hover::after {
    position: absolute;
    font-family: bootstrap-icons;
    content: "\f145";
    color: var(--hover-color);
    transition: all 200ms linear
}

.circle-container svg path {
    fill: none
}

.circle-container svg.circle-progress path {
    stroke: var(--hover-color);
    stroke-width: 5;
    box-sizing: border-box;
    transition: all 200ms linear
}

#smooth-wrapper>#smooth-content>.floating-whatsapp {
    background: 0 0;
    position: fixed;
    left: 30px;
    bottom: 55px;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
    border-radius: 50%;
    background-color: #40C351;
    border: 2px solid #40C351;
    box-shadow: 0 0 2px #40C351;
    animation: glow 1s infinite alternate;
}

@keyframes glow {
    0% {
        box-shadow: 0 0 5px #40C351, 0 0 5px darkred;
    }

    50% {
        box-shadow: 0 0 5px #40C351, 0 0 10px darkred;
    }

    100% {
        box-shadow: 0 0 5px #40C351, 0 0 5px darkred;
    }
}

#smooth-wrapper>#smooth-content>.floating-whatsapp.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

#smooth-wrapper>#smooth-content>.floating-whatsapp a>svg {
    width: 46px;
    position: absolute;
    right: 3px;
    bottom: -24px;
}

.whatsapp-float {
    position: fixed;
    width: 58px;
    height: 58px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    transform: scale(1.08);
    color: #fff;
}

.video-card, .video-card iframe {
    height: 250px;
}

/* Custom Video Player Styles */
.custom-video-player {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.custom-video-player.playing {
    background-image: none !important;
}

.custom-video-player.playing::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.play-button-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease;
}

.custom-video-player:hover .play-button-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.play-button {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.custom-video-player:hover .play-button {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.play-button svg {
    width: 40px;
    height: 40px;
    margin-left: 4px;
} 

.egns-preloader {
    min-width: 100%;
    min-height: 100%;
    position: fixed !important;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff
}

.egns-preloader::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: -1
}

.circle-border {
    width: 100%;
    max-width: 140px;
    height: 100%;
    max-height: 140px;
    border: 0 solid var(--primary-color1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    border-radius: 50%;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, .1)
}

.circle-border svg {
    fill: var(--primary-color1)
}

.circle-border svg path {
    stroke: var(--primary-color1)
}

.circle-border .moving-circle {
    width: 10px;
    height: 10px;
    background: var(--primary-color1);
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: auto;
    -webkit-animation: circle 2s linear infinite;
    animation: circle 2s linear infinite
}

.circle-border .moving-circle:nth-child(2) {
    width: 10px;
    height: 10px;
    background: var(--primary-color1);
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: auto;
    -webkit-animation: circle 2.25s linear infinite;
    animation: circle 2.25s linear infinite
}

.circle-border .moving-circle:nth-child(3) {
    width: 10px;
    height: 10px;
    background: var(--primary-color1);
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: auto;
    -webkit-animation: circle 2.5s linear infinite;
    animation: circle 2.5s linear infinite
}

@-webkit-keyframes circle {
    0% {
        transform: rotate(0deg) translate(-70px) rotate(0deg)
    }

    100% {
        transform: rotate(360deg) translate(-70px) rotate(-360deg)
    }
}

@keyframes circle {
    0% {
        transform: rotate(0deg) translate(-70px) rotate(0deg)
    }

    100% {
        transform: rotate(360deg) translate(-70px) rotate(-360deg)
    }
}

#outline {
    stroke-dasharray: 2.427766571px, 242.7766571045px;
    stroke-dashoffset: 0;
    -webkit-animation: anim 1.6s linear infinite;
    animation: anim 1.6s linear infinite
}

@-webkit-keyframes anim {
    12.5% {
        stroke-dasharray: 33.9887319946px, 242.7766571045px;
        stroke-dashoffset: -26.7054322815px
    }

    43.75% {
        stroke-dasharray: 84.9718299866px, 242.7766571045px;
        stroke-dashoffset: -84.9718299866px
    }

    100% {
        stroke-dasharray: 2.427766571px, 242.7766571045px;
        stroke-dashoffset: -240.3488905334px
    }
}

@keyframes anim {
    12.5% {
        stroke-dasharray: 33.9887319946px, 242.7766571045px;
        stroke-dashoffset: -26.7054322815px
    }

    43.75% {
        stroke-dasharray: 84.9718299866px, 242.7766571045px;
        stroke-dashoffset: -84.9718299866px
    }

    100% {
        stroke-dasharray: 2.427766571px, 242.7766571045px;
        stroke-dashoffset: -240.3488905334px
    }
}

.menu-side-bar {
    background-color: #070707;
    background-image: url(../images/bg/side-bar-bg.png);
    box-shadow: 0 0 10px rgba(0, 0, 0, .09);
    width: 100%;
    height: 100vh;
    position: fixed;
    cursor: pointer;
    transform: scale(0);
    transform-origin: top right;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: .65s ease;
    display: flex;
    justify-content: center
}

.menu-side-bar.slide {
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.menu-side-bar .sidebar-header {
    padding-top: 50px
}

.menu-side-bar .sidebar-header .close-btn i {
    color: var(--white);
    font-size: 35px
}

.menu-side-bar .sidebar-content {
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.menu-side-bar .newsletter-area {
    margin-bottom: 50px
}

.menu-side-bar .newsletter-area .newsletter-content {
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px
}

.menu-side-bar .newsletter-area .newsletter-content h2 {
    font-family: var(--font-cormorant);
    font-weight: 700;
    font-size: 50px;
    line-height: 40px;
    text-transform: uppercase;
    color: var(--white)
}

.menu-side-bar .newsletter-area .newsletter-content p {
    color: #a0a0a0
}

.menu-side-bar .newsletter-area form {
    max-width: 780px;
    width: 100%;
    margin: 0 auto
}

.menu-side-bar .newsletter-area form .form-inner input {
    width: 100%;
    border: 1px solid rgba(202, 202, 202, .2);
    color: #cacaca;
    padding: 10px 20px;
    font-family: var(--font-josefin)
}

.menu-side-bar .newsletter-area form .form-inner input::-moz-placeholder {
    color: #cacaca
}

.menu-side-bar .newsletter-area form .form-inner input:-ms-input-placeholder {
    color: #cacaca
}

.menu-side-bar .newsletter-area form .form-inner input::placeholder {
    color: #cacaca
}

.menu-side-bar .newsletter-area form .form-inner button {
    font-family: var(--font-josefin);
    font-size: 16px;
    color: var(--white);
    border: none;
    background-color: var(--hover-color);
    padding: 10px 30px
}

.menu-side-bar .social-area2 ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px
}

@media(max-width:576px) {
    .menu-side-bar .social-area2 ul {
        gap: 65px
    }
}

.menu-side-bar .social-area2 ul li {
    position: relative
}

.menu-side-bar .social-area2 ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 130%;
    width: 54px;
    height: 1px;
    background: rgba(255, 255, 255, .3);
    border-radius: 30px;
    transition: .35s
}

.menu-side-bar .social-area2 ul li a i {
    color: rgba(255, 255, 255, .3);
    font-size: 25px;
    transition: .35s
}

.menu-side-bar .social-area2 ul li:last-child::after {
    display: none
}

.menu-side-bar .social-area2 ul li:hover::after {
    background-color: var(--white)
}

.menu-side-bar .social-area2 ul li:hover a i {
    color: var(--white)
}

header.style-1 {
    width: 100%;
    z-index: 9999;
    padding: 10px 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0b0b0b;
    position: relative
}

@media(max-width:1199px) {
    header.style-1 {
        padding: 10px 30px
    }
}

@media(max-width:991px) {
    header.style-1 {
        padding: 5px 30px
    }
}

header.style-2 {
    width: 100%;
    z-index: 9999;
    padding: 10px 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
}

@media(max-width:1199px) {
    header.style-2 {
        padding: 10px 30px
    }
}

@media(max-width:991px) {
    header.style-2 {
        padding: 5px 30px
    }
}

header.style-1 .side-icon {
    cursor: pointer
}

header.style-1 .side-icon svg {
    fill: var(--white)
}

header.style-1 .toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px)
}

header.style-1 .toggle .line2 {
    opacity: 0
}

header.style-1 .toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px)
}

header.style-1 .header-logo {
    height: 100%;
    padding: 10px 0
}

@media(max-width:991px) {
    header.style-1 .header-logo {
        padding: 10px 0
    }
}

header.style-1 .header-logo img {
    min-width: 80px;
    max-width: 100px
}

header.style-1 .nav-right {
    gap: 100px
}

@media(max-width:1399px) {
    header.style-1 .nav-right {
        gap: 50px
    }
}

@media(max-width:1199px) {
    header.style-1 .nav-right {
        gap: 20px
    }
}

header.style-1 .nav-right .header-btn a {
    font-family: var(--font-josefin);
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
    color: var(--primary-color1);
    border: 1px solid #fbb42f;
    padding: 15px 25px 13px
}

@media(max-width:1199px) {
    header.style-1 .nav-right .header-btn {
        display: none;
        visibility: hidden
    }
}

header.style-1 .main-menu .menu-list {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding: 0
}

@media(max-width:991px) {
    header.style-1 .main-menu .menu-list {
        flex-direction: column;
        justify-content: start
    }
}

header.style-1 .main-menu .menu-list>li {
    position: relative;
    margin: 0 10px;
    display: inline-block
}

@media(max-width:1199px) {
    header.style-1 .main-menu .menu-list>li {
        margin: 0
    }
}

@media(max-width:991px) {
    header.style-1 .main-menu .menu-list>li {
        margin: 0;
        width: 100%
    }
}

header.style-1 .main-menu .menu-list>li .dropdown-icon {
    color: var(--white);
    font-size: 8px;
    transition: .4s ease-in
}

@media(max-width:991px) {
    header.style-1 .main-menu .menu-list>li .dropdown-icon {
        opacity: 1;
        visibility: visible
    }
}

header.style-1 .main-menu .menu-list>li .dropdown-icon.active {
    color: var(--primary-color1)
}

header.style-1 .main-menu .menu-list>li a {
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    color: var(--white);
    padding: 10px 20px;
    display: inline-block;
    white-space: nowrap;
    transition: .4s;
    display: flex;
    align-items: center;
    font-family: var(--font-jost);
    text-transform: uppercase
}

header.style-1 .main-menu .menu-list>li a.active {
    color: var(--primary-color1)
}

header.style-1 .main-menu .menu-list>li a:hover {
    color: var(--primary-color1)
}

@media(max-width:991px) {
    header.style-1 .main-menu .menu-list>li a {
        padding: 12px 0;
        display: block;
        position: relative;
        border-bottom: 1px solid rgba(219, 167, 101, .098)
    }
}

header.style-1 .main-menu .menu-list>li .submenu {
    padding: 10px;
    position: absolute;
    top: 53px;
    left: 0;
    background-color: var(--text-color1);
    border: 1px solid #222;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all .55s ease-in-out;
    box-shadow: 5px 3px 40px rgba(0, 72, 88, .1);
    max-width: 380px;
    min-width: 220px
}

@media(max-width:1399px) {
    header.style-1 .main-menu .menu-list>li .submenu.contact {
        left: unset;
        right: 0
    }
}

@media(max-width:991px) {
    header.style-1 .main-menu .menu-list>li .submenu {
        opacity: 1;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        border: unset;
        display: none;
        transition: unset;
        box-shadow: unset;
        transform: translateY(0px);
        visibility: unset
    }
}

header.style-1 .main-menu .menu-list>li .submenu>li a {
    display: block;
    padding: 15px;
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #bebebe
}

@media(max-width:991px) {
    header.style-1 .main-menu .menu-list>li .submenu>li a {
        border-bottom: unset;
        padding: 12px 15px
    }
}

header.style-1 .main-menu .menu-list>li .submenu>li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fa6350;
    width: 100%;
    height: .5px;
    transform: scaleX(0);
    transform-origin: left;
    transition: .4s ease-in;
    z-index: -1;
    opacity: .3
}

header.style-1 .main-menu .menu-list>li .submenu>li a:hover {
    color: var(--hover-color)
}

header.style-1 .main-menu .menu-list>li .submenu>li a:hover::before {
    transform: scale(1)
}

header.style-1 .main-menu .menu-list>li .submenu>li a:last-child {
    border-bottom: unset
}

header.style-1 .main-menu .menu-list>li.menu-item-has-children {
    position: relative;
    z-index: 1;
    padding-right: 20px
}

@media(max-width:991px) {
    header.style-1 .main-menu .menu-list>li.menu-item-has-children {
        padding-right: unset
    }
}

header.style-1 .main-menu .menu-list>li.menu-item-has-children .dropdown-icon {
    position: absolute;
    top: 16px;
    right: 28px;
    font-size: 5px
}

header.style-1 .main-menu .menu-list>li.menu-item-has-children .dropdown-icon.active {
    color: var(--primary-color1)
}

header.style-1 .main-menu .menu-list>li.menu-item-has-children:hover .submenu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

header.style-1 .main-menu .menu-list>li.menu-item-has-children:hover::after {
    color: var(--primary-color1);
    transform: rotate(180deg)
}

@media(max-width:991px) {
    header.style-1 .main-menu {
        position: fixed;
        top: 0%;
        left: -100%;
        width: 280px;
        height: 100%;
        overflow-y: auto;
        background-color: #222;
        border-right: 1px solid rgba(238, 238, 238, .1);
        padding: 40px 20px;
        z-index: 999;
        transition: .7s ease-in-out;
        border-right: 1px solid #eee;
        display: none
    }

    header.style-1 .main-menu.show-menu {
        left: 0
    }
}

header.style-1 .main-menu .mobile-logo-area {
    margin-bottom: 25px
}

header.style-1 .main-menu .mobile-logo-area .menu-close-btn {
    cursor: pointer
}

header.style-1 .main-menu .mobile-logo-area .menu-close-btn .bi {
    color: var(--white);
    font-size: 18px
}

header.style-1 .main-menu .mobile-logo-area .menu-close-btn .bi:hover {
    color: var(--primary-color1)
}

header.style-1 .main-menu .mobile-logo-wrap {
    padding: 10px
}

header.style-1 .mobile-menu-btn {
    margin-left: 25px;
    display: none;
    visibility: hidden
}

header.style-1 .mobile-menu-btn .bx {
    color: var(--white);
    font-size: 28px
}

header.style-1 .hotline,
header.style-1 .email {
    display: flex;
    align-items: center
}

header.style-1 .hotline .hotline-icon svg,
header.style-1 .hotline .email-icon svg,
header.style-1 .email .hotline-icon svg,
header.style-1 .email .email-icon svg {
    fill: var(--white)
}

header.style-1 .hotline .hotline-info,
header.style-1 .hotline .email-info,
header.style-1 .email .hotline-info,
header.style-1 .email .email-info {
    margin-left: 10px
}

header.style-1 .hotline .hotline-info span,
header.style-1 .hotline .email-info span,
header.style-1 .email .hotline-info span,
header.style-1 .email .email-info span {
    font-size: 12px;
    font-weight: 400;
    font-family: var(--font-josefin);
    color: var(--primary-color1)
}

header.style-1 .hotline .hotline-info h6,
header.style-1 .hotline .email-info h6,
header.style-1 .email .hotline-info h6,
header.style-1 .email .email-info h6 {
    font-size: 15px;
    font-weight: 400;
    font-family: var(--font-yeseva);
    color: var(--white);
    white-space: nowrap;
    margin-bottom: 0
}

header.style-1.header-transparent {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0
}

.horo-style-1 {
    background-color: #101010;
    background-image: url(../images/bg/banner-bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    padding: 40px 0 0
}

@media(max-width:991px) {
    .horo-style-1 {
        padding: 80px 0
    }
}

.horo-style-1 .warter-mark {
    position: absolute;
    right: 20px;
    bottom: -13px;
    z-index: 2
}

.horo-style-1 .warter-mark h2 {
    font-size: 105px;
    opacity: .055;
    color: #fff;
    font-weight: 600;
    font-family: var(--font-josefin)
}

.horo-style-1 .social-area {
    position: absolute;
    left: -150px;
    top: 50%;
    transform: translateY(-60%)
}

@media(max-width:767px) {
    .horo-style-1 .social-area {
        display: none
    }
}

.horo-style-1 .social-area ul {
    margin: 0;
    padding: 0;
    gap: 40px;
    transform: rotate(-90deg);
    display: flex
}

.horo-style-1 .social-area ul li a {
    font-family: var(--font-josefin);
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .4);
    position: relative;
    transition: .35s
}

.horo-style-1 .social-area ul li a:hover {
    color: var(--white)
}

.horo-style-1 .social-area ul li a::after {
    content: "";
    width: 1px;
    height: 10px;
    background-color: rgba(251, 180, 47, .3);
    position: absolute;
    left: -21px;
    top: 0
}

.horo-style-1 .social-area ul li:first-child a::after {
    display: none;
    visibility: hidden
}

.horo-style-1 .social-area.sytle-two {
    position: absolute;
    left: 30px;
    top: 95%;
    z-index: 2
}

.horo-style-1 .social-area.sytle-two ul {
    margin: 0;
    padding: 0;
    gap: 40px;
    transform: rotate(0deg);
    display: flex
}

@media(max-width:767px) {
    .horo-style-1 .social-area.sytle-two {
        display: none
    }
}

.horo-style-1 .banner-left-img {
    min-height: 670px
}

.horo-style-1 .banner-left-img img {
    min-height: 670px;
    -o-object-fit: cover;
    object-fit: cover
}

@media(min-width:992px) and (max-width:1199px) {
    .horo-style-1 .banner-left-img {
        min-height: 500px
    }

    .horo-style-1 .banner-left-img img {
        min-height: 500px
    }
}

@media(max-width:991px) {
    .horo-style-1 .banner-left-img {
        display: none;
        visibility: hidden
    }
}

.horo-style-1 .banner-slider {
    overflow: hidden
}

.horo-style-1 .banner-slider .banner-slider1 {
    margin-right: -120px;
    padding-bottom: 75px
}

.horo-style-1 .banner-slider .banner-slider1 .swiper-slide .slider-cetagory h4 {
    font-family: var(--font-cormorant);
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: .02em;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 20px;
    opacity: 0
}

.horo-style-1 .banner-slider .banner-slider1 .swiper-slide.swiper-slide-active .slider-cetagory h4 {
    opacity: 1
}

.horo-style-1 .banner-slider .swiper-pagination-h {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 220px;
    left: 60%
}

@media(max-width:1500px) {
    .horo-style-1 .banner-slider .swiper-pagination-h {
        left: 50%
    }
}

@media(max-width:1199px) {
    .horo-style-1 .banner-slider .swiper-pagination-h {
        left: 40%
    }
}

@media(max-width:991px) {
    .horo-style-1 .banner-slider .swiper-pagination-h {
        left: 60%
    }
}

@media(max-width:767px) {
    .horo-style-1 .banner-slider .swiper-pagination-h {
        left: 48%
    }
}

@media(max-width:576px) {
    .horo-style-1 .banner-slider .swiper-pagination-h {
        left: 50%;
        transform: translateX(-50%)
    }
}

.horo-style-1 .banner-slider .swiper-pagination-bullet {
    height: 23px;
    width: 20px;
    font-family: var(--font-cormorant);
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    background-color: transparent;
    opacity: .7;
    transition: .5s
}

.horo-style-1 .banner-slider .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active::after {
    display: none;
    visibility: hidden
}

@media(max-width:767px) {
    .horo-style-1 .banner-slider .swiper-pagination-bullet {
        font-size: 17px
    }
}

.horo-style-1 .banner-slider .swiper-pagination-bullet-active {
    font-size: 30px;
    position: relative;
    margin-right: 82px;
    opacity: 1;
    transition: .5s
}

@media(max-width:767px) {
    .horo-style-1 .banner-slider .swiper-pagination-bullet-active {
        font-size: 24px
    }
}

.horo-style-1 .banner-slider .swiper-pagination-bullet-active::after {
    content: "";
    height: 1px;
    width: 60px;
    background-color: var(--white);
    position: absolute;
    left: 39px;
    top: 50%;
    transition: .5s
}

.horo-style-1 .banner-right-content {
    margin-left: -100px
}

@media(max-width:1399px) {
    .horo-style-1 .banner-right-content {
        margin-left: -55px
    }
}

@media(max-width:991px) {
    .horo-style-1 .banner-right-content {
        margin-left: 0
    }
}

@media(max-width:576px) {
    .horo-style-1 .banner-right-content {
        padding-top: 20px
    }
}

.horo-style-1 .banner-right-content h1 {
    font-family: var(--font-cormorant);
    font-weight: 700;
    font-size: 50px;
    line-height: 61px;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 20px
}

@media(max-width:576px) {
    .horo-style-1 .banner-right-content h1 {
        font-size: 40px;
        line-height: 50px
    }
}

.horo-style-1 .banner-right-content h5 {
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    text-transform: capitalize;
    color: var(--hover-color)
}

.team-item {
    overflow: hidden
}

@media(max-width:576px) {
    .team-item img {
        width: 100% !important
    }
}

.team-item .social-icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    margin: 0;
    padding: 0;
    padding-top: 10px
}

.team-item .social-icon li a {
    color: var(--white);
    transition: all .5s ease
}

.team-item .social-icon li a:hover {
    color: var(--hover-color)
}

.team-item .social-icon li i {
    font-size: 16px
}


.home1-booking-area .booking-wraper {
    background: #181b22;
    padding: 70px 100px
}

@media(min-width:992px) and (max-width:1199px) {
    .home1-booking-area .booking-wraper {
        padding: 70px 60px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .home1-booking-area .booking-wraper {
        padding: 70px 50px
    }
}

@media(min-width:576px) and (max-width:768px) {
    .home1-booking-area .booking-wraper {
        padding: 50px 40px
    }
}

@media(max-width:576px) {
    .home1-booking-area .booking-wraper {
        padding: 50px 15px
    }
}

.home1-booking-area .booking-wraper .section-title1 {
    margin: 0 auto 70px
}

@media(max-width:767px) {
    .home1-booking-area .booking-wraper .section-title1 {
        margin: 0 auto 50px
    }
}

.home1-booking-area .booking-wraper .section-title1 h2 {
    color: var(--white)
}

.home1-booking-area .booking-wraper .section-title1 p {
    color: var(--white)
}

.home1-booking-area .booking-wraper .form-inner {
    margin-bottom: 30px
}

@media(max-width:767px) {
    .home1-booking-area .booking-wraper .form-inner {
        margin-bottom: 25px
    }
}

.home1-booking-area .booking-wraper .form-inner label {
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--white);
    margin-bottom: 10px
}

@media(max-width:767px) {
    .home1-booking-area .booking-wraper .form-inner label {
        font-size: 15px
    }
}

.home1-booking-area .booking-wraper .form-inner input,
.home1-booking-area .booking-wraper .form-inner textarea {
    font-family: var(--font-josefin);
    color: var(--white);
    padding: 10px 20px
}

.home1-booking-area .booking-wraper .form-inner textarea {
    min-height: 150px
}

.home1-booking-area .booking-wraper .form-inner button {
    color: var(--hover-color)
}

.home1-booking-area .booking-wraper .form-inner.date {
    position: relative
}

.home1-booking-area .booking-wraper .form-inner.date::after {
    content: url(../images/icons/event.svg);
    position: absolute;
    right: 20px;
    bottom: 11px
}

.portfolio-details-pages .title {
    margin-bottom: 35px
}

.portfolio-details-pages .title h3 {
    font-family: var(--font-josefin);
    font-weight: 600;
    font-size: 35px;
    line-height: 50px;
    color: var(--text-light-dark-color1);
    margin-bottom: 15px
}

.portfolio-details-pages .title p {
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: var(--text-light-dark-color1);
    margin-bottom: 0
}

.portfolio-details-pages .download-link p {
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: var(--text-light-dark-color1)
}

.portfolio-details-pages .client-info {
    border: 1px solid #dbdbdb;
    padding: 18px 30px 15px;
    max-width: 310px;
    width: 100%;
    margin-left: auto
}

@media(max-width:991px) {
    .portfolio-details-pages .client-info {
        margin: 20px auto 30px
    }
}

@media(max-width:576px) {
    .portfolio-details-pages .client-info {
        padding: 18px 15px 15px
    }
}

.portfolio-details-pages .client-info p {
    font-family: var(--font-josefin);
    font-weight: 300;
    font-size: 20px;
    line-height: 40px;
    color: var(--text-light-dark-color1)
}

.portfolio-details-pages .client-info p span {
    font-weight: 400;
    margin-right: 5px
}

@media(max-width:576px) {
    .portfolio-details-pages .portfolio-img img {
        width: 100%
    }
}

.portfolio-details-pages .load-more-btn a {
    color: var(--text-light-dark-color1)
}


@media(min-width:992px) and (max-width:1199px) {
    footer.style1 .footer-social-widget {
        margin-top: 30px
    }
}

footer.style1 .footer-widget {
    padding: 0 110px
}

@media(min-width:1400px) and (max-width:1599px) {
    footer.style1 .footer-widget {
        padding: 0 60px
    }
}

@media(max-width:1399px) {
    footer.style1 .footer-widget {
        padding: 0 30px
    }
}

@media(max-width:991px) {
    footer.style1 .footer-widget {
        padding: 0
    }
}

footer.style1 .footer-widget .widget-title {
    text-align: center
}

footer.style1 .footer-widget .widget-title h4 {
    font-family: var(--font-cormorant);
    font-weight: 700;
    font-size: 25px;
    line-height: 40px;
    text-transform: uppercase;
    color: var(--text-light-dark-color1);
    margin-bottom: 20px
}

footer.style1 .footer-widget .widget-title p {
    color: var(--text-light-dark-color1);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px
}

footer.style1 .footer-widget .menu-container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(max-width:1199px) {
    footer.style1 .footer-widget .menu-container {
        justify-content: center;
        gap: 55px
    }
}

footer.style1 .footer-widget .menu-container ul {
    margin: 0;
    padding: 0;
}

footer.style1 .footer-widget .menu-container ul li a {
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: var(--text-color4-light);
    color: var(--text-color4-light);
    transition: .35s
}

footer.style1 .footer-widget .menu-container ul li i {
    margin-right: 15px;
}

footer.style1 .footer-widget .menu-container ul li a:hover {
    color: var(--hover-color)
}

footer.style1 .footer-widget .newsletter-container {
    display: flex;
    align-items: center;
    padding-top: 30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 550px
}

@media(max-width:767px) {
    footer.style1 .footer-widget .newsletter-container {
        padding-top: 20px
    }
}

footer.style1 .footer-widget .newsletter-container input {
    width: 100%;
    border: 1px solid #a7a7a7;
    height: 56px;
    background-color: transparent;
    margin-right: 20px;
    padding: 15px 25px;
    font-weight: 400;
    font-size: 14px
}

@media(max-width:991px) {
    footer.style1 .footer-widget .newsletter-container input {
        margin-right: 8px;
        padding: 15px
    }
}

footer.style1 .footer-widget .newsletter-container input::-moz-placeholder {
    font-family: var(--font-josefin);
    font-weight: 500;
    font-size: 14px;
    color: #4a4a4a
}

footer.style1 .footer-widget .newsletter-container input:-ms-input-placeholder {
    font-family: var(--font-josefin);
    font-weight: 500;
    font-size: 14px;
    color: #4a4a4a
}

footer.style1 .footer-widget .newsletter-container input::placeholder {
    font-family: var(--font-josefin);
    font-weight: 500;
    font-size: 14px;
    color: #4a4a4a
}

footer.style1 .footer-widget .newsletter-container input:focus {
    font-family: var(--font-josefin);
    font-weight: 500;
    font-size: 14px;
    color: var(--text-light-dark-color1)
}

footer.style1 .footer-widget .newsletter-container button {
    border: 1px solid #fa6350;
    background-color: transparent;
    font-family: var(--font-josefin);
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--hover-color);
    height: 56px;
    padding: 18px 25px
}

footer.style1 .footer-widget .newsletter-container button.agency {
    color: var(--primary-color1);
    border: 1px solid var(--primary-color1)
}

footer.style1 .footer-widget.two {
    position: relative
}

footer.style1 .footer-widget.two::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(167, 167, 167, .431372549);
    position: absolute;
    left: 0;
    top: 0
}

@media(max-width:991px) {
    footer.style1 .footer-widget.two::before {
        display: none;
        visibility: hidden
    }
}

footer.style1 .footer-widget.two::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(167, 167, 167, .431372549);
    position: absolute;
    right: 0;
    top: 0
}

@media(max-width:1199px) {
    footer.style1 .footer-widget.two::after {
        display: none;
        visibility: hidden
    }
}

footer.style1 .footer-widget.one {
    max-width: 500px;
    min-width: 400px;
    width: 100%
}

@media(min-width:1400px) and (max-width:1599px) {
    footer.style1 .footer-widget.one {
        max-width: 300px
    }
}

@media(max-width:1399px) {
    footer.style1 .footer-widget.one {
        max-width: 220px
    }
}

@media(max-width:1199px) {
    footer.style1 .footer-widget.one {
        max-width: unset;
        min-width: unset;
        margin: 0 auto
    }
}

@media(max-width:991px) {
    footer.style1 .footer-widget.one {
        max-width: 300px
    }
}

footer.style1 .footer-widget.three {
    min-width: 350px
}

@media(max-width:576px) {
    footer.style1 .footer-widget.three {
        min-width: unset
    }
}

footer.style1 .footer-widget .socila-container {
    margin-bottom: 30px
}

footer.style1 .footer-widget .socila-container ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px
}

@media(max-width:576px) {
    footer.style1 .footer-widget .socila-container ul {
        gap: 65px
    }
}

footer.style1 .footer-widget .socila-container ul.agency li:hover::after {
    background-color: var(--primary-color1)
}

footer.style1 .footer-widget .socila-container ul.agency li:hover a i {
    color: var(--primary-color1)
}

footer.style1 .footer-widget .socila-container ul li {
    position: relative
}

footer.style1 .footer-widget .socila-container ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 130%;
    width: 50px;
    height: 1px;
    background: rgba(167, 167, 167, .431372549);
    border-radius: 30px;
    transition: .35s
}

footer.style1 .footer-widget .socila-container ul li a i {
    color: var(--text-light-dark-color1);
    font-size: 22px;
    transition: .35s
}

footer.style1 .footer-widget .socila-container ul li:last-child::after {
    display: none
}

footer.style1 .footer-widget .socila-container ul li:hover::after {
    background-color: var(--hover-color)
}

footer.style1 .footer-widget .socila-container ul li:hover a i {
    color: var(--hover-color)
}

footer.style1 .footer-widget p {
    color: var(--text-light-dark-color1);
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px
}

footer.style1 .footer-btm {
    background-color: #181b22;
    padding: 20px 0
}

footer.style1 .footer-btm p {
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    color: var(--white)
}

footer.style1 .footer-btm p a {
    color: var(--hover-color)
}

footer.style1 .footer-btm.style-agency p a {
    color: var(--primary-color1)
}

header.style-2 {
    width: 100%;
    z-index: 9999;
    padding: 0 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--dark-white);
    position: relative;
}

@media(max-width:1399px) {
    header.style-2 {
        padding: 0 80px
    }
}

@media(max-width:767px) {
    header.style-2 {
        padding: 0 30px
    }
}

header.style-2 .header-logo {
    height: 100%
}

@media(max-width:991px) {
    header.style-2 .header-logo {
        padding: 20px 0
    }
}

header.style-2 .header-logo img {
    width: 100px;
    margin: 8px 10px;
}

header.style-2 .nav-right {
    gap: 50px
}

@media(max-width:1399px) {
    header.style-2 .nav-right {
        gap: 50px
    }
}

@media(max-width:1199px) {
    header.style-2 .nav-right {
        gap: 20px
    }
}

header.style-2 .nav-right .header-btn a {
    font-family: var(--font-josefin);
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
    color: var(--dark-white);
    background-color: var(--primary-color1);
    padding: 15px 25px 13px;
    transition: .35s
}

header.style-2 .nav-right .header-btn a:hover {
    background-color: var(--text-light-dark-color1)
}

header.style-2 .nav-right .side-icon {
    cursor: pointer
}

header.style-2 .nav-right .side-icon svg {
    fill: var(--text-light-dark-color1)
}

header.style-2 .main-menu .menu-list {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding: 0
}

@media(max-width:991px) {
    header.style-2 .main-menu .menu-list {
        flex-direction: column;
        justify-content: start
    }
}

@media(min-width:1121px) and (max-width:1240px) {
    header.style-2 .main-menu .menu-list li a {
        font-size: 10px !important;
    }

    .horo-style-2 .social-area ul li a {
        font-size: 12px !important;
    }

    .horo-style-2 .social-area {
        position: absolute !important;
        left: -50px !important;
    }
}

header.style-2 .main-menu .menu-list>li {
    position: relative;
    margin: 0;
    display: inline-block
}

@media(min-width:1400px) and (max-width:1599px) {
    header.style-2 .main-menu .menu-list>li {
        margin: 0
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-2 .main-menu .menu-list>li {
        margin: 0
    }
}

@media(max-width:991px) {
    header.style-2 .main-menu .menu-list>li {
        margin: 0;
        width: 100%
    }
}

header.style-2 .main-menu .menu-list>li .dropdown-icon {
    color: var(--text-light-dark-color1);
    font-size: 5px;
    transition: .4s ease-in;
}

@media(max-width:991px) {
    header.style-2 .main-menu .menu-list>li .dropdown-icon {
        opacity: 1;
        visibility: visible
    }
}

header.style-2 .main-menu .menu-list>li .dropdown-icon.active {
    color: var(--primary-color1)
}

header.style-2 .main-menu .menu-list>li a {
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    color: var(--text-light-dark-color1);
    padding: 15px;
    display: inline-block;
    white-space: nowrap;
    transition: .4s;
    display: flex;
    align-items: center;
    font-family: var(--font-josefin);
    text-transform: uppercase
}

header.style-2 .main-menu .menu-list>li a.active {
    color: var(--primary-color1)
}

header.style-2 .main-menu .menu-list>li a:hover {
    color: var(--primary-color1)
}

@media(max-width:1199px) {
    header.style-2 .main-menu .menu-list>li a {
        padding: 40px 8px
    }
}

@media(max-width:991px) {
    header.style-2 .main-menu .menu-list>li a {
        padding: 12px 0;
        display: block;
        position: relative;
        border-bottom: 1px solid rgba(219, 167, 101, .098)
    }
}

header.style-2 .main-menu .menu-list>li .submenu {
    padding: 10px;
    position: absolute;
    top: 96px;
    left: 0;
    max-width: 380px;
    min-width: 220px;
    background-color: var(--text-color1);
    border: 1px solid #222;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all .55s ease-in-out;
    box-shadow: 5px 3px 40px rgba(0, 72, 88, .1)
}

@media(max-width:991px) {
    header.style-2 .main-menu .menu-list>li .submenu {
        opacity: 1;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        border: unset;
        display: none;
        transition: unset;
        box-shadow: unset;
        transform: translateY(0px);
        visibility: unset
    }
}

header.style-2 .main-menu .menu-list>li .submenu>li a {
    display: block;
    padding: 15px;
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #bebebe
}

@media(max-width:991px) {
    header.style-2 .main-menu .menu-list>li .submenu>li a {
        border-bottom: unset;
        padding: 12px 15px
    }
}

header.style-2 .main-menu .menu-list>li .submenu>li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fbb42f;
    width: 100%;
    height: .5px;
    transform: scaleX(0);
    transform-origin: left;
    transition: .4s ease-in;
    z-index: -1;
    opacity: .3
}

header.style-2 .main-menu .menu-list>li .submenu>li a:hover {
    color: var(--primary-color1)
}

header.style-2 .main-menu .menu-list>li .submenu>li a:hover::before {
    transform: scale(1)
}

header.style-2 .main-menu .menu-list>li .submenu>li a:last-child {
    border-bottom: unset
}

header.style-2 .main-menu .menu-list>li.menu-item-has-children {
    position: relative;
    z-index: 1;
    padding-right: 10px
}

header.style-2 .main-menu .menu-list>li.menu-item-has-children .dropdown-icon {
    position: absolute;
    top: 46px;
    right: 10px;
    font-size: 5px;
    color: var(--text-light-dark-color1)
}

header.style-2 .main-menu .menu-list>li.menu-item-has-children .dropdown-icon.active {
    color: var(--primary-color1)
}

header.style-2 .main-menu .menu-list>li.menu-item-has-children:hover .submenu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

header.style-2 .main-menu .menu-list>li.menu-item-has-children:hover::after {
    color: var(--primary-color1);
    transform: rotate(180deg)
}

@media(max-width:991px) {
    header.style-2 .main-menu {
        position: fixed;
        top: 0%;
        left: -100%;
        width: 280px;
        height: 100%;
        overflow-y: auto;
        background-color: #222;
        border-right: 1px solid rgba(238, 238, 238, .1);
        padding: 40px 20px;
        z-index: 999;
        transition: .7s ease-in-out;
        border-right: 1px solid #eee
    }

    header.style-2 .main-menu.show-menu {
        left: 0
    }
}

header.style-2 .mobile-menu-btn {
    margin-left: 25px
}

header.style-2 .mobile-menu-btn .bx {
    color: var(--text-light-dark-color1);
    font-size: 28px
}

.horo-style-2 {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 0 80px;
    overflow: hidden;
    background-color: var(--dark-white);
    margin-bottom: 100px;
}

@media(max-width:991px) {
    .horo-style-2 {
        padding: 0
    }
}

.horo-style-2 .social-area {
    position: absolute;
    left: -80px;
    top: 49%;
    transform: translateY(-50%)
}

@media(max-width:767px) {
    .horo-style-2 .social-area {
        display: none
    }
}

.horo-style-2 .social-area ul {
    margin: 0;
    padding: 0;
    transform: rotate(-90deg);
    display: flex;
    gap: 25px
}

.horo-style-2 .social-area ul li {
    margin-bottom: 80px
}

.horo-style-2 .social-area ul li a {
    color: var(--text-light-dark-color1);
    font-family: var(--font-jost);
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase
}

.horo-style-2 .social-area ul li:last-child {
    margin-bottom: 0
}

.horo-style-2 .side-icon {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.horo-style-2 .side-icon svg {
    fill: var(--text-light-dark-color1)
}

.horo-style-2 .scroll-down {
    position: absolute;
    bottom: 0;
    right: 30px;
    -webkit-animation: up-down 2s linear infinite alternate;
    animation: up-down 2s linear infinite alternate;
    z-index: 9;
    transform: translateY(-50%)
}

@media(max-width:991px) {
    .horo-style-2 .scroll-down {
        display: none;
        visibility: hidden
    }
}

@-webkit-keyframes up-down {
    0% {
        bottom: 50%
    }

    50% {
        bottom: 48%
    }

    100% {
        bottom: 50%
    }
}

@keyframes up-down {
    0% {
        bottom: 50%
    }

    50% {
        bottom: 48%
    }

    100% {
        bottom: 50%
    }
}

.horo-style-2 .scroll-down a svg {
    stroke: var(--text-light-dark-color1);
    fill: none
}

.horo-style-2 .scroll-down a svg path {
    fill: var(--text-light-dark-color1);
    stroke: var(--text-light-dark-color1)
}

.horo-style-2 .hero-wrrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.horo-style-2 .hero-wrrap .video-wraper {
    position: relative;
    width: 100%
}

.horo-style-2 .hero-wrrap .video-wraper video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media(max-width:991px) {
    .horo-style-2 .hero-wrrap .video-wraper video {
        min-height: 550px
    }
}

.horo-style-2 .hero-wrrap .hero-content {
    max-width: 970px;
    width: 100%;
    text-align: left;
    padding: 180px 0;
    position: absolute;
    left: 100px
}

@media(max-width:1199px) {
    .horo-style-2 .hero-wrrap .hero-content {
        padding: 150px 0;
        max-width: 650px
    }
}

@media(max-width:991px) {
    .horo-style-2 .hero-wrrap .hero-content {
        left: 25px;
        max-width: auto
    }
}

@media(max-width:576px) {
    .horo-style-2 .hero-wrrap .hero-content {
        max-width: 300px
    }
}

.horo-style-2 .hero-wrrap .hero-content span {
    font-family: var(--font-josefin);
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--primary-color1);
    background-color: rgba(0, 0, 0, .3);
    padding: 10px 10px 8px
}

@media(max-width:767px) {
    .horo-style-2 .hero-wrrap .hero-content span {
        font-size: 18px
    }
}

.horo-style-2 .hero-wrrap .hero-content h1 {
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 85px;
    line-height: 1.3;
    text-transform: capitalize;
    color: var(--white);
    margin-bottom: 35px;
    padding-top: 30px
}

@media(min-width:1400px) and (max-width:1599px) {
    .horo-style-2 .hero-wrrap .hero-content h1 {
        font-size: 80px
    }
}

@media(max-width:1199px) {
    .horo-style-2 .hero-wrrap .hero-content h1 {
        font-size: 55px
    }
}

@media(max-width:576px) {
    .horo-style-2 .hero-wrrap .hero-content h1 {
        font-size: 55px
    }
}

.horo-style-2 .hero-wrrap .hero-content .eg-btn1 {
    color: var(--primary-color1);
    font-weight: 700
}

.horo-style-2 .hero-wrrap .hero-content .btn--primary::after {
    border-width: 2px
}

.horo-style-2 .hero-wrrap .hero-content .btn--primary::before {
    border-width: 2px
}

.horo-style-2 .hero-wrrap .hero-meta {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 50px;
    width: 100%;
    padding: 0 150px
}

@media(max-width:991px) {
    .horo-style-2 .hero-wrrap .hero-meta {
        padding: 0 50px;
        display: none;
        visibility: hidden
    }
}

@media(max-width:576px) {
    .horo-style-2 .hero-wrrap .hero-meta {
        display: none;
        visibility: hidden
    }
}

.horo-style-2 .hero-wrrap .hero-meta .contact-number a,
.horo-style-2 .hero-wrrap .hero-meta .photographer a {
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #eee;
    transition: .35s
}

.horo-style-2 .hero-wrrap .hero-meta .contact-number a:hover,
.horo-style-2 .hero-wrrap .hero-meta .photographer a:hover {
    color: var(--primary-color1)
}

.horo-style-2 .swiper-pagination {
    bottom: 50%;
    left: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 13px
}

@media(max-width:1199px) {
    .horo-style-2 .swiper-pagination {
        left: 0;
        flex-direction: row;
        bottom: 30px
    }
}

.horo-style-2 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: var(--text-light-dark-color1);
    opacity: 1
}

.horo-style-2 .swiper-pagination-bullet-active {
    background: var(--primary-color1);
    position: relative
}

.horo-style-2 .swiper-pagination-bullet-active::after {
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    left: -4px;
    top: -4px
}

.our-patner-area.two .our-patner-slider {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 70px 0
}

.our-patner-area .our-patner-slider .swiper-slide {
    display: flex;
    justify-content: center
}

.our-patner-area .our-patner-slider .swiper-slide svg {
    fill: #6d6d6d;
    transition: .35s;
    cursor: pointer
}

.our-patner-area .our-patner-slider .swiper-slide svg:hover {
    fill: var(--primary-color1)
}

@media(max-width:767px) {
    .our-patner-area .our-patner-slider .swiper-slide svg {
        max-width: 120px
    }
}

.our-patner-area .our-patner-slider.style-two .swiper-slide svg:hover {
    fill: var(--hover-color)
}

.about-area2 {
    position: relative;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.about-area2 .about-sm-img {
    position: absolute;
    margin-left: auto;
    margin-right: 0;
    right: -7%;
    bottom: -120px;
    max-width: 200px
}

@media(min-width:1400px) and (max-width:1599px) {
    .about-area2 .about-sm-img {
        right: -70px;
        bottom: 0
    }
}

@media(max-width:1199px) {
    .about-area2 .about-sm-img {
        display: none;
        visibility: hidden
    }
}

@media(max-width:767px) {
    .about-area2 {
        width: 100%
    }
}

.about-area2 .about-right {
    padding-top: 0
}

@media(max-width:991px) {
    .about-area2 .about-right {
        padding-top: 0;
        text-align: center
    }
}

.about-area2 .about-right .about-title {
    max-width: 650px
}

.about-area2 .about-right .about-title h3 {
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 38px;
    line-height: 1.4;
    color: var(--text-light-dark-color1)
}

@media(max-width:767px) {
    .about-area2 .about-right .about-title h3 {
        font-size: 32px
    }
}

.about-area2 .about-right .about-content {
    max-width: 570px;
    /* margin-left: 80px; */
    padding-top: 50px
}

@media(min-width:1200px) and (max-width:1399px) {
    .about-area2 .about-right .about-content {
        margin-left: 0;
        max-width: 410px
    }
}

@media(max-width:1199px) {
    .about-area2 .about-right .about-content {
        margin-left: 0
    }
}

@media(max-width:1199px) {
    .about-area2 .about-right .about-content {
        padding-top: 25px
    }
}

@media(max-width:991px) {
    .about-area2 .about-right .about-content {
        max-width: 100%
    }
}

.about-area2 .about-right .about-content p {
    color: var(--text-color3-light);
    margin-bottom: 40px
}

.about-area2 .about-right .about-content a {
    color: var(--primary-color1)
}

.about-area2 .about-right .about-content a.style-two {
    color: var(--hover-color)
}

.about-area2 .about-img-paginnation {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px
}

.about-area2 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: .5px solid;
    border-color: var(--text-light-dark-color1);
    background-color: transparent;
    opacity: 1
}

.about-area2 .swiper-pagination-bullet-active {
    background: var(--primary-color1);
    border-color: var(--primary-color1)
}

.about-area2.style-two .swiper-pagination-bullet-active {
    background: var(--hover-color);
    border-color: var(--hover-color)
}

.portfolio-area2 .portfolio-img {
    margin-bottom: 35px;
    position: relative
}

@media(max-width:991px) {
    .portfolio-area2 .portfolio-img img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.portfolio-area2 .portfolio-img .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    width: 100%;
    padding: 20px 25px;
    transition: all .3s ease;
    background: rgba(7, 8, 18, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 1;
    transform: translateY(0);
    border-top: 2px solid rgba(251, 180, 47, 0.5);
    visibility: visible;
    cursor: pointer;
}

.portfolio-area2 .portfolio-img .overlay .icon {
    position: absolute;
    top: -25px;
    right: 20px;
    z-index: 10;
    opacity: 1;
    transition: all 0.3s ease 0.1s;
}

.portfolio-area2 .portfolio-img .overlay .icon a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #FBB42F;
    color: #fff;
    padding: 10px 18px;
    border-radius: 25px;
    font-family: var(--font-josefin);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(251, 180, 47, 0.4);
    transition: all 0.3s ease;
    text-decoration: none;
}

.portfolio-area2 .portfolio-img .overlay .icon a:hover {
    background: #e5a329;
    box-shadow: 0 6px 20px rgba(251, 180, 47, 0.5);
    transform: translateY(-2px);
}

.portfolio-area2 .portfolio-img .overlay .icon a i {
    font-size: 16px;
    font-weight: bold;
}

/* ... existing content styles ... */
.portfolio-area2 .portfolio-img:hover .overlay {
    background: rgba(7, 8, 18, 0.95);
    border-top-color: #FBB42F;
}

.portfolio-area2 .portfolio-img:hover .overlay .icon {
    top: -28px;
}

.portfolio-area2 .portfolio-img:hover .overlay .icon a {
    transform: scale(1.15);
}

.portfolio-area2 .twos {
    padding-top: 90px
}

@media(max-width:991px) {
    .portfolio-area2 .twos {
        padding-top: 0
    }
}

.portfolio-area2 .see-more-btn a {
    color: var(--primary-color1)
}

.video-contact-testimonial-area {
    width: 95%;
    margin: 100px auto
}

.video-contact-testimonial-area .video-wraper {
    position: relative;
    width: 100%
}

.video-contact-testimonial-area .video-wraper video {
    width: 100%
}

.video-contact-testimonial-area .contact-wrap {
    margin-top: -150px;
    margin-left: 65px;
    background: var(--dark-white);
    box-shadow: 3px 2px 30px rgba(0, 0, 0, .06);
    border-radius: 10px;
    max-width: 500px;
    padding: 50px 60px;
    position: relative;
    z-index: 99
}

@media(max-width:991px) {
    .video-contact-testimonial-area .contact-wrap {
        margin-top: 80px;
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width:576px) {
    .video-contact-testimonial-area .contact-wrap {
        padding: 35px 25px
    }
}

.video-contact-testimonial-area .contact-wrap .title {
    margin-bottom: 50px;
    text-align: center
}

.video-contact-testimonial-area .contact-wrap .title h2 {
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: var(--text-light-dark-color1);
    position: relative;
    margin-bottom: 0
}

@media(max-width:767px) {
    .video-contact-testimonial-area .contact-wrap .title h2 {
        font-size: 32px
    }
}

.video-contact-testimonial-area .contact-wrap .title h2::after {
    content: "";
    width: 60px;
    height: 2px;
    background: #fbb42f;
    border-radius: 30px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.video-contact-testimonial-area .contact-wrap form .form-inner {
    margin-bottom: 20px
}

.video-contact-testimonial-area .contact-wrap form .form-inner input {
    width: 100%;
    background-color: transparent;
    border: none;
    padding: 18px 0;
    border-bottom: 1px solid rgba(167, 167, 167, .431372549);
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 14px;
    color: var(--text-color3)
}

.video-contact-testimonial-area .contact-wrap form .form-inner input:focus {
    font-family: var(--font-josefin);
    border: 1px solid rgba(250, 99, 80, .5)
}

.video-contact-testimonial-area .contact-wrap form .form-inner textarea {
    width: 100%;
    min-height: 100px;
    background-color: transparent;
    border: none;
    padding: 18px 0;
    border-bottom: 1px solid rgba(167, 167, 167, .431372549);
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 13px;
    color: var(--text-color3);
    transition: all .45s ease
}

.video-contact-testimonial-area .contact-wrap form .form-inner textarea:focus {
    outline: none;
    border: 1px solid rgba(250, 99, 80, .5)
}

.video-contact-testimonial-area .contact-wrap form .form-inner button {
    background-color: transparent;
    color: var(--primary-color1)
}

.video-contact-testimonial-area .contact-wrap form .form-inner:last-child {
    margin-bottom: 0
}

.testimonial-area2 {
    padding-top: 120px;
    position: relative
}

.testimonial-area2.two {
    padding-top: unset
}

@media(max-width:991px) {
    .testimonial-area2 {
        padding-top: 80px
    }
}

.testimonial-area2 .section-title2 {
    margin-bottom: 50px !important
}

.testimonial-area2 .section-title2 h5 {
    margin-bottom: 0 !important
}

.testimonial-area2 .testimonial-slider .testimonial-wrrap {
    max-width: 865px
}

.testimonial-area2 .testimonial-slider .testimonial-wrrap .testimonial-content p {
    font-family: var(--font-josefin);
    font-style: italic;
    font-weight: 300;
    font-size: 30px;
    line-height: 45px;
    color: var(--text-light-dark-color1);
    text-align: start
}

@media(max-width:767px) {
    .testimonial-area2 .testimonial-slider .testimonial-wrrap .testimonial-content p {
        font-size: 22px;
        line-height: 35px
    }
}

.testimonial-area2 .testimonial-slider .testimonial-wrrap .testimonial-meta {
    padding-top: 40px
}

.testimonial-area2 .testimonial-slider .testimonial-wrrap .testimonial-meta .author-img {
    margin-right: 18px
}

.testimonial-area2 .testimonial-slider .testimonial-wrrap .testimonial-meta .content {
    text-align: start
}

.testimonial-area2 .testimonial-slider .testimonial-wrrap .testimonial-meta .content h5 {
    font-family: var(--font-josefin);
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: var(--text-light-dark-color1);
    margin-bottom: 0
}

.testimonial-area2 .testimonial-slider .testimonial-wrrap .testimonial-meta .content span {
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: var(--text-color3-light)
}

.testimonial-area2 .swiper-pagination {
    bottom: 32%;
    left: unset;
    right: 0;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 13px
}

@media(max-width:1500px) {
    .testimonial-area2 .swiper-pagination {
        right: -30px
    }
}

@media(max-width:767px) {
    .testimonial-area2 .swiper-pagination {
        right: -20px
    }
}

@media(max-width:576px) {
    .testimonial-area2 .swiper-pagination {
        display: none;
        visibility: hidden
    }
}

.testimonial-area2 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: var(--text-light-dark-color1);
    opacity: 1
}

.testimonial-area2 .swiper-pagination-bullet-active {
    background: var(--primary-color1);
    position: relative
}

.testimonial-area2 .swiper-pagination-bullet-active::after {
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 1px solid #fbb42f;
    position: absolute;
    left: -4px;
    top: -4px
}

.testimonial-area2.style-two .swiper-pagination-bullet-active {
    background: var(--hover-color)
}

.testimonial-area2.style-two .swiper-pagination-bullet-active::after {
    border: 1px solid var(--hover-color)
}

footer.style2 {
    background-image: url(../images/bg/footer2-bg.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    display: inline-block
}

footer.style2::after {
    content: "";
    background: linear-gradient(180deg, #18181E 54.89%, rgba(24, 24, 30, 0.85) 100%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

footer.style2 .footer-width {
    width: 82%;
    margin: 0 auto
}

footer.style2 .footer-width .social-area {
    padding-top: 100px;
    padding-bottom: 55px;
    border-bottom: 1px solid var(--text-color2)
}

footer.style2 .footer-width .social-area .title h3 {
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    color: var(--white);
    margin-bottom: 30px
}

footer.style2 .footer-width .social-area .social-icon {
    margin: 0;
    padding: 0;
    gap: 35px
}

footer.style2 .footer-width .social-area .social-icon li a {
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: var(--white);
    display: flex;
    align-items: center
}

footer.style2 .footer-width .social-area .social-icon li a .icon {
    width: 40px;
    height: 40px;
    background-color: var(--white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border: 5px solid;
    border-color: rgba(255, 255, 255, .4)
}

footer.style2 .footer-width .social-area .social-icon li a i {
    font-size: 25px;
    color: var(--text-color1)
}

footer.style2 .footer-width .footer-widget {
    padding: 0 0 120px
}

@media(max-width:991px) {
    footer.style2 .footer-width .footer-widget {
        padding: 0 0 50px
    }
}

footer.style2 .footer-width .footer-widget .footer-icon {
    margin-bottom: 25px
}

footer.style2 .footer-width .footer-widget .widget-title h4 {
    font-family: var(--font-josefin);
    font-weight: 500;
    font-size: 26px;
    line-height: 40px;
    color: var(--white);
    margin-bottom: 0
}

footer.style2 .footer-width .footer-widget .widget-title p {
    font-family: var(--font-josefin);
    font-weight: 300;
    font-size: 28px;
    line-height: 40px;
    color: var(--white);
    max-width: 400px
}

footer.style2 .footer-width .footer-widget .widget-title.three h4 {
    margin-bottom: 25px
}

footer.style2 .footer-width .footer-widget .widget-title.three p {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    max-width: 360px
}

footer.style2 .footer-width .footer-widget .payment-mathort-area {
    padding-top: 30px
}

footer.style2 .footer-width .footer-widget .payment-mathort-area h4 {
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    color: var(--text-color4);
    margin-bottom: 20px
}

footer.style2 .footer-width .footer-widget .payment-mathort-area ul {
    padding: 0;
    margin: 0;
    flex-wrap: wrap
}

footer.style2 .footer-width .footer-widget .menu-container {
    max-width: 350px;
    padding-top: 10px
}

@media(max-width:991px) {
    footer.style2 .footer-width .footer-widget .menu-container {
        flex-wrap: wrap
    }
}

footer.style2 .footer-width .footer-widget .menu-container ul {
    margin: 0;
    padding: 0;
    margin-right: 20px
}

footer.style2 .footer-width .footer-widget .menu-container ul li {
    padding: 10px 0;
    margin-bottom: 5px
}

footer.style2 .footer-width .footer-widget .menu-container ul li:last-child {
    margin-bottom: 0
}

footer.style2 .footer-width .footer-widget .menu-container ul li a {
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: var(--text-color4)
}

footer.style2 .footer-width .footer-widget .newsletter-container {
    display: flex;
    border-bottom: 1px solid #383838;
    max-width: 360px;
    padding-top: 30px
}

footer.style2 .footer-width .footer-widget .newsletter-container input {
    width: 100%;
    border: none;
    background-color: transparent;
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: var(--white)
}

footer.style2 .footer-width .footer-widget .newsletter-container button {
    border: none;
    background-color: transparent;
    font-family: var(--font-josefin);
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: var(--white)
}

footer.style2 .footer-width .footer-btm {
    border-top: 1px solid #615f5f;
    padding: 25px 0 22px
}

footer.style2 .footer-width .footer-btm p {
    margin-bottom: 0;
    font-family: var(--font-josefin);
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #fff
}

header.style-3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 30px 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-3 {
        padding: 30px 50px
    }
}

@media(max-width:1199px) {
    header.style-3 {
        padding: 30px
    }
}

@media(max-width:1199px) {
    header.style-3 {
        padding: 20px 30px
    }
}

header.style-3 .header-logo {
    height: 100%
}

@media(max-width:991px) {
    header.style-3 .header-logo {
        padding: 20px 0
    }
}

header.style-3 .header-logo img {
    min-width: 120px;
    max-width: 100%
}

header.style-3 .nav-right {
    gap: 100px
}

@media(max-width:1399px) {
    header.style-3 .nav-right {
        gap: 50px
    }
}

@media(max-width:1199px) {
    header.style-3 .nav-right {
        gap: 20px
    }
}

header.style-3 .nav-right .header-btn a {
    font-family: var(--font-josefin);
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
    color: var(--hover-color);
    border: 1px solid #fa6350;
    padding: 15px 25px 13px
}

@media(max-width:1199px) {
    header.style-3 .nav-right .header-btn {
        display: none;
        visibility: hidden
    }
}

header.style-3 .nav-right .side-icon {
    cursor: pointer
}

header.style-3 .nav-right .side-icon.style-two svg {
    fill: var(--white)
}

header.style-3 .main-menu .menu-list {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding: 0
}

@media(max-width:991px) {
    header.style-3 .main-menu .menu-list {
        flex-direction: column;
        justify-content: start
    }
}

header.style-3 .main-menu .menu-list>li {
    position: relative;
    display: inline-block
}

@media(max-width:1199px) {
    header.style-3 .main-menu .menu-list>li {
        margin: 0
    }
}

@media(max-width:991px) {
    header.style-3 .main-menu .menu-list>li {
        margin: 0;
        width: 100%
    }
}

header.style-3 .main-menu .menu-list>li .dropdown-icon {
    color: var(--white);
    font-size: 8px;
    transition: .4s ease-in
}

@media(max-width:991px) {
    header.style-3 .main-menu .menu-list>li .dropdown-icon {
        opacity: 1;
        visibility: visible
    }
}

header.style-3 .main-menu .menu-list>li .dropdown-icon.active {
    color: var(--primary-color1)
}

header.style-3 .main-menu .menu-list>li a {
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    color: var(--white);
    padding: 10px 20px;
    display: inline-block;
    white-space: nowrap;
    transition: .4s;
    display: flex;
    align-items: center;
    font-family: var(--font-jost);
    text-transform: uppercase
}

header.style-3 .main-menu .menu-list>li a.active {
    color: var(--primary-color1)
}

header.style-3 .main-menu .menu-list>li a:hover {
    color: var(--primary-color1)
}

@media(max-width:991px) {
    header.style-3 .main-menu .menu-list>li a {
        padding: 12px 0;
        display: block;
        position: relative;
        border-bottom: 1px solid rgba(219, 167, 101, .098)
    }
}

header.style-3 .main-menu .menu-list>li .submenu {
    padding: 10px 12px;
    position: absolute;
    top: 53px;
    left: 0;
    max-width: 380px;
    min-width: 200px;
    background-color: var(--text-color1);
    border: 1px solid #222;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all .55s ease-in-out;
    box-shadow: 5px 3px 40px rgba(0, 72, 88, .1)
}

@media(max-width:1399px) {
    header.style-3 .main-menu .menu-list>li .submenu.contact {
        left: unset;
        right: 0
    }
}

@media(max-width:991px) {
    header.style-3 .main-menu .menu-list>li .submenu {
        opacity: 1;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        border: unset;
        display: none;
        transition: unset;
        box-shadow: unset;
        transform: translateY(0px);
        visibility: unset
    }
}

header.style-3 .main-menu .menu-list>li .submenu>li a {
    display: block;
    padding: 15px;
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #bebebe
}

@media(max-width:991px) {
    header.style-3 .main-menu .menu-list>li .submenu>li a {
        border-bottom: unset;
        padding: 12px 15px
    }
}

header.style-3 .main-menu .menu-list>li .submenu>li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fa6350;
    width: 100%;
    height: .5px;
    transform: scaleX(0);
    transform-origin: left;
    transition: .4s ease-in;
    z-index: -1;
    opacity: .5
}

header.style-3 .main-menu .menu-list>li .submenu>li a:hover {
    color: var(--hover-color)
}

header.style-3 .main-menu .menu-list>li .submenu>li a:hover::before {
    transform: scale(1)
}

header.style-3 .main-menu .menu-list>li .submenu>li a:last-child {
    border-bottom: unset
}

header.style-3 .main-menu .menu-list>li.menu-item-has-children {
    position: relative;
    z-index: 1;
    padding-right: 20px
}

@media(max-width:991px) {
    header.style-3 .main-menu .menu-list>li.menu-item-has-children {
        padding-right: unset
    }
}

header.style-3 .main-menu .menu-list>li.menu-item-has-children .dropdown-icon {
    position: absolute;
    top: 16px;
    right: 28px;
    font-size: 5px
}

header.style-3 .main-menu .menu-list>li.menu-item-has-children .dropdown-icon.active {
    color: var(--primary-color1)
}

header.style-3 .main-menu .menu-list>li.menu-item-has-children:hover .submenu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

header.style-3 .main-menu .menu-list>li.menu-item-has-children:hover::after {
    color: var(--primary-color1);
    transform: rotate(180deg)
}

@media(max-width:991px) {
    header.style-3 .main-menu {
        position: fixed;
        top: 0%;
        left: -100%;
        width: 280px;
        height: 100%;
        overflow-y: auto;
        background-color: #000;
        padding: 40px 20px;
        z-index: 999;
        transition: .7s ease-in-out
    }

    header.style-3 .main-menu.show-menu {
        left: 0
    }
}

header.style-3 .main-menu .mobile-logo-area {
    margin-bottom: 25px
}

header.style-3 .main-menu .mobile-logo-area .menu-close-btn {
    cursor: pointer
}

header.style-3 .main-menu .mobile-logo-area .menu-close-btn .bi {
    color: var(--white);
    font-size: 18px
}

header.style-3 .main-menu .mobile-logo-area .menu-close-btn .bi:hover {
    color: var(--hover-color)
}

header.style-3 .main-menu .mobile-logo-wrap {
    padding: 10px
}

header.style-3 .mobile-menu-btn {
    margin-left: 25px
}

header.style-3 .mobile-menu-btn .bx {
    color: var(--white);
    font-size: 28px
}

.inner-page-banner {
    background: rgba(7, 10, 17, .4);
    background-image: url(../images/bg/breadcrumb-bg.png);
    background-size: cover;
    background-position: center center;
    padding: 140px 0 60px;
    min-height: auto;
}

@media(max-width:1500px) {
    .inner-page-banner {
        padding: 120px 0 50px
    }
}

@media(max-width:576px) {
    .inner-page-banner {
        padding: 100px 0 40px;
        min-height: 25vh;
    }
}

.inner-page-banner.two {
    padding: 200px 0 115px
}

.inner-page-banner .banner-content h1 {
    font-family: var(--font-cormorant);
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    color: var(--white);
    margin-bottom: 10px
}

.inner-page-banner .banner-content p {
    color: var(--white);
    max-width: 800px;
    margin: 0 auto 20px;
    font-size: 16px;
    line-height: 1.6;
}

@media(max-width:576px) {
    .inner-page-banner .banner-content h1 {
        font-size: 50px;
        line-height: 60px
    }
}

.inner-page-banner .banner-content nav ol {
    margin: 0;
    padding: 0;
    justify-content: center
}

.inner-page-banner .banner-content nav ol li {
    font-family: var(--font-josefin);
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: var(--white);
    position: relative
}

.inner-page-banner .banner-content nav ol li::before {
    display: none;
    visibility: hidden
}

.inner-page-banner .banner-content nav ol li a {
    color: var(--hover-color)
}

.inner-page-banner .banner-content nav ol .breadcrumb-item+.breadcrumb-item::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--hover-color);
    position: absolute;
    top: 13px;
    left: -7px
}

/* Video page banner - same styling as regular banner but positioned over video */
.horo-style-2 .inner-page-banner {
    background: transparent;
    background-image: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    pointer-events: none;
    /* Same padding as regular banner */
    padding: 140px 0 60px;
    min-height: auto;
}

@media(max-width:1500px) {
    .horo-style-2 .inner-page-banner {
        padding: 120px 0 50px
    }
}

@media(max-width:576px) {
    .horo-style-2 .inner-page-banner {
        padding: 100px 0 40px;
        min-height: 25vh;
    }
}

.horo-style-2 .inner-page-banner .banner-content {
    pointer-events: auto;
}

.horo-style-2 .inner-page-banner .banner-content a {
    pointer-events: auto;
}

/* Crisp white text without shadows for video backgrounds */
.horo-style-2 .inner-page-banner .banner-content h1 {
    color: #ffffff !important;
}

.horo-style-2 .inner-page-banner .banner-content nav ol li {
    color: #ffffff !important;
}

.horo-style-2 .inner-page-banner .banner-content nav ol li a {
    color: var(--hover-color) !important;
}

.banner-center-content {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .5s;
    text-align: center;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.88), transparent);
    height: 180px;
    z-index: 9
}

@media(max-width:767px) {
    .banner-center-content {
        height: 150px
    }
}

.banner-center-content span {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: var(--hover-color);
    font-family: var(--font-josefin);
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, .3);
    padding: 10px 15px 8px
}

@media(max-width:767px) {
    .banner-center-content span {
        font-size: 16px
    }
}

.banner-center-content h2 {
    display: block;
    font-size: 60px;
    font-weight: 600;
    color: var(--white);
    font-family: var(--font-josefin)
}

@media(min-width:1200px) and (max-width:1399px) {
    .banner-center-content h2 {
        font-size: 50px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .banner-center-content h2 {
        font-size: 45px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .banner-center-content h2 {
        font-size: 45px
    }
}

@media(max-width:767px) {
    .banner-center-content h2 {
        font-size: 42px
    }
}

.banner-center-content.style-two span {
    color: var(--primary-color1);
    margin-bottom: 15px
}

.hero-center-slider-section {
    overflow: hidden
}

.hero-center-slider-section .swiper-slide {
    position: relative;
    transition: .5s;
    overflow: hidden
}

.hero-center-slider-section .swiper-slide-active {
    position: relative;
    z-index: 1
}

.hero-center-slider-section .swiper-slide-active .banner-center-content {
    opacity: 1
}

.social-area-left {
    background-color: #0b0b0b;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    height: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(min-width:1200px) and (max-width:1399px) {
    .social-area-left {
        width: 70px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .social-area-left {
        width: 70px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .social-area-left {
        width: 50px
    }
}

@media(max-width:767px) {
    .social-area-left {
        display: none;
        visibility: hidden
    }
}

.social-area-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.social-area-left ul li {
    position: relative;
    transform: rotate(-90deg)
}

.social-area-left ul li::after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background-color: rgba(251, 180, 47, .3);
    position: absolute;
    right: -15px;
    top: 8px
}

.social-area-left ul li a {
    color: #878787;
    text-transform: uppercase;
    transition: all .45s ease
}

.social-area-left ul li a:hover {
    color: var(--white);
    text-decoration: underline
}

.banner-pagination-section {
    position: relative
}

.banner-pagination-section .swiper .swiper-wrapper .swiper-slide::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(16, 16, 16, .4);
    transition: all .5s ease;
    transition-delay: .3s
}

.banner-pagination-section .swiper .swiper-wrapper .swiper-slide img {
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 500px
}

.banner-pagination-section .swiper-pagination-num {
    position: absolute;
    bottom: 120px;
    left: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
    width: 220px
}

@media(min-width:992px) and (max-width:1199px) {
    .banner-pagination-section .swiper-pagination-num {
        bottom: 70px
    }
}

@media(max-width:991px) {
    .banner-pagination-section .swiper-pagination-num {
        left: 50%;
        transform: translateX(-50%);
        bottom: 30px
    }
}

.banner-pagination-section .swiper-pagination-bullet {
    height: 23px;
    width: 20px;
    font-family: var(--font-cormorant);
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    background-color: transparent;
    opacity: .7;
    transition: .5s
}

.banner-pagination-section .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active::after {
    display: none;
    visibility: hidden
}

@media(max-width:767px) {
    .banner-pagination-section .swiper-pagination-bullet {
        font-size: 17px
    }
}

.banner-pagination-section .swiper-pagination-bullet-active {
    font-size: 30px;
    position: relative;
    margin-right: 82px !important;
    opacity: 1;
    transition: .5s
}

@media(max-width:767px) {
    .banner-pagination-section .swiper-pagination-bullet-active {
        font-size: 24px;
        margin-right: 42px !important
    }
}

.banner-pagination-section .swiper-pagination-bullet-active::after {
    content: "";
    height: 1px;
    width: 60px;
    background-color: var(--white);
    position: absolute;
    left: 39px;
    top: 50%;
    transition: .5s
}

@media(max-width:767px) {
    .banner-pagination-section .swiper-pagination-bullet-active::after {
        width: 30px
    }
}

.banner-pagination-content {
    position: absolute;
    bottom: 200px;
    left: 70px;
    transition: all .5s;
    text-align: left;
    z-index: 9
}

@media(min-width:1200px) and (max-width:1399px) {
    .banner-pagination-content {
        left: 110px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .banner-pagination-content {
        left: 50px;
        bottom: 50px
    }
}

@media(max-width:767px) {
    .banner-pagination-content {
        left: 25px
    }
}

.banner-pagination-content span {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
    font-family: var(--font-josefin);
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 3px;
    z-index: 1;
    line-height: 1.5;
    padding: 5px 75px 3px 10px
}

@media(max-width:576px) {
    .banner-pagination-content span {
        font-size: 12px
    }
}

.banner-pagination-content span::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, .4);
    z-index: -1
}

@media(min-width:1200px) and (max-width:1399px) {
    .banner-pagination-content span {
        font-size: 16px
    }
}

@media(max-width:991px) {
    .banner-pagination-content span {
        font-size: 16px
    }
}

.banner-pagination-content span::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 16px;
    width: 54px;
    height: 1.5px;
    background-color: var(--white)
}

@media(max-width:991px) {
    .banner-pagination-content span::after {
        height: 1px
    }
}

@media(max-width:576px) {
    .banner-pagination-content span::after {
        top: 12px
    }
}

.banner-pagination-content h2 {
    display: block;
    font-size: 50px;
    font-weight: 600;
    color: var(--white);
    font-family: var(--font-josefin);
    line-height: 1.35
}

@media(min-width:1200px) and (max-width:1399px) {
    .banner-pagination-content h2 {
        font-size: 45px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .banner-pagination-content h2 {
        font-size: 45px
    }
}

@media(max-width:767px) {
    .banner-pagination-content h2 {
        font-size: 38px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .banner-pagination-content.style-two {
        left: 90px
    }
}

.banner-pagination-content.style-two span {
    color: var(--hover-color)
}

@media(max-width:576px) {
    .banner-pagination-content.style-two span {
        font-size: 12px
    }
}

.banner-pagination-content.style-two span::after {
    background-color: var(--hover-color);
    top: 15px
}

@media(max-width:576px) {
    .banner-pagination-content.style-two span::after {
        top: 12px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .banner-pagination-content.style-three {
        left: 90px
    }
}

.banner-pagination-content.style-three span {
    color: var(--primary-color1)
}

.banner-pagination-content.style-three span::after {
    background-color: var(--primary-color1)
}

.banner-pagination-image-section {
    position: relative;
    overflow: hidden
}

.banner-pagination-image-section .swiper .swiper-wrapper .swiper-slide {
    position: relative
}

.banner-pagination-image-section .swiper .swiper-wrapper .swiper-slide::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(16, 16, 16, .2)
}

.banner-pagination-image-section .swiper .swiper-wrapper .swiper-slide img {
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 500px
}

.banner-pagination-small-image {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 100px;
    width: 550px
}

@media(min-width:1200px) and (max-width:1399px) {
    .banner-pagination-small-image {
        width: 450px;
        height: 90px;
        bottom: 0;
        right: 0
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .banner-pagination-small-image {
        height: 80px;
        bottom: 0;
        right: 10px;
        height: 80px;
        width: 400px
    }
}

@media(max-width:991px) {
    .banner-pagination-small-image {
        height: 60px;
        bottom: 0;
        right: 3px;
        width: 275px
    }
}

.banner-pagination-small-image .swiper-slide {
    overflow: hidden;
    border-radius: 50px;
    transition: all .5s ease;
    min-height: 100px !important;
    cursor: pointer
}

@media(min-width:1200px) and (max-width:1399px) {
    .banner-pagination-small-image .swiper-slide {
        min-height: 90px !important;
        border-radius: 30px;
        width: 100px !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .banner-pagination-small-image .swiper-slide {
        min-height: 80px !important;
        border-radius: 30px;
        width: 90px !important
    }
}

@media(max-width:991px) {
    .banner-pagination-small-image .swiper-slide {
        min-height: 60px !important;
        border-radius: 20px;
        width: 60px !important
    }
}

.banner-pagination-small-image .swiper-slide img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    background-position: center;
    min-height: 100px !important
}

.banner-pagination-small-image .swiper-slide-thumb-active {
    border-radius: 0
}

.banner-pagination-small-image .swiper-slide-thumb-active::after {
    content: unset
}

.banner-pagination-image-content {
    position: absolute;
    bottom: 100px;
    left: 40px;
    transition: all .5s;
    text-align: left;
    z-index: 9
}

@media(min-width:1200px) and (max-width:1399px) {
    .banner-pagination-image-content {
        left: 110px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .banner-pagination-image-content {
        left: 110px;
        bottom: 100px
    }
}

@media(max-width:767px) {
    .banner-pagination-image-content {
        left: 25px
    }
}

.banner-pagination-image-content span {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: var(--white);
    font-family: var(--font-josefin);
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, .3);
    padding: 10px 75px 5px 15px;
    letter-spacing: 3px
}

@media(min-width:1200px) and (max-width:1399px) {
    .banner-pagination-image-content span {
        font-size: 16px
    }
}

@media(max-width:991px) {
    .banner-pagination-image-content span {
        font-size: 16px
    }
}

.banner-pagination-image-content span::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 20px;
    width: 54px;
    height: 2px;
    background-color: var(--white)
}

@media(max-width:991px) {
    .banner-pagination-image-content span::after {
        height: 1px
    }
}

.banner-pagination-image-content h2 {
    display: block;
    font-size: 50px;
    font-weight: 600;
    color: var(--white);
    font-family: var(--font-josefin)
}

@media(min-width:1200px) and (max-width:1399px) {
    .banner-pagination-image-content h2 {
        font-size: 45px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .banner-pagination-image-content h2 {
        font-size: 45px
    }
}

@media(max-width:767px) {
    .banner-pagination-image-content h2 {
        font-size: 42px
    }
}

.agency-banner-section {
    background: rgba(7, 10, 17, .4);
    background-image: url(../images/bg/breadcrumb-bg.png);
    background-size: cover;
    background-position: center center;
    min-height: 90vh;
    padding: 0 100px
}

@media(min-width:1400px) and (max-width:1599px) {
    .agency-banner-section {
        padding: 0 40px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .agency-banner-section {
        padding: 0 40px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .agency-banner-section {
        padding: 0 30px;
        min-height: auto
    }
}

@media(max-width:991px) {
    .agency-banner-section {
        padding: 0 20px;
        min-height: auto
    }
}

@media(max-width:991px) {
    .agency-banner-img {
        padding-bottom: 120px
    }
}

.agency-banner-img img {
    max-width: 112%
}

@media(min-width:1400px) and (max-width:1599px) {
    .agency-banner-img img {
        max-width: 107%
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .agency-banner-img img {
        max-width: 107%
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .agency-banner-img img {
        max-width: 105%
    }
}

@media(max-width:991px) {
    .agency-banner-img img {
        max-width: 100%
    }
}

.agency-banner-content {
    width: 100%;
    text-align: left;
    padding: 120px 0
}

@media(max-width:991px) {
    .agency-banner-content {
        text-align: center;
        padding: 120px 0 60px
    }
}

.agency-banner-content span {
    font-family: var(--font-josefin);
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--primary-color1);
    background-color: rgba(0, 0, 0, .3);
    padding: 10px 10px 8px
}

@media(max-width:767px) {
    .agency-banner-content span {
        font-size: 18px
    }
}

.agency-banner-content h1 {
    font-family: var(--font-josefin);
    font-weight: 600;
    font-size: 75px;
    line-height: 1.3;
    text-transform: capitalize;
    color: var(--white);
    margin-bottom: 35px;
    padding-top: 30px
}

@media(min-width:1400px) and (max-width:1599px) {
    .agency-banner-content h1 {
        font-size: 68px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .agency-banner-content h1 {
        font-size: 55px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .agency-banner-content h1 {
        font-size: 50px
    }
}

@media(max-width:576px) {
    .agency-banner-content h1 {
        font-size: 45px
    }
}

.agency-banner-content .eg-btn1 {
    color: var(--primary-color1);
    font-weight: 700;
    margin-left: 6px
}

.agency-banner-content .btn--primary::after {
    border-width: 2px
}

.agency-banner-content .btn--primary::before {
    border-width: 2px
}

.introduction-area .introduction-content span {
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: var(--text-light-dark-color1)
}

.introduction-area .introduction-content h3 {
    font-family: var(--font-josefin);
    font-weight: 600;
    font-size: 35px;
    line-height: 1.45;
    color: var(--text-color4-light);
    margin-bottom: 15px;
    padding-top: 10px
}

@media(max-width:767px) {
    .introduction-area .introduction-content h3 {
        font-size: 30px
    }
}

.introduction-area .introduction-content p {
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: var(--text-light-dark-color1);
    margin-bottom: 15px
}

.introduction-area .introduction-content h4 {
    font-family: var(--font-josefin);
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    color: var(--text-light-dark-color1);
    margin-bottom: 10px;
    padding-top: 15px
}

.introduction-area .introduction-content a {
    margin-top: 30px;
    color: var(--text-light-dark-color1)
}

.introduction-area .introduction-banner {
    position: relative
}

@media(max-width:576px) {
    .introduction-area .introduction-banner img {
        width: 100%
    }
}

.introduction-area .introduction-banner .overlay {
    background-color: rgba(23, 24, 26, .9);
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    top: 20px;
    display: flex;
    align-items: center
}

.introduction-area .introduction-banner .overlay .intro-banner-content {
    padding: 30px;
    text-align: center
}

.introduction-area .introduction-banner .overlay .intro-banner-content h4 {
    font-family: var(--font-josefin);
    font-weight: 600;
    font-size: 25px;
    line-height: 40px;
    text-transform: uppercase;
    color: var(--white)
}

.introduction-area .introduction-banner .overlay .intro-banner-content a {
    color: var(--white)
}

.choose-area .choose-bg {
    background-size: cover;
    background-position: center center
}

.choose-area .choose-bg .choose-content {
    background: #fff;
    border: 25px solid #383838;
    padding: 50px 35px;
    transform: translateY(-50px)
}

@media(max-width:767px) {
    .choose-area .choose-bg .choose-content {
        padding: 40px 20px;
        border: 5px solid #383838
    }
}

.choose-area .choose-bg .choose-content span {
    font-family: var(--font-josefin);
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #383838
}

.choose-area .choose-bg .choose-content h2 {
    font-family: var(--font-josefin);
    font-weight: 600;
    font-size: 45px;
    line-height: 56px;
    color: var(--text-color1);
    margin-bottom: 15px;
    padding-top: 10px
}

@media(max-width:767px) {
    .choose-area .choose-bg .choose-content h2 {
        font-size: 30px;
        line-height: 38px
    }
}

.choose-area .choose-bg .choose-content p {
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #383838;
    margin-bottom: 24px;
    text-align: justify;
}

.choose-area .choose-bg .choose-content ul {
    margin: 0;
    padding: 0;
    margin-bottom: 35px
}

.choose-area .choose-bg .choose-content ul:not(.list-unstyled) li {
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #4f4f4f;
    margin-left: 20px;
    margin-bottom: 15px;
    position: relative
}

.choose-area .choose-bg .choose-content ul:not(.list-unstyled) li::after {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: var(--hover-color);
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%)
}

/* Styles pour la liste avec icônes (list-unstyled) */
.choose-area .choose-bg .choose-content ul.list-unstyled li {
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 18px;
    /* Slightly adjusted font size */
    line-height: 1.6;
    color: #4f4f4f;
    margin-left: 0;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: flex-start;
    /* Better alignment for multiline text */
}

.choose-area .choose-bg .choose-content ul.list-unstyled li i {
    flex-shrink: 0;
    margin-top: 5px;
    /* Align icon with first line of text */
}

.choose-area .choose-bg .choose-content a {
    color: var(--text-color1)
}

.booking-area .booking-wrap {
    background: #181b22;
    padding: 45px 90px
}

@media(max-width:576px) {
    .booking-area .booking-wrap {
        padding: 45px 25px
    }
}

.booking-area .booking-wrap .booking-title {
    margin-bottom: 50px
}

.booking-area .booking-wrap .booking-title h5 {
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 20px;
    color: var(--white);
    margin-bottom: 0;
    background-color: rgba(250, 99, 80, .2);
    padding: 15px 15px 13px;
    border-radius: 5px
}

.booking-area .booking-wrap form .form-inner {
    margin-bottom: 20px
}

.booking-area .booking-wrap form .form-inner label {
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--white);
    padding: 0 0 5px
}

.booking-area .booking-wrap form .form-inner textarea,
.booking-area .booking-wrap form .form-inner input {
    color: var(--white);
    font-family: var(--font-josefin);
    padding: 10px
}

.booking-area .booking-wrap form .form-inner textarea:focus,
.booking-area .booking-wrap form .form-inner input:focus {
    border: 1px solid rgba(250, 99, 80, .5)
}

.booking-area .booking-wrap form .form-inner.two {
    margin-bottom: 0
}

.inner-blog .pagination {
    padding-top: 0
}

.our-portfilio-area .filter-button-group {
    margin-bottom: 90px;
    border-bottom: 1px solid #dbdbdb
}

@media(max-width:767px) {
    .our-portfilio-area .filter-button-group {
        margin-bottom: 70px
    }
}

.our-portfilio-area .filter-button-group ul {
    margin: 0;
    padding: 0;
    gap: 20px
}

@media(max-width:576px) {
    .our-portfilio-area .filter-button-group ul {
        gap: 15px
    }
}

.our-portfilio-area .filter-button-group ul li {
    font-family: var(--font-josefin);
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: var(--text-light-dark-color1);
    padding-bottom: 5px;
    padding-right: 20px;
    cursor: pointer
}

@media(max-width:576px) {
    .our-portfilio-area .filter-button-group ul li {
        font-size: 14px;
        padding-right: 0
    }
}

.our-portfilio-area .filter-button-group ul li.active {
    position: relative
}

.our-portfilio-area .filter-button-group ul li.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -18px;
    height: 20px;
    width: 20px;
    background-color: var(--dark-white);
    transform: rotate(45deg) translateX(-50%);
    border: 1px solid #fa6350;
    border-left: none;
    border-top: none
}

.our-portfilio-area .filter-button-group ul li.active::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    border-bottom: 1px solid #fa6350;
    width: 100%
}

.our-portfilio-area .portfolio-img {
    position: relative
}

@media(max-width:991px) {
    .our-portfilio-area .portfolio-img img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.our-portfilio-area .portfolio-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: .4s ease-in-out;
    background: linear-gradient(183.62deg, rgba(7, 8, 18, 0) 2.97%, #070812 88.71%);
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    transform-origin: bottom;
}

.our-portfilio-area .portfolio-img .overlay .icon {
    position: absolute;
    top: 30px;
    right: 30px
}

.our-portfilio-area .portfolio-img .overlay .icon a {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--hover-color);
    border-radius: 50%
}

.our-portfilio-area .portfolio-img .overlay .icon a i {
    font-size: 35px
}

.our-portfilio-area .portfolio-img .overlay .content {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 25px;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
}

.our-portfilio-area .portfolio-img .overlay .content h4 {
    margin-bottom: 0
}

.our-portfilio-area .portfolio-img .overlay .content h4 a {
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 25px;
    line-height: 40px;
    color: var(--white)
}

.our-portfilio-area .portfolio-img .overlay .content span {
    font-family: var(--font-josefin);
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: var(--white)
}

.our-portfilio-area .portfolio-img:hover .overlay {
    opacity: 1;
    transform: scaleY(1)
}

.our-portfilio-area .load-more-btn a {
    color: var(--text-light-dark-color1)
}

.contact-us-page .contact-left h2 {
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    color: var(--text-light-dark-color1)
}

.contact-us-page .contact-left p {
    font-size: 16px;
    line-height: 32px;
    color: var(--text-light-dark-color1)
}

.contact-us-page .contact-left ul {
    margin: 0;
    padding: 0;
    padding-top: 50px
}

.contact-us-page .contact-left ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    min-height: 80px;
    position: relative;
}

.contact-us-page .contact-left ul li .icon {
    height: 42px;
    width: 42px;
    min-width: 42px;
    line-height: 42px;
    border-radius: 50%;
    background-color: var(--hover-color);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    position: relative;
    flex-shrink: 0;
}

.contact-us-page .contact-left ul li .icon::after {
    content: "";
    width: 1px;
    background-color: var(--hover-color);
    position: absolute;
    left: 50%;
    top: 42px;
    bottom: -105px;
    transform: translateX(-50%)
}

.contact-us-page .contact-left ul li .content h6 {
    margin-bottom: 0
}

.contact-us-page .contact-left ul li .content h6 a {
    font-family: var(--font-josefin);
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: var(--text-light-dark-color1)
}

.contact-us-page .contact-left ul li:last-child .icon::after {
    display: none;
    visibility: hidden
}

.contact-us-page .contact-form .number-of-comment {
    margin-bottom: 32px
}

.contact-us-page .contact-form .number-of-comment h5 {
    background-color: #181b22;
    display: inline-block;
    color: var(--white);
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 20px 8px
}

.contact-us-page .contact-form form .form-inner {
    margin-bottom: 20px
}

.contact-us-page .contact-form form .form-inner label {
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--text-light-dark-color1);
    padding: 0 0 5px
}

.contact-us-page .contact-form form .form-inner textarea,
.contact-us-page .contact-form form .form-inner input {
    color: var(--text-light-dark-color1);
    font-family: var(--font-josefin);
    padding: 10px;
    border: 1px solid rgba(167, 167, 167, .431372549);
    transition: all .5s ease
}

.contact-us-page .contact-form form .form-inner textarea:focus,
.contact-us-page .contact-form form .form-inner input:focus {
    border: 1px solid rgba(250, 99, 80, .5)
}

.contact-us-page .contact-form form .form-inner textarea {
    min-height: 120px
}

.contact-us-page .contact-form form .form-inner button {
    color: var(--text-light-dark-color1)
}

.contact-us-page .contact-form form .form-inner.two {
    margin-bottom: 0;
    padding-top: 0px
}

.contact-us-page .location-map {
    width: 100%
}

.contact-us-page .location-map iframe {
    height: 440px;
    width: 100%;
    filter: grayscale(199%) invert(98%) contrast(122%)
}

.pricing-plan-area .section-title1 {
    margin: 0 auto
}

.pricing-plan-area .pricing-wrap {
    position: relative;
    z-index: 1;
    background: #05080f;
    border-radius: 10px;
    padding: 20px 75px 40px
}

@media(max-width:1399px) {
    .pricing-plan-area .pricing-wrap {
        padding: 20px 40px 40px
    }
}

@media(max-width:1199px) {
    .pricing-plan-area .pricing-wrap {
        padding: 20px 15px 40px
    }
}

@media(max-width:1199px) {
    .pricing-plan-area .pricing-wrap {
        padding: 20px 30px 40px
    }
}

@media(max-width:767px) {
    .pricing-plan-area .pricing-wrap {
        padding: 20px 70px 40px;
        max-width: 450px;
        width: 100%;
        margin: 0 auto
    }
}

@media(max-width:576px) {
    .pricing-plan-area .pricing-wrap {
        padding: 20px 20px 40px
    }
}

.pricing-plan-area .pricing-wrap::after {
    content: " ";
    transition: .65s;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 96%;
    width: 0%;
    border: 1px solid #fa6350;
    border-right: none;
    z-index: -1;
    opacity: 0
}

.pricing-plan-area .pricing-wrap::before {
    content: " ";
    transition: .65s;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 96%;
    width: 0%;
    border: 1px solid #fa6350;
    border-left: none;
    z-index: -1;
    opacity: 0
}

.pricing-plan-area .pricing-wrap:hover::after,
.pricing-plan-area .pricing-wrap:hover::before {
    width: 50%;
    opacity: .85
}

.pricing-plan-area .pricing-wrap .top-bg {
    position: absolute;
    left: 0;
    top: 0
}

.pricing-plan-area .pricing-wrap .btm-bg {
    position: absolute;
    bottom: 0;
    right: 0
}

.pricing-plan-area .pricing-wrap .pricing-title {
    text-align: center;
    margin-bottom: 45px
}

@media(max-width:767px) {
    .pricing-plan-area .pricing-wrap .pricing-title {
        margin-bottom: 30px
    }
}

.pricing-plan-area .pricing-wrap .pricing-title h2 {
    font-family: var(--font-cormorant);
    font-weight: 700;
    font-size: 40px;
    line-height: 75px;
    text-transform: capitalize;
    color: var(--white);
    margin-bottom: 0
}

.pricing-plan-area .pricing-wrap .pricing-title .price {
    font-family: var(--font-josefin);
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    color: var(--hover-color)
}

.pricing-plan-area .pricing-wrap .pricing-features {
    margin: 0;
    padding: 0;
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    transition: all .6s ease
}

.pricing-plan-area .pricing-wrap .pricing-features li {
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: var(--white);
    margin-bottom: 35px;
    margin-left: 25px;
    position: relative
}

@media(max-width:767px) {
    .pricing-plan-area .pricing-wrap .pricing-features li {
        margin-bottom: 30px
    }
}

.pricing-plan-area .pricing-wrap .pricing-features li::after {
    content: url(../images/icons/lens1.svg);
    position: absolute;
    left: -25px;
    top: 2px
}

.pricing-plan-area .pricing-wrap .book-btn {
    padding-top: 25px;
    text-align: center
}

.pricing-plan-area .pricing-wrap .book-btn a {
    color: var(--hover-color);
    padding: 8px 30px 10px;
    display: inline-block;
    position: relative
}

.pricing-plan-area .pricing-wrap .book-btn a::after {
    content: " ";
    transition: .5s;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 25%;
    border: 1px solid #fa6350;
    border-right: none;
    z-index: 1
}

.pricing-plan-area .pricing-wrap .book-btn a::before {
    content: " ";
    transition: .5s;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 25%;
    border: 1px solid #fa6350;
    border-left: none;
    z-index: 1
}

.pricing-plan-area .pricing-wrap .book-btn a:hover::after,
.pricing-plan-area .pricing-wrap .book-btn a:hover::before {
    width: 50%
}

.ui-datepicker {
    width: 17em;
    padding: .5em .5em 0;
    display: none;
    z-index: 99
}

.ui-datepicker td {
    border: 0;
    padding: 2px
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    background: var(--hover-color);
    border: 1px solid var(--hover-color);
    color: #fff;
    border-radius: 0
}

div#ui-datepicker-div {
    border: 1px solid transparent;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .07);
    border-radius: 0;
    margin-top: 8px;
    margin-left: -15px
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid rgba(238, 238, 238, .5);
    background: var(--white);
    font-weight: 400;
    padding: 4px;
    transition: all .45s ease;
    color: var(--text-color1)
}

.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover,
.ui-button:hover,
html .ui-button.ui-state-disabled:hover:hover,
html .ui-button.ui-state-disabled:active:hover {
    border: 1px solid var(--hover-color);
    color: var(--hover-color)
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid var(--hover-color) !important;
    color: var(--hover-color) !important
}

.ui-widget-header .ui-icon {
    background-image: unset;
    position: relative
}

.ui-widget-header .ui-icon::after {
    content: "\f12c";
    position: absolute;
    left: 0;
    top: 0;
    font-family: bootstrap-icons;
    color: var(--white);
    z-index: 9
}

.ui-datepicker-prev {
    border: 1px solid var(--hover-color)
}

.ui-datepicker-prev:hover {
    border: 1px solid var(--hover-color);
    background-color: inherit
}

.ui-datepicker-prev::after {
    content: "\f12c";
    font-family: bootstrap-icons;
    font-weight: 400;
    position: absolute;
    top: -1px;
    left: 5px;
    z-index: 9;
    margin: auto;
    font-size: 22px;
    color: var(--white);
    transition: all .35s ease
}

.ui-datepicker-prev span.ui-icon {
    display: none !important;
    visibility: hidden
}

.ui-datepicker-next {
    border: 1px solid var(--hover-color)
}

.ui-datepicker-next:hover {
    border: 1px solid var(--hover-color);
    background-color: inherit
}

.ui-datepicker-next::after {
    content: "\f135";
    font-family: bootstrap-icons;
    font-weight: 400;
    position: absolute;
    top: -1px;
    left: 5px;
    z-index: 9;
    margin: auto;
    font-size: 22px;
    color: var(--white);
    transition: all .35s ease
}

.ui-datepicker-next span.ui-icon {
    display: none !important;
    visibility: hidden
}

.main-nav-wrapper {
    transition: all .7s ease-in;
    position: relative;
    width: 100%;
    z-index: 9999999999999
}

.main-nav-wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--text-color1);
    z-index: 1
}

.main-nav-wrapper .sidebar-menu-contact {
    gap: 35px
}

.main-nav-wrapper .sidebar-menu-contact a {
    width: 45px;
    text-align: center
}

.main-nav-wrapper .mobile-logo-area {
    padding: 14px 0
}

.main-nav-wrapper .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 5% !important;
    z-index: 99;
    height: 100%;
    overflow-y: auto;
    background: #020b0d;
    box-shadow: 4px 3px 20px rgba(16, 33, 34, .06);
    transition: all .7s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateY(-10vh);
    opacity: 0;
    visibility: hidden;
    gap: 30px
}

.main-nav-wrapper .main-nav::before {
    content: "Photographie Marrakech";
    position: absolute;
    top: 25%;
    right: 20%;
    transform: translateY(-50%);
    display: block;
    font-size: 180px;
    font-weight: 700;
    line-height: 1;
    font-family: var(--font-Jost);
    color: var(--white2);
    opacity: .05;
    z-index: 1;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: 0;
    height: 300px;
    letter-spacing: 5px;
    text-align: right;
    z-index: -1
}

@media(min-width:1200px) and (max-width:1399px) {
    .main-nav-wrapper .main-nav::before {
        font-size: 200px
    }
}

@media(max-width:991px) {
    .main-nav-wrapper .main-nav::before {
        display: none;
        visibility: hidden
    }
}

@media(min-width:576px) and (max-width:768px) {
    .main-nav-wrapper .main-nav {
        min-width: 100%;
        max-width: 100%
    }
}

@media(max-width:576px) {
    .main-nav-wrapper .main-nav {
        min-width: 100%;
        max-width: 100%
    }
}

.main-nav-wrapper .main-nav::-webkit-scrollbar {
    width: 0;
    display: none;
}

.main-nav-wrapper .main-nav::-webkit-scrollbar-track {
    background: transparent;
}

.main-nav-wrapper .main-nav::-webkit-scrollbar-thumb {
    background: transparent;
}

.main-nav-wrapper .main-nav::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.main-nav-wrapper .main-nav .menu-close-btn {
    position: absolute;
    right: 5%;
    top: 35px;
    opacity: 1;
    cursor: pointer;
    border: 1px solid var(--white);
    padding: 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    opacity: .8
}

.main-nav-wrapper .main-nav .menu-close-btn i {
    color: var(--white)
}

.main-nav-wrapper .main-nav .sidebar-menu-area>ul {
    float: none;
    text-align: left;
    /* padding: 80px 0; */
    margin-bottom: 0;
    width: 100%;
    max-width: 550px;
    margin-left: 0;
    margin-right: auto;
    z-index: 3
}

@media(min-width:1200px) and (max-width:1399px) {
    .main-nav-wrapper .main-nav .sidebar-menu-area>ul {
        padding: 45px 0 35px
    }
}

@media(max-width:767px) {
    .main-nav-wrapper .main-nav .sidebar-menu-area>ul {
        padding: 40px 0 30px
    }
}

.main-nav-wrapper .main-nav .sidebar-menu-area>ul>li {
    display: block;
    position: relative;
    padding: 5px;
    transition: all .2s;
    transform: translateY(50px) scaleY(0);
    opacity: 0
}

.main-nav-wrapper .main-nav .sidebar-menu-area>ul>li:last-child {
    border-bottom: 1px solid transparent
}

.main-nav-wrapper .main-nav .sidebar-menu-area>ul>li:hover a:before {
    width: 100%
}

.main-nav-wrapper .main-nav .sidebar-menu-area>ul>li>.bi {
    position: absolute;
    right: 40px;
    top: 26px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    color: var(--white)
}

@media(min-width:576px) and (max-width:768px) {
    .main-nav-wrapper .main-nav .sidebar-menu-area>ul>li>.bi {
        top: 17px;
        font-size: 18px
    }
}

@media(max-width:576px) {
    .main-nav-wrapper .main-nav .sidebar-menu-area>ul>li>.bi {
        top: 15px;
        right: 0;
        font-size: 16px
    }
}

.main-nav-wrapper .main-nav .sidebar-menu-area>ul>li a {
    padding: 4px 0;
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    color: var(--white);
    font-family: var(--font-josefin);
    transition: all .6s ease;
    font-style: normal;
    text-decoration: none;
    -webkit-text-stroke: 1px var(--white);
    color: transparent;
    transition: all .55s ease;
    position: relative;
    text-transform: uppercase
}

@media(max-width:767px) {
    .main-nav-wrapper .main-nav .sidebar-menu-area>ul>li a {
        font-size: 1.8rem
    }
}

.main-nav-wrapper .main-nav .sidebar-menu-area>ul>li a::before {
    overflow: hidden;
    position: absolute;
    top: 5px;
    left: 0;
    width: 0;
    color: var(--text-light);
    white-space: nowrap;
    content: attr(data-hover);
    transition: all .8s cubic-bezier(.17, .67, .32, .87)
}

.main-nav-wrapper .main-nav .sidebar-menu-area>ul>li ul.sub-menu {
    position: static;
    min-width: 180px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    transition: none;
    display: none;
    margin-top: 0 !important;
    list-style: none;
    padding-left: 20px;
    padding-bottom: 25px
}

@media(max-width:767px) {
    .main-nav-wrapper .main-nav .sidebar-menu-area>ul>li ul.sub-menu {
        padding-left: 10px
    }
}

.main-nav-wrapper .main-nav .sidebar-menu-area>ul>li ul.sub-menu li {
    opacity: 1
}

.main-nav-wrapper .main-nav .sidebar-menu-area>ul>li ul.sub-menu li a {
    font-size: 22px;
    font-weight: 400;
    padding: 7px 5px;
    font-style: normal;
    text-transform: capitalize;
    -webkit-text-stroke: unset;
    -webkit-text-fill-color: unset;
    font-family: var(--font-Jost);
    color: var(--white)
}

.main-nav-wrapper .main-nav.show-menu {
    transform: none;
    opacity: 1;
    visibility: visible
}

@-webkit-keyframes navLinkFade {
    from {
        opacity: 0;
        transform: translateY(50px) scaleY(0)
    }

    to {
        opacity: 1;
        transform: translateY(0) scaleY(1)
    }
}

@keyframes navLinkFade {
    from {
        opacity: 0;
        transform: translateY(50px) scaleY(0)
    }

    to {
        opacity: 1;
        transform: translateY(0) scaleY(1)
    }
}

.main-nav-wrapper .uesr-aera {
    background: var(--primary-color2);
    display: inline-block;
    margin-left: auto;
    margin-right: auto
}

.main-nav-wrapper .uesr-aera .bi {
    font-size: 35px;
    color: var(--text-color1)
}

.main-nav-wrapper .mobile-menu {
    position: relative;
    top: 2px;
    padding: 0 5px;
    border-radius: 50%;
    display: inline-block
}

.main-nav-wrapper .nav-contact-list {
    padding: 0;
    margin: 0
}

@media(max-width:991px) {
    .main-nav-wrapper .nav-contact-list {
        margin-top: 50px
    }
}

.main-nav-wrapper .nav-contact-list .citem h6 {
    font-family: var(--font-josefin);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 10px;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px
}

.main-nav-wrapper .nav-contact-list .citem p {
    font-family: var(--font-josefin);
    font-size: 16px;
    color: #cacaca;
    margin-bottom: 2rem
}

.main-nav-wrapper .nav-contact-list .citem>a {
    font-family: var(--font-josefin);
    font-size: 16px;
    color: #cacaca;
    margin-bottom: 2rem;
    display: inline-block
}

.main-nav-wrapper .nav-contact-list .citem .social-icon {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 25px
}

.main-nav-wrapper .nav-contact-list .citem .social-icon li {
    line-height: 38px
}

.main-nav-wrapper .nav-contact-list .citem .social-icon li a {
    color: #cacaca
}

.contact-me-area .contact-left {
    height: 530px;
    width: 530px;
    border-radius: 50%;
    background: #070812;
    box-shadow: 0 0 45px rgba(0, 0, 0, .25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto
}

@media(max-width:991px) {
    .contact-me-area .contact-left {
        width: 100%;
        height: 100%;
        padding: 50px;
        border-radius: 0;
        margin: 0
    }
}

@media(max-width:576px) {
    .contact-me-area .contact-left {
        padding: 20px
    }
}

.contact-me-area .contact-left h3 {
    font-family: var(--font-josefin);
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    color: var(--white);
    margin-bottom: 0;
    display: block
}

.contact-me-area .contact-left ul {
    margin: 0;
    padding: 0;
    padding-top: 50px
}

@media(max-width:991px) {
    .contact-me-area .contact-left ul {
        display: flex;
        flex-wrap: wrap;
        gap: 35px
    }
}

@media(max-width:576px) {
    .contact-me-area .contact-left ul {
        padding-top: 30px
    }
}

.contact-me-area .contact-left ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px
}

@media(max-width:991px) {
    .contact-me-area .contact-left ul li {
        margin-bottom: 0
    }
}

.contact-me-area .contact-left ul li .icon {
    height: 42px;
    width: 42px;
    line-height: 42px;
    border-radius: 50%;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    position: relative
}

.contact-me-area .contact-left ul li .content h6 {
    margin-bottom: 0
}

.contact-me-area .contact-left ul li .content h6 a {
    font-family: var(--font-josefin);
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: var(--white)
}

.contact-me-area .contact-left ul li:last-child .icon::after {
    display: none;
    visibility: hidden
}

.contact-me-area .contact-form .number-of-comment {
    margin-bottom: 32px
}

.contact-me-area .contact-form .number-of-comment h5 {
    background-color: #181b22;
    display: inline-block;
    color: var(--white);
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 20px 8px
}

.contact-me-area .contact-form form .form-inner {
    margin-bottom: 20px
}

.contact-me-area .contact-form form .form-inner label {
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--text-light-dark-color1);
    padding: 0 0 5px
}

.contact-me-area .contact-form form .form-inner textarea,
.contact-me-area .contact-form form .form-inner input {
    color: var(--white);
    font-family: var(--font-josefin);
    padding: 10px
}

.contact-me-area .contact-form form .form-inner textarea {
    min-height: 200px
}

.contact-me-area .contact-form form .form-inner button {
    color: var(--hover-color)
}

.contact-me-area .contact-form form .form-inner.two {
    margin-bottom: 0;
    padding-top: 30px
}

@media(max-width:767px) {
    .contact-me-area .contact-form form .form-inner.two {
        padding-top: 20px
    }
}

.contact-me-area .join-us-title h3 {
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    color: var(--text-color4-light);
    margin-bottom: 0
}

.contact-me-area .social-icon {
    margin: 0;
    padding: 0;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: end
}

@media(max-width:767px) {
    .contact-me-area .social-icon {
        justify-content: start
    }
}

.contact-me-area .social-icon li a {
    height: 36px;
    width: 36px;
    border: 1px solid #dbdbdb;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s
}

.contact-me-area .social-icon li a i {
    font-size: 20px;
    color: var(--text-light-dark-color1);
    transition: .35s
}

.contact-me-area .social-icon li a:hover {
    background-color: var(--hover-color)
}

.contact-me-area .social-icon li a:hover i {
    color: var(--text-color1)
}

#links-list .link-card {
    width: 350px;
    border-radius: 15px;
    overflow: hidden;
    background: var(--dark-white);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    margin: 15px;
    border-color: #fff;
}

#links-list .link-card:hover {
    box-shadow: 0 25px 25px rgba(0, 0, 0, 0.15);
}

#links-list .link-card a {
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.card-icon {
    margin-bottom: 15px;
}

.card-icon svg {
    display: block;
    width: 80px;
    height: 80px;
}

.card-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    color: var(--text-light-dark-color1);
    font-family: var(--font-josefin);
}

.card-content p {
    font-size: 14px;
    color: #555;
    text-align: center;
    color: var(--text-color3);
    font-family: var(--font-josefin);
}


#contact-video #contact .spinner,
#photographie-contact-form #photographie-contact .spinner {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #555;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 1s linear infinite;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.faq-page .faq-wrap {
    margin-left: 50px
}

@media(max-width:991px) {
    .faq-page .faq-wrap {
        margin-left: 0
    }
}

.faq-page .faq-wrap .faq-item {
    border-bottom: 1px solid #dbdbdb
}

.faq-page .faq-wrap .faq-item .accordion-button {
    font-weight: 400;
    font-size: 23px;
    line-height: 34px;
    background: unset;
    color: var(--text-light-dark-color1);
    cursor: pointer;
    font-family: var(--font-josefin);
    transition: .4s ease-in-out;
    padding: 25px 50px 17px 0;
    margin-bottom: 8px;
    text-transform: capitalize;
    border: none;
    align-items: flex-start
}

@media(max-width:576px) {
    .faq-page .faq-wrap .faq-item .accordion-button {
        font-size: 20px;
        line-height: 32px
    }
}

.faq-page .faq-wrap .faq-item .accordion-button::after {
    flex-shrink: 0;
    width: unset;
    height: unset;
    margin-left: auto;
    background-image: none;
    background-repeat: unset;
    background-size: unset;
    font-family: bootstrap-icons !important;
    position: absolute;
    right: 22px;
    content: "\f4fe";
    transition: unset;
    font-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light-dark-color1)
}

.faq-page .faq-wrap .faq-item .accordion-button:hover svg {
    fill: var(--hover-color)
}

.faq-page .faq-wrap .faq-item .accordion-button.accordion-button:not(.collapsed) {
    color: var(--text-light-dark-color1);
    background-color: transparent;
    box-shadow: none
}

.faq-page .faq-wrap .faq-item .accordion-button.accordion-button:not(.collapsed) svg {
    fill: var(--hover-color)
}

.faq-page .faq-wrap .faq-item .accordion-button.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: unset;
    font-family: bootstrap-icons !important;
    content: "\f2ea";
    color: var(--text-light-dark-color1)
}

.faq-page .faq-wrap .faq-item .accordion-button svg {
    fill: var(--text-color3-light);
    margin-right: 25px;
    transition: all .45s ease
}

@media(max-width:767px) {
    .faq-page .faq-wrap .faq-item .accordion-button svg {
        margin-trim: 15px
    }
}

.faq-page .faq-wrap .faq-item .accordion-button.for-stroke svg {
    fill: none;
    stroke: var(--text-light-dark-color1)
}

.faq-page .faq-wrap .faq-item .faq-body {
    font-weight: 400;
    font-size: 16px;
    font-family: var(--font-josefin);
    background: 0 0;
    color: var(--text-light-dark-color1);
    border-top: none;
    padding: 0 0 30px 50px;
    line-height: 32px;
    text-align: left
}

#links-list .link-card {
    width: 350px;
    border-radius: 15px;
    overflow: hidden;
    background: var(--dark-white);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    margin: 15px;
    border-color: #fff;
}

#links-list .link-card:hover {
    box-shadow: 0 25px 25px rgba(0, 0, 0, 0.15);
}

#links-list .link-card a {
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.card-icon {
    margin-bottom: 15px;
}

.card-icon svg {
    display: block;
    width: 80px;
    height: 80px;
}

.card-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    color: var(--text-light-dark-color1);
    font-family: var(--font-josefin);
}

.card-content p {
    font-size: 14px;
    color: #555;
    text-align: center;
    color: var(--text-color3);
    font-family: var(--font-josefin);
}


#contact-video #contact .spinner,
#photographie-contact-form #photographie-contact .spinner {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #555;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 1s linear infinite;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.faq-page .faq-wrap {
    margin-left: 50px
}

@media(max-width:991px) {
    .faq-page .faq-wrap {
        margin-left: 0
    }
}

.faq-page .faq-wrap .faq-item {
    border-bottom: 1px solid #dbdbdb
}

.faq-page .faq-wrap .faq-item .accordion-button {
    font-weight: 400;
    font-size: 23px;
    line-height: 34px;
    background: unset;
    color: var(--text-light-dark-color1);
    cursor: pointer;
    font-family: var(--font-josefin);
    transition: .4s ease-in-out;
    padding: 25px 50px 17px 0;
    margin-bottom: 8px;
    text-transform: capitalize;
    border: none;
    align-items: flex-start
}

@media(max-width:576px) {
    .faq-page .faq-wrap .faq-item .accordion-button {
        font-size: 20px;
        line-height: 32px
    }
}

.faq-page .faq-wrap .faq-item .accordion-button::after {
    flex-shrink: 0;
    width: unset;
    height: unset;
    margin-left: auto;
    background-image: none;
    background-repeat: unset;
    background-size: unset;
    font-family: bootstrap-icons !important;
    position: absolute;
    right: 22px;
    content: "\f4fe";
    transition: unset;
    font-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light-dark-color1)
}

.faq-page .faq-wrap .faq-item .accordion-button:hover svg {
    fill: var(--hover-color)
}

.faq-page .faq-wrap .faq-item .accordion-button.accordion-button:not(.collapsed) {
    color: var(--text-light-dark-color1);
    background-color: transparent;
    box-shadow: none
}

.faq-page .faq-wrap .faq-item .accordion-button.accordion-button:not(.collapsed) svg {
    fill: var(--hover-color)
}

.faq-page .faq-wrap .faq-item .accordion-button.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: unset;
    font-family: bootstrap-icons !important;
    content: "\f2ea";
    color: var(--text-light-dark-color1)
}

.faq-page .faq-wrap .faq-item .accordion-button svg {
    fill: var(--text-color3-light);
    margin-right: 25px;
    transition: all .45s ease
}

@media(max-width:767px) {
    .faq-page .faq-wrap .faq-item .accordion-button svg {
        margin-trim: 15px
    }
}

.faq-page .faq-wrap .faq-item .accordion-button.for-stroke svg {
    fill: none;
    stroke: var(--text-light-dark-color1)
}

.faq-page .faq-wrap .faq-item .faq-body {
    font-weight: 400;
    font-size: 16px;
    font-family: var(--font-josefin);
    background: 0 0;
    color: var(--text-light-dark-color1);
    border-top: none;
    padding: 0 0 30px 50px;
    line-height: 32px;
    text-align: left
}

/* Custom Portfolio Re-design */
.portfolio-area2 .portfolio-img .overlay {
    top: auto !important;
    bottom: 0 !important;
    height: auto !important;
    background: #0b0b0b !important;
    border-top: 1px solid #fbb42f !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    padding: 30px 20px 20px 20px !important;
}

.portfolio-area2 .portfolio-img .overlay .icon {
    position: absolute !important;
    top: -20px !important;
    right: 30px !important;
    width: auto !important;
    height: auto !important;
}

.portfolio-area2 .portfolio-img .overlay .icon a {
    border-radius: 50px !important;
    background: #fbb42f !important;
    color: #fff !important;
    font-family: var(--font-josefin) !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 10px 25px !important;
    width: auto !important;
    height: 40px !important;
    text-transform: uppercase !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
}

.portfolio-area2 .portfolio-img .overlay .icon a i {
    font-size: 18px !important;
}

.portfolio-area2 .portfolio-img .overlay .content {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    transform: none !important;
    text-align: left !important;
    padding: 0 !important;
}

.portfolio-area2 .portfolio-img .overlay .content p {
    color: #fff !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
}

/* Force Aspect Ratio for Portfolio Images */
.portfolio-area2 .portfolio-img img {
    width: 100% !important;
    height: 600px !important;
    object-fit: cover !important;
}

/* ==========================================================================
   FIXES FOR TEXT CLARITY IN BANNERS
   ========================================================================== */
.inner-page-banner .banner-content h1 {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    margin-bottom: 20px;
}

.inner-page-banner .banner-content p {
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
    font-weight: 500;
    font-size: 1.125rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    /* Darker overlay for better contrast */
    padding: 20px;
    border-radius: 10px;
    line-height: 1.6;
}

.inner-page-banner .breadcrumb .breadcrumb-item,
.inner-page-banner .breadcrumb .breadcrumb-item a {
    color: #fbb42f !important;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.inner-page-banner .breadcrumb .breadcrumb-item.active {
    color: #ffffff !important;
    opacity: 0.9;
}

/* Hide Global Scrollbar */
::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    /* make scrollbar transparent */
}

::-webkit-scrollbar-thumb {
    background: transparent;
}

.side-icon {
    cursor: pointer;
    z-index: 99999;
    position: relative;
    pointer-events: auto;
}