 /* Responsive */
    @media (max-width: 1024px) {
        
    .hq{
        margin-top: 20px;
        width: 76%;
        text-align: left;
    }
    .contact {
        font-size: 80px;
        position: relative;
    }
        .portfolio-p2{
            display: none;
        }
        .portfolio {
        width: 100%;
        color: #fff;
        font-size: 80px;
        font-family: Objectivity-Thin;
        letter-spacing: -8.623px;
        margin-top: 95px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
    }
    .baground-line{
        display: none;
    }
    .frame-content {
        padding: 10px 10px 98px 10px;
    }
    .slider-flex {
        width: 100%;
        max-width: 1320px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    .circle-icon{
        margin-bottom: 40px;
        margin: 20px;
    }
        .number-top {
            display: none;
        }
        nav {
            position: sticky;
            top: 0;
            width: 100%;
            color: white;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0.1rem 1.5rem;
            z-index: 1000;
        }
      .nav-list {
        position: fixed;
        top: 80px;
        right: -100%;
        flex-direction: column;
        background: #000000;
        width: 300px;
        height: 100vh;
        text-align: center;
        transition: right 0.4s ease-in-out;
        padding-top: 2rem;
      }
    .content-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
      .nav-list.actived {
        right: 0;
      }

      .nav-list li {
        width: 100%;
      }

      .hamburger {
        display: flex;
      }
      .social-links a {padding: 0.5rem; }

    }

/* Desktops and laptops ----------- */
@media (max-width: 480px) {
    
    .baground-line{
        display: none;
    }
    
      .product-card {
        flex: 0 0 100%;
      }


    .arrow {
        position: absolute;
        top: 80%;
        background: transparent;
        color: #fff;
        border: none;
        padding: 10px;
        font-size: 18px;
        cursor: pointer;
        border-radius: 50%;
        z-index: 10;
        opacity: 0.6;
    }
    .bg-line {
        display: none;
    }
    .header-main {
        display: block;
    }
    .fname_lname{
        display: block;
    }
    .contact-container {
        display: block;
    }
    .footer-content {
        display: block;
    }

    /***** header responsive *****/

    .main-nav .mobile-menu-trigger{
        position: absolute;
        top: 19px;
        left: 233px;
    }



    .number-top {
        display: none;
    }
    .gorgeous, .aerial  {
        font-size: 45px;
        letter-spacing: 2px;
    }
    .beauty, .redefined {
        font-size: 55px;
        letter-spacing: 2px;
        line-height: 50px;
        padding-top: 5px;
    }
    .masterpiece{
        font-size: 45px !important;
    }
    .hero-text-area p {
        margin: 40px 10px;
        font-size: 18px;
        color: #fff;
    }

    .header-explore-more {
        margin: 450px 0 0 54px;
        z-index: +999;
    }

    .service-icon i{
        display: none;
    }

    .menu-main {
        display: block;
    }

    .logo-box{
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .main-menu li{
        margin-top: 20px;
    }

    .main-nav .menu > ul > li > a{
        border-right: none;
    }

    .main-nav .menu > ul > li > a{
		line-height: 50px;
		height: 50px;
		padding:0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}

    .header-explore-more {
        margin: 441px 0 0 63px;
    }


    .active-page:before {
        content: "";
        height: 2px;
        width: 35px;
        background-color: #fff;
        position: absolute;
        top: 40px;
        left: 15px;
    }   

    .main-nav .menu .mobile-menu-head .mobile-menu-close {
        position: fixed;
        right: 0;
        top: 10px;
        height: 50px;
        width: 50px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #ff5400;
        font-size: 25px;
        right: 10px;
        border-radius: 0px;
        border: 1px solid #ff5400;
    }








    /***** About responsive ******/
    .img-responsive {
        width: 100%;
        height: auto;
    }
    .ab-us {
        display: inline-block;
        padding: 9px 9px 6px 18px;
        background: linear-gradient(30deg, #FD6F00, #F79420);
        letter-spacing: 1.95px;
        color: #fff;
        text-transform: uppercase;
        font-family: Objectivity-Medium;
    }
    .about-content {
        padding: 25px 5px;
        position: relative;
        width: 100%;
        text-align: center;
    }

    .pixel {
        width: 90%;
        height: auto;
        color: #808080;
        font-family: Objectivity-Regular;
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 0;
        word-spacing: 1px;
        margin-top: 65px;
        margin-left: 19px;
    }
    .bg-shadow {
        display: none
    }
    .box-1-content {
        position: relative;
        top: 0;
        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);
    }
    .explore-more {
        display: flex;
        justify-content: center;
    }
    .explore-buttom {
        font-size: 18px;
    }
    .explore-buttom .ri-arrow-right-up-line {
        font-size: 20px;
    }
    .happy {
        display: flex;
        justify-content: center;
        margin-top: 50px;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 70px;
        margin-top: 50px;
    }

    .review:nth-child(1) {
        padding-right: 48px;
    }

    .explore-buttom .arrow-front {
        position: absolute;
        left: -2px;
        top: -1px;
        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: -2px;
        top: 0px;
        transition: transform 0.60s 
        cubic-bezier(.55, 1.5, .55, .93), opacity 0.3s;
        will-change: transform, opacity;
    }

    .caraousel-btn{
        left: -2px;
        top: -9px !important;
    }
    /****** photography responsive *******/
    .timeless {
        color: #808080;
        font-size: 30px;
    }
    .time {
        color: #fff;
        font-size: 30px;
    }
    .precision {
        color: #fff;
        font-size: 30px;
    }
    .photography-img {
        width: 100%;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }
    .img-sec {
        display: block;
    }
    .photography-img-text {
        height: 150px;
        position: absolute;
        top: 62%;
        left: 50%; 
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        transition: 0.3s;
        z-index: 1;
    }
    .photographers {
        color: #fff;
        font-size: 34px;
        margin-top: 10px;
        font-family: Objectivity-light;
    }
    /******* fname_lname *******/
    .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: 60px;
        display: inline-block;
    }
    .fl-bg-shadow {
        display: none;
    }
    .slider_content {
        display: flex;
        position: relative;
        padding: 15px;
        width: 100%;
        justify-content: center;
    }
    .header {
        position: relative;
        height: 1300px;
        right: 3.8%;
    }
    .mask-responsive {
        width: 100%;
        height: auto;
    }
    .d-flex {
        display: block;
    }
    .FL {
        width: 90%;
        text-align: center;
        margin-top: 50px;
        left: 32px;
        position: relative;
    }
    .FL-img {
        position: relative;
        width: 100%;
        left: 15px;
        top: 0;
    }
    .content {
        max-width: 100%;
        margin: 0 auto;
    }
    .rectangle {
            position: absolute;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
            left: 0;
            height: 433px;
            width: 374px;
            border: 1px solid #9a9a9a;
            z-index: 1;
            margin-top: 223px;
        }
        .highlight-box {
            position: absolute;
            left: 4%;
            top: -49px;
            width: 287px;
            height: 329px;
            text-align: center;
            /* padding: 20px 20px; */
            background: linear-gradient(45deg, #FD6F00, #F79420);
            color: #fff;
            margin-top: 276px;
            z-index: 2;
        }
    /****** portfolio ******/
    .portfolio-bg-shadow {
        display: none;
    }
    .portfolio-main {
        position: relative;
        display: block;
    }
    .box-3-content{
        margin: 0 auto;
    }
    .portfolio {
        width: 100%;
        color: #fff;
        font-size: 80px;
        font-family: Objectivity-Thin;
        letter-spacing: -8.623px;
        margin-top: 95px;
        display: flex;
        align-items: center;
    }
    .portfolioimg-flex {
        display: block;
        margin: 0 auto;
    }
    .portfolio-p {
        display: block;
        margin-top: 50px;
    }
    .portfolio-p1 {
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .portfolio-list {
        display: none;
    }
    .portfolio-list {
        margin-top: 10px;
    }
    .portfolio-scroll {
        overflow-x: scroll;
        display: flex;
    }
    .portfolio-responsive {
        width: 100%;
    }
    .meet-tale p{
        margin-top: 15px;
        color: rgba(255, 255, 255, 0.5);
        font-size: 17px;
        font-family: Objectivity-light;
        letter-spacing: 1px;
        word-spacing: 0.5px;
        line-height: 26px;
        padding: 10px;
    }

    .portfolio .arrow-hover {
        display: flex;
        align-items: center;
        margin-left: 25px;
        position: relative;
        top: 3px;
    }

    .arrow-front img, .arrow-back img {
        width: 40px;
        height: 40px;
    }

    .portfolio-img1:hover:before {
        width: 375px;
        transition-delay: 0.2s;
    }

    .portfolio-img1::before{
        height: 395.4px;
    }
    
    .portfolio-img1:after {
        width: 352px;
        height: 417px;
    }

    .portfolio-img2:hover:before {
        width: 373px;
        transition-delay: 0.2s;
    }

    .portfolio-img2:after {
        width: 350px;
        height: 563px;
    }

    .portfolio-img2:before{
        height: 539px;
    }

    .portfolio-img3:hover:before {
        width: 362px;
        transition-delay: 0.2s;
    }

    .portfolio-img3:before{
        height: 262px;
    }

    .portfolio-img3:after{
        top: -5%;
        width: 340px;
        height: 287px;
    }

    .portfolio-img4:hover:before {
        width: 363px;
        transition-delay: 0.2s;
    }   
    .portfolio-img4:before{
        height: 262px;
    }

    .portfolio-img4:after{
        top: -5;
        width: 340px;
        height: 287px;
    }

    .portfolio-img5:hover:before {
        width: 363px;
        transition-delay: 0.2s;
    }

    .portfolio-img5:before{
        height: 405px;
    }

    .portfolio-img5:after{
        width: 341px;
        height: 428px;
        top: -3%;
    }

    .portfolio-img6:hover:before {
        width: 372px;
        transition-delay: 0.2s;
    }

    .portfolio-img6:before{
        height: 478px;
        top: -0.5%;
    }

    .portfolio-img6:after{
        top: -2.8%;
        left: 4.5%;
        width: 349px;
        height: 503px;
    }

    .portfolio-imgcontent3{
        position: relative;
        right: 4px;
    }

    .portfolio-imgcontent1{
        position: relative;
        right: -4px;
    }

    .portfolio-img7:hover:before {
        width: 373px;
        transition-delay: 0.2s;
    }

    .portfolio-img7:before{
        height: 235px;
    }

    .portfolio-img7:after{
        width: 349px;
        height: 260px;
        top: -5.2%;
        left: 4.5%;
    }

    /********* team photography **********/

    .circle-svg {
        position: absolute;
        top: 18px;
        left: 17px;
        width: 200px;
        height: 200px;
        z-index: 1;
        pointer-events: none;
    }





    /******* contact ******/
    .contact {
        font-size: 76px;
    }
    .arrow-hover {
        display: flex;
        align-items: center;
        margin-left: 26px;
        position: relative;
        top: -2px;
    }
    .name-mail {
        color: #fff;
        text-transform: uppercase;
        display: block;
        font-family: myfont;
        position: relative;
        left: 10px;
    }
    .call-mail {
        align-items: center;
        display: grid;
        position: relative;
        left: 18px;
    }
    .call-icon-num {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .cm-label-uppp {
        font-size: 14px;
    }
    .form-control {
        max-width: 100%;
        height: 52.4px;
        background-color: rgba(255, 255, 255, 0.1);
        border: 1px solid #515151;
        padding: 0;
    }
    .contact-bg {
        display: none;
    }
    .phone-need {
        display: block;
        position: relative;
        left: 10px;
    }
    .sm-form {
        width: 85%;
        height: 192.4px;
    }
    .cinematic {
    display: block;
    justify-content: space-between;
    margin-top: 40px;
}

    .contact {
        left: 8px;
    }

    .hq {
        width: 300px;
        text-align: start;
        position: relative;
        left: 18px;
        margin-top: 20px;
    }

    .call-icon {
        vertical-align: top;
        width: 50px;
        height: 50px;
        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;
}

.fa-envelope {
    font-size: 24.58px;
    font-family: Objectivity-Regular;
    transform: rotate(0deg);
}

.cm-button-uppp{
    line-height: 65px;
}

.mail-icon{
    width: 50px;
    height: 50px;
}

.message-optional {
    padding-bottom: 55px;
    position: relative;
    left: 10px;
}

.sm-buttom {
    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;
    z-index: 1;
    position: relative;
    left: 16px;
}

.contact-arrow{
    top: 7px !important;
}

.contact-content{
    max-width: 100%;
    margin: 0 auto;
    margin-top: 150px;
}


/******** auto scroll cinematic ********/

.cinematic-container span {
    height: 150px;
    color: #fff;
    animation: moveUp 8s 
    linear infinite;
}

.cinematic-container {
    font-size: 64px;
    line-height: 163px;
}

.Cinematic-text{
    padding: 0;
    position: relative;
    left: 10px;
}

.Cinematic-circle-hover{
    display: flex;
    justify-content: center;
    position: relative;
    right: -1px;
    margin-top: 55px;
}








    /********* footer ********/
    .footer-scm{
        display: flex;
        justify-content: center;
    }
    .footer-flex {
        display: block;
    }
    .footer-1 {
        width: 90%;
        position: relative;
        left: 15px;
    }
    .footer-2 {
        width: 90%;
        position: relative;
        left: 15px;
    }
    .footer-3 {
        width: 90%;
        position: relative;
        left: 15px;
    }
    .footer-4 {
        width: 90%;
    }
    .fsocial-item ul li a {
        text-decoration: none;
        color: #fff;
        margin: 0;
        font-size: 14px;
        letter-spacing: -0.9px;
        padding: 0 16px 0 0;
        font-family: Objectivity-Regular;
    }
    .fsocial-flex {
        display: block;
        padding: 10px 0 10px 0;
    }
    .submit {
        color: #ffffff;
        padding: 13px 50px;
        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;
    }
    .footer-4 .form-control {
        padding: 0;
        width: 100%;
        height: 52.4px;
        background-color: #ffffff18;
        border: 1px solid #4e4e4e;
        margin-top: 33px;
    }
    .fsocial-item {
        width: 90%;
        position: relative;
        left: 22px;
    }
    .copy-right {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .break{
        display: contents;
    }
}



/* Low resolution Tablets and iPads */
@media (min-width: 768px) and (max-width: 1024px){
    .portfolio-p{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .portfolio-p1{
        width: 100%;
        padding: 20px;
    }
    .portfolio-main {
    padding: 20px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}
    .words{
        margin-left: 10px;
    }
    .vision{
        margin-left: 10px;
    }
    .pixelperfect{
        margin-left: 10px;
    }
    .passion{
        margin-left: 10px;
    }
    .firstname{
        display: block;
        margin-bottom: 10px;
        margin-left: 10px;
    }
    .lastname{
        margin: 0px 0px 0px 10px;
    }
    .signature{
        margin: 30px 0 0 10px;
    }
    .header-explore-more {
        margin: 450px 0 0 80px;
        z-index: +999;
    }
    .hero-text-area {
        position: absolute;
        top: 50%;
        left: 10%;
    }
    .main-nav .mobile-menu-trigger{
        position: absolute;
        top: 19px;
        left: 550px;
    }
     .product-card {
        flex: 0 0 100%;
      }
    
    
    .fname_lname {
        position: relative;
        display: block;
    }
   

    .main-nav .menu .mobile-menu-head {
    display: flex;
    height: 50px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    top: 0;
    /* display: none; */
    position: absolute;
    right: 0;
}

.mobile-menu-close{
    border: 1px solid #FD7001;
    padding: 15px 15px;
}

.service-icon i{
    display: none;
}

.menu-main{
    display: inline-block;
}

.main-nav .menu > ul > li > a{
    border-right: none;
}








    
    
    .bg-line {
        display: none;
    }

    .bg-shadow {
        display: none;
    }
    .pixel {
        width: 100%;
        height: auto;
    }
    /******* about *******/
    .about-main {
        position: relative;
        height: 1160px;
    }
    .img-responsive {
        width: 100%;
        height: auto;
    }
    .about-content {
        position: absolute;
        width: 60%;
        top: 25%;
        padding-right: 10px;
        right: 0;
        text-align: end;
    }
    .happy {
        display: flex;
        justify-content: end;
        margin-top: 50px;
        margin-bottom: 70px;
    }
    .explore-more {
        display: flex;
        justify-content: end;
    }
    /****** photography responsive *******/
    .photography-main {
        position: relative;
        top: 100px;
    }
    .timeless {
        color: #808080;
        font-size: 30px;
    }
    .time {
        color: #fff;
        font-size: 30px;
    }
    .precision {
        color: #fff;
        font-size: 30px;
    }
    .photography-img {
        width: 100%;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }
    .img-sec {
        display: grid;
        grid-template-columns: auto auto;
    }
    .photography-img-text {
        height: 150px;
        position: absolute;
        top: 62%;
        left: 50%; 
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        transition: 0.3s;
        z-index: 1;
    }
    .img-sec .mask-responsive {
        width: 100%;
        height: auto;
    }
    .auto-scrollbar {
        position: relative;
        top: 50px;
    }

    /**** slider ****/
    .slider-flex {
        grid-template-columns: auto auto;
    }
    .slider_content {
        display: flex;
        position: relative;
        padding: 15px;
        width: 50%;
        justify-content: center;
        margin: 0 auto;
    }
    .mask-bind {
        position: relative;
    }
    .FL-img{
        width: 70%;
    }
    /*********** portfolio ************/
    .portfolio {
        width: 50%;
        color: #fff;
        font-size: 82.46px;
        font-family: Objectivity-Thin;
        letter-spacing: -8.623px;
        margin-top: 95px;
        display: flex;
        align-items: center;
    }
    .box-3-content {
        margin-left: 0;
    }
    .portfolio-list {
        position: relative;
        justify-content: center;
        display: flex;
        align-items: center;
        margin: 90px 0px 74px 0px;
        padding: 0px 0;
    }
    .portfolio-list a {
        list-style: none;
        text-decoration: none;
        margin: 0 10px;
    }
    .portfolioimg-flex {
        display: block;
        margin: 0 auto;
    }
    .portfolio-responsive {
        width: 100%;
    }
    .portfolio-bg-shadow {
        display: none;
    }

    /******* contact ******/
    .contact-container {
        position: relative;
        padding: 15px;
    }
    .contact {
        font-size: 100px;
        position: relative;
    }
    .arrow-hover {
        display: flex;
        align-items: center;
        margin-left: 26px;
    }
    .call-mail {
        align-items: center;
        display: block;
    }
    .call-icon-num {
        margin-bottom: 10px;
    }
    .name-mail {
        color: #fff;
        text-transform: uppercase;
        display: block;
    }
    .form-control {
        width: 100%;
        height: 52.4px;
        background-color: rgba(255, 255, 255, 0.1);
        border: 1px solid #515151;
        padding: 0;
    }
    .contact-bg {
        display: none;
    }
    .phone-need {
        display: block;
    }
    .sm-form {
        width: 100%;
        height: 192.4px;
    }
    .cinematic {
        display: block;
        justify-content: space-between;
        margin-top: 80px;
    }
    .Cinematic-text {
        font-size: 50px;
        display: none;
    }
    .cinematic-container {
        font-size: 50px;
    }
    .cinematic {
        display: flex;
        justify-content: center;
        margin-top: 80px;
    }
    /********* footer **********/
    .footer-4 .form-control {
        padding: 0;
        width: 100%;
        height: 52.4px;
        background-color: #ffffff18;
        border: 1px solid #4e4e4e;
        margin-top: 33px;
    }
    .footer-content {padding: 15px;}
    .submit {
        color: #ffffff;
        padding: 13px 93px;
        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;
    }
    .copy-right {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    /***** fname_lname ******/
    .d-flex {
        display: block;
        margin: 0 auto;
        margin-bottom: 90px;
        height: 1200px;
    }
    .content {
        max-width: 100%;
        margin: 0 auto;
    }
    .FL {
        width: 100%;
        text-align: left;
        margin-top: 276px;
        padding: 0;
    }
    .FL-img {
        margin-top: 50px;
        position: absolute;
        width: 65%;
        left: -50px;
        top: 25%;
    }

    /****** circle-container ****/
    .circle-container {
        max-width: 55%;
        margin: 0px auto;
        position: relative;
        padding: 20px;
        background: transparent;
        border-radius: 10px;
        overflow: hidden;
        z-index: 999;
    }
    .teammembers {
        color: #fff;
        font-size: 26px;
        margin-bottom: 15px;
    }
    
}

@media (min-width: 1024px) and (max-width: 1366px){
   .about-content {
        position: absolute;
        width: 40%;
        top: 25%;
        right: 70px;
        text-align: end;
    }
    .bg-line {
        display: none;
    }
    .photography-img-text-photography {
    font-size: 35px;
    }
    .contact-bg{
        display: none;
    }
    .portfolio-bg-shadow {
        display: none;
    }
    .FL-img {
        position: absolute;
        width: 65%;
        left: 28.7%;
        top: 0;
    }
    
    .hero-text-area {
    position: absolute;
    top: 57%;
    left: 15%;
    transform: translateY(-50%);
}
.hero-text-area p {
    margin: 0px 0 40px 0;
    font-size: 18px;
    color: #808080;
    font-family: Objectivity-Regular;
    line-height: 23.436px;
}
.header-explore-more {
    position: absolute;
    top: 83%;
    left: 15%;
    z-index: +999;
}

}