body {
    background-color: #11151a;

}

.header-1 {
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    color: #fff;
    position: absolute;
    top: 200px;
    left: 15%;
}

.description {
    background-color: #11151a;
    width: 30%;
    height: 60px;
    border-style: solid;
    border-width: 1px;
    border-color: #333333;
    border-radius: 10px;
    position: absolute;
    top: 840px;
    left: 35%;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #424242;
}

.description h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #424242;
    position: absolute;
    top: 5px;
    left: 5%;
}

.description img {
    width: 30px;
    position: absolute;
    top: 15px;
    right: 5%;
}


.srp-1, .srp-2 {
    width: 16%;
    height: 400px;
    background-color: #11151a;
    position: absolute;
    perspective: 1000px;
    border-radius: 10px;
}

.srp-1 {
    position: absolute;
    top: 350px;
    left: 15%;
}

.srp-2 {
    position: absolute;
    top: 350px;
    left: 35%;
}

.srp-1 .front img, .srp-1 .back img, 
.srp-2 .front img, .srp-2 .back img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.filter {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.srp-1 .front h1, .srp-2 .front h1,
.srp-1 .back h1, .srp-2 .back h1 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    position: absolute;
    left: 10%;
    width: 80%;
}

.srp-1 .front h1, .srp-2 .front h1 {
    font-size: 40px;
    top: 50px;
    color: #fff;
}

.srp-1 .back h1, .srp-2 .back h1 {
    font-size: 16px;
    top: 30px;
    color: #fff;
}

.front, .back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: white;
    border: 1px solid #333;
    border-radius: 10px;
    transition: transform 0.6s;
}

.front {
    background-color: #171e24;
}

.back {
    background-color: #171e24;
    transform: rotateY(180deg);
}

.srp-1:hover .front, .srp-2:hover .front {
    transform: rotateY(180deg);
}

.srp-1:hover .back, .srp-2:hover .back {
    transform: rotateY(0deg);
}

.footer {
    position: absolute;
    top: 1080px;
    left: 0%;
}



/*RESPONSIVE*/
@media (min-width: 240px) and (max-width: 359.98px) and (orientation: portrait)  {
    body {
        background-color: #11151a;
    
    }
    
    .header-1 { 
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        color: #fff;
        position: absolute;
        top: 90px;
        left: 10%;
    }
    
    .description {
        background-color: #11151a;
        width: 90%;
        height: 40px;
        border-style: solid;
        border-width: 1px;
        border-color: #333333;
        border-radius: 10px;
        position: absolute;
        top: 800px;
        left: 5%;
        font-family: 'Poppins', sans-serif;
        color: #424242;
    }
    
    .description h1 { 
        font-family: 'Poppins', sans-serif;
        font-size: 9px;
        color: #424242;
        position: absolute;
        top: 8px;
        left: 3%;
    }
    
    .description img { 
        width: 20px;
        position: absolute;
        top: 10px;
        right: 4%;
    }
    
    
    .srp-1, .srp-2 { 
        width: 80%;
        height: 300px;
        background-color: #11151a;
        position: absolute;
        perspective: 1000px;
        border-radius: 10px;
    }
    
    .srp-1 { 
        position: absolute;
        top: 150px;
        left: 10%;
    }
    
    .srp-2 { 
        position: absolute;
        top: 470px;
        left: 10%;
    }
    
    .srp-1 .front img, .srp-1 .back img, 
    .srp-2 .front img, .srp-2 .back img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }
    
    .filter {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }
    
    .srp-1 .front h1, .srp-2 .front h1,
    .srp-1 .back h1, .srp-2 .back h1 {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        position: absolute;
        left: 10%;
        width: 80%;
    }
    
    .srp-1 .front h1, .srp-2 .front h1 {
        font-size: 30px;
        top: 50px;
        color: #fff;
    }
    
    .srp-1 .back h1, .srp-2 .back h1 {
        font-size: 12px;
        top: 30px;
        color: #fff;
    }
    
    .front, .back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        color: white;
        border: 1px solid #333;
        border-radius: 10px;
        transition: transform 0.6s;
    }
    
    .front {
        background-color: #171e24;
    }
    
    .back {
        background-color: #171e24;
        transform: rotateY(180deg);
    }
    
    .srp-1:hover .front, .srp-2:hover .front {
        transform: rotateY(180deg);
    }
    
    .srp-1:hover .back, .srp-2:hover .back {
        transform: rotateY(0deg);
    }
    
    .mobile-footer {
        position: absolute;
        top: 900px;
        left: 0%;
    }  
}
  
@media (min-width: 360px) and (max-width: 575.98px) and (orientation: portrait) {
    body {
        background-color: #11151a;
    
    }
    
    .header-1 { 
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        color: #fff;
        position: absolute;
        top: 80px;
        left: 10%;
    }
    
    .description {
        background-color: #11151a;
        width: 90%;
        height: 50px;
        border-style: solid;
        border-width: 1px;
        border-color: #333333;
        border-radius: 10px;
        position: absolute;
        top: 850px;
        left: 5%;
        font-family: 'Poppins', sans-serif;
        color: #424242;
    }
    
    .description h1 { 
        font-family: 'Poppins', sans-serif;
        font-size: 11px;
        color: #424242;
        position: absolute;
        top: 8px;
        left: 3%;
    }
    
    .description img { 
        width: 20px;
        position: absolute;
        top: 14px;
        right: 1%;
    }
    
    
    .srp-1, .srp-2 { 
        width: 70%;
        height: 320px;
        background-color: #11151a;
        position: absolute;
        perspective: 1000px;
        border-radius: 10px;
    }
    
    .srp-1 { 
        position: absolute;
        top: 150px;
        left: 15%;
    }
    
    .srp-2 { 
        position: absolute;
        top: 500px;
        left: 15%;
    }
    
    .srp-1 .front img, .srp-1 .back img, 
    .srp-2 .front img, .srp-2 .back img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }
    
    .filter {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }
    
    .srp-1 .front h1, .srp-2 .front h1,
    .srp-1 .back h1, .srp-2 .back h1 {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        position: absolute;
        left: 10%;
        width: 80%;
    }
    
    .srp-1 .front h1, .srp-2 .front h1 {
        font-size: 30px;
        top: 50px;
        color: #fff;
    }
    
    .srp-1 .back h1, .srp-2 .back h1 {
        font-size: 12px;
        top: 30px;
        color: #fff;
    }
    
    .front, .back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        color: white;
        border: 1px solid #333;
        border-radius: 10px;
        transition: transform 0.6s;
    }
    
    .front {
        background-color: #171e24;
    }
    
    .back {
        background-color: #171e24;
        transform: rotateY(180deg);
    }
    
    .srp-1:hover .front, .srp-2:hover .front {
        transform: rotateY(180deg);
    }
    
    .srp-1:hover .back, .srp-2:hover .back {
        transform: rotateY(0deg);
    }
    
    .mobile-footer {
        position: absolute;
        top: 1000px;
        left: 0%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) and (orientation: portrait)  {
    body {
        background-color: #11151a;
    
    }
    
    .header-1 { 
        font-family: 'Poppins', sans-serif;
        font-size: 22px;
        color: #fff;
        position: absolute;
        top: 150px;
        left: 10%;
    }
    
    .description {
        background-color: #11151a;
        width: 90%;
        height: 60px;
        border-style: solid;
        border-width: 1px;
        border-color: #333333;
        border-radius: 10px;
        position: absolute;
        top: 700px;
        left: 5%;
        font-family: 'Poppins', sans-serif;
        color: #424242;
    }
    
    .description h1 { 
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        color: #424242;
        position: absolute;
        top: 8px;
        left: 3%;
    }
    
    .description img { 
        width: 34px;
        position: absolute;
        top: 10px;
        right: 4%;
    }
    
    
    .srp-1, .srp-2 { 
        width: 40%;
        height: 350px;
        background-color: #11151a;
        position: absolute;
        perspective: 1000px;
        border-radius: 10px;
    }
    
    .srp-1 { 
        position: absolute;
        top: 250px;
        left: 7%;
    }
    
    .srp-2 { 
        position: absolute;
        top: 250px;
        left: 52%;
    }
    
    .srp-1 .front img, .srp-1 .back img, 
    .srp-2 .front img, .srp-2 .back img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }
    
    .filter {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }
    
    .srp-1 .front h1, .srp-2 .front h1,
    .srp-1 .back h1, .srp-2 .back h1 {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        position: absolute;
        left: 10%;
        width: 80%;
    }
    
    .srp-1 .front h1, .srp-2 .front h1 {
        font-size: 30px;
        top: 50px;
        color: #fff;
    }
    
    .srp-1 .back h1, .srp-2 .back h1 {
        font-size: 13px;
        top: 30px;
        color: #fff;
    }
    
    .front, .back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        color: white;
        border: 1px solid #333;
        border-radius: 10px;
        transition: transform 0.6s;
    }
    
    .front {
        background-color: #171e24;
    }
    
    .back {
        background-color: #171e24;
        transform: rotateY(180deg);
    }
    
    .srp-1:hover .front, .srp-2:hover .front {
        transform: rotateY(180deg);
    }
    
    .srp-1:hover .back, .srp-2:hover .back {
        transform: rotateY(0deg);
    }
    
    .mobile-footer {
        position: absolute;
        top: 900px;
        left: 0%;
    }
}
     
@media  (min-width: 768px) and (max-width: 991.98px) and (orientation: portrait) {
    body {
        background-color: #11151a;
    
    }
    
    .header-1 { 
        font-family: 'Poppins', sans-serif;
        font-size: 26px;
        color: #fff;
        position: absolute;
        top: 150px;
        left: 10%;
    }
    
    .description {
        background-color: #11151a;
        width: 80%;
        height: 60px;
        border-style: solid;
        border-width: 1px;
        border-color: #333333;
        border-radius: 10px;
        position: absolute;
        top: 700px;
        left: 10%;
        font-family: 'Poppins', sans-serif;
        color: #424242;
    }
    
    .description h1 { 
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        color: #424242;
        position: absolute;
        top: 4px;
        left: 3%;
    }
    
    .description img { 
        width: 34px;
        position: absolute;
        top: 10px;
        right: 4%;
    }
    
    .srp-1, .srp-2 { 
        width: 36%;
        height: 370px;
        background-color: #11151a;
        position: absolute;
        perspective: 1000px;
        border-radius: 10px;
    }
    
    .srp-1 { 
        position: absolute;
        top: 250px;
        left: 10%;
    }
    
    .srp-2 { 
        position: absolute;
        top: 250px;
        left: 55%;
    }
    
    .srp-1 .front img, .srp-1 .back img, 
    .srp-2 .front img, .srp-2 .back img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }
    
    .filter {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }
    
    .srp-1 .front h1, .srp-2 .front h1,
    .srp-1 .back h1, .srp-2 .back h1 {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        position: absolute;
        left: 10%;
        width: 80%;
    }
    
    .srp-1 .front h1, .srp-2 .front h1 {
        font-size: 30px;
        top: 50px;
        color: #fff;
    }
    
    .srp-1 .back h1, .srp-2 .back h1 {
        font-size: 14px;
        top: 30px;
        color: #fff;
    }
    
    .front, .back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        color: white;
        border: 1px solid #333;
        border-radius: 10px;
        transition: transform 0.6s;
    }
    
    .front {
        background-color: #171e24;
    }
    
    .back {
        background-color: #171e24;
        transform: rotateY(180deg);
    }
    
    .srp-1:hover .front, .srp-2:hover .front {
        transform: rotateY(180deg);
    }
    
    .srp-1:hover .back, .srp-2:hover .back {
        transform: rotateY(0deg);
    }
    
    .mobile-footer {
        position: absolute;
        top: 900px;
        left: 0%;
    }
}
     
@media (min-width: 992px) and (max-width: 1199.98px) and (orientation: portrait)  {
    body {
        background-color: #11151a;
    
    }
    
    .header-1 { 
        font-family: 'Poppins', sans-serif;
        font-size: 30px;
        color: #fff;
        position: absolute;
        top: 150px;
        left: 10%;
    }
    
    .description {
        background-color: #11151a;
        width: 80%;
        height: 60px;
        border-style: solid;
        border-width: 1px;
        border-color: #333333;
        border-radius: 10px;
        position: absolute;
        top: 750px;
        left: 10%;
        font-family: 'Poppins', sans-serif;
        color: #424242;
    }
    
    .description h1 { 
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        color: #424242;
        position: absolute;
        top: 4px;
        left: 3%;
    }
    
    .description img { 
        width: 34px;
        position: absolute;
        top: 10px;
        right: 4%;
    }
    
    .srp-1, .srp-2 { 
        width: 28%;
        height: 400px;
        background-color: #11151a;
        position: absolute;
        perspective: 1000px;
        border-radius: 10px;
    }
    
    .srp-1 { 
        position: absolute;
        top: 250px;
        left: 10%;
    }
    
    .srp-2 { 
        position: absolute;
        top: 250px;
        left: 40%;
    }
    
    .srp-1 .front img, .srp-1 .back img, 
    .srp-2 .front img, .srp-2 .back img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }
    
    .filter {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }
    
    .srp-1 .front h1, .srp-2 .front h1,
    .srp-1 .back h1, .srp-2 .back h1 {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        position: absolute;
        left: 10%;
        width: 80%;
    }
    
    .srp-1 .front h1, .srp-2 .front h1 {
        font-size: 36px;
        top: 50px;
        color: #fff;
    }
    
    .srp-1 .back h1, .srp-2 .back h1 {
        font-size: 16px;
        top: 30px;
        color: #fff;
    }
    
    .front, .back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        color: white;
        border: 1px solid #333;
        border-radius: 10px;
        transition: transform 0.6s;
    }
    
    .front {
        background-color: #171e24;
    }
    
    .back {
        background-color: #171e24;
        transform: rotateY(180deg);
    }
    
    .srp-1:hover .front, .srp-2:hover .front {
        transform: rotateY(180deg);
    }
    
    .srp-1:hover .back, .srp-2:hover .back {
        transform: rotateY(0deg);
    }
    
    .mobile-footer {
        position: absolute;
        top: 900px;
        left: 0%;
    }
}

@media  (min-width: 1200px) and (max-width: 1399.98px)  {
    body {
        background-color: #11151a;
    
    }
    
    .header-1 {
        font-family: 'Poppins', sans-serif;
        font-size: 28px;
        color: #fff;
        position: absolute;
        top: 200px;
        left: 15%;
    }
    
    .description {
        background-color: #11151a;
        width: 50%;
        height: 60px;
        border-style: solid;
        border-width: 1px;
        border-color: #333333;
        border-radius: 10px;
        position: absolute;
        top: 840px;
        left: 25%;
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        color: #424242;
    }
    
    .description h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        color: #424242;
        position: absolute;
        top: 7px;
        left: 5%;
    }
    
    .description img {
        width: 30px;
        position: absolute;
        top: 15px;
        right: 5%;
    }
    
    
    .srp-1, .srp-2 {
        width: 24%;
        height: 400px;
        background-color: #11151a;
        position: absolute;
        perspective: 1000px;
        border-radius: 10px;
    }
    
    .srp-1 {
        position: absolute;
        top: 320px;
        left: 15%;
    }
    
    .srp-2 {
        position: absolute;
        top: 320px;
        left: 42%;
    }
    
    .srp-1 .front img, .srp-1 .back img, 
    .srp-2 .front img, .srp-2 .back img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }
    
    .filter {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }
    
    .srp-1 .front h1, .srp-2 .front h1,
    .srp-1 .back h1, .srp-2 .back h1 {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        position: absolute;
        left: 10%;
        width: 80%;
    }
    
    .srp-1 .front h1, .srp-2 .front h1 {
        font-size: 40px;
        top: 50px;
        color: #fff;
    }
    
    .srp-1 .back h1, .srp-2 .back h1 {
        font-size: 16px;
        top: 30px;
        color: #fff;
    }
    
    .front, .back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        color: white;
        border: 1px solid #333;
        border-radius: 10px;
        transition: transform 0.6s;
    }
    
    .front {
        background-color: #171e24;
    }
    
    .back {
        background-color: #171e24;
        transform: rotateY(180deg);
    }
    
    .srp-1:hover .front, .srp-2:hover .front {
        transform: rotateY(180deg);
    }
    
    .srp-1:hover .back, .srp-2:hover .back {
        transform: rotateY(0deg);
    }
    
    .footer {
        position: absolute;
        top: 1080px;
        left: 0%;
    }  
}
     
@media  (min-width: 1400px) and (max-width: 1599.98px)  {
    body {
        background-color: #11151a;
    
    }
    
    .header-1 {
        font-family: 'Poppins', sans-serif;
        font-size: 28px;
        color: #fff;
        position: absolute;
        top: 200px;
        left: 15%;
    }
    
    .description {
        background-color: #11151a;
        width: 40%;
        height: 60px;
        border-style: solid;
        border-width: 1px;
        border-color: #333333;
        border-radius: 10px;
        position: absolute;
        top: 840px;
        left: 30%;
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        color: #424242;
    }
    
    .description h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        color: #424242;
        position: absolute;
        top: 5px;
        left: 5%;
    }
    
    .description img {
        width: 30px;
        position: absolute;
        top: 15px;
        right: 5%;
    }
    
    .srp-1, .srp-2 {
        width: 22%;
        height: 400px;
        background-color: #11151a;
        position: absolute;
        perspective: 1000px;
        border-radius: 10px;
    }
    
    .srp-1 {
        position: absolute;
        top: 320px;
        left: 15%;
    }
    
    .srp-2 {
        position: absolute;
        top: 320px;
        left: 42%;
    }
    
    .srp-1 .front img, .srp-1 .back img, 
    .srp-2 .front img, .srp-2 .back img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }
    
    .filter {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }
    
    .srp-1 .front h1, .srp-2 .front h1,
    .srp-1 .back h1, .srp-2 .back h1 {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        position: absolute;
        left: 10%;
        width: 80%;
    }
    
    .srp-1 .front h1, .srp-2 .front h1 {
        font-size: 40px;
        top: 50px;
        color: #fff;
    }
    
    .srp-1 .back h1, .srp-2 .back h1 {
        font-size: 16px;
        top: 30px;
        color: #fff;
    }
    
    .front, .back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        color: white;
        border: 1px solid #333;
        border-radius: 10px;
        transition: transform 0.6s;
    }
    
    .front {
        background-color: #171e24;
    }
    
    .back {
        background-color: #171e24;
        transform: rotateY(180deg);
    }
    
    .srp-1:hover .front, .srp-2:hover .front {
        transform: rotateY(180deg);
    }
    
    .srp-1:hover .back, .srp-2:hover .back {
        transform: rotateY(0deg);
    }
    
    .footer {
        position: absolute;
        top: 1080px;
        left: 0%;
    }       
}
     
@media  (min-width: 3840px) and (max-width: 7679.98px)  {
    body {
        background-color: #11151a;
    }
    
    .header-1 {
        font-family: 'Poppins', sans-serif;
        font-size: 68px;
        color: #fff;
        position: absolute;
        top: 400px;
        left: 30%;
    }
    
    .description {
        background-color: #11151a;
        width: 60%;
        height: 120px;
        border-style: solid;
        border-width: 2px;
        border-color: #333333;
        border-radius: 20px;
        position: absolute;
        top: 1680px;
        left: 70%;
        font-family: 'Poppins', sans-serif;
        font-size: 36px;
        color: #424242;
    }
    
    .description h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 36px;
        color: #424242;
        position: absolute;
        top: 10px;
        left: 10%;
    }
    
    .description img {
        width: 60px;
        position: absolute;
        top: 30px;
        right: 10%;
    }
    
    .srp-1, .srp-2 {
        width: 32%;
        height: 800px;
        background-color: #11151a;
        position: absolute;
        perspective: 2000px;
        border-radius: 20px;
    }
    
    .srp-1 {
        position: absolute;
        top: 700px;
        left: 30%;
    }
    
    .srp-2 {
        position: absolute;
        top: 700px;
        left: 70%;
    }
    
    .srp-1 .front img, .srp-1 .back img, 
    .srp-2 .front img, .srp-2 .back img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 20px;
    }
    
    .filter {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 20px;
    }
    
    .srp-1 .front h1, .srp-2 .front h1,
    .srp-1 .back h1, .srp-2 .back h1 {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        position: absolute;
        left: 20%;
        width: 80%;
    }
    
    .srp-1 .front h1, .srp-2 .front h1 {
        font-size: 80px;
        top: 100px;
        color: #fff;
    }
    
    .srp-1 .back h1, .srp-2 .back h1 {
        font-size: 32px;
        top: 60px;
        color: #fff;
    }
    
    .front, .back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 48px;
        color: white;
        border: 2px solid #333;
        border-radius: 20px;
        transition: transform 0.6s;
    }
    
    .front {
        background-color: #171e24;
    }
    
    .back {
        background-color: #171e24;
        transform: rotateY(180deg);
    }
    
    .srp-1:hover .front, .srp-2:hover .front {
        transform: rotateY(180deg);
    }
    
    .srp-1:hover .back, .srp-2:hover .back {
        transform: rotateY(0deg);
    }
    
    .footer {
        position: absolute;
        top: 2160px;
        left: 0%;
    }
      
}
     
@media  (min-width: 7680px) and (max-width: 7681px) {
    body {
        background-color: #11151a;
    }
    
    .header-1 {
        font-family: 'Poppins', sans-serif;
        font-size: 136px;
        color: #fff;
        position: absolute;
        top: 800px;
        left: 30%;
    }
    
    .description {
        background-color: #11151a;
        width: 60%;
        height: 240px;
        border-style: solid;
        border-width: 4px;
        border-color: #333333;
        border-radius: 40px;
        position: absolute;
        top: 3360px;
        left: 70%;
        font-family: 'Poppins', sans-serif;
        font-size: 72px;
        color: #424242;
    }
    
    .description h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 72px;
        color: #424242;
        position: absolute;
        top: 20px;
        left: 10%;
    }
    
    .description img {
        width: 120px;
        position: absolute;
        top: 60px;
        right: 10%;
    }
    
    .srp-1, .srp-2 {
        width: 32%;
        height: 1600px;
        background-color: #11151a;
        position: absolute;
        perspective: 4000px;
        border-radius: 40px;
    }
    
    .srp-1 {
        position: absolute;
        top: 1400px;
        left: 30%;
    }
    
    .srp-2 {
        position: absolute;
        top: 1400px;
        left: 70%;
    }
    
    .srp-1 .front img, .srp-1 .back img, 
    .srp-2 .front img, .srp-2 .back img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 40px;
    }
    
    .filter {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 40px;
    }
    
    .srp-1 .front h1, .srp-2 .front h1,
    .srp-1 .back h1, .srp-2 .back h1 {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        position: absolute;
        left: 20%;
        width: 80%;
    }
    
    .srp-1 .front h1, .srp-2 .front h1 {
        font-size: 160px;
        top: 200px;
        color: #fff;
    }
    
    .srp-1 .back h1, .srp-2 .back h1 {
        font-size: 64px;
        top: 120px;
        color: #fff;
    }
    
    .front, .back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 96px;
        color: white;
        border: 4px solid #333;
        border-radius: 40px;
        transition: transform 0.6s;
    }
    
    .front {
        background-color: #171e24;
    }
    
    .back {
        background-color: #171e24;
        transform: rotateY(180deg);
    }
    
    .srp-1:hover .front, .srp-2:hover .front {
        transform: rotateY(180deg);
    }
    
    .srp-1:hover .back, .srp-2:hover .back {
        transform: rotateY(0deg);
    }
    
    .footer {
        position: absolute;
        top: 4320px;
        left: 0%;
    }
      
}





/* LANDSCAPE RESPONSIVE*/
@media (min-width: 500px) and (max-width: 639.98px) and (orientation: landscape) {
    body {
        background-color: #11151a;
    
    }
    
    .header-1 { 
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        color: #fff;
        position: absolute;
        top: 80px;
        left: 10%;
    }
    
    .description {
        background-color: #11151a;
        width: 90%;
        height: 50px;
        border-style: solid;
        border-width: 1px;
        border-color: #333333;
        border-radius: 10px;
        position: absolute;
        top: 850px;
        left: 5%;
        font-family: 'Poppins', sans-serif;
        color: #424242;
    }
    
    .description h1 { 
        font-family: 'Poppins', sans-serif;
        font-size: 11px;
        color: #424242;
        position: absolute;
        top: 8px;
        left: 3%;
    }
    
    .description img { 
        width: 20px;
        position: absolute;
        top: 14px;
        right: 1%;
    }
    
    
    .srp-1, .srp-2 { 
        width: 70%;
        height: 320px;
        background-color: #11151a;
        position: absolute;
        perspective: 1000px;
        border-radius: 10px;
    }
    
    .srp-1 { 
        position: absolute;
        top: 150px;
        left: 15%;
    }
    
    .srp-2 { 
        position: absolute;
        top: 500px;
        left: 15%;
    }
    
    .srp-1 .front img, .srp-1 .back img, 
    .srp-2 .front img, .srp-2 .back img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }
    
    .filter {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }
    
    .srp-1 .front h1, .srp-2 .front h1,
    .srp-1 .back h1, .srp-2 .back h1 {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        position: absolute;
        left: 10%;
        width: 80%;
    }
    
    .srp-1 .front h1, .srp-2 .front h1 {
        font-size: 30px;
        top: 50px;
        color: #fff;
    }
    
    .srp-1 .back h1, .srp-2 .back h1 {
        font-size: 12px;
        top: 30px;
        color: #fff;
    }
    
    .front, .back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        color: white;
        border: 1px solid #333;
        border-radius: 10px;
        transition: transform 0.6s;
    }
    
    .front {
        background-color: #171e24;
    }
    
    .back {
        background-color: #171e24;
        transform: rotateY(180deg);
    }
    
    .srp-1:hover .front, .srp-2:hover .front {
        transform: rotateY(180deg);
    }
    
    .srp-1:hover .back, .srp-2:hover .back {
        transform: rotateY(0deg);
    }
    
    .mobile-footer {
        position: absolute;
        top: 1000px;
        left: 0%;
    }
}

@media (min-width: 640px) and (max-width: 811.98px) and (orientation: landscape) {
    body {
        background-color: #11151a;
    
    }
    
    .header-1 { 
        font-family: 'Poppins', sans-serif;
        font-size: 22px;
        color: #fff;
        position: absolute;
        top: 150px;
        left: 10%;
    }
    
    .description {
        background-color: #11151a;
        width: 90%;
        height: 60px;
        border-style: solid;
        border-width: 1px;
        border-color: #333333;
        border-radius: 10px;
        position: absolute;
        top: 700px;
        left: 5%;
        font-family: 'Poppins', sans-serif;
        color: #424242;
    }
    
    .description h1 { 
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        color: #424242;
        position: absolute;
        top: 8px;
        left: 3%;
    }
    
    .description img { 
        width: 34px;
        position: absolute;
        top: 10px;
        right: 4%;
    }
    
    
    .srp-1, .srp-2 { 
        width: 40%;
        height: 350px;
        background-color: #11151a;
        position: absolute;
        perspective: 1000px;
        border-radius: 10px;
    }
    
    .srp-1 { 
        position: absolute;
        top: 250px;
        left: 7%;
    }
    
    .srp-2 { 
        position: absolute;
        top: 250px;
        left: 52%;
    }
    
    .srp-1 .front img, .srp-1 .back img, 
    .srp-2 .front img, .srp-2 .back img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }
    
    .filter {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }
    
    .srp-1 .front h1, .srp-2 .front h1,
    .srp-1 .back h1, .srp-2 .back h1 {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        position: absolute;
        left: 10%;
        width: 80%;
    }
    
    .srp-1 .front h1, .srp-2 .front h1 {
        font-size: 30px;
        top: 50px;
        color: #fff;
    }
    
    .srp-1 .back h1, .srp-2 .back h1 {
        font-size: 13px;
        top: 30px;
        color: #fff;
    }
    
    .front, .back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        color: white;
        border: 1px solid #333;
        border-radius: 10px;
        transition: transform 0.6s;
    }
    
    .front {
        background-color: #171e24;
    }
    
    .back {
        background-color: #171e24;
        transform: rotateY(180deg);
    }
    
    .srp-1:hover .front, .srp-2:hover .front {
        transform: rotateY(180deg);
    }
    
    .srp-1:hover .back, .srp-2:hover .back {
        transform: rotateY(0deg);
    }
    
    .mobile-footer {
        position: absolute;
        top: 900px;
        left: 0%;
    }
}

@media (min-width: 812px) and (max-width: 959.98px) and (orientation: landscape) {
    body {
        background-color: #11151a;
    
    }
    
    .header-1 { 
        font-family: 'Poppins', sans-serif;
        font-size: 26px;
        color: #fff;
        position: absolute;
        top: 150px;
        left: 10%;
    }
    
    .description {
        background-color: #11151a;
        width: 80%;
        height: 60px;
        border-style: solid;
        border-width: 1px;
        border-color: #333333;
        border-radius: 10px;
        position: absolute;
        top: 700px;
        left: 10%;
        font-family: 'Poppins', sans-serif;
        color: #424242;
    }
    
    .description h1 { 
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        color: #424242;
        position: absolute;
        top: 4px;
        left: 3%;
    }
    
    .description img { 
        width: 34px;
        position: absolute;
        top: 10px;
        right: 4%;
    }
    
    .srp-1, .srp-2 { 
        width: 36%;
        height: 370px;
        background-color: #11151a;
        position: absolute;
        perspective: 1000px;
        border-radius: 10px;
    }
    
    .srp-1 { 
        position: absolute;
        top: 250px;
        left: 10%;
    }
    
    .srp-2 { 
        position: absolute;
        top: 250px;
        left: 55%;
    }
    
    .srp-1 .front img, .srp-1 .back img, 
    .srp-2 .front img, .srp-2 .back img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }
    
    .filter {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }
    
    .srp-1 .front h1, .srp-2 .front h1,
    .srp-1 .back h1, .srp-2 .back h1 {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        position: absolute;
        left: 10%;
        width: 80%;
    }
    
    .srp-1 .front h1, .srp-2 .front h1 {
        font-size: 30px;
        top: 50px;
        color: #fff;
    }
    
    .srp-1 .back h1, .srp-2 .back h1 {
        font-size: 14px;
        top: 30px;
        color: #fff;
    }
    
    .front, .back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        color: white;
        border: 1px solid #333;
        border-radius: 10px;
        transition: transform 0.6s;
    }
    
    .front {
        background-color: #171e24;
    }
    
    .back {
        background-color: #171e24;
        transform: rotateY(180deg);
    }
    
    .srp-1:hover .front, .srp-2:hover .front {
        transform: rotateY(180deg);
    }
    
    .srp-1:hover .back, .srp-2:hover .back {
        transform: rotateY(0deg);
    }
    
    .mobile-footer {
        position: absolute;
        top: 900px;
        left: 0%;
    }
}

@media (min-width: 960px) and (max-width: 999.98px) and (orientation: landscape) {
    body {
        background-color: #11151a;
    
    }
    
    .header-1 { 
        font-family: 'Poppins', sans-serif;
        font-size: 30px;
        color: #fff;
        position: absolute;
        top: 150px;
        left: 10%;
    }
    
    .description {
        background-color: #11151a;
        width: 80%;
        height: 60px;
        border-style: solid;
        border-width: 1px;
        border-color: #333333;
        border-radius: 10px;
        position: absolute;
        top: 750px;
        left: 10%;
        font-family: 'Poppins', sans-serif;
        color: #424242;
    }
    
    .description h1 { 
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        color: #424242;
        position: absolute;
        top: 4px;
        left: 3%;
    }
    
    .description img { 
        width: 34px;
        position: absolute;
        top: 10px;
        right: 4%;
    }
    
    .srp-1, .srp-2 { 
        width: 28%;
        height: 400px;
        background-color: #11151a;
        position: absolute;
        perspective: 1000px;
        border-radius: 10px;
    }
    
    .srp-1 { 
        position: absolute;
        top: 250px;
        left: 10%;
    }
    
    .srp-2 { 
        position: absolute;
        top: 250px;
        left: 40%;
    }
    
    .srp-1 .front img, .srp-1 .back img, 
    .srp-2 .front img, .srp-2 .back img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }
    
    .filter {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }
    
    .srp-1 .front h1, .srp-2 .front h1,
    .srp-1 .back h1, .srp-2 .back h1 {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        position: absolute;
        left: 10%;
        width: 80%;
    }
    
    .srp-1 .front h1, .srp-2 .front h1 {
        font-size: 36px;
        top: 50px;
        color: #fff;
    }
    
    .srp-1 .back h1, .srp-2 .back h1 {
        font-size: 16px;
        top: 30px;
        color: #fff;
    }
    
    .front, .back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        color: white;
        border: 1px solid #333;
        border-radius: 10px;
        transition: transform 0.6s;
    }
    
    .front {
        background-color: #171e24;
    }
    
    .back {
        background-color: #171e24;
        transform: rotateY(180deg);
    }
    
    .srp-1:hover .front, .srp-2:hover .front {
        transform: rotateY(180deg);
    }
    
    .srp-1:hover .back, .srp-2:hover .back {
        transform: rotateY(0deg);
    }
    
    .mobile-footer {
        position: absolute;
        top: 900px;
        left: 0%;
    }
}

@media (min-width: 1000px) and (max-width: 1200px) and (orientation: landscape) {
    body {
        background-color: #11151a;
    
    }
    
    .header-1 { 
        font-family: 'Poppins', sans-serif;
        font-size: 30px;
        color: #fff;
        position: absolute;
        top: 150px;
        left: 10%;
    }
    
    .description {
        background-color: #11151a;
        width: 80%;
        height: 60px;
        border-style: solid;
        border-width: 1px;
        border-color: #333333;
        border-radius: 10px;
        position: absolute;
        top: 750px;
        left: 10%;
        font-family: 'Poppins', sans-serif;
        color: #424242;
    }
    
    .description h1 { 
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        color: #424242;
        position: absolute;
        top: 4px;
        left: 3%;
    }
    
    .description img { 
        width: 34px;
        position: absolute;
        top: 10px;
        right: 4%;
    }
    
    .srp-1, .srp-2 { 
        width: 28%;
        height: 400px;
        background-color: #11151a;
        position: absolute;
        perspective: 1000px;
        border-radius: 10px;
    }
    
    .srp-1 { 
        position: absolute;
        top: 250px;
        left: 10%;
    }
    
    .srp-2 { 
        position: absolute;
        top: 250px;
        left: 40%;
    }
    
    .srp-1 .front img, .srp-1 .back img, 
    .srp-2 .front img, .srp-2 .back img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }
    
    .filter {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }
    
    .srp-1 .front h1, .srp-2 .front h1,
    .srp-1 .back h1, .srp-2 .back h1 {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        position: absolute;
        left: 10%;
        width: 80%;
    }
    
    .srp-1 .front h1, .srp-2 .front h1 {
        font-size: 36px;
        top: 50px;
        color: #fff;
    }
    
    .srp-1 .back h1, .srp-2 .back h1 {
        font-size: 16px;
        top: 30px;
        color: #fff;
    }
    
    .front, .back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        color: white;
        border: 1px solid #333;
        border-radius: 10px;
        transition: transform 0.6s;
    }
    
    .front {
        background-color: #171e24;
    }
    
    .back {
        background-color: #171e24;
        transform: rotateY(180deg);
    }
    
    .srp-1:hover .front, .srp-2:hover .front {
        transform: rotateY(180deg);
    }
    
    .srp-1:hover .back, .srp-2:hover .back {
        transform: rotateY(0deg);
    }
    
    .mobile-footer {
        position: absolute;
        top: 900px;
        left: 0%;
    }
}