*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100svh;
    width: 100vw;
    background: #131313;

}

.mobile-contain {
    width: 500px;
    height: 100svh;
    /* border: 1px solid #000; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2.5em;
    background-image:url('/public/images/iphone_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* .division {
    border: 1px solid lime;
} */

#title {
     height: 150px;
     width: 98%;
     object-fit: contain;
}

.main {
     height: 500px;
     width: 80%;
     /* border: 1px solid lime; */
     display: flex;
    justify-content: center;
    align-items: center;
}
#sub-btn {
    position: relative;
    top: 30px;
    z-index: 555;
      animation: 0.5s scale infinite ease-in-out;
    height: 85px;
    width: 100%;
    object-fit: cover;
}

/* .main-img-content {
    position: absolute;
    height: 400px;
    width: 100%;
    object-fit: contain;
} */


.customer-service-div {
    position: absolute;
    margin-bottom: 30em;
    height: 80px;
    width: 100%;
    /* border: 1px solid #000; */
    display: flex;
    justify-content: end;
    align-items: center;
    z-index: 6;
}


.customer-service {

     margin-right:10px;
     height: 80px;
     width: 90px;
     object-fit: contain;
     animation: 0.5s scale infinite ease-in-out;

}


.main-img-content {
    position: absolute;
    height: 850px;
    width: 100%;
    margin-top: 2em;
    object-fit: contain;
    z-index: 5;
    margin-left: 0.2em !important;

}



@media screen and (max-width: 1280px) { 

       .mobile-contain {
        width: 500px !important;
        height: 100svh !important;
     
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 1em !important;
        background-image: url(/public/images/iphone_bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

#hyper-link {
    
    position: relative;
    top: 0 !important;
}
}


@media screen and (max-width: 800px) {

    .main {
   
      height: 535px;
     width: 100%;
 
     display: flex;
    justify-content: center;
    align-items: center;
}

.main-img-content {
  
    position: fixed;
    height: 570px;
    width: 100%;
    margin-bottom: 2em;
    object-fit: cover;
    z-index: 5;
      margin-left: 0.3em !important;
}



#sub-btn {
    
    height: 80px !important;
    width: 100%;
    object-fit: contain;
}

.customer-service-div {
    margin-bottom: 0 !important;
       position: relative;
    top: -238px;
    height: 80px;
    width: 100%;
    /* border: 1px solid #000; */
}

}


@media screen and (max-width: 412px) { 

.mobile-contain {
    width: 500px;
    height: 100svh;
    /* border: 1px solid #000; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2em;
    background-image:url('/public/images/iphone_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#hyper-link {
    
    position: relative;
    top: -52px;
}
}


@media screen and (max-width: 390px) { 

        .main-img-content {
        margin-left: 0.3em !important;
        position: fixed;
     
          height: 560px;
        width: 100%;
 
        object-fit: cover;
        z-index: 5;
    }


       .mobile-contain {
        width: 500px !important;
        height: 100svh !important;
        /* border: 1px solid #000; */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 1em !important;
        background-image: url(/public/images/iphone_bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        
    }

#hyper-link {
    
    position: relative;
    top: -35px !important;
}
}


@media screen and (max-width: 375px) {

            .main-img-content {
        margin-left: 0.2em !important;
        position: fixed;
        /* height: 610px; */
        width: 100%;
    
        object-fit: cover;
        z-index: 5;
    }

        .customer-service-div {
    
        position: relative;
        top: -192px;
        height: 70px;
        width: 100%;
   
}

#hyper-link {
    
    position: relative;
    top: -33px !important;
}

    #sub-btn {
        height: 65px !important;
        width: 100%;
        object-fit: contain;
    }

        .mobile-contain {
        width: 500px;
        height: 100svh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 1em;
        background-image: url(/public/images/iphone_bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
}


@media screen and (max-width: 370px) {

            .main-img-content {
        margin-left: 0.2em !important;
        position: fixed;
        /* height: 570px; */
        width: 100%;
        /* margin-bottom: 2em; */
        object-fit: cover;
        z-index: 5;
    }

        .customer-service-div {
    
        position: relative;
        top: -192px;
        height: 70px;
        width: 100%;
   
}

#hyper-link {
    
    position: relative;
    top: -33px !important;
}

    #sub-btn {
        height: 65px !important;
        width: 100%;
        object-fit: contain;
    }

        .mobile-contain {
        width: 500px;
        height: 100svh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 1em;
        background-image: url(/public/images/iphone_bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
}


@media screen and (max-width: 390px) and (max-height: 680px) {
   
     .main-img-content {
        margin-left: 0.2em !important;
        position: fixed;
         height: 502px;
        width: 103%;
        object-fit: cover;
        z-index: 5;
    }

        .customer-service-div {
    
        position: relative;
        top: -192px;
        height: 70px;
        width: 100%;
   
}

#hyper-link {
    
    position: relative;
    top: -40px !important;
}   

    #sub-btn {
        height: 65px !important;
        width: 100%;
        object-fit: contain;
    }

        .mobile-contain {
        width: 500px;
        height: 100svh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 1em;
        background-image: url(/public/images/iphone_bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

}




@keyframes scale {
  0% {
    
   scale:0.9;
   
  }

  100% {

   scale: 1;
  }
}


