*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: 'Segoe UI';
}
.container{
    max-width: 1500px;
    margin: 0 auto;
    padding: 10px 20px;
    /* border: 1px solid red; */
}
body{
    overflow-x: hidden;
}
.hero{
    max-width: 100vw;
    height: 34vh;
    background-image: url(../images/hero.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0 0;
}
/* ----main----- */
.main{
    background-image: url(../images/main1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
}
.main__title{
    font-size: 50px;
    text-align: center;
    color: white;
    margin: 0 auto;
    padding-top: 100px;
}
.main__text{
    color: white;
    font-size: 16px;
    max-width: 577px;
    margin: 20px auto;
    text-align: center;
}

/* -----------section--------- */
.section{
    background-color:  #8B0000;
}
.section__box{
    padding: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 30px;
}
.section__title{
    color: white;
    font-size: 22px;
    max-width: 250px;
}
.section__span{
    display: flex;
    flex-direction: column;
    padding: 0 50px;
}
.section__btn{
    font-size: 14px;
    padding: 8px 25px;
    border-radius: 30px;
    margin: 3px;
    border: 1px solid white;
    background-color: rgb(145, 6, 6);
    color: white;
    transition: all 1s;
    cursor: pointer;
}
.section__btn:hover{
    color: rgb(145, 6, 6);
    background-color: white;
}
.section__img{
    width: 250px;
    height: 280px;
    border-radius: 18px;
    margin: 10px 8px;
}
.left{
    width: 190px;
    height: 190px;
}
/* ------aqvo------ */
.aqvo {
    background-image: url(../images/main1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    background-blend-mode: darken; 
}
.aqvo__list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px 10px;
    margin: 0px auto;
}
.aqvo__item{
    display: flex;
    flex-direction: column;
}
.aqvo__items{
    align-items: center;
    width: 550px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.aqvo__title{
    color: white;
    font-size: 35px;
    max-width: 550px;
    padding-bottom: 10px;
}
.aqvo__text{
    color: white;
    font-size: 18px;
    max-width: 500px;
    padding: 25px 0;
}
.aqvo__tel{
    color: white;
    font-size: 18px;
    font-weight: 500;
}
.aqvo__input{
    width: 250px;
    outline: none;
    background: none;
    border: none;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    padding-left: 8px;
    font-size: 16px;    
    color: white;
    font-weight: 600;
    margin-bottom: 50px;
}
input::placeholder {
    color: white;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.aqvo__sms{
    border-radius: 8px;
    padding-bottom: 15%;
    width: 500px;
    height: 120px;
    border: 1px solid gray;
}
.aqvo__info{
    color: white;
    padding: 20px 0 0 0;
}
.aqvo__span{
    display: flex;
    padding-top: 5px;
}
.aqvo__link{
    color: white;
    padding: 2px 0;
}
.aqvo__btn{
    background: linear-gradient(135deg, #ffffff, #f8f8f8);
    color: black;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    width: 90%; 
    text-align: center;
}
.aqvo__btn:hover {
    background: linear-gradient(135deg, #e9e7e7, #d8d5d5);
    box-shadow: 0 6px 15px rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}
.aqvo__btn:active {
    transform: translateY(1px);
    box-shadow: 0 2px 5px rgba(255, 255, 255, 0.2);
}

/* -----sertifikat------------- */
.sertifikat{
    background-image: url(../images/sertifikat.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(66, 64, 64, 0.7);
    background-blend-mode: darken;
}
.sertifikat__title{
    text-align: center;
    color: white;
    font-size: 3vw;
    padding: 40px;
}
.box{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.box__pic{
    max-width: 280px;
    height: auto;
    padding: 30px;
}
/* ----------footer------- */
.footer{
    background-color: rgb(145, 6, 6);
}
.footer__title{
    text-align: center;
    font-size: 20px;
    color: white;
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 0;
}
.footer__text{
    padding: 20px 0;
    color: white;
    font-size: 16px;
    text-align: center;
}
.footer__span{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
i{
    text-align: center;
    margin: 0 auto;
    color: rgb(197, 168, 168);
    font-size: 20px;
}

@media only screen and (max-width:1200px) {
    .aqvo__list{
        flex-direction: column;
    }
    .aqvo__title{
        max-width: 755px;
    }
    .aqvo__items{
        padding: 30px 5px;
    }
    .aqvo__text{
        max-width: 770px;
    }
}
@media only screen and (max-width:716px) {
    .section__span{
        display: flex;
        flex-direction: row;
        gap: 20px;
        flex-wrap: wrap;
    }
    .aqvo__title{
        font-size: 30px;
    }
    .aqvo__text{
        font-size: 20px;
    }
}

@media only screen and (max-width:600px) {
    .aqvo__items{
        width: 330px;
        margin: 0 auto;
    }
    .aqvo__input{
        width: 160px;
    }
    .aqvo__sms{
        width: 330px;
    }
    .aqvo__btn{
        padding: 11px 20px;
        width: 95%;
    }
}
@media only screen and (max-width:424px) {
    .section__title{
        text-align: center;
        font-size: 20px;
    }
    .section__img{
        width: 200px;
        height: 220px;
    }
    .left{
        width: 170px;
        height: 190px;
    }
}

@media only screen and (max-width:380px) {
    .aqvo__items{
        width: 300px;
    }
    .aqvo__input{
        width: 140px;
    }
    .aqvo__sms{
        width: 300px
    }
}