body { 
    background-color: #e4e4e4;
    color: antiquewhite;
    /* background-color: #333; */
    padding: 0;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.header{
    padding: 15px 150px;
    background-color: black;
    display: flex;
    justify-items: center;
    text-align: center;
    align-items: center;         /* Center text vertically and horizontally */
    justify-content: space-between; /* Pushes the items to the left and right */
    overflow: hidden;
}

.logo img{
    width: 180px;
}

main {
    position: relative;
    margin: 0 auto;
    max-width: 1600px;
    background-color: #fff;
    box-shadow: 0 0 24px rgba(0, 0, 0, .2);
}

.nav ul{
    list-style: none;
    padding: 0;
    display: flex;

}

.nav ul li{
    margin-left: 40px ;
    text-transform: uppercase;
}

.nav ul li a{
    line-height: 2;
    text-decoration: none;
    color: antiquewhite;
}
.hover-underline-animation {
    display: inline-block;
    position: relative;

  }
  
  .hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: antiquewhite;
    transition: transform 0.25s ease-out;
  }
  
  .hover-underline-animation:hover::after {
    transform: scaleX(1);
  }
  
  .hover-underline-animation.left::after {
    transform-origin: bottom right;
  }
  
  .hover-underline-animation.left:hover::after {
    transform-origin: bottom left;
  }
  
  .hover-underline-animation.center::after {
    transform-origin: bottom center;
  }
  
  .hover-underline-animation.center:hover::after {
    transform-origin: bottom center;
  }
  
  .hover-underline-animation.right::after {
    transform-origin: bottom left;
  }
  
  .hover-underline-animation.right:hover::after {
    transform-origin: bottom right;
  }
  .hover-underline-animation.right.active::after{
    transform: scaleX(1);
  }

.footer .up {
    padding-left: 150px;
    height: 300px;
    background-image: url("images/footer.jpg");
    background-position: center;
    background-size: cover;
    display: flex;
    justify-items: center;
    /* text-align: center; */
    align-items: center;         /* Center text vertically and horizontally */
    /* justify-content: center; */
    gap: 150px;
    overflow: hidden;
}
.info-title {
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bolder;
    letter-spacing: 1px;
}

.up .info a{
    text-decoration: none;
    color: antiquewhite;
}

.footer ul {
    list-style: none;
    padding: 0;
}

  .footer .down {
    padding: 15px 50px;
    background-color: #1f1f1f;
    color: #7a7a7a;
  }

.roller{
    background-image: url('images/background.jpg');
    background-size: cover;
    background-position: center;
    height: 500px;
}
.roll-piece{
    height: 100%;
    background-image: linear-gradient(to bottom, transparent, #000000d5);
    padding-left: 150px;
    /* padding-top: 150px; */
}
.roller h1{
    font-size: 4.5em;
    margin: 0;
    padding-top: 150px;
}
.roller h2{
    font-size: 3.5em;
    margin: 0;
}

.main{
    background: #000000;
    margin: 0;
}
.main ul {
    margin: 0;
    padding: 25px 0;
    list-style: none;
    display: flex;
    justify-items: center;
    text-align: center;
    align-items: center;         /* Center text vertically and horizontally */
    justify-content: center;
    overflow: hidden;
    gap: 15%;
    height: 100px;
}
.main ul a{
    text-decoration: none;
    color: white;
    padding: 15px 26px;
    border: 1px solid red;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.main ul a:hover{
    border-color: rebeccapurple;
    background-color: rebeccapurple;
    transition: all 0.2s ease-in-out;
}
p{
    margin: 0;
}
.benef{
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;         /* Center text vertically and horizontally */
    gap: 50px;
    padding: 50px 150px;
}
.benef .left{
    justify-items: center;
    width: 300px;
}
.bef{
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    color: #6e42ff !important;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.4em;
    font-size: 16px;
}
.benef .right{
    border: rgba(110, 66, 255, 0.3) 4px solid;
    padding: 40px;
    display: flex;
}
.right h2{
    margin: 0;    
    margin-bottom: 10px;  
}
.offers{
    display: flex;
    text-align: center;
    align-items: center;         /* Center text vertically and horizontally */
    justify-content: center;
    overflow: hidden;
    gap:50px;
    padding: 100px 0;
}
.card{
    position: relative;
    border: rgba(134, 134, 134, 0.3) 4px solid;
    width: 200px;
    min-height: 280px;
    padding-top: 20px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}
.card p{
    color: #7a7a7a;
    margin: 25px 15px;
    margin-bottom: 45px;
}
.card a{
    text-decoration: none;
    color: white;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    letter-spacing: 3px;
    line-height: 1.4em;
    font-size: 13px;
    border: 1px solid #7a7a7a;
    padding: 8px 18px;
    text-transform: uppercase;
}
.bes{
    position: absolute;
    top:10px;
    right: -35px;
    align-items: center;         /* Center text vertically and horizontally */
    transform: rotate(30deg);
    background-color: #9c0000;
    padding: 0 55px ;
}
.bbes{
    top:70%;
    right: -40px;
    width: 175px;
    padding: 19px 55px ;
    transform: rotate(15deg);
}
.card:hover{
    border-color: #9c0000;
}
.card a:hover{
    border-color: #6e42ff;
    background-color: #6e42ff;
    transition: all 0.2s ease-in-out;
}

.activation-cont{
    background-color: #000000;
    padding:  50px 150px;
}
.import{
    border: #9c0000 3px solid;
    border-radius: 5px;
    padding: 15px;
    margin: 15px 0;
}
.important {
    color: #9c0000;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: -5px;
}
.step{
    margin: 30px 0;
    border-left: #6e42ff 4px solid;
    padding-left: 15px;
}
.forss{
    display: flex;
    align-items: center;         /* Center text vertically and horizontally */
    gap: 220px;
    margin: 20px 0;
    justify-content: center;
}
.form_activate{
    /* border: 1px solid salmon; */
    padding: 40px;
    padding-left: 0;
}
.form_activate h2 {
    margin-top: 0;
}
.form_activate input{
    /* background-color: #7a7a7a; */
    margin-bottom: 15px;
    padding: 10px;
    width: 220px;
}
.form_activate button{
    background: #6e42ff;
    display: flex;
    align-items: center;         /* Center text vertically and horizontally */
    /* justify-content: center; */
    gap: 10px;

    color: white;
    cursor: pointer;
    padding: 10px 26px;
    border-radius: 5px;
    /* border: 1px solid #9c0000; */
    width: 245px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    letter-spacing: 3px;
    line-height: 1.4em;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}
.form_activate button:hover{
    background: #f1f1f1;
    color: #757575;
}
.activation-cont hr{
    margin-bottom: 25px;
    margin-top: -15px;
    width:30px;
    border: 3px solid #6e42ff;
    align-self: left;
    float: left;
}

.faq-question {
    width: 800px;
    cursor: pointer;
    padding: 15px;
    background-color: #252525;
    margin: 15px auto;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background-color: #252525;
}

.faq-answer {
    width: 800px;
    max-height: 0;
    overflow: hidden;
    /* margin: 5px auto; */
    background-color: #252525;
    font-weight: lighter;
    transition: all 0.4s ease-in-out;
}
.faq-answer p{
    margin: 15px 0;
}
.faq-answer.show {
    max-height: 650px; /* Adjust as needed */
}
.contact-cont{
    display: flex;
}
.contact-img{
    background-image: url('images/background-2.jpg');
    background-position: left;
    background-size: cover;
    width: 600px;
}
.contact-form-cont{
    width: 100%;
}

.contact-form{
    width: 100%;
    margin-top: 60px;
    border: #6e42ff5b 4px solid;
}
.contact-form form{
    margin: 50px;
    width: calc(100% - 100px);
    /* background-color: rebeccapurple; */
}
.contact-form form input{
    margin: 15px;
    width: 89%;
    padding: 15px;
}
.form-group1 input{
    width: 40% !important;
}
.contact-form textarea{
    margin: 15px;
    width: 89%;
    padding: 15px;
}
.contact-form button{
    background: #6e42ff;
    display: flex;
    align-items: right;         /* Center text vertically and horizontally */
    /* justify-content: center; */
    gap: 10px;
    margin: 15px;
    color: white;
    cursor: pointer;
    padding: 10px 26px;
    border: none;
    border-radius: 5px;
    width: 245px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    letter-spacing: 3px;
    line-height: 1.4em;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}
.contact-form button:hover{
    background: #f1f1f1;
    color: #757575;
}
.disabled-input{
    background: none;
    color: #d4d4d4;
    border: none;
    width: 50%;

}
.uppercase{
    text-transform: uppercase;
}
.btn-change{
    text-decoration: none;
    border: 1px solid wheat;
    color: wheat;
    padding: 8px 30px;
    border-radius: 5px;
}
.btn-change:hover{
    background-color:rgb(189, 0, 0);
}
.menus{
    display: none;
}

@media screen and (max-width: 600px) {
    .menus{
        display: block;
        font-weight: bold;
        margin:15px;
    }
    .header{
        display: block;
        padding: 15px 0px;
        box-sizing: border-box;
    }
    .logo{
        display: block;
        width: max-content;
        margin: auto;
    }
    .nav{
        display: block;
        width: 100vw;
        margin: 15px 0px !important;
    }
    .nav ul{
        display: block;
        float: none;
        width: 100vw;
        margin: 15px 0px !important;
        list-style-type: none !important;
    }
    .nav ul li{
        margin: 15px 0px !important;
        margin: auto;
    }
    .roll-piece{
        padding: 0px;
        font-size: 0.7em;
    }
    .roll-piece h1, .roll-piece h2{
        padding: 50px;
    }
    .main {
        ul{
            height: 160px;
            display: block;
        }
        ul li{
            margin-top: 45px;
        }
        .benef{
            display: block;
            padding: 15px;
            margin: auto;
        }
        .right, .left{
            margin: auto;

        }
        .benef .right{
            margin-top:25px;
            width:300px;
            box-sizing: border-box;
            display: block;
        }
        .benef .right div:nth-of-type(2){
            margin-top:25px;
        }
    }
    .offers{
        display: block;
        .card{
            margin: auto;
            margin-bottom: 15px;
            width: 55vw;
            a{
                text-align: center;
                margin: auto;
            }
        }
    }
    .footer{
        .up{
            display: block;
            padding: 25px;
            .info{
                width: 80vw;
            }
        }
    }
    .activation-cont{
        padding: 35px 25px;
        a{
            display: block;
            margin-top: 25px;
            width: max-content;
        }
        p{
            font-size: 1.1em;
        }
    }
    .faq-question{
        width: 80vw;
    }
    .faq-answer{
        width: 80vw;
    }
    button {
        width: 200px !important;
    }
    .contact-form form{
        margin: 5px;
        width: 100%;
        input, textarea{
            display: block;
            width: 70vw !important;
        }
        button{
            width: 78vw !important;
        }
    }
    .contact-img{
        display: none;
    }
    .contact-form-cont{
        width: 100vw;
        box-sizing: border-box;
        margin: 0px !important;
    }
    .contact-form-cont .activation-cont .contact-form{
        margin: 0px !important;
        width: 100% !important;
        margin-top: 15px !important;
        margin-left: -5px !important;
        form{
            margin: 5px;
            width: 95%;
            input, textarea{
                display: block;
                width: 70vw !important;
            }
            button{
                width: 78vw !important;
            }
        } 
    }
    .forss{
        display: block;
    }
    .nav{
        display: none;
    }
    .shown{
        display: block;
    }
}