*{
    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);
}

/******************* Mobile friendly menu ********************/

/* 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%;
    top: 116%;
    z-index: -50;
}
.socialmedia-links-container {
    height: 93vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1030;
    display: flex;
    align-items: center;
}
.socialmedia-links {
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    display: flex;
}
.socialmedia-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);
}
.socialmedia-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-here {
    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 {
    margin-left: .8rem;
    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) {
    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: 60%;
}
.nav-list li:hover{
    color: #fff;
}
.nav-list li.underline_active::after {
    content: "";
    position: absolute;
    left: 27px;
    bottom: -15px;
    width: 0%;
    height: 2px;
    background-color: #fff;
    transition: width 0.3s ease-in-out;
    width: 40%;   
}
.nav-list li.underline_active {
    position: relative;
    cursor: pointer;
}
.nav-list li.active::after {
    transform: scaleX(1) !important;
}    
.header-text-area {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
}
.featuring {
    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;
}
.header-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;
}
.header-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);
}
.counting-number-top a:hover {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-weight: 400;
}
/* --- 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;
    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 ------- */
.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-content-1 {
    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);
}
.box-1 {
    display:inline-block;
    height:71px;
    overflow:hidden;
    position:relative;
    text-align:center;
    background-color: transparent;
    border-radius:2px;
    transition: 10s;
}

.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-content-1:hover {
    background-color: rgba(253, 111, 0, 0.07);
    border: 1px solid rgba(253, 111, 0, 0.17);
}
.box-content-1:hover .box-1 {
    background-color: transparent;
}
.box-content-1:hover .box-1 .label-up {
    color: #FD6F00;
    top:-100%;
}
.about-content {
    position: absolute;
    width: 40%;
    top: 25%;
    right: 0;
    text-align: end;
}
.aboutus {
    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;
}
.aboutour {
    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;   
}
.para {
    width: 538px;
    height: 170px;
    color: #808080;
    font-family: Objectivity-Regular;
    font-size: 18px;
    line-height: 23.436px;
    margin-top: 65px;
}
.count {
    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-button {
    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-button .ri-arrow-right-up-line {
    font-size: 25px;
}
.explore-button:hover {
    color: #F79420;
    background-color: #f793202c;
    border: 1px solid #f7932064;
    cursor: pointer;
}
.explore-button:hover .fa-arrow-up {
    color: #F79420;
}
.explore-button .arrow-hover {
    display: flex;
    align-items: center;
}
.explore-button .arrow-hover {
    margin: 0;
}
.explore-button .arrow-zone {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 20px;
    overflow: hidden;
}
.explore-button .arrow-front {
    position: absolute;
    left: 3px; top: -2px;
    transition:
    transform 0.60s cubic-bezier(.55,1.5,.55,.93),
    opacity 0.3s;
    will-change: transform, opacity;
}
.explore-button .arrow-back {
    position: absolute;
    left: 3px; top: -2px;
    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-button:hover .arrow-front {
    opacity: 0;
    transform: translate(20px, -20px);
}
.arrow-back {
    opacity: 0;
    z-index: 1;
    transform: translate(-20px, 20px);
}
.explore-button:hover .arrow-back {
    opacity: 1;
    transform: translate(0,0);
}
.arrow-front ib .arrow-back i {
    fill: none;
    stroke-width: 2.5px;
    stroke-linecap: round;
    stroke-linejoin: round;
    display: block;
}
.explore-button:hover .arrow-front .ri-arrow-right-up-line{
    color: #fff;
}
/* ------- AboutUs End here ------- */
    
/* -------- OneFrame Start here --------  */
.oneframe-header {
    position: relative;
}
.oneframe-main {
    width: 100%; 
}
.oneframe-container {
    margin: 0 auto;
}
.oneframe-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;
}
.oneframe-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-content-2 {
    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);
}
.box-2 {
    display:inline-block;
    height:71px;
    overflow:hidden;
    position:relative;
    text-align:center;
    background-color: transparent;
    border-radius:2px;
    transition: 10s;
}
.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-content-2:hover {
    background-color: rgba(253, 111, 0, 0.07);
    border: 1px solid rgba(253, 111, 0, 0.17);
}
.box-content-2:hover .box-2 {
    background-color: transparent;
}
.box-content-2:hover .box-2 .label-up {
    color: #FD6F00;
    top:-100%;
}
.service-photography {
    padding-top: 30px;
}
.service-head {
    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);
    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 {
    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-arrow {
    position: absolute;
    height: 220px;
    bottom: -170px;
    z-index: 1;
    opacity: 0;
    transition: 0.3s;
}
.ex-more{
    color: #fff;
}
.photography-img-text-arrow 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-arrow {
    height: 110px;
    bottom: -5px;
    opacity: 1;
}
.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: 100%;
    height: auto;
}
/* -------- OneFrame End here --------  */
        
/* scroll bar start */

.auto-scrollbar {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    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{
    z-index: -3;
    position: absolute;
    right: 0;
    top: -264%;
}
.container{
    width: 100%;
}
.content{
    max-width: 1320px;
    margin: 0 auto;
}
.d-flex{
    display: flex;
    margin: 0 auto;
}
.FL{
    width: 31%;
    text-align: left;
    margin-top: 276px;
    padding: 0;
}
.vision{
    color: #848180;
    font-family: Objectivity-Medium;
    font-size: 16px;
    font-weight: 500;
    
}
.words{
    text-transform: uppercase;
    color: #fff;
    font-family: Objectivity-Regular;
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
}
.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: relative;
    width: 70%;
}
.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: 27.7%;
    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 --------- */
/* only team member arrow here */
.r-circle{
    width: 1920px;
    display: flex;
    margin: 0 auto;
    align-items: center;
}
.circle-btn {
      position: relative;
      width: 236px;
      height: 236px;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      /* Smoother border transition */
      
    }
    .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;
}
.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 .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 {
    fill: none;
    stroke-width: 2.5px;
    stroke-linecap: round;
    stroke-linejoin: round;
    display: block;
}
 /* ------- circle hover end --------- */


/* ........ Portfolio Start here ......... */
.portfolio-contain {
    width: 99%;
    margin: 0 auto;
}
.portfolio-header {
    position: relative;
}
.p-bg-shadow {
    position: absolute;
    top: -50%;
    left: -3%;
}
.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;
}
.arrow-zone {
    position: relative;
    width: 60px;
    height: 60px;
    display: inline-block;
    overflow: visible;
}
.arrow-front, .arrow-back {
    position: absolute;
    left: 0; top: 0;
    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);
}
.arrow-back {
    opacity: 0;
    z-index: 1;
    transform: translate(-80px, 80px);
}
.arrow-hover:hover .arrow-back {
    opacity: 1;
    transform: translate(0,0);
}
.arrow-front img .arrow-back img {
    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-content-3 {
    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);
 }
.box-3 {
    display:inline-block;
    height:71px;
    line-height:87px;
    overflow:hidden;
    position:relative;
    text-align:center;
    background-color: transparent;
    border-radius:2px;
    transition: 10s;
}
.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-content-3:hover {
    background-color: rgba(253, 111, 0, 0.07);
    border: 1px solid rgba(253, 111, 0, 0.17);
}
.box-content-3:hover .box-3 {
    background-color: transparent;
}
.box-content-3: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-imgcontent1 .imgs:nth-child(1)
{
	margin: 28px 18px 38px 9px;
}
.portfolio-imgcontent1 .imgs:nth-child(2)
{
	margin: 41px 18px 38px 9px;
}
.portfolio-imgcontent2 .imgs:nth-child(1)
{
	margin: 28px 18px 39px 18.5px;
}
.portfolio-imgcontent2 .imgs:nth-child(2)
{
	margin: 28px 18px 38px 18.5px;
}
.portfolio-imgcontent2 .imgs:nth-child(3)
{
	margin: 28px 18px 28px 18.5px;
}
.portfolio-imgcontent3 .imgs:nth-child(1)
{
	margin: 28px 9px 40.5px 18.5px;
}
.portfolio-imgcontent3 .imgs:nth-child(2)
{
	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 0;
}
.imgs: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
}

.imgs: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
}

.imgs:hover {
	overflow: visible;   
}


.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 End here ......... */

/*  ....... Teammembers Start here ....... */
.team-main{
    position: relative;
}
.team-container{
    width: 100%;
}
.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);
    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{
    z-index: -1;
    position: absolute;
    left: 0%;
    top: -90%;
}
.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: 60px;
    height: 60px;
    display: inline-block;
    overflow: visible;
}
.arrow-front, .arrow-back {
    position: absolute;
    left: 0; top: 0;
    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);
}
.arrow-back {
    opacity: 0;
    z-index: 1;
    transform: translate(-80px, 80px);
}
.arrow-hover:hover .arrow-back {
    opacity: 1;
    transform: translate(0,0);
}
.arrow-front img .arrow-back img {
    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;

}
.yn {
    padding: 50px 0 50px 0;
    font-size: 17px;
    font-weight: bold;
    font-family: Objectivity-Bold;
}
.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);
    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;
}
.call-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;
}
.call-label-uppp {
    display:block;
    height:100%;
    position:relative;
    top:0%;
    transition:0.5s;
    font-size: 18px; 
}
.call-icon-num:hover .call-label-uppp {
    top:-100%;
    color: #f97316;    
}
.call-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-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;
}
.mail-label-uppp{
    display:block;
    height:100%;
    position:relative;
    top:0%;
    transition:0.5s;
    font-size: 18px; 
}
.mail-icon-id{
    display: flex;
    align-items: center;
}
.mail-icon-id:hover .mail-label-uppp {
    top:-100%;
    color: #f97316;    
}
.mail-label-uppp{
    font-size: 25px;
    padding: 0 45px 0 22px;
    font-family: Objectivity-Regular;
}
.ym{
    padding: 50px 0 50px 0;
    font-size: 17px;
    font-weight: bold;
    font-family: Objectivity-Bold;
}
.contact-content .pn{
    padding: 50px 0 50px 0;
    font-size: 17px;
    font-family: Objectivity-Bold;
}
.wayn{
    padding: 50px 0 50px 0;
    font-size: 17px;
    font-weight: bold;
    font-family: Objectivity-Bold;
}
.name-mail{
    color: #fff;
    text-transform: uppercase;
    display: flex;
    font-family: myfont;
}
.your-name{
    padding-right: 55px;
}
.your-mail{
    padding-right: 55px;
}
.phone-number{
    padding-right: 55px;
}
.what-need{
    padding-right: 55px;
}
.phone-need{
    color: #fff;
    text-transform: uppercase;
    display: flex;
}
.message-optional{
    padding-bottom: 55px;
}
.message{
    padding: 50px 0 50px 0;
    font-size: 17px;
    font-family: Objectivity-Bold;
}
.form-control{
    width: 448.4px;
    height: 52.4px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #515151;
    padding: 0;
}
.message{
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    font-family: Objectivity-Bold;
}
.sm-form{
    width: 951.4px;
    height: 192.4px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #515151;
    padding: 0;
}
.sm-button {
    color: #ffffff;
    padding: 21.1px 48.45px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    font-size: 24.25px;
    border: 1px solid #515151;
    font-family: Objectivity-Light;
    display: flex;
}
.sm-button .ri-arrow-right-up-line{
    font-size: 25px;
}
.sm-button:hover{
    color: #F79420;
    background-color: #f793202c;
    border: 1px solid #f7932064;
    cursor: pointer;
}
.portfolio .arrow-hover{
    display: flex;
    align-items: center;
    margin-left: 25px;
}
.sm-button .arrow-hover{
    margin: 0;
}
.sm-button .arrow-zone {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: visible;
}
.sm-button .arrow-front {
    position: absolute;
    left: 3px; top: -3px;
    transition: transform 0.60s cubic-bezier(.55,1.5,.55,.93), opacity 0.3s;
    will-change: transform, opacity;
}
.sm-button .arrow-back {
    position: absolute;
    left: 3px; top: -3px;
    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-button:hover .arrow-front {
    opacity: 0;
    transform: translate(20px, -20px);
}.arrow-back {
    opacity: 0;
    z-index: 1;
    transform: translate(-20px, 20px);
}
.sm-button:hover .arrow-back {
    opacity: 1;
    transform: translate(0,0);
}
.arrow-front i,.arrow-back i {
    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;
    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 136.9px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    font-size: 24.25px;
    border: 1px solid #515151;
    font-family: Objectivity-Light;
    display: flex;
}
.submit:hover{
    color: #F79420;
    background-color: #f793202c;
    border: 1px solid #f7932083;
    cursor: pointer;
}
.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;
    width: 20px;
    height: 20px;
    overflow: visible;
}
.submit .arrow-front, .arrow-back {
    position: absolute;
    left: 3px; top: -6px;
    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 {
    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;
}
.social-flex {
    display: flex;
    padding: 112px 0 38px 0;
}
.social-item {
    width: 50%;
}
.social-item ul {
    display: flex;
    margin: 0;
    padding: 0;
}
.social-item ul li {
    list-style: none;
}
.social-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;
}
.social-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; 
    padding-left: 28px;
}
.footer-menu li a:hover::before {
    opacity: 1;
    left: 5px;
}
.upp-container{
    width:100%;
    text-align:center;
}
.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 ------- */






