*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #000;
}
@font-face {
    font-family: Ambawang;
    src: url(../fonts/ambawang.otf);
}
@font-face {
    font-family: Objectivity-Bold;
    src: url(../fonts/Objectivity-Bold.otf);
}
@font-face {
    font-family: Objectivity-ExtraBold;
    src: url(../fonts/Objectivity-ExtraBold.otf);
}
@font-face {
    font-family: Objectivity-Regular;
    src: url(../fonts/Objectivity-Regular.otf);
}
@font-face {
    font-family: Objectivity-Medium;
    src: url(../fonts/Objectivity-Medium.otf);
}
@font-face {
    font-family: Objectivity-Thin;
    src: url(../fonts/Objectivity-Thin.otf);
}
@font-face {
    font-family: Objectivity-Light;
    src: url(../fonts/Objectivity-Light.otf);
}
@font-face {
    font-family: MontaguSlab;
    src: url(../fonts/MontaguSlab_24pt-Light.ttf);
}
@font-face {
    font-family: ClashDisplay;
    src: url(../fonts/ClashDisplay-Medium.otf);
}

/* Hamburger */
    .hamburger {
      display: none;
      flex-direction: column;
      cursor: pointer;
    }

    .hamburger span {
      background: rgb(255 255 255);
      height: 2px;
      width: 25px; 
      margin: 4px 0;
      transition: 0.4s;
    }

    /* Toggle animation */
    .hamburger.actived span:nth-child(1) {
      transform: rotate(45deg) translate(5px, 5px);
    }

    .hamburger.actived span:nth-child(2) {
      opacity: 0;
    }

    .hamburger.actived span:nth-child(3) {
      transform: rotate(-45deg) translate(5px, -5px);
    }

/*************** Header **************/
.bg-line{
    position: absolute;
    left: 24.7%;
    top: 116%;
    z-index: -50;
}
.social-links-container {
    height: 93vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1030;
    display: flex;
    align-items: center;
}
.social-links {
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    display: flex;
}
.social-links a {
    font-family: MontaguSlab;
    height: 31vh;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-align: center;
    letter-spacing: 4.34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    /* border-right: 1px solid #fff; */
}
.social-links a:hover {
    color: #000000;
    background-color: #fff;
}

/* --- Hero Section --- */
.hero-section {
    position: relative;
    height: 93vh;
    color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.slide.active {
    opacity: 1;
}
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- Main Content and Navigation --- */
.content-container {
    position: absolute;
    top: 8%;
    left: 15%;
}
.main-nav {
    display: flex;
    align-items: center;
}
.logo-img {
    height: auto;
}
.nav-list{
    display: flex;
    margin-left: 75px;
    align-items: center;
}
.nav-list li{
    list-style: none;
    font-family: ClashDisplay;
    cursor: pointer;
    color: #fff;
    line-height: 10px;
    font-size: 17.11px;
    letter-spacing: 2.9087px;
    text-transform: uppercase;
}
.nav-list span {
    margin: 0 20px 0 20px;
    color: #fff;

}
        
.nav-list li i{
    font-size: 10px;
    background-color: #cccccc38;
    border-radius: 30px;
    padding: 8px 4px 7px 7px;
    border: 1px solid #fff;
    box-shadow: 1px 1px 7px 0px #00000061;
    color: #fff;
}
.nav-list li:nth-child(5){
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}
.nav-list li:nth-child(1)::after{
    color: #fff;
    width: 50%;
    transform: translateX(-50%);
}
.nav-list li:nth-child(1){
    color: #fff;
}

.nav-list .dropdown:hover::after {
  width: 0%;
}
    .nav-list li {
      color: #82878c;
      text-decoration: none;
      position: relative;
    }

    .nav-list li::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -10px;
      width: 0;
      height: 2px;
      background: #fff;
      transition: all 0.3s ease;
      transform: translateX(-50%);
      color: #fff;
    }

    .nav-list li:hover::after {
      width: 50%;
    }
    .nav-list li:hover{
        color: #fff;
    }
.hero-text-area {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
}
.badge {
    font-size: 14px;
    letter-spacing: 15.54px;
    text-transform: uppercase;
    padding: 8px 2px 5px 19px;
    background: linear-gradient(90deg,#FD6F00,#F79420);
    display: inline-block;
    font-family: Objectivity-Medium;
    margin-bottom: 15px;
}
.gorgeous{
    font-size: 73.97px;
    font-family: Objectivity-Medium;
    letter-spacing: -7.397px;
    background: linear-gradient(90deg,#AC4D02, #ffffff50);
    background-clip: text;
    color: transparent;
}
 .beauty {
    line-height: 125px;
    font-size: 133.88px;
    letter-spacing: -12.0492px;
    font-family: Objectivity-Light;
    background: linear-gradient(90deg,#FD6F00, #ffffff56);
    background-clip: text;
    color: transparent;
}
.aerial {
    font-size: 73.97px;
    font-family: Objectivity-Medium;
    letter-spacing: -7.397px;
    background: linear-gradient(90deg,#1388D6, #ffffff56);
    background-clip: text;
    color: transparent;
}
.redefined{
    line-height: 135px;
    font-size: 133.88px;
    letter-spacing: -12.0492px;
    font-family: Objectivity-Light;
    background: linear-gradient(90deg,#1388D6, #ffffff58);
    background-clip: text;
    color: transparent;
}
.hero-text-area p {
    margin: 40px 0 40px 0;
    font-size: 18px;
    color: #808080;
     font-family: Objectivity-Regular;
    line-height: 23.436px;
}
.header-explore-more{
    position: absolute;
    top: 77%;
    left: 15%;
    z-index: +999;
}
.hero-text-area a{
    text-decoration: none;
}
.btn-explore {
    color: #fff;
    font-size: 24.25px;
    letter-spacing: -1.2125px;
    font-family: Objectivity-Light;
    padding: 23.1px 93.73px;
    background-color: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.17);
    display: flex;
    transition: background-color 0.3s, color 0.3s;
}
.btn-explore:hover {
    background-color: #fff;
    color: #000;
}
.number-top{
    height: 100%;
    position: absolute;
    top: 0%;
    right: 0;
    z-index: 1030;
    display: flex;
}
.counting-number-top a{
    font-family: MontaguSlab;
    height: 25%;
    color: #9e9d9d;
    text-decoration: none;
    font-size: 20px;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-align: center;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.5s;
}
.counting-number-top a:hover{
    background-color: rgba(253, 111, 0, 0.07);
    border: 1px solid rgba(253, 111, 0, 0.17);
    color: #fd6f00;
    font-weight: 400;
}
.slidenumActive{
    background-color: rgba(253, 111, 0, 0.07) !important;
    border: 1px solid rgba(253, 111, 0, 0.17) !important;
    color: #fd6f00 !important;
    font-weight: 400 !important;
}
.slidenav-active{
    background-color: rgba(253, 111, 0, 0.07) !important;
    border: 1px solid rgba(253, 111, 0, 0.17) !important;
    color: #fd6f00 !important;
}
/* --- Bottom Scrolling Menu --- */
.bottom-menu {
    background-color: #111;
    font-size: 20px;
    text-transform: uppercase;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    color: #fff;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.bottom-menu span {
    padding: 0 20px;
}
        /* hero section end */

        /* header scrollbar start */

    .header-auto-scrollbar {
     width: 100%;
      overflow: hidden;
      white-space: nowrap;
      /* width: 100vw; */
      background-color: #fc6e0100;
      border-top: 1px solid rgba(255,255,255,0.17);
      border-bottom: 1px solid rgba(255,255,255,0.17);
      padding: 22px 0;
    }
    .auto-scrollbar-container{
        min-width: 1320px;
        
    }
    .scroll-track {
      display: inline-block;
      white-space: nowrap;
      animation: slideLeft 18s linear infinite;
    }
    .header-auto-scrollbar:hover .scroll-track{
      animation-play-state: paused;
      cursor: pointer;
    }
    .header-auto-scrollbar:hover {
      cursor: pointer;
    }
    @keyframes slideLeft {
      0%   { transform: translateX(0%); }
      100% { transform: translateX(-50%); }
    }
    .scroll-item {
      display: inline-flex;
      align-items: center;
      margin: 0 18px;
      color: #eee;
      font-family: serif;
      font-weight: bold;
      font-size: 17px;
      font-family: Objectivity-Medium;
      letter-spacing: 4.25px;
    }
    .circle-arrow {
      width: 33px;
      height: 33px;
      border: 1px solid #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 7px;
      flex-shrink: 0;
      margin-right: 40px;
    }
    .circle-arrow i {
        color: #fff;
        letter-spacing: 0;
    }
    /* Boxicon style */
    .circle-arrow .bx {
      color: #dedede;
      font-size: 18px;
      transform: rotate(-45deg);
    }

    /* scrollbar end */

    /* ------- AboutUs Start here ------- */

.header{
    position: relative;
}
.container{
    width: 100%;
}
.content{
    width: 1920px;
}
.about-main{
    position: relative;
}
.bg-shadow{
    position: absolute;
    z-index: -51;
}
.bg-shadow:nth-child(2){
    position: absolute;
    right: 0;
    top: -100%;
    z-index: -52;
}
.about-container{
   max-width: 1320px;
   margin: 0 auto;
   margin-bottom: 100px;
   
}
.content-area{
    position: relative;
    width: 100%;
}
.box-1-content{
    position: absolute;
    top: 73.15%;
    left: 0.5%;
    margin: 0 auto;
    display: inline-block;
    width: 228px;
    height: 228px;
    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,0.17);
    background-color: rgba(255,255,255,0.07);
    /* z-index: -1; */
 }
.box-1 {
            display:inline-block;
            height:71px;
            /* line-height:87px; */
            
            overflow:hidden;
            position:relative;
            text-align:center;
            background-color: transparent;
            /* color: #fff; */
            border-radius:2px;
            transition: 10s;
            /* margin-top: 78px; */
            /* z-index: 1; */
        }

        .box-1:hover { background-color: transparent;color: #fff;}

        /* BUTTON UP */
        .label-up {
            font-size: 77.61px;
            font-family: Objectivity-Thin;
            letter-spacing: -6.9849px;
            margin: 3px;
            display:block;
            height:100%;
            position:relative;
            top:0%;
            transition:0.3s;
            color: #fff;
        }

        .box-1:hover .label-up {
            top:-100%;
        }

        .box-1-content:hover {
            background-color: rgba(253, 111, 0, 0.07);
            border: 1px solid rgba(253, 111, 0, 0.17);
        }
        .box-1-content:hover .box-1 {
            background-color: transparent;
        }
        .box-1-content:hover .box-1 .label-up{
            color: #FD6F00;
            top:-100%;
        }
.about-content{
    position: absolute;
    width: 40%;
    top: 25%;
    right: 0;
    text-align: end;
}
.ab-us{
    display: inline-block;
    padding: 9px 9px 6px 18px;
    background: linear-gradient(30deg,#FD6F00,#F79420);
    letter-spacing: 15.95px;
    color: #fff;
    text-transform: uppercase;
    font-family: Objectivity-Medium;
}
.ab-our{
    text-transform: capitalize;
    font-size: 70px;
    color: #fff;
    font-family: Objectivity-Light;
    letter-spacing: -7px;

}
.brand{
    font-size: 60px;
    background: linear-gradient(90deg,#AC4D02,#AC4D02,#AC4D02,#ac7c56);
    background-clip: text;
    color: transparent;
    text-transform: capitalize;
    font-family: Objectivity-Light;
    
}
.pixel{
    width: 538px;
    height: 170px;
    color: #808080;
     font-family: Objectivity-Regular;
    font-size: 18px;
    line-height: 23.436px;
    margin-top: 65px;
}
.happy{
    display: flex;
    justify-content: end;
    padding-top: 140px;
    margin-bottom: 70px;
}
.review{
    color: #ffffff;
    text-align: center;
    font-size: 28.61px;
    font-family: Objectivity-Light;
}
.review:nth-child(1){
    padding-right: 76px;
}
.review:nth-child(2){
    padding-right: 30px;
}
.review-tagline{
    font-size: 18.34px;
    font-family: Objectivity-Light;
    color: #808080;
    padding-top: 10px;
    letter-spacing: -1.3027px;
}
.explore-more a{
    text-decoration: none;
}
.explore-more{
    display: flex;
    justify-content: end;
}
.explore-buttom{
    color: #fff;
    font-size: 24.25px;
    letter-spacing: -1.2125px;
    font-family: Objectivity-Light;
    padding: 23.1px 89.5px;
    background-color: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.17);
    display: flex;
}

.explore-buttom .ri-arrow-right-up-line{
    font-size: 25px;
}
.explore-buttom:hover{
    color: #F79420;
    background-color: #f793202c;
    border: 1px solid #f7932064;
    cursor: pointer;
}
.explore-buttom:hover .fa-arrow-up{
    color: #F79420;
}
.explore-buttom .arrow-hover{
    display: flex;
    align-items: center;
    /* margin-left: 25px; */
}
.explore-buttom .arrow-hover{
    margin: 0;
}
.explore-buttom .arrow-zone {
      position: relative;
      display: inline-block;
      width: 30px;
      height: 20px;
      overflow: hidden;
    }
    .explore-buttom .arrow-front {
      position: absolute;
      left: 3px; top: -4px;
      transition:
      transform 0.60s cubic-bezier(.55,1.5,.55,.93),
      opacity 0.3s;
      will-change: transform, opacity;
    }
    .explore-buttom .arrow-back {
      position: absolute;
      left: 3px; top: -4px;
      transition:
      transform 0.60s cubic-bezier(.55,1.5,.55,.93),
      opacity 0.3s;
      will-change: transform, opacity;
    }
    .arrow-front {
      opacity: 1;
      z-index: 2;
      transform: translate(0,0);
    }
    .explore-buttom:hover .arrow-front {
      opacity: 0;
      transform: translate(20px, -20px);
    }
    .arrow-back {
      opacity: 0;
      z-index: 1;
      transform: translate(-20px, 20px);
    }
    .explore-buttom:hover .arrow-back {
      opacity: 1;
      transform: translate(0,0);
    }
    .arrow-front i,
    .arrow-back i {
      /* width: 50px; */
      fill: none;
      stroke-width: 2.5px;
      stroke-linecap: round;
      stroke-linejoin: round;
      display: block;
    }
    .explore-buttom:hover .arrow-front .ri-arrow-right-up-line{
      color: #fff;
    }


     /* ------- AboutUs End here ------- */

     
         /* -------- OneFrame Start here --------  */

.frame-header{
    position: relative;
}
.frame-main{
    width: 100%; 
}
.frame-container{
    margin: 0 auto;
}
.frame-content{
    max-width: 1320px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 98px;
}
.timeless{
    color: #808080;
    font-size: 40px;
}
.time{
    color: #fff;
    font-size: 40px;
}
.precision{
    color: #fff;
    font-size: 40px;
}
.line-text{
    display: flex;
    justify-content: center;
    padding: 56px 0 80px 0;
    align-items: center;
}
.frame-content .line-text .line{
    width: 59px;
    height: 1px;
    background-color: #fff;
    margin: 1px;
}
.text{
    color: #fff;
    font-size: 21px;
    font-family: Objectivity-ExtraBold;
    text-transform: uppercase;
    letter-spacing: 9.03px;
    padding-left: 10px;
}
.box-2-content{
    margin: 0 auto;
    display: inline-block;
    width: 228px;
    height: 228px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,0.17);
    background-color: rgba(255,255,255,0.07);
    /* z-index: -1; */
 }
.box-2 {
            display:inline-block;
            height:71px;
            /* line-height:87px; */
            
            overflow:hidden;
            position:relative;
            text-align:center;
            background-color: transparent;
            /* color: #fff; */
            border-radius:2px;
            transition: 10s;
            /* margin-top: 78px; */
            /* z-index: 1; */
        }

        .box-2:hover { background-color: transparent;color: #fff;}

        /* BUTTON UP */
        .label-up {
            font-size: 77.61px;
            font-family: Objectivity-Thin;
            letter-spacing: -6.9849px;
            margin: 3px;
            display:block;
            height:100%;
            position:relative;
            top:0%;
            transition:0.3s;
            color: #fff;
        }

        .box-2:hover .label-up {
            top:-100%;
        }

        .box-2-content:hover {
            background-color: rgba(253, 111, 0, 0.07);
            border: 1px solid rgba(253, 111, 0, 0.17);
        }
        .box-2-content:hover .box-2 {
            background-color: transparent;
        }
        .box-2-content:hover .box-2 .label-up{
            color: #FD6F00;
            top:-100%;
        }
.service-photography{
    padding-top: 30px;
}
.service-head{
    /* font-size: 14px;
    font-family: Objectivity-Medium;
    text-transform: uppercase; */
    color: #fff;
    font-size: 14px;
    font-family: Objectivity-Medium;
    text-transform: uppercase;
    padding: 7.8px 2px 3.8px 18.5px;
    background: linear-gradient(30deg, #FD6F00,#F79420);
    /* margin: 0; */
    display: inline-block;
    letter-spacing: 15.54px;
}
.service-mid{
    color: #fff;
    font-size: 56px;
    font-family: Objectivity-Light;
}
.service-last{
    font-size: 77.61px;
    font-family: Objectivity-Light;
    text-transform: capitalize;
    background: linear-gradient(90deg, #ac4d02, #beab9d);
    background-clip: text;
    color: transparent;
    letter-spacing: -6.9849px;
}
.service-img{
    position: relative;
}
.img-sec{
    display: flex;
    margin: 0 auto;
}
.photography-img-text-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,#fc6f01, #ffffff00);
    opacity: 0;
    transition: 0.3s;
    z-index: 1;
}
.photography-img{
     width: 25%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.mask-responsive{
    display: block;
    transition: 0.3s;
}
.photography-img:nth-child(1):hover img{
    transition: transform all 0.5s ease-in-out;
    transform: scale(1.3);
}
.photography-img:nth-child(2):hover img{
    /* transition: transform all 0.5s ease-in;
    transform: scale(1.3); */
    transform-origin: top  ;
    transform: rotate(0.01deg) scale(1.2);
}
.photography-img:nth-child(3):hover img{
    transform-origin: bottom right ;
    transform: rotate(0.01deg) scale(1.2);
}
.photography-img:nth-child(4):hover img{
    transform-origin: bottom right ;
    transform: rotate(0.01deg) scale(1.1);
}
.photography-img-text{
    height: 150px;
    position: absolute;
    top: 62%;
    left: 17.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.3s;
    z-index: 1;
}
.photography-img-text-arrwo{
    position: absolute;
    height: 220px;
    bottom: -170px;
    z-index: 1;
    opacity: 0;
    transition: 0.3s;
    /* display: flex;
    justify-content: center;
    flex-direction: column; */
}
.expol-more{
    color: #fff;
}
.photography-img-text-arrwo i{
    font-size: 30px;
    color: #fff; 
     display: flex;
    justify-content: center;
}
.photography-img:hover .photography-img-text-bg {
    opacity: 1;
    cursor: pointer;
}
.photography-img:hover .photography-img-text{
    height: 10px;
}
.photography-img:hover .photography-img-text-arrwo{
    height: 110px;
    bottom: -5px;
    opacity: 1;
}
/* .photography-img-text-bg:hover .photography-img-text {
    cursor: pointer;
} */
.photography-img-text-line{
    width: 20px;
    height: 2px;
    background-color: #fff;
}
.photography-img-text-number{
    font-size: 46px;
    letter-spacing: -2.3px;
    color: #999;
    font-family: Objectivity-Thin;
    line-height: 80px;
}
.photography-img-text-portrait{
    font-size: 50px;
    letter-spacing: -2.5px;
    color: #fff;
    font-family: Objectivity-Light;
    line-height: 30px;
}
.photography-img-text-photography{
    font-size: 50px;
    letter-spacing: -2.5px;
    color: #fff;
    font-family: Objectivity-Bold;
}
.img-sec .mask-responsive{
    width: 480px;
    height: 638px;
}

         /* -------- OneFrame End here --------  */
        
         /* scroll bar start */

.auto-scrollbar {
     width: 100%;
      overflow: hidden;
      white-space: nowrap;
      /* width: 100vw; */
      background-color: #fc6f01;
      padding: 23px 0;
    }
    .auto-scrollbar-container{
        min-width: 1320px;
        
    }
    .scroll-track {
      display: inline-block;
      white-space: nowrap;
      animation: slideLeft 18s linear infinite;
    }
    .auto-scrollbar:hover .scroll-track{
      animation-play-state: paused;
      cursor: pointer;
    }
    .auto-scrollbar:hover {
      cursor: pointer;
    }
    @keyframes slideLeft {
      0%   { transform: translateX(0%); }
      100% { transform: translateX(-50%); }
    }
    .scroll-item {
      display: inline-flex;
      align-items: center;
      margin: 0 18px;
      color: #eee;
      font-family: serif;
      font-weight: bold;
      font-size: 17px;
      font-family: Objectivity-Medium;
      letter-spacing: 4.25px;
    }
    .circle-arrow {
      width: 33px;
      height: 33px;
      border: 1px solid #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 7px;
      flex-shrink: 0;
      margin-right: 40px;
    }
    .circle-arrow i {
        color: #fff;
        letter-spacing: 0;
    }
    /* Boxicon style */
    .circle-arrow .bx {
      color: #dedede;
      font-size: 18px;
      transform: rotate(-45deg);
    }

/* .........Fastname-Lastname Start here........ */
.header{
    position: relative;
}
.fl-bg-shadow{
    position: absolute;
    right: 0;
    top: -258%;
    z-index: -53;
}
.container{
    width: 100%;
}
.content{
    max-width: 1320px;
    margin: 0 auto;
}
.d-flex{
    display: flex;
    margin: 0 auto;
    margin-bottom: 90px;
}
.FL{
    width: 35%;
    text-align: left;
    margin-top: 276px;
    padding: 0;
}
.vision{
    color: #848180;
    font-family: Objectivity-Medium;
    font-size: 16px;
}
.words{
    text-transform: uppercase;
    color: #fff;
    font-family: Objectivity-Regular;
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
    letter-spacing: 6.6px;
    line-height: 27.92px;
}
.pixelperfect{
    color: #848180;
    font-family: Objectivity-Regular;
    font-size: 18px;
    line-height: 23.436px;
    margin-top: 38px;
}
.passion{
    color: #848180;
    font-family: Objectivity-Regular;
    font-size: 18px;
    line-height: 23.436px;
    margin-top: 40px;

}
.firstname{
  justify-content: left;
  display: flex;
  background: linear-gradient(90deg, #FD7001,#f0680028);
  background-clip: text;
  color: transparent;
  font-family: Objectivity-Light;
  margin-top: 58px;
  font-size: 80px;
  display: inline-block;
}
.lastname{
  justify-content: left;
  display: flex;
  color: #fff;
  font-family: Objectivity-Light;
  font-size: 55.33px;
  line-height: 25px;
  display: inline-block;
}
.signature{
    color: #fff;
    line-height: 55.76466px;
    font-size: 42.83px;
    font-family: Ambawang;
    margin: 30px 0 0 25px;
}
.FL-img{
    position: absolute;
    width: 65%;
    left: 31.7%;
    top: 0;
}
.mask-img{
    position: absolute;
    left: 33.5%;
    margin-top: 208px;
    z-index: 3;
}
.mask-responsive{
    width: 550px;
    height: 607px;
}
.rectangle{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    left: 29%;
    height: 650px;
    width: 650px;
    border: 1px solid #9a9a9a;
    z-index: 1;
    margin-top: 223px;
}
.rectangle img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.highlight-box{
    position: absolute;
    left: 14%;
    /* top: 20%; */
    width: 370px;
    height: 329px;
    text-align: center;
    /* padding: 20px 20px; */
    background: linear-gradient(45deg, #FD6F00,#F79420);
    color: #fff;
    margin-top: 276px;
    z-index: 2;
}
.number{
    font-size: 102.86px;
    font-weight: 300;
    padding: 62px 0 0 0;
    margin-bottom: 20px;
    letter-spacing: -11.136489px;
    font-family: Objectivity-Light;
}
.line{
    width: 285px;
    height: 1px;
    background-color: #fff;
    margin: 0 auto;
    
}
.yc{
    padding: 28px 0 0 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: Objectivity-Medium;
    letter-spacing: -0.5px;
}
.ts{
  font-size: 16px;
    font-family: Objectivity-Medium;
    letter-spacing: 2.7px;
}

/* .........Fastname-Lastname End here........ */

  /* ------- circle hover start --------- */

.slider-header{
    position: relative;
  }
.slider-container{
    width: 100%;
  }
.slider-content{
    max-width: 1320px;
    margin: 0 auto;
}
.slider-flex {
    width: 100%;
     max-width: 1320px;
     margin: 0 auto;
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
     position: relative;
     margin-top: 100px;
}

.circle-icon {
    
    height: 261px;
    width: 257px;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #808080;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);       
}
.circle-hover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
    transition: all 0.5s ease;
    color: #fdfdfd;
}
.circle-hover a{
  text-decoration: none;
  margin-bottom: 10px;
}
.circle-hover i {
    font-size: 38px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    color: #fff;
    /* transform: rotate(45deg); */
}
.num50 {
    font-size: 26px;
    font-family: Objectivity-regular;
    margin-bottom: 5px;
    color: #fff;
    transition: all 0.3s ease;
}
.Customized {
    font-size: 17px;
     font-family: Objectivity-light;
    color: #8d8580;
}

.flex-centre {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative; 
    z-index: 2;
}

.circle-icon::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    top: -2%;
    transition: .50s;
    z-index: 1;
}

.circle-icon:hover::before {
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    z-index: 0; 
    border-color: #fff;
}

.circle-icon:hover .circle-hover i{
  /* color: #ff8800; */
}
.circle-icon:hover .num50{
  color: #000;
}
.circle-icon .ri-arrow-right-up-line{
    font-size: 38px;
}
.circle-icon:hover{
    color: #F79420;
    background-color: transparent;
    border: 1px solid #808080;
    cursor: pointer;
}
.circle-icon .arrow-hover{
    display: flex;
    align-items: center;
    margin-left: 25px;
}
.circle-icon .arrow-hover{
    margin: 0;
}
.circle-icon .arrow-zone {
      position: relative;
      display: inline-block;
      width: 20px;
      height: 20px;
      overflow: visible;
    }
    .circle-icon .arrow-front {
      position: absolute;
      left: -10px; top: -30px;
      transition:
      transform 0.90s cubic-bezier(.55,1.5,.55,.93),
      opacity 0.5s;
      will-change: transform, opacity;
      color: #000;
    }
    .circle-icon .arrow-back {
      position: absolute;
      left: -10px; top: -30px;
      transition:
      transform 0.90s cubic-bezier(.55,1.5,.55,.93),
      opacity 0.5s;
      will-change: transform, opacity;
    } 
    .arrow-front {
      opacity: 1;
      z-index: 2;
      transform: translate(0,0);
    }
    .circle-icon:hover .arrow-front {
      opacity: 0;
      transform: translate(30px, -30px);
      color: #000;
    }
    .circle-icon:hover .arrow-front .ri-arrow-right-up-line{
      color: #000;
    }
    .arrow-back {
      opacity: 0;
      z-index: 1;
      transform: translate(-30px, 30px);
    }
    .circle-icon:hover .arrow-back {
      opacity: 1;
      transform: translate(0,0);
      color: #F79420;
    }
    .circle-icon:hover .arrow-back .ri-arrow-right-up-line {
      color: #F79420;
    }
    .arrow-front i,
    .arrow-back i {
      /* width: 50px; */
      fill: none;
      stroke-width: 2.5px;
      stroke-linecap: round;
      stroke-linejoin: round;
      display: block;
    }
 /* ------- circle hover end --------- */





/* ........ Portfolio Start here ......... */

.portfolio-header{
    position: relative;
}
.portfolio-bg-shadow {
    position: absolute;
    top: -50%;
    left: -3%;
    z-index: -54;
}
.portfolio-container{
    width: 100%;
}
.portfolio-content{
    max-width: 1320px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 100px;
}
.portfolio-main{
	position: relative;
	display: flex;
}
.portfolio-box{
	width: 50%;
	display: flex;
	justify-content: end;
}
.portfolio{
	width: 50%;
	color: #fff;
	font-size: 172.46px;
	font-family: Objectivity-Thin;
	letter-spacing: -8.623px;
	margin-top: 95px;
    display: flex;
    align-items: center;
}
.portfolio .arrow-hover{
    display: flex;
    align-items: center;
    margin-left: 25px;
}
.portfolio .arrow-zone {
      position: relative;
      width: 70px;
      height: 70px;
      display: inline-block;
      overflow: hidden;
    }
    .portfolio .arrow-front, .arrow-back {
      position: absolute;
      left: 5px; top: 10px;
      transition:
      transform 0.60s cubic-bezier(.55,1.5,.55,.93),
      opacity 0.7s;
      will-change: transform, opacity;
    }
    .portfolio .arrow-front {
      opacity: 1;
      z-index: 2;
      transform: translate(0,0);
    }
    .portfolio .arrow-hover:hover .arrow-front {
      opacity: 0;
      transform: translate(80px, -80px);
    }
    .portfolio .arrow-back {
      opacity: 0;
      z-index: 1;
      transform: translate(-80px, 80px);
      margin-top: 8px;
    }
    .portfolio .arrow-hover:hover .arrow-back {
      opacity: 1;
      transform: translate(0px, 0px);
    }
    .arrow-front img,
    .arrow-back img {
      /* width: 50px; */
      fill: none;
      stroke-width: 2.5px;
      stroke-linecap: round;
      stroke-linejoin: round;
      display: block;
    }
    .arrow-front img {
      stroke: #fff;
    }
    .arrow-back img {
      stroke: #00ffc3;
    }
.box-3-container{
    display: flex;
    justify-items: end;
}
.box-3-content{
    display: inline-block;
    width: 228px;
    height: 228px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-left: 432px;
    border: 1px solid rgba(255,255,255,0.17);
    background-color: rgba(255,255,255,0.07);
    /* z-index: -1; */
 }
.box-3 {
            display:inline-block;
            height:71px;
            line-height:87px;
            /* margin: 70px 0 0 60px; */
            overflow:hidden;
            position:relative;
            text-align:center;
            background-color: transparent;
            /* color: #fff; */
            border-radius:2px;
            transition: 10s;
            /* margin-top: 78px; */
            /* z-index: 1; */
        }

        .box-3:hover { background-color: transparent;color: #fff;}

        /* BUTTON UP */
        .label-up {
            font-size: 77.61px;
            font-family: Objectivity-Thin;
            letter-spacing: -6.9849px;
            margin: 3px;
            display:block;
            height:100%;
            position:relative;
            top:0%;
            transition:0.3s;
            color: #fff;
        }

        .box-3:hover .label-up {
            top:-100%;
        }

        .box-3-content:hover {
            background-color: rgba(253, 111, 0, 0.07);
            border: 1px solid rgba(253, 111, 0, 0.17);
        }
        .box-3-content:hover .box-3 {
            background-color: transparent;
        }
        .box-3-content:hover .box-3 .label-up{
            color: #FD6F00;
            top:-100%;
        }
.portfolio-p{
	display: flex;
    margin-top: 50px;
}
.portfolio-p1{
	width: 50%;
	color: #848180;
	font-size: 18px;
	line-height: 23.436px;
	font-family: Objectivity-Regular;
}
.portfolio-list a{
	list-style: none;
	text-decoration: none;
	margin: 0px 52px 0px 52px;
    padding-bottom: 20px;
}
.portfolio-list a:hover{
    color: #FD6F00;
    cursor: pointer;
}
.portfolio-list a {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 0;
    font-family: Objectivity-Bold;
    z-index: 2;
    padding: 30px 0;
}
.portfolio-list a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1.5px;
    width: 0;
    height: 2px;
    background: #FD6F00;
    transition: width 0.3s ease;
    border-radius: 5px;
    z-index: 2;
}
.portfolio-list a.a-all {
    color: #FD6F00;   
}
.portfolio-list a.a-all sup {
    color: #FD6F00;   
}

.portfolio-list a.a-all::after {
    width: 100%;      
}
.portfolio-list a:hover::after {
    width: 100%;
}

.superscript{
    vertical-align: super;
	font-size: 18px;
	line-height: 5.04px;
	font-family: Objectivity-Medium;
}
.portfolioimg-flex{
    display: flex;
	margin: 0 auto;
}
.imgs {
    position: relative;
}
.portfolio-responsive{
    padding: 24px 24px 20px 24px;
}
.portfolio-img1 .imgs
{
	margin: 28px 18px 38px 9px;
}
.portfolio-img2 .imgs
{
	margin: 41px 18px 38px 9px;
}
.portfolio-img3 .imgs
{
	margin: 28px 18px 39px 18.5px;
}
.portfolio-img4 .imgs
{
	margin: 28px 18px 38px 18.5px;
}
.portfolio-img5 .imgs
{
	margin: 28px 18px 28px 18.5px;
}
.portfolio-img6 .imgs
{
	margin: 28px 9px 40.5px 18.5px;
}
.portfolio-img7 .imgs
{
	margin: 41px 9px 28px 18.5px;
}
.imgs:before, .imgs:after {
	content: "";
	position: absolute;
}
.portfolio-list:before, .portfolio-list:after {
	content: "";
	position: absolute;
}
.portfolio-list:before{
    top: -.1em;
	bottom: -.1em;
	left: -.8em;
	right: -.8em;
	border-width: .1em;
	border-style: solid;
	border-left: none;
	border-right: none;
	opacity: 1;
	-webkit-transform: scale( 1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .3s ease-out, opacity .3s ease-out;
	transition: transform .3s ease-out, opacity .3s ease-out
}
.portfolio-list:after {
	top: -.8em;
	bottom: -.8em;
	left: -.1em;
	right: -.1em;
	border-width: .1em;
	border-style: solid;
	border-top: none;
	border-bottom: none;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .3s ease-out, opacity .3s ease-out;
	transition: transform .3s ease-out, opacity .3s ease-out
}
.portfolio-list {
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 90px 0px 74px 0px;
    padding: 30px;
}
.imgs:before {
	top: -.1em;
	bottom: -.1em;
	left: -.8em;
	right: -.8em;
	border-width: 1px;
	border-style: solid;
	border-left: none;
	border-right: none;
	opacity: 1;
	-webkit-transform: scale( 1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .3s ease-out, opacity .3s ease-out;
	transition: transform .3s ease-out, opacity .3s ease-out
}

.imgs:after {
	top: -.8em;
	bottom: -.8em;
	left: -.1em;
	right: -.1em;
	border-width: 1px;
	border-style: solid;
	border-top: none;
	border-bottom: none;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .3s ease-out, opacity .3s ease-out;
	transition: transform .3s ease-out, opacity .3s ease-out
}

/* .imgs:hover:before, .imgs:hover:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
    border-color: #fff;
} */

.portfolio-list:before, .portfolio-list:after, .portfolio-list:before, .portfolio-list:after {
	border-color: rgba(255, 255, 255, 0.4);
}
.imgs:before, .imgs:after, .imgs:before, .imgs:after {
	border-color: rgba(255, 255, 255, 0.4);
}


/* Portfolio image 1 */


.portfolio-img1{
    position: relative;
    transition: all 0.5s;
}

.portfolio-img1:hover:before{
    width: 403px;
    transition-delay: 0.3s;
    transform-origin: top;
}

.portfolio-img1:hover:after{
    opacity: 1;
}

.portfolio-img1:before{
    content: "";
    position: absolute;
    top: -0.4%;
    left: -0.8%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 0px;
    height: 428px;
    transition: all 0.2s;
    transform-origin: top;
}


.portfolio-img1:after{
    content: "";
    position: absolute;
    top: -3%;
    left: 1.8%;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 379px;
    height: 453px;
    transition: all 0.3s;
    opacity: 0;
}

/* Portfolio image 2 */

.portfolio-img2{
    position: relative;
}

.portfolio-img2:hover:before{
    width: 403px;
    transition-delay: 0.3s;
}

.portfolio-img2:before{
    content: "";
    position: absolute;
    top: -0.3%;
    left: -0.8%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 0px;
    height: 586.5px;
    transition: all 0.2s;
    transform-origin: left;
}

.portfolio-img2:hover:after{
    opacity: 1;
}

.portfolio-img2:after{
    content: "";
    position: absolute;
    top: -2.2%;
    left: 1.8%;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 379px;
    height: 612px;
    transition: all 0.3s;
    opacity: 0;
}

/* Portfolio image 3 */

.portfolio-img3{
    position: relative;
}

.portfolio-img3:hover:before{
    width: 384px;
    transition-delay: 0.3s;
}

.portfolio-img3:before{
    content: "";
    position: absolute;
    top: -0.5%;
    left: 1.5%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 0px;
    height: 276px;
    transition: all 0.2s;
    transform-origin: left;
}

.portfolio-img3:hover:after{
    opacity: 1;
}

.portfolio-img3:after{
    content: "";
    position: absolute;
    top: -4.5%;
    left: 4.3%;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 360px;
    height: 300.5px;
    transition: all 0.3s;
    opacity: 0;
}


/* Portfolio image 4 */

.portfolio-img4{
    position: relative;
}

.portfolio-img4:hover:before{
    width: 384px;
    transition-delay: 0.3s;
}

.portfolio-img4:before{
    content: "";
    position: absolute;
    top: -0.5%;
    left: 1.5%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 0px;
    height: 276px;
    transition: all 0.2s;
    transform-origin: left;
}

.portfolio-img4:hover:after{
    opacity: 1;
}

.portfolio-img4:after{
    content: "";
    position: absolute;
    top: -4.5%;
    left: 4.3%;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 360px;
    height: 301px;
    transition: all 0.3s;
    opacity: 0;
}

/* Portfolio image 5 */

.portfolio-img5{
    position: relative;
}

.portfolio-img5:hover:before{
    width: 384px;
    transition-delay: 0.3s;
}

.portfolio-img5:before{
    content: "";
    position: absolute;
    top: -0.4%;
    left: 1.5%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 0px;
    height: 428px;
    transition: all 0.3s;
    transform-origin: left;
}

.portfolio-img5:hover:after{
    opacity: 1;
}

.portfolio-img5:after{
    content: "";
    position: absolute;
    top: -3%;
    left: 4.3%;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 360px;
    height: 453px;
    transition: all 0.3s;
    opacity: 0;
}

/* Portfolio image 6 */

.portfolio-img6{
    position: relative;
}

.portfolio-img6:hover:before{
    width: 519px;
    transition-delay: 0.3s;
}

.portfolio-img6:before{
    content: "";
    position: absolute;
    top: -0.2%;
    left: 1.1%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 0px;
    height: 688px;
    transition: all 0.2s;
    transform-origin: left;
}

.portfolio-img6:hover:after{
    opacity: 1;
}

.portfolio-img6:after{
    content: "";
    position: absolute;
    top: -1.9%;
    left: 3.3%;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 495px;
    height: 714px;
    transition: all 0.3s;
    opacity: 0;
}


/* Portfolio image 7 */

.portfolio-img7{
    position: relative;
}

.portfolio-img7:hover:before{
    width: 519px;
    transition-delay: 0.3s;
}

.portfolio-img7:before{
    content: "";
    position: absolute;
    top: -0.5%;
    left: 1.1%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 0px;
    height: 327px;
    transition: all 0.2s;
    transform-origin: left;
}

.portfolio-img7:hover:after{
    opacity: 1;
}

.portfolio-img7:after{
    content: "";
    position: absolute;
    top: -3.9%;
    left: 3.3%;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 495px;
    height: 352px;
    transition: all 0.3s;
    opacity: 0;
}


/* Portfolio image over animation ends*/

/* ........ Portfolio End here ......... */


/*  ....... Teammembers Start here ....... */
.team-main{
    position: relative;
}
.team-container{
    width: 100%;
    /* background-color: #000; */
}
.team-content{
    max-width: 1320px;
    margin: 0 auto;
    text-align: center;
}
.teammembers{
    color: #fff;
    font-size: 14px;
    font-family: Objectivity-medium;
    text-transform: uppercase;
    padding: 5.8px 2px 5.8px 18.5px;
    background: linear-gradient(30deg, #FD6F00,#F79420);
    /* margin: 0; */
    display: inline-block;
    letter-spacing: 15.54px;
    
}
.photographers{
    color: #fff;
    font-size: 56px;
    font-family: Objectivity-light;
}
.meet-tale p{
    margin: 0;
    padding: 36px 0 50px 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 17px;
    font-family: Objectivity-light;
    letter-spacing: 1px;
    word-spacing: 0.5px;
    line-height: 26px;
}

.circle-container {
    max-width: 1418px;
    margin: 0px auto;
    position: relative;
    padding: 20px;
    background: transparent;
    border-radius: 10px;
    overflow: hidden;
    z-index: 999;
}
.slider-track{
    display: flex;
    justify-content: space-between;
    transition: transform 0.5s ease-in-out;
}
.ch-item {
	width: 100%;
	height: 99%;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	cursor: default;
    border: 5px solid transparent;
	z-index: 999;
	transition: all 0.4s ease-in-out;
}
.circle-responsive {
    width: 100%;
}
.ch-item img {
    transition: all 0.8s ease ;
    transform: scale(1.1);
}
.ch-item:hover img{
    transform: scale(1.2);
}
.ch-info
 {
    width: 80%;
    height: 80%;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    left: 10%;
    top: 10%;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
}
.ch-info .circle-center {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: Objectivity-Regular;
    transform: translate(-50%, -50%);
}
.circle-center h1 {
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 6px;
}
.circle-center h2 {
    color: #909090;
    font-size: 17px;
    font-weight: 500;
}
.circle-center i {
    color: #FD6F00;
    transform: rotate(45deg);
    font-size: 28px;
    margin-top: 15px;
}
.ch-item::before
 {
    width: 100%;
    height: 100%;
    position: absolute;
    background: none;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    left: 10%;
    top: 10%;
    border: 5px solid #fff;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
}

.ch-item:hover {
        border: 5px solid #fff;
        z-index: 9;
}
.ch-item:hover .ch-info {
	transform: scale(1);
	opacity: 1;
}
.ch-item:hover .ch-info p {
	opacity: 1;
}
.icon{
    justify-content: center;
    color: #ff7b00;
    display: flex;
    position: absolute;
    top: 30%;
    left: 40%;
    font-size: 80px;
}
.product-card {
    flex: 0 0 25%;
    text-align: center;
    cursor: pointer;
    padding: 15px;
}
.circle-box {
    position: relative;
}
.arrow {
      position: absolute;
      top: 20%;
      background: transparent;
      color: #fff;
      border: none;
      padding: 10px;
      font-size: 18px;
      cursor: pointer;
      border-radius: 50%;
      z-index: 10;
      opacity: 0.6;
    }

    .arrow:hover {
      opacity: 1;
    }

    .arrow-left {
      left: 10px;
    }

    .arrow-right {
      right: 10px;
    }

    

    .circle-btn {
      width: 236px;
      height: 236px;
      
    }
    .circle-btn:nth-child(1) {
        transform: rotate(-180deg);
    }
    .circle-svg {
      position: absolute;
      top: 0; left: 0;
      width: 236px;
      height: 236px;
      z-index: 1;
      pointer-events: none;
    }
    .circle-static {
      stroke: #807f7faa;
      stroke-width: 2.5;
      fill: none;
      transition: border-color 0.3s;
    }
    .circle-anim {
      stroke: #fff;
      stroke-width: 2.5;
      fill: none;
      stroke-dasharray: 377;
      stroke-dashoffset: 377;
      opacity: 0;
      transition: opacity 0.18s;
    }
    .circle-btn:hover .circle-anim {
      animation: draw-border 0.5s cubic-bezier(0,0,0,0) forwards;
      opacity: 1;
    }
    @keyframes draw-border {
      to { stroke-dashoffset: 0; }
    }
    .circle-arrow-front,
    .circle-arrow-back {
      position: absolute;
      top: 105px;
      transition:
        left 0.72s cubic-bezier(.55,1.5,.55,.93),
        opacity 0.5s;
    }
    /* Frontal Arrow */
    .circle-arrow-front {
      left: 105px;
      opacity: 1;
      z-index: 3;
    }
    .circle-btn:hover .circle-arrow-front {
      left: 160px;
      opacity: 0;
    }
    /* Back Arrow */
    .circle-arrow-back {
      left: 60px;
      opacity: 0;
      z-index: 2;
    }
    .circle-btn:hover .circle-arrow-back {
      left: 105px;
      opacity: 1;
    }
    .fa-arrow-right{
    font-size: 25.58px;
    transform: rotate(0deg);
    color: #fff;
}
/* ------ Teammembers End here ------ */


/* -------- Contact Start here ------- */
.contact-container{
    position: relative;
}
.contact-bg{
    position: absolute;
    left: 0%;
    top: -90%;
    z-index: -55;
}
.contact-content{
    max-width: 1320px;
    margin: 0 auto;
    margin-top: 100px;
}
.contact{
    color: #fff;
    font-size: 172.46px;
    font-family: Objectivity-Thin;
    letter-spacing: -8.623px;
    display: flex;
    align-items: center;
}
.arrow-hover{
    display: flex;
    align-items: center;
    margin-left: 615px;
}
.arrow-zone {
      position: relative;
      width: 70px;
      height: 70px;
      display: inline-block;
      overflow: hidden;
    }
    .arrow-front, .arrow-back {
      position: absolute;
      left: 5px; top: 10px;
      transition:
      transform 0.60s cubic-bezier(.55,1.5,.55,.93),
      opacity 0.7s;
      will-change: transform, opacity;
    }
    .arrow-front {
      opacity: 1;
      z-index: 2;
      transform: translate(0,0);
    }
    .arrow-hover:hover .arrow-front {
      opacity: 0;
      transform: translate(80px, -80px);
    }
    .contact .arrow-back {
      opacity: 0;
      z-index: 1;
      transform: translate(-80px, 80px);
      margin-top: 8px;
    }
    .arrow-hover:hover .arrow-back {
      opacity: 1;
      transform: translate(0px, 0px);
    }
    .arrow-front img,
    .arrow-back img {
      /* width: 50px; */
      fill: none;
      stroke-width: 2.5px;
      stroke-linecap: round;
      stroke-linejoin: round;
      display: block;
    }
    .arrow-front img {
      stroke: #fff;
    }
    .arrow-back img {
      stroke: #00ffc3;
    }
.hq{
    margin-bottom: 72px;
    color: #848180;
    font-size: 18px;
    line-height: 23.436px;
    font-family: Objectivity-Regular;
}
.call-mail{
    align-items: center;
    display: flex;

}
.fa-phone{
    font-size: 25.58px;
    font-family: Objectivity-Regular;
    transform: rotate(0deg);
}
.call-icon{
    vertical-align: top;
    width: 70px;
    height: 70px;
    transform: rotate(0deg);
    /* line-height: 32px; */
    border-radius: 50%;
    /* -webkit-border-radius: 50%; */
    background-color: rgba(255, 255, 255, 0.15 );
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    
}
.call-icon-num{
    display: flex;
    align-items: center;
}
.call-icon-num:hover .call-icon{
    background-color: rgba(253, 110, 0, 0.151);
    border: 1px solid rgba(253, 110, 0, 0.4);
    color: #ff7b00;
}
.cm-button-uppp{
    display:inline-block;
    height:60px;
    line-height:60px;
    overflow:hidden;
    position:relative;
    text-align:center;
    color:#FFF;
    transition:0.3s;
    font-family: Objectivity-Light;
}
.cm-label-uppp{
    display:block;
    height:100%;
    position:relative;
    top:0%;
    transition:0.5s;
    font-size: 18px;
    
}
.call-icon-num:hover .cm-label-uppp {
    top:-100%;
    color: #f97316;    
}

.cm-label-uppp{
    font-size: 25px;
    padding: 0 45px 0 22px;
    font-family: Objectivity-Regular;
}
.fa-envelope{
    font-size: 25.58px;
    font-family: Objectivity-Regular;
    transform: rotate(0deg);
}
.mail-icon {
    font-size: 25.58px;
    display: inline-block;
    vertical-align: top;
    font-family: Objectivity-Regular;
    width: 70px;
    height: 70px;
    
    border-radius: 50%;
    
    background-color: rgba(255, 255, 255, 0.15 );
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.mail-icon-id:hover .mail-icon{
    background-color: rgba(253, 110, 0, 0.151);
    border: 1px solid rgba(253, 110, 0, 0.4);
    color: #ff7b00;
}
.mail-icon-id{
    display: flex;
    align-items: center;
}
.mail-icon-id:hover .cm-label-uppp {
    top:-100%;
    color: #f97316;    
}
.form-name{
    padding: 43px 0 43px 0;
    font-size: 17px;
    font-weight: bold;
    font-family: Objectivity-Bold;
    letter-spacing: 1.87px;
}
.name-mail{
    color: #fff;
    text-transform: uppercase;
    display: flex;
    margin-top: 17px;
}
.form-data{
    margin-right: 53px;
}
.phone-need{
    color: #fff;
    text-transform: uppercase;
    display: flex;
}
.message-optional{
    padding-bottom: 54px;
    color: #fff;
    text-transform: uppercase;
}
.form-control{
    width: 450px;
    height: 54px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #515151;
    padding: 0;
    color: #fff;
    font-family: Objectivity-Regular;
    font-size: 20px;
}
.sm-form{
    width: 953px;
    height: 194px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #515151;
    padding: 0;
    color: #fff;
    font-family: Objectivity-Regular;
    font-size: 20px;
}
.sm-buttom{
    color: #ffffff;
    padding: 21.1px 48.45px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    font-size: 24.25px;
    /* opacity: 0.1;  */
    border: 1px solid #515151;
    font-family: Objectivity-Light;
    display: flex;
}
.sm-buttom .ri-arrow-right-up-line{
    font-size: 25px;
}
.sm-buttom:hover{
    color: #F79420;
    background-color: #f793202c;
    border: 1px solid #f7932064;
    cursor: pointer;
}
.portfolio .arrow-hover{
    display: flex;
    align-items: center;
    margin-left: 25px;
}
.sm-buttom .arrow-hover{
    margin: 0;
}
.sm-buttom .arrow-zone {
      position: relative;
      display: inline-block;
      width: 30px;
      height: 20px;
      overflow: hidden;
    }
    .sm-buttom .arrow-front {
      position: absolute;
      left: 3px; top: -4px;
      transition:
      transform 0.60s cubic-bezier(.55,1.5,.55,.93),
      opacity 0.3s;
      will-change: transform, opacity;
    }
    .sm-buttom .arrow-back {
      position: absolute;
      left: 3px; top: -4px;
      transition:
      transform 0.60s cubic-bezier(.55,1.5,.55,.93),
      opacity 0.3s;
      will-change: transform, opacity;
    }
    .arrow-front {
      opacity: 1;
      z-index: 2;
      transform: translate(0,0);
    }
    .sm-buttom:hover .arrow-front {
      opacity: 0;
      transform: translate(20px, -20px);
    }
    .arrow-back {
      opacity: 0;
      z-index: 1;
      transform: translate(-20px, 20px);
    }
    .sm-buttom:hover .arrow-back {
      opacity: 1;
      transform: translate(0,0);
    }
    .arrow-front i,
    .arrow-back i {
      /* width: 50px; */
      fill: none;
      stroke-width: 2.5px;
      stroke-linecap: round;
      stroke-linejoin: round;
      display: block;
    }
    .sm-buttom:hover .arrow-front .ri-arrow-right-up-line{
      color: #fff;
    }

/* -------- Contact End here ------- */


/* -------- Cinematict Start here ------- */

.cinematic{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    
}

.Cinematic-text{
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #fff;
    font-size: 150.46px;
    font-family: Objectivity-thin;
    padding: 60px 0;
    
}
.cinematic-container{
  display: inline-flex;
  flex-direction: column;
  height: 150.46px;
  overflow: hidden;
}
.cinematic-container span{
  height: 150.46px;
  color: #fff;
  animation: moveUp 8s linear infinite;
}
@keyframes moveUp {
  0%, 5% {
    transform: translateY(0px); /* Cinematic */
  }
  15%, 25% {
    transform: translateY(-150.46px); /* Portraits */
  }
  35%, 45% {
    transform: translateY(-300.92px); /* Weddings */
  }
  55%, 65% {
    transform: translateY(-451.38px); /* Lifestyle */
  }
  75%, 95% {
    transform: translateY(-601.84px); /* Candid */
  }
  100% {
    transform: translateY(0px); /* Loop back */
  }
}


/* -------- Cinematict End here ------- */


/* -------- Footer Start here ------- */

.footer-content{
    max-width: 1320px;
    margin: 0 auto;
}
.footer-flex{
    display: flex;
}
.footer-1{
    width: 33.75%;
    margin-top: 45px;
}
.footer-1 .tf{
    color: #fff;
    margin: 0;
    font-size: 18px;
    padding: 25px 0 0 0;
    font-family: Objectivity-Light;
    /* letter-spacing: 1.6px; */
    line-height: 23.302px;
}
.sunset{
    color: #fff;
    margin: 0;
    padding: 31px 0 0 0;
    font-size: 18px;
    font-family: Objectivity-Light;
}
.mail{
    color: #808080;
    margin: 0;
    padding: 40px 0 0 0;
    font-family: Objectivity-Regular;
}
.footer-1 .email{
    color: #fff;
    margin: 0;
    font-family: Objectivity-Light;
}
.call{
    color: #808080;
    margin: 0;
    padding: 40px 0 0 0;
    font-family: Objectivity-Regular;
}
.call-number{
    color: #fff;
    margin: 0;
    font-family: Objectivity-Light;
}
.footer-2{
    width: 16.875%
}
.footer-2 h4{
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 0 10px;
    margin-top: 41px;
    font-size: 17px;
    font-weight: bold;
    font-family: Objectivity-Regular;
}
.footer-menu{
    padding: 0;
    margin: 15px 0 0 0;
    font-size: 17px;
    font-family: Objectivity-Regular;

}
.footer-menu li{
    list-style: none;
    padding: 20px 0 0 0;
}
.footer-2 .footer-menu li a{
    text-decoration: none;
    color: #808080;
    font-size: 17px;
    letter-spacing: -0.85px;
    font-family: Objectivity-Regular;
}
.footer-main li a{
    text-decoration: none;
    color: #808080;
    font-family: Objectivity-Regular;
}
.footer-3 h4{
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 0 10px;
    margin-top: 41px;
    font-size: 17px;
    font-weight: bold;
    font-family: Objectivity-Regular;
}
.footer-menu{
    color: #808080;
}
.footer-3 .footer-menu li a{
    text-decoration: none;
    color: #808080;
    font-size: 17px;
    letter-spacing: -0.85px;
    font-family: Objectivity-Regular;
}
.footer-menu li a:hover{
    color: #f793208e;
    cursor: pointer;
}
.footer-menu li{
    padding-left: 10px;
}
.footer-3{
    width: 16.875%;
    
}
.footer-4{
    width: 32.5%;
}
.footer-4 p{
    color: #fff;
    margin: 0;
    padding: 0 0 0 32px;
    margin-top: 41px;
    font-size: 18px;
    font-weight: 100;
    font-family: Objectivity-Light;
    line-height: 23.302px;
}
.form{
    padding: 0 0 0 25px;
    text-align: center;
}
.footer-4 .form-control{
    padding: 0;
    width: 371.4px;
    height: 52.4px;
    background-color: #ffffff18;
    border: 1px solid #4e4e4e;
    margin-top: 33px;
}
.submit-arrow{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.submit{
    color: #ffffff;
    padding: 13px 131.56px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    font-size: 24.25px;
    /* opacity: 0.1;*/
    border: 1px solid #515151;
    font-family: Objectivity-Light;
    display: flex;
}

.submit:hover{
    color: #F79420;
    background-color: #f793202c;
    border: 1px solid #f7932083;
    cursor: pointer;
}
/* .submit:hover .fa-arrow-up{
    color: #F79420;
} */
.submit .ri-arrow-right-up-line{
    font-size: 30px;
}
.submit:hover{
    color: #F79420;
    background-color: #f793202c;
    border: 1px solid #f7932064;
    cursor: pointer;
}
.portfolio .arrow-hover{
    display: flex;
    align-items: center;
    margin-left: 25px;
}
.submit .arrow-hover{
    margin: 0;
}
.submit .arrow-zone {
      position: relative;
      /* display: inline-block; */
      width: 30px;
      height: 20px;
      overflow: hidden;
    }
    .submit .arrow-front, .arrow-back {
      position: absolute;
      left: 3px; top: -8px;
      transition:
      transform 0.60s cubic-bezier(.55,1.5,.55,.93),
      opacity 0.3s;
      will-change: transform, opacity;
    }
    .arrow-front {
      opacity: 1;
      z-index: 2;
      transform: translate(0,0);
    }
    .submit:hover .arrow-front {
      opacity: 0;
      transform: translate(20px, -20px);
    }
    .arrow-back {
      opacity: 0;
      z-index: 1;
      transform: translate(-20px, 20px);
    }
    .submit:hover .arrow-back {
      opacity: 1;
      transform: translate(0,0);
    }
    .arrow-front i,
    .arrow-back i {
      /* width: 50px; */
      fill: none;
      stroke-width: 2.5px;
      stroke-linecap: round;
      stroke-linejoin: round;
      display: block;
    }
    .submit:hover .arrow-front .ri-arrow-right-up-line{
      color: #fff;
    }
.fsocial-flex{
    display: flex;
    padding: 112px 0 38px 0;
}
.fsocial-item{
    width: 50%;
}
.fsocial-item ul {
    display: flex;
    margin: 0;
    padding: 0;
}
.fsocial-item ul li{
    list-style: none;
}
.fsocial-item ul li a{
    text-decoration: none;
    color: #fff;
    margin: 0;
    font-size: 18px;
    letter-spacing: -0.9px;
    padding: 0 45px 0 0;
    font-family: Objectivity-Regular;
}
.fsocial-item ul li a:hover{
    color: #f79320;
}
.copy-right{
    width: 50%;
    color: #fff;
    margin: 0;
    padding: 0;
    justify-content: end;
    display: flex;
    font-size: 18px;
    letter-spacing: -0.9px;
    font-family: Objectivity-Regular;
}
.footer-menu li a {
    position: relative;
    padding-left: 0;
    transition: all 0.5s ease;
}
.footer-menu li a::before {
    content: "\f061";
    font-family: "Font Awesome 6 free";
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 48%;
    width: 10px;
    transform: translateY(-55%);
    opacity: 0;
    color: #ffffff;
    transition: all 0.4s ease;
}
.footer-menu li a:hover {
    color: #f97316; /* Orange color */
    padding-left: 28px;
}
.footer-menu li a:hover::before {
    opacity: 1;
    left: 5px;
}
.upp-container{
    width:100%;
    text-align:center;
    /* margin:30px 0; */
    /* font-family:sans-serif; */
}
.button-upp{
    display:inline-block;
    height:60px;
    line-height:60px;
    overflow:hidden;
    position:relative;
    text-align:center;
    background-color:#000;
    color:rgb(7, 7, 7);
    transition:0.3s;
}
.label-upp{
    display:block;
    height:100%;
    position:relative;
    top:0%;
    transition:0.5s;
}
.button-upp:hover .label-upp {
    top:-100%;
     color: #f97316;   
}
.copy-right{
    width:100%;
    text-align:center;
}
.button-uppp{
    display:inline-block;
    height:60px;
    line-height:60px;
    overflow:hidden;
    position:relative;
    text-align:center;
    background-color:#000;
    color:#FFF;
    transition:0.3s;
    font-family: Objectivity-Light;
}
.label-uppp{
    display:block;
    height:100%;
    position:relative;
    top:0%;
    transition:0.5s;
    font-size: 18px;
    
}
.button-uppp:hover .label-uppp {
    top:-100%;
    color: #f97316;    
}
.footer-1 .button-uppp{
    display:inline-block;
    height:30px;
    line-height:30px;
    overflow:hidden;
    position:relative;
    text-align:center;
    background-color:#000;
    color:#FFF;
    transition:0.3s;
    font-family: Objectivity-Light;
}
/* -------- Footer End here ------- */






