*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    font-family: sans-serif;
    color: #FFFFF0;
    cursor: default;
}

body{
    background: #FFFFF0;
}

header{
    width: 100%;
    height: 80px;
    background: #1c2331;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px;
}

header strong:hover{
    cursor: pointer;
}

header2{
    width: 100%;
    height: 40px;
    background: #1c2331e8;
    display: flex;
    align-items: center;
    padding: 0 100px;
}

header2 a:hover{
    color: #22df52;
    transition: 0.3s;
    cursor: pointer;
}

.logo{
    font-size: 28px;
    font-weight: bold;
}

.hamburger{
    display: none;
}

.nav-bar ul{
    display: flex;
}

.nav-bar ul li a{
    display: block;
    font-size: 20px;
    padding: 10px 25px;
    border-radius: 50px;
    transition: 0.3s;
    margin: 0 5px;
}

.nav-bar ul li a:hover{
    color: #000;
    background: #22df52;
    cursor: pointer;
}

.nav-bar ul li a.active{
    color: #000;
    background: #22df52;
}

@media only screen and (max-width: 1320px){
    header{
        padding: 0 50px;
    }
    header2{
        padding: 0 50px;
    }
}

@media only screen and (max-width: 1100px){
    header{
        padding: 0 30px;
        height: 61px;
    }
    header2{
        padding: 0 30px;
    }
}

@media only screen and (max-width: 900px){
    .hamburger{
        display: block;
        cursor: pointer;
    }
    .hamburger .line{
        width: 30px;
        height: 3px;
        background: #FFFFF0;
        margin: 6px 0;
    }
    .nav-bar{
        height: 0;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        width: 100vw;
        background: #1c2331;
        transition: 0.5s;
        overflow: hidden;
    }
    .nav-bar.active{
        height: 100%;
    }
    .nav-bar ul{
        display: block;
        width: fit-content;
        margin: 80px auto 0 auto;
        text-align: center;
        transition: 0.5s;
        opacity: 0;
    }
    .nav-bar.active ul{
        opacity: 1;
    }
    .nav-bar ul li a{
        margin-bottom: 12px;
    }
}

h1{
    text-align: center;
    margin: 30px;
    color: #000;
}

.descrip{
    margin: 40px 0;
    text-align: center;
}

.descrip p{
    margin-bottom: 10px;
    color: #000;
}

.descrip p b{
    color:#18c744;
}


.information-ext{
    background: url(image/exterier.jpg) no-repeat left;
}
.information-int{
    background: url(image/interior.jpg) no-repeat left;
}
.information-intplus{
    background: url(image/interiorplus.jpg) no-repeat left;
}
.information-com{
    background: url(image/complet.jpg) no-repeat left;
}
.information-complus{
    background: url(image/completplus.jpg) no-repeat left;
    
}

.information-ext, .information-int, .information-intplus, .information-com, .information-complus{
    width: 100%;    
    background-size: 55% 100%;
    background-color: #FFFFF0;
    overflow: hidden;
    padding: 30px 0;
}

.inner-container{
    width: 55%;
    float: right;
    background-color: #283144;
    padding: 30px;
}
.inner-container h1{
    color: #70ed8f;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 900;
}

.inner-container h1 sup{
    color: #70ed8f;
}

.text{
    font-size: 13px;
    margin-bottom: 20px;
}

.text li{
    margin: 10px 0;
}

.car{
    display: inline-block;
    background-color: #00aaff23;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    transition: .3s ease;
}

.car:hover{
    background-color: #22df52;
    color: black;
    cursor: pointer;
}

hr{
    margin: 10px -15px;
}

button{
    margin: 5px 0;
}

.program-price{
    font-size: 17px;
}

.program-price td{
    padding: 5px 5px 0 0;
}

.price{
    color: #70ed8f;
    font-weight: bold;
}

p{
    color:#bbbbbb;
    font-size: small;
}

p a{
    color:#bbbbbb;
}

@media screen and (max-width:1200px) {
    .inner-container{
        padding: 35px;
    }
}

@media screen and (max-width:1000px) {
    .information-ext, .information-int, .information-intplus, .information-com, .information-complus{
        background-size: 100%;
        padding: 50px 40px;
    }

    .inner-container{
        width: 100%;
    }
}

@media screen and (max-width:600px) {
    .information-ext, .information-int, .information-intplus, .information-com, .information-complus{
        padding: 0;
    }

    .inner-container{
        padding: 60px;
    }
}

.container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    flex-wrap: wrap;
}

.card{
    width: 325px;
    background-color: #283144;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    margin: 10px;
    transition: 0.3s ease;
}

.card_new{
    width: 325px;
    background-color: #283144ad;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    margin: 10px;
    transition: 0.3s ease;
    position: relative;
}

.new{
    width: 100%;
    height: 225px;
    object-fit: cover;
    opacity: 0.3;
}

.prepare{
    position: absolute;
    top: 20%;
    left: 13%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #22df52;
    transform: rotate(-34deg);
    -webkit-transform: rotate(-34deg);
    -o-transform: rotate(-34deg);
    -moz-transform: rotate(-34deg);
    -ms-transform: rotate(-34deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.topindex{
    vertical-align: top;
    font-size: 18px;
    color: #70ed8f;
}

.card:hover{
    background-color: #1c2331;
}

.card img{
    width: 100%;
    height: 225px;
    object-fit: cover;
}

.card-content{
    padding: 20px;
}

.card-content h2{
    color: #70ed8f;
    font-size: 24px;
    margin-bottom: 10px;
}

.card-content p{
    font-size: 14px;
    margin-bottom: 20px;
}

.card-content table{
    width: 100%;
}

.card-price{
    font-size: 20px;
}

.here{
    color: #22df52;
    cursor: pointer;
}

.position-cardbutton{
    text-align: right;
}

.card-button{
    display: inline-block;
    background-color: #00aaff23;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: .3s ease;
}

.card-button:hover{
    background-color: #22df52;
    color: #000;
    cursor: pointer;
}

ul{
    list-style: none;
}

.footer{
    margin-top:  30px;
    background: #1c2331;
    padding: 60px 0;
}

.container-footer{
    max-width: 1170px;
    margin: auto;
}

.row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-col{
    width: 25%;
    padding: 0 15px;
}

.footer-col h4{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.footer-col hr{
    margin: 0;
    border: none;
    background-color: greenyellow;
    height: 2px;
    width: 50px;
    margin-bottom: 25px;
}

.footer-col ul li:not(:last-child){
    margin-bottom: 10px;
}

.footer-col ul li{
    font-size: 16px;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
}

.footer-col ul li a{
    font-size: 16px;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover{
    color: greenyellow;
    padding-left: 8px;
    cursor: pointer;
}

.copy{
    width: 100%;
    padding: 5px;
    background: #151a25;
    text-align: center;
    color: #bbbbbb;
}

@media(max-width:767px){
    .footer{
        padding: 30px 0px;
    }
    .footer-col{
        padding: 0 15px;
        margin-bottom: 30px;
    }
}

@media(max-width:574px){
    .footer{
        padding: 20px 0px;
    }
    .footer-col{
        width: 100%;
        padding: 0 15px;
    }
}