/**************************************
                General
**************************************/
:root {
    --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --animation-duration: 1s;
  }

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html {
    font-size: 100%;
    box-sizing: inherit;
    scroll-behavior: smooth;
    height: -webkit-fill-available;
}
html.lenis, html.lenis body {
    height: auto;
  }
  
  .lenis.lenis-smooth {
    scroll-behavior: auto !important;
  }
  
  .lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
  }
  
  .lenis.lenis-stopped {
    overflow: hidden;
  }
  
  .lenis.lenis-smooth iframe {
    pointer-events: none;
  }
html::-webkit-scrollbar {
    width: 6px;
    background-color: #0909099d;
}

html::-webkit-scrollbar-thumb {
    background-color: #090909;
    border-radius: 50rem;
}

a,
button {
    cursor: pointer;
    border: none;
    outline: none;
    user-select: none;
    background: none;
    box-shadow: none;
}

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

body {
    font-size: 16px;
    font-family: 'Lato Regular';
    font-weight: 400;
    color: #151515;
}

a,
a:hover,
a:focus {
    color: #151515;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    text-decoration: none;
}

h1,
h2,
h3,
h4 {
    font-family: 'JuliusSansOne';
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
h6{
    font-family: 'Made TheArtist Script'; 
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}

main {
    overflow: clip;
}

img {
    max-width: 100%;
    height: auto;
    transition: all .5s;
}

.w-100 {
    width: 100% !important;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}

.container-fluid {
    padding: 0 40px;
}


/* Popup */
.popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.64);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 999999;
    opacity: 0;
    transform: translateY(10px);
    z-index: -1;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
}

.popup.show {
    opacity: 1;
    transform: translateY(0px);
    z-index: 999999;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    -webkit-transition: opacity 0.5s ease, transform 0.5s ease;
    -moz-transition: opacity 0.5s ease, transform 0.5s ease;
    -ms-transition: opacity 0.5s ease, transform 0.5s ease;
    -o-transition: opacity 0.5s ease, transform 0.5s ease;
}

.popup .popup__content {
    width: 50%;
    padding: 0px;
    background: white;
    color: black;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    z-index: 99999;
}

.popup .popup__content .close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 20px;
    display: block;
    width: 40px;
    height: 40px;
    opacity: 1;
    color: #ffffff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border-radius: 50% 10px 50% 50%;
    flex-direction: column;
    gap: 5px;
    background-color: #15222B;
    transition: all .5s;
    z-index: 9;
}

.popup .popup__content .close:hover {
    background-color: #ffffff;
}

.popup .popup__content .close:hover span {
    background-color: #15222B;
}

.popup .popup__content .close span {
    cursor: pointer;
    position: fixed;
    width: 20px;
    height: 3px;
    background: #ffffff;
}

.popup .popup__content .close span:nth-child(1) {
    transform: rotate(45deg);
}

.popup .popup__content .close span:nth-child(2) {
    transform: rotate(135deg);
}

.left {
    background: #15222B;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/feature3.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.left .logo{
    height: auto;
    position: relative;
    z-index: 1;
}
.left .logo::after{
    content: '';
    opacity: 0.8;
    background: rgba(0, 0, 0, 0.60);
    filter: blur(35.5px);
    position: absolute;
    inset: -25% -10%;
    z-index: -1;
}
.right {
    padding: 30px;
    text-align: left;
}





/**************************************
                Helper Class
**************************************/

.sec-gap {
    padding: 60px 0;
}

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

.mb-20 {
    margin-bottom: 20px;
}

p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    font-family: 'Lato Light';
    margin-bottom: 10px;
}
.title {
    color: #1D1D1D;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 65%;
    position: relative;
    margin-bottom: 45px;
}
.section-title {
    color: #151515;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
}

.small-line {
    width: 79px;
    height: 2px;
    background: #000;
    display: inline-block;
    margin-left: 15px;
    margin-top: 20px;
    margin-bottom: 24px;
}

.primary-btn {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    width: 122px;
    height: 34px;
    color: #141414;
    font-family: 'JuliusSansOne';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    border-radius: 0px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.primary-btn:before,
.primary-btn:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background: #000000;
    z-index: -1;
    transition: all .35s;
}

.primary-btn:before {
    opacity: .5;
}

.primary-btn:after {
    transition-delay: .2s;
}

.primary-btn:hover:before,
.primary-btn:hover:after {
    top: 0;
}

.primary-btn:hover {
    color: #ffffff;
}

.primary-btn:focus {
    
}


.secondary-btn {
    background-color: #ffffff;
    border-color: #000;
    width: 190px;
    height: 48px;
    color: #000000;
    display: flex;
    align-items: center;

}

.secondary-btn:hover {
    background: #fff;
    box-shadow: 0px 4px 4px rgb(27 40 56 / 26%);
}

.container {
    max-width: 1400px;
}

.form-control {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #000000;
    padding: 12px 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 1px solid #C1C1C1;
    width: 100%;
    border-radius: 4px;
    outline: none;
}

.form-control:focus {
    border-color: #95C12B;
}

form .btn-group {
    justify-content: center;
}

form .primary-btn {
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;
}

form .primary-btn:hover {
    background: #94c12b00;
    color: #000000;
}

.form-group {
    margin-bottom: 10px;
}

input,
input:focus {
    outline: none;
    box-shadow: none !important;
}
label {
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
}
.form-control::placeholder {
    color: rgba(46, 49, 58, 0.5);
}

.form-group {
    position: relative;
}

.italic {
    font-style: italic;
}

/**************************************
         Animation
**************************************/
/* Keyframes */
@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.25);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(90vw) rotateY(67.50deg);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

/* Animations */
[data-animation] {
    opacity: 0;
    animation-timing-function: var(--animation-timing-function);
    animation-fill-mode: both;
    animation-duration: var(--animation-duration);
    will-change: transform, opacity;
}

/* Disable animation of the children */
.animations-disabled,
.animations-disabled [data-animation] {
    animation: none !important;
    opacity: 1 !important;
}

/* Slide Animations */
.slideInUp {
    animation-name: slideInUp;
}

.slideInDown {
    animation-name: slideInDown;
}

.slideInLeft {
    animation-name: slideInLeft;
}

.slideInRight {
    animation-name: slideInRight;
}

/* Fade Animations */
.fadeIn {
    animation-name: fadeIn;
}

/* Zoom Animations */
.zoomIn {
    animation-name: zoomIn;
}

.zoomReverseIn {
    animation-name: zoomReverseIn;
}

/* Flip Animations */
.flipInY {
    animation-name: flipInY;
}

.flipOutY {
    animation-name: flipInY;
    animation-direction: reverse;
}

/*******************************
	Menu
*******************************/
header {
    position: fixed;
    z-index: 999;
    right: 0;
    left: 0;
}

.flex-box {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
}

header.sticky {
    background: rgb(19, 19, 19);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}


nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 75px;
    z-index: 999;
    transition: ease-in-out .4s;
    padding-inline: 40px;
    border-bottom: 1px solid rgb(255 255 255 / 21%);
}
.logo{
    width: 168px;
    text-align: center;
    height: 100%;
    padding-block: 14px;
}
.logo a{
    color: #FFF;
    font-family: 'JuliusSansOne';
font-size: 27px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}
.logo a span{
    font-size: 13px;
    position: relative;
}
.logo a span::after,
 .logo a span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -20%;
    right: auto;
    transform: translate(-50%, -50%);
    width: 26px;
    height: 1px;
    background-color: #fff;
    transition: ease-in-out 0.4s;
 }
 .logo a span::after{
    left: auto;
    right: -48%;
 }
 .btn{
    padding-left: 34px;
    border-left: 1px solid rgba(255, 255, 255, 0.212);
    height: 100%;
    display: flex;
    align-items: center;
}
.social {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-inline: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.212);
    height: 100%;
}
.social a:hover img{
    transform: scale(1.5);
    filter: brightness(0) saturate(100%) invert(28%) sepia(92%) saturate(1647%) hue-rotate(341deg) brightness(93%) contrast(92%);
}
/************************************* Home Page **************************************/

.banner {
    overflow: hidden;
    position: relative;
}

.banner-slider{
    position: relative;
    overflow: clip;
    z-index: 1;
}
.banner-item.next{
    transform: translateX(94%);
    opacity: 1;
    z-index: 10;
    cursor: pointer;
    animation: fadeIn 1s;
}
.banner-item {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    inset: 0;
    opacity: 1;
    z-index: 1;
    height: 97vh;
}
.banner-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-item.active {
    opacity: 1;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateX(0);
    z-index: 9;
    animation: slideInLeft 1s ease-in-out;
    padding-right: 6%;
}
.banner-content {
    width: 55%;
    position: relative;
    padding-bottom: 70px;
}
.banner-content::after{
    content: '';
    opacity: 0.8;
    background: rgba(0, 0, 0, 0.60);
    filter: blur(35.5px);
    position: absolute;
    inset: -25% -10%;
    z-index: -1;
}
.banner-item .container {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: end;
    z-index: 1;
}

.banner-item:after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.02) 100%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.banner-item h1 {
    color: #FFF;
font-size: 63px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 10px;
}
.banner-item h1 span{
    transform: translateX(90px);
    display: block;
}
.banner-item h6 {
    color: #FFF;
font-size: 64px;
font-style: normal;
font-weight: 100;
line-height: 79px;
text-align: center;
}

.banner-item.active h1{
    animation: slideInUp .6s both .6s;
}
.banner-item.active h6{
    animation: slideInDown .8s both .8s;
}

.banner-item .primary-btn {
    color: #fff;
}

.btn-group {
    display: flex;
    gap: 25px;
}


/************************************
    Elegance in Every Shot
************************************/
.elegance-every-shot-slider .slick-list{
    margin: 0 -15px;
}
.elegance-every-shot-slider .slick-slide{
    margin: 0 15px;
}
.img-box{
    position: relative;
    overflow: hidden;
    height: 880px;
}
.img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.img-box:hover img{
    transform: scale(1.1) rotate(3deg);
}
.slick-dots li button{
    background-color: #D9D9D9;
    width: 11px;
height: 11px;
border-radius: 50%;
}
.slick-dots li.slick-active button{
    background-color: #6A6A6A;
}
.slick-dots li button:before{
    display: none;
}
.slick-dots {
    bottom: -58px;
}
/************************************
    Categories
************************************/
.category-box{
    position: relative;
    overflow: hidden;
    height: 680px;
}
.category-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: ease-in-out 3s;
}
.category-content{
    background: linear-gradient(180deg, rgba(14, 14, 14, 0.18) 0%, rgba(0, 0, 0, 0.62) 100%);
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 30px;
    padding-right: 10%;
}
.category-content h3{
    color: #FFF;
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: normal;
width: 320px;
}
.category-content p{
color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 26px;
max-height: 0;
opacity: 0;
transition: ease-in .5s;
margin: 0;
}
.category-box:hover p{
    max-height: 200px;
    opacity: 1;
}
.category-box:hover img{
    transform: scale(1.3);
}
/************************************
  About
************************************/
.about-img{
    position: relative;
}
.about-img .about-back{
    transform: scale(1.2);
}
.about-img .about-img {
   position: absolute;
    left: 57%;
    top: 39%;
    transform: translate(-50%, -50%);
    width: 427px;
    height: 427px;
    border-radius: 50%;
}
.sign {
    position: absolute;
    right: 0%;
    bottom: 10%;
}
.sign::after{
    content: '';
    background-image: url(../img/curve-arrow.png);
    background-repeat: no-repeat;
    width: 106px;
    height: 106px;
    background-size: 106px;
    position: absolute;
    bottom: -60px;
    left: -35px;
}
.sign h6{
    color: #E33131;
font-size: 54px;
font-style: normal;
font-weight: 400;
line-height: 59px; /* 109.259% */
}
.about .secondary-btn{
    margin-top: 25px;
}
/************************************
    Counter  
************************************/
.counter{
    background: url(../img/counter-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-block: 114px;
    position: relative;
}
.counter::after{
    content: '';
    background: rgba(7, 7, 7, 0.20);
    position: absolute;
    inset: 0;
}
.counter .container{
    position: relative;
    z-index: 1;
}
.counter-item{
    text-align: center;
}
.counter-item h1{
    color: #FFF;
font-size: 110px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.counter-item p{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    text-transform: uppercase;
}
/************************************
    feature-photos
************************************/
.feature-photos .img-box{
    height: 765px;
}
/*********************************
    Testimonials
********************************/

.testimonials .sin-testiImage img {
	-webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    -webkit-transition: all 1s;
    transition: all 1s;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    opacity: 0.7;
    filter: grayscale(1);
    margin: auto;
}

.testimonials .sin-testiImage.slick-current img {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
	-webkit-transition: all 1s;
	transition: all 1s;
    border: 6px solid #E0E0E0;
    opacity: 1;
    filter: none;
}
.testimonials .sin-testiImage.slick-current p{
    display: block;
}
.reviews-text-slider {
    width: 84%;
    margin: auto;
    text-align: center;
    margin-bottom: 25px;
}
.reviews-text-slider .qut{
    margin: auto;
    margin-bottom: 10px;
}
.reviews-text-slider .star{
    display: flex;
    justify-content: center;
    align-items: center;
}
.reviews-text-slider p {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 33px;
    font-family: 'Lato Light';
    margin-bottom: 10px;
}
.sin-testiImage{
    text-align: center;
}
.sin-testiImage p{
font-weight: 400;
text-transform: uppercase;
display: none;
}
.reviews-slider {
    width: 50%;
    margin: auto;
}
.slider-for .slick-arrow{
    box-sizing: border-box;
    display: block;
    transform: scale(var(--ggs,1));
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    box-shadow: inset 0 0 0 2px;
    width: 24px;
    height: 6px; 
    color: #000;
}
.slider-for .slick-arrow::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    right: 0;
    bottom: -3px;
}
.slider-for .slick-arrow::before{
    content: '';
}
.slider-for .slick-next {
    right: -100px;
}
.slider-for .slick-prev {
    left: -100px;
    transform: rotate(180deg);
}
.testimonials {
    padding-bottom: 50px;
}
/***********************************
Newslatter
************************************/
.newsletter{
    background: #E33131;
    padding-block: 100px;
}
.newsletter :is(h2,p){
    color: #fff;
    margin-bottom: 10px;
}
.newsletter .form-control{
    border: none;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    width: 100%;
    background-color: transparent;
    color: #fff;
    border-radius: 0;
}
.newsletter .form-control::placeholder{
    color: #fff;
}
.submit-btn {
    position: absolute;
    right: 0;
    top: 0px;
    background: #ffffff00;
    border: 0;
    height: 100%;
    width: 40px;
    outline: none;
    cursor: pointer;
	color: transparent;
}
.form-group {
    z-index: 1;
}
.arrow{
    position: absolute;
    right: 6px;
    top: 18px;
    box-sizing: border-box;
    display: block;
    transform: scale(var(--ggs, 1));
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    box-shadow: inset 0 0 0 2px !important;
    width: 24px;
    height: 6px;
    color: #fff;
    z-index: -1;
}
.arrow::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    right: 0;
    bottom: -3px;
}

.follow-insta {
    padding-block: 20px;
}
.follow-insta .img-box{
    height: 388px;
    position: relative;
}
.follow-insta .img-box .insta-icon{
    position: absolute;
    top: 4px;
    right: 4px;
    width: auto;
    height: auto;
}
.follow-content .secondary-btn{
    margin: auto;
}
.follow-content :is(img,.section-title){
    margin-bottom: 20px;
}
.follow-content p{
    color: #000;
text-align: center;
font-size: 43px;
font-style: normal;
font-weight: bold;
line-height: 26px;
margin-bottom: 30px;
transition: all .5s;
}
.follow-content a:hover p{
    color: #E33131;
}
.follow-content a:hover img{
    transform: scale(1.5);
    filter: brightness(0) saturate(100%) invert(28%) sepia(92%) saturate(1647%) hue-rotate(341deg) brightness(93%) contrast(92%);
}
.box img{
    width: auto;
    height: auto;
}
.box{
    background-color: #FCF8ED;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box .secondary-btn{
    background-color: transparent;
}
.special-projects {
    background-color: #00000005;
}
.special-projects .img-box {
    position: relative;
    overflow: hidden;
    height: 640px;
}
.special-projects .col-lg-4{
    display: none;
}
.play-icon{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    z-index: 9;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(102, 102, 102, 0.52) 100%);
}
.play-icon img{
    width: auto;
    height: auto;
}
.link-art{
    position: absolute;
    right: 0;
    width: 80px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 26px;
    background: linear-gradient(to left, #00000087, transparent);
    top: 0;
    bottom: 0;
}
.link-art img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.img-box:hover .link-art img{
    transform: scale(1);
}
.img-box .link-art a:hover img{
    transform: scale(1.3);
}
.content{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 10px;
    padding-top: 30px;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%,rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 9;
}
.content h4{
    color: #fff;
}
/******************************/

footer {
    background: #090909;
    width: 100%;
    padding-block: 40px;

}

.footer-box {
    padding-right: 24%;
}

.footer-logo {
    margin-bottom: 25px;
}

footer p {
    color: #F2F2F2;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 154%;
}

.footer-title {
    font-size: 21px;
    line-height: 53px;
    color: #fff;
    font-weight: 300;
    position: relative;
    margin-bottom: 15px;
    text-transform: uppercase;
}

footer ul li a,
footer p a {
    color: #F2F2F2;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 212%;
    font-family: 'Work Sans';
}
footer p a:focus,
footer p a:active{
	color: #F2F2F2;
}
footer p a:hover,
.contact-info .list-item:hover a {
    color: #E33131;
}
.contact-info{
    padding-right: 14%;
}
.footer-social {
    display: flex;
    gap: 9px;
}

.footer-social a {
    width: 45px;
    height: 45px;
    background-color: #3e3e3e00;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.footer-social a:hover img{
    transform: scale(1.3);
    filter: brightness(0) saturate(100%) invert(28%) sepia(92%) saturate(1647%) hue-rotate(341deg) brightness(93%) contrast(92%);
}


.copyright a {
    color: #E33131;
}
mark {
    background: rgba(0, 0, 0, 0);
    color: #E33131;
    font-weight: bold;
}
.feature-photos .col-lg-3{
    display: none;
}
.magazine .img-box {
    position: relative;
    overflow: hidden;
    height: 570px;
    border: 8px solid #e1e1e1;
    padding: 4px;
}
.slick-arrow {
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #000;
    border-radius: 50%;
    z-index: 1;
}
.slick-arrow:hover,.slick-arrow:focus{
	 background: #E33131;
}
.slick-arrow::before {
    content: '';
    width: 15px;
    height: 15px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    display: inline-block;
    transform: rotate(135deg);
    margin-right: 5px;
    opacity: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.slick-arrow.slick-prev::before {
    transform: rotate(316deg);
    margin-left: 8px;
}
/*******************************
  Responsive
********************************/
/*************************************
    Home Page
*************************************/
@media (max-width: 1920px) {}

@media (max-width: 1600px),
(max-width: 1536px) {
    .img-box {
        height: 688px;
    }
    .category-box {
        height: 506px;
    }
    .feature-photos .img-box {
        height: 600px;
    }
    .follow-insta .img-box {
        height: 304px;
    }
}

@media (max-width: 1536px) {}

@media (max-width: 1440px) {}

@media (max-width: 1440px),
(max-width: 1366px) {
    .container {
        max-width: 1200px;
    }
    .banner-item h1 {
        font-size: 53px;
    }
    .banner-item h6 {
        font-size: 54px;
    }
    .img-box {
        height: 606px;
    }
    .category-box {
        height: 480px;
    }
    .sign {
        right: 0%;
        bottom: 0%;
    }
    .counter-item h1 {
        font-size: 80px;
    }
    .counter {
        padding-block: 74px;
    }
    .feature-photos .img-box {
        height: 530px;
    }
    .reviews-slider {
        width: 55%;
        margin: auto;
    }
    .follow-content .section-title {
        font-size: 32px;
    }
    .follow-content p {
        font-size: 32px;
    }
    .popup .popup__content {
        width: 64%;
    }
    .special-projects .img-box {
        height: 400px;
    }
    .magazine .img-box {
        height: 478px;
        border: 6px solid #e1e1e1;
        padding: 4px;
    }
}

@media (max-width: 1366px) {}

@media (max-width: 1199.98px) {
    .banner-item {
        height: 41vh;
    }
    .banner-item h1 {
        font-size: 44px;
    }
    .banner-item h1 span {
        transform: translateX(60px);
    }
    .img-box {
        height: 440px;
    }
    .category-box {
        height: 328px;
    }
    .category-content{
        padding: 15px;
    }
    .sign {
        right: 0%;
        bottom: -15%;
    }
    .counter-item h1 {
        font-size: 55px;
    }
    .counter-item p {
        font-size: 15px;
    }
    .counter {
        padding-block: 54px;
    }
    .feature-photos .img-box {
        height: 382px;
    }
    .reviews-slider {
        width: 65%;
        margin: auto;
    }
    .slider-for .slick-prev {
        left: -70px;
    }
    .slider-for .slick-next {
        right: -70px;
    }
    .newsletter {
        padding-block: 60px;
    }
    .follow-insta .img-box {
        height: 194px;
    }
    .follow-content :is(img,.section-title) {
        margin-bottom: 10px;
    }
    .follow-content .section-title {
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 22px;
    }
    .follow-content p {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .popup .popup__content {
        width: 85%;
    }
    .special-projects .img-box {
        height: 320px;
    }
    .magazine .img-box {
        height: 478px;
    }
}

@media (max-width: 991.98px) {
    .banner-item h1 {
        font-size: 34px;
    }
    .banner-item h1 span {
        transform: translateX(46px);
    }
    .banner-item h6 {
        font-size: 36px;
        line-height: 50px;
    }
    .sec-gap {
        padding: 40px 0;
    }
    .elegance-every-shot-slider .slick-list {
        margin: 0 -10px;
    }
    .elegance-every-shot-slider .slick-slide {
        margin: 0 10px;
    }
    .container-fluid {
        padding: 0 20px;
    }
    .img-box {
        height: 320px;
    }
    .category-box {
        height: 310px;
    }
    .category-content h3 {
        font-size: 26px;
        width: 240px;
    }
    .sign {
        right: 5%;
        bottom: 14%;
    }
    .counter {
        padding-block: 20px;
    }
    .feature-photos .img-box {
        height: 396px;
    }
    .slider-for .slick-prev {
        left: -55px;
    }
    .slider-for .slick-next {
        right: -55px;
    }
    .reviews-slider {
        width: 85%;
        margin: auto;
    }
    .newsletter {
        padding-block: 30px;
        padding-inline: 16%;
    }
    .follow-insta .img-box {
        height: 466px;
    }
    .special-projects .img-box {
        height: 360px;
    }
}

@media (max-width: 575.98px) {
    nav {
        padding-inline: 10px;
        height: 50px;
    } 
    .logo a {
        font-size: 16px;
        line-height: 6px;
    }
    .logo a span {
        font-size: 9px;
        position: relative;
        line-height: 6px;
        display: inline-block;
    }
    .logo a span::after, .logo a span::before {
        left: -14%;
        right: auto;
        width: 10px;
    }
    .logo a span::after {
        left: auto;
        right: -30%;
    }
    .btn {
        padding-left: 10px;
    }
    .flex-box {
        gap: 6px;
    }
    .logo {
        width: 110px;
        padding-block: 5px;
    }
    .social {
        gap: 10px;
        padding-inline: 6px;
    }
    .popup .popup__content {
        width: 94%;
    }
    .title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .right {
        padding: 15px;
        text-align: left;
    }
    .left {
        padding-block: 15px;
    }
form .primary-btn {
    margin-top: 5px;
}
.form-control{
    padding: 10px;
}
.banner-content {
    width: 73%;
    position: relative;
    padding-bottom: 20px;
}
.banner-item h1 {
    font-size: 20px;
}
.banner-item h6 {
    font-size: 22px;
    line-height: 24px;
}
.banner-item.next {
    transform: translateX(90%);
}
.banner-item.active {
    padding-right: 10%;
}
.container-fluid {
    padding: 0 15px;
}
.sec-gap {
    padding: 25px 0;
}
.section-title {
    font-size: 24px;
    line-height: 24px;
}
.elegance-every-shot-slider .slick-list {
    margin: 0 -5px;
}
.elegance-every-shot-slider .slick-slide {
    margin: 0 5px;
}
.img-box {
    height: 236px;
}
.slick-dots {
    bottom: -55px;
}
.about-img .about-back {
    transform: scale(1.1);
}
.about-img .about-img {
    left: 55%;
    top: 45%;
    width: 190px;
    height: 190px;
}
.sign {
    right: 5%;
    bottom: -8%;
}
.sign h6 {
    font-size: 40px;
}
.sign::after {
    bottom: -48px;
    left: -41px;
}
p {
    font-size: 14px;
    line-height: 22px;
}
.secondary-btn {
    width: 160px;
    height: 44px;
    font-size: 14px;
}
.counter-item h1 {
    font-size: 40px;
}
.counter-item p {
    font-size: 14px;
    line-height: 16px;
}
.counter {
    padding-block: 20px;
    background-position: center;
}
.feature-photos .img-box {
    height: 276px;
}
.reviews-text-slider p {
    font-size: 15px;
    line-height: 23px;
}
.reviews-text-slider {
    width: 100%;
}
.reviews-slider {
    width: 80%;
    margin: auto;
}
.testimonials .sin-testiImage img {
    width: 90px;
    height: 90px;
}
.newsletter {
    padding-block: 20px;
    padding-inline: 7%;
}
.follow-insta .img-box {
    height: 208px;
}
footer {
    padding-block: 25px;
    text-align: center;
}
.footer-box {
    padding-right: 0%;
    margin-bottom: 20px;
}
.footer-box .logo {
    margin-inline: auto;
}
footer p {
    font-size: 14px;
}
.contact-info {
    padding-right: 0%;
    margin-bottom: 20px;
}
.footer-title {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
}
.contact-info p{
    line-height: 22px;
}
.footer-social {
    justify-content: center;
}
.special-projects .img-box {
    height: 180px;
}
.link-art img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.link-art {
    width: 43px;
    padding: 0px;
    gap: 8px;
    justify-content: start;
    padding-top: 13px;
}
.play-icon img {
    width: auto;
    height: auto;
    transform: scale(0.6);
}
.content h4 {
    color: #fff;
    font-size: 9px;
}
.content {
    padding: 6px 8px;
    padding-top: 30px;
}
	.slick-arrow {
    width: 30px;
    height: 30px;
}
	.slick-next {
    right: -10px;
}
	.slick-prev {
    left: -10px;
}
	.slick-arrow::before {
    width: 10px;
    height: 10px;
}
}