 @media (max-width: 1024px) {
        .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) {
      .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: none;
    }
    .fname_lname{
        display: block;
    }
    .contact-container {
        display: block;
    }
    .footer-content {
        display: block;
    }

    /***** header responsive *****/
    .number-top {
        display: none;
    }
    .gorgeous, .aerial  {
        font-size: 45px;
        letter-spacing: 2px;
    }
    .beauty, .redefined {
        font-size: 55px;
        letter-spacing: 2px;
        line-height: 50px;
    }
    .hero-text-area p {
        margin: 40px 0px;
        font-size: 15px;
        color: #fff;
        width: 90%;
    }
    .nav-list span{
        display: none;
    }
    .nav-list li{
        margin-bottom: 30px;
    }
    .dropdown{
        display: none;
    }
    /***** 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: 100%;
        height: auto;
        color: #808080;
        font-family: Objectivity-Regular;
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 0;
        word-spacing: 1px;
        margin-top: 65px;
    }
    .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: end;
        margin-top: 50px;
        margin-bottom: 70px;
    }
    /****** 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;
    }
    .mask-responsive {
        width: 100%;
        height: auto;
    }
    .d-flex {
        display: block;
    }
    .FL {
        width: 100%;
    }
    .FL-img {
        position: relative;
        width: 100%;
        left: 0;
        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: 15px;
    }
    .portfolio-list {
        position: relative;
        justify-content: center;
        display: flex;
        align-items: center;
        margin: 90px 0px 74px 0px;
        padding: 0;
        
    }
    .portfolio-list {
        margin-top: 10px;
    }
    .portfolio-scroll {
        overflow-x: scroll;
        display: flex;
    }
    .portfolio-responsive {
        width: 100%;
    }
    .portfolio-img6{
    position: relative;
}
/* Portfolio image 1 */


.portfolio-img1{
    position: relative;
    transition: all 0.5s;
}

.portfolio-img1:hover:before{
    width: 374px;
    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: 394px;
        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: 350px;
        height: 416px;
        transition: all 0.3s;;
    opacity: 0;
}

/* Portfolio image 2 */

.portfolio-img2{
    position: relative;
}

.portfolio-img2:hover:before{
    width: 374px;
    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: 538px;
    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: 350px;
    height: 561px;
    transition: all 0.3s;
    opacity: 0;
}

/* Portfolio image 3 */

.portfolio-img3{
    position: relative;
}

.portfolio-img3:hover:before{
    width: 363px;
    transition-delay: 0.3s;
}

.portfolio-img3:before{
        content: "";
    position: absolute;
    top: -1.2%;
    left: 1.5%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 0px;
    height: 264px;
    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: 341px;
    height: 283.5px;
    transition: all 0.3s;
    opacity: 0;
}


/* Portfolio image 4 */

.portfolio-img4{
    position: relative;
}

.portfolio-img4:hover:before{
    width: 363px;
    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: 262px;
    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: 341px;
    height: 284px;
    transition: all 0.3s;
    opacity: 0;
}

/* Portfolio image 5 */

.portfolio-img5{
    position: relative;
}

.portfolio-img5:hover:before{
    width: 363px;
    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: 404px;
    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: 341px;
    height: 426px;
    transition: all 0.3s;
    opacity: 0;
}
.portfolio-img6:hover:before{
    width: 376px;
    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: 478px;
        transition: all 0.2s;
        transform-origin: left;
}

.portfolio-img6:hover:after{
    opacity: 1;
}

.portfolio-img6:after{
            content: "";
        position: absolute;
        top: -2.5%;
        left: 4.3%;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        width: 350px;
        height: 500px;
        transition: all 0.3s;
    opacity: 0;
}
.portfolio-img7{
    position: relative;
}

.portfolio-img7:hover:before{
    width: 376px;
    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: 236px;
        transition: all 0.2s;
        transform-origin: left;
}

.portfolio-img7:hover:after{
    opacity: 1;
}

.portfolio-img7:after{
            content: "";
        position: absolute;
        top: -4.9%;
        left: 4.4%;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        width: 349px;
        height: 258px;
        transition: all 0.3s;
}
    /******* contact ******/
    .contact {
        font-size: 80px;
    }
    .arrow-hover {
        display: flex;
        align-items: center;
        margin-left: 26px;
    }
    .name-mail {
        color: #fff;
        text-transform: uppercase;
        display: block;
        font-family: myfont;
    }
    .call-mail {
        align-items: center;
        display: grid;
    }
    .call-icon-num {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .cm-label-uppp {
        font-size: 16px;
    }
    .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;
    }
    .sm-form {
        width: 100%;
        height: 192.4px;
    }
    .cinematic {
        display: block;
        justify-content: space-between;
        margin-top: 80px;
    }
    .Cinematic-text {
        font-size: 50px;
    }
    .cinematic-container {
        font-size: 50px;
    }
    /********* footer ********/
    .footer-flex {
        display: block;
    }
    .footer-1 {
        width: 100%;
    }
    .footer-2 {
        width: 100%;
    }
    .footer-3 {
        width: 100%;
    }
    .footer-4 {
        width: 100%;
    }
    .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;
    }
    .copy-right {
        width: 100%;
        display: flex;
        justify-content: center;
    }

}



/* Low resolution Tablets and iPads */
@media (min-width: 768px) and (max-width: 1024px){
     .product-card {
        flex: 0 0 100%;
      }
     .header-main {
        display: none;
    }
    
    .fname_lname {
        position: relative;
        display: block;
    }
   
    
    
    .bg-line {
        display: none;
    }

    .bg-shadow {
        display: none;
    }
    .pixel {
        width: 100%;
        height: auto;
    }

    .nav-list span{
        display: none;
    }
    .nav-list li{
        margin-bottom: 30px;
    }
    .dropdown{
        display: none;
    }
    /******* about *******/
    .about-main {
        position: relative;
        height: 1245px;
    }
    .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: 30px 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: 80px;
    }
    .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;
    }
    .cinematic-container {
        font-size: 50px;
    }
    .cinematic {
        display: flex;
        justify-content: space-between;
        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: 222px;
        padding: 0;
    }
    .FL-img {
        position: absolute;
        width: 65%;
        left: 0;
        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){

    .nav-list span{
        display: none;
    }
    .nav-list li{
        margin-bottom: 30px;
    }
    .dropdown{
        display: none;
    }
   .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: 0;
        top: 35%;
    }
    .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;
}

}