
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300&family=Gabarito:wght@500;600;700;800;900&family=Josefin+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,600;1,700&family=Karantina:wght@300;400&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Oswald:wght@300;400;500;600&family=Rubik:ital,wght@0,300;0,400;1,300;1,400&family=Russo+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Koulen&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
    background-color:azure;
}

nav{
    display: flex;
    justify-content: space-around;
    background-color:azure;
    width: 100%;
}

.burger-menu {
    display: none; 
    cursor: pointer;
}

.bar {
    width: 50px;
    height: 8px;
    border-radius: 10px;
    background-color: #282828;
    margin: 9px;
}

.logo{
    width: 90px;
    height: 70px;
}
.navbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 40%;
}
.colse{
    display: none;
    background-color: #282828;
    font-size: 20px;
    color: azure;
}
.navbar a{
    text-decoration: none;
    font-size: 34px;
    color: rgb(25, 25, 26);
    font-family: karantina;
    font-weight: 400px;
}

.imgback{
    height: 90vh;
    background: url(img/home.png);
    background-position: center;
    background-size: cover;
    position: relative;
}
.F{
    font-size: 10rem;
    color: rgb(224, 12, 12);
    font-family: karantina;
    font-weight: 400;
}
.A{
    color: azure;
    font-size: 8rem;
    font-family: karantina;
    margin: 0 25px;
    font-weight: 400;
}
.C{
    font-size: 5rem;
    color: azure;
    font-family: karantina;
    font-weight: 400;
    font-size: 170px;
    letter-spacing: 2px;
}
.colorPro{
    color: #ee1515 !important;
}
.colorGA{
color: #ee1515 !important;
}
.colorHome{
    color: #ee1515 !important;
}
.navRe{
    cursor:pointer;
    position:relative;
    padding:10px 20px;
    background:rgb(241, 215, 215);
    font-size:25px;
    border-top-right-radius:10px;
    border-bottom-left-radius:10px;
    transition:all 1s;
    &:after,&:before{
    content:" ";
    width:10px;
    height:10px;
    position:absolute;
    border :0px solid #fff;
    transition:all 1s;
    }
    &:after{
    top:-1px;
    left:-1px;
    border-top:5px solid black;
    border-left:5px solid black;
    }
    &:before{
    bottom:-1px;
    right:-1px;
    border-bottom:5px solid black;
    border-right:5px solid black;
    }
    &:hover{
    border-top-right-radius:0px;
    border-bottom-left-radius:0px;
    &:before,&:after{
    width:100%;
    height:100%;
    }
    }
}

.btn-learn{
    background-color: rgb(224, 12, 12);
    padding: 15px 20px;
    border-radius: 10px;
    text-decoration: none;
    color: aliceblue;
    font-size: 25px;
    font-family: 'Koulen', sans-serif;
    letter-spacing: 3px;
    transition: all .5s ease;
}
.btn-learn:hover{
    color: #001F3F;
    background-color: #fff;
}
.home-position{
    width: 50%;
    margin: 0 13%;
    line-height: 120px;
    position: absolute;
    margin-top: 70px;
}
.img-about{
    height: 600px;
    width: 49%;
    border-radius: 3px;
}
.text-about{
    background-color: rgb(23, 22, 22);
    width: 49%;
    height: 600px;
    border-radius: 3px;
    line-height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text-about p{
color: aliceblue;
font-family: Arial, Helvetica, sans-serif;
font-size: clamp(16px,4vw,25px);
padding: 0 50px;
}
.text-about h2{
    color: aliceblue;
    font-family: karantina;
    font-weight: 400;
    font-size: 70px;
    letter-spacing: 2px;
    padding: 30px 50px;
}
.about-position{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.text-ships{
    text-align: center;
    margin-top: 30px;
    font-size: 35px;
    line-height: 50px;
    font-family: karantina;
    letter-spacing: 2px;
    color: rgb(23, 22, 22);
}

.card-ships{
    border: 2px solid;
    border-radius: 40px;
    padding: 40px;
    width: 400px;
    height: 370px;
}
.card-value{
    display: flex;
    justify-content: space-between;
}
.card-value h3{
    font-family: karantina;
    font-weight: 400;
    font-size: 38px;
}
.card-value h5{
    background-color:#ee1515;
    color: azure;
    padding: 10px;
    border-radius: 20px;
    font-family: karantina;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
}
.price h4{
    font-family: karantina;
    font-weight: 400;
    font-size: 38px;
}
.price p {
line-height:25px;
}
.price a{
    background-color:#ee1515 ;
    text-decoration: none;
    padding: 12px;
    border-radius: 15px;
    color: azure;
    font-family: karantina;
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 2px;
    transition: all .5s ease;
}
.price a:hover{
    color: #090909;
    background-color: #f8f9fa;
}
.btn-join{
    margin-top: 30px;
}

.card-ships2{
    background-color: rgb(20, 20, 21);
    border-radius: 40px;
    padding: 40px;
    width: 400px;
    height: 370px;
    color: azure;
}
.price2 h3{
    font-family: karantina;
    font-weight: 400;
    font-size: 38px;
}
.price2 h4{
    font-family: karantina;
    font-weight: 400;
    font-size: 38px;
}
.price2 p {
    line-height:25px;
}
.price2 a{
    background-color: #d9d9d9 ;
    text-decoration: none;
    padding: 12px;
    border-radius: 15px;
    color:rgb(20, 20, 21);
    font-family: karantina;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 2px;
    transition: all .5s ease;
}
.price2 a:hover{
    color: #fcf5f5;
    background-color: #121111;
}
.btn-join2{
    margin-top: 30px;
}
.card-price{
    margin-top: 30px;
    display: flex;
    justify-content: space-evenly;
}
.btn-more a{
    background-color: rgb(20, 20, 21);
    color: azure;
    padding: 0 20px;
    text-decoration: none;
    border-radius: 10px;
    font-family: 'Koulen', sans-serif;
    font-weight: 400;
    font-size: 38px;
    letter-spacing: 3px;
}
.btn-more{
    text-align: center;
    margin-top: 30px;
}
.img-client{
    background: url(img/bckgroundclient.png);
    background-position:center;
    background-size:cover ;
    height: 589px;
    margin-top: 30px;
}
.card-position{
    height: 200px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.card1{
    font-size: 40px;
    color: #ee1515;
    width: 200px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
.card1 div{
    color: azure;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
}
.card2{
    font-size: 40px;
    color: #ee1515;
    width: 200px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
.card2 div{
    color: azure;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
}
.card3{
    font-size: 40px;
    color: #ee1515;
    width: 200px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
.card3 div{
    color: azure;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
}
.card4{
    font-size: 40px;
    color: #ee1515;
    width: 200px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
.card4 div{
    color: azure;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
}

.card-img{
    height: 370px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.card-img img{
    height: 90px;
    width: 90px;
}
.card-client{
    background-color:azure ;
    height: 300px;
    padding: 30px;
    text-align: center;
    font-size: 20px;
    border-radius: 20px;
}
.card-client p{
    margin-bottom: 1rem;
    font-family: Arial, Helvetica, sans-serif;
}

.faq-container {
    max-width: 600px;
    padding: 20px;
    background-color: transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.24);
}
.faq-question {
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
}
.faq-answer {
    margin-top: 10px;
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(28, 28, 28);
}
.faq h2{
    text-align: center;
    font-family: karantina;
    font-weight: 400;
    font-size: 50px;
    letter-spacing: 10px;
    padding: 10px;
}
.faq{
    display: flex;
    justify-content: center;
}
.faq-question{
    font-size: 15px;
}
.faq-item{
    font-size: 12px;
}
/* Gallery */

.imgs{
    width: 100%;
    height: fit-content;
    column-count: 4;
    gap: 10px;
    margin: 30px 0;
    padding: 30px;
}

img{
    width: 100%;
    border-radius: 3px;
    transition: transform linear 300ms;
    border-radius: 5px;
}
.imgHover:hover {
    transform: scale(1.1); 
}


.btn-regi{
    background-color: rgb(20, 20, 21);
    color: azure;
    padding: 0 20px;
    text-decoration: none;
    border-radius: 10px;
    font-family: 'Koulen', sans-serif;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 1px;
}
.btn-re{
    margin-top: 20px;
display: flex;
justify-content: center;
}


/* footer */

#contact{
    background-color: rgb(14, 14, 14);
    margin-top: 20px;
}
.main{
	display: flex;
	justify-content: space-evenly;
}
.list{
	width:20%;
    padding: 20px;
}
.list h4{
	font-size: 25px;
	color: aliceblue;
	margin-bottom: 5px;
    font-family: 'Koulen', sans-serif;
    font-weight: 400;
}
.list ul li a{
	color: #ffffffbf;
	font-size: 15px;
	transition: .3s;
    text-decoration: none;
    font-family: 'Koulen', sans-serif;
    letter-spacing: 1px;
}
.list ul li a:hover{
	color: rgb(118, 122, 122);
}
ul{
    list-style: none;
}
i{
    font-size: 35px;
    padding: 2px 10px 0 0;
    cursor: pointer;
}
.map{
width: 100%;
height: 500px;
display: flex;
justify-content: center;
align-items: center;
}
iframe{
    width: 90%;
    border-radius: 20px;
}

/* Registration */

.form-card{
    width: 40%;
    height: 480px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 1px 10px 2px;
    display: flex;
    justify-content: center;
}
.form-text h3{
    font-family: 'Koulen', sans-serif;
    letter-spacing: 3px;
    font-size: 30px;
    text-align: center;
}
.form-text p{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
}
form{
    text-align: center;
}
.form-group{
    padding: 5px;
}
input{
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: none;
    padding: 10px;
    background-color: rgb(204, 210, 210);
}

.form-group-btn{
    margin-top: 15px;
    font-family: 'Koulen', sans-serif;
    font-size: 25px;
    padding: 0 0;
    transition: .2s ease;
}
.form-group-btn:hover{
    background-color: rgb(210, 33, 33);
}
.img-contact img{
width: 700px;
height: 450px ;
}
.contact-position{
    height: 80vh;
    display: flex;
    justify-content:space-around;
    align-items: center;
}

span {
	display: block;
    color: red;
	font-size: 12px;
	letter-spacing: 1px;
} 

/* Programs */

.proframs-img{
    height: 590px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.proframs-img img{
    height: 300px;
    width: 300px;
}

.proframs-img div h5{
    background-color: rgb(15, 15, 15);
    text-align: center;
    color: azure;
    font-size: 80px;
    font-family: karantina;
    font-weight: 400;
}
.proframs-img div h4{
    background-color: rgb(15, 15, 15);
    text-align: center;
    color: azure;
    font-size: 80px;
    font-family: karantina;
    font-weight: 400;
}

.card-price-position{
    margin-bottom: 50px;
}

@media (max-width: 767px){
    .logo{
        padding: 5px;
    }
    .burger-menu {
        display: block;
    }
    .navbar {
        display: none; 
    }
    .bar-menu{
        display: flex;
        justify-content: space-between;
        width: 100%;
    } 
    .navbar.active {
        display: block; 
        position: fixed;
        top: 0; 
        right: 0;
        background: #cf1414; 
        padding: 20px;
        z-index: 1; 
        width: 220px;
        height: 120vh;
    } 
    .navbar li{
        width: 200px;
        height: 100px;
        font-size: 4rem;
        text-align: center;
        
    }
    .navbar li a{
        color: rgb(10, 10, 10);
        font-family: karantina;
        letter-spacing: 1px;
        font-size: 33px;
    }
    .colse{
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        padding: 3px 3px;
    }
    .home-position{
        width: 60%;
        margin: 0 13%;
        line-height: 90px;
        position: absolute;
        margin-top: 70px;
    }
    .F{
        font-size: 6rem;
    }
    .A{
        font-size: 4.5rem;
    }
    .C{
        font-size: 6rem;
    }
    .btn-learn{
        padding: 7px 10px;
        font-size: 18px;
    }
    .colorPro{
        color: #f4f2f2 !important;
    }
    .colorGA{
    color: #f4f2f2 !important;
    }
    .colorHome{
        color: #f4f2f2 !important;
    }
    .imgback{
        height: 75vh;
        background-position: center;
        background-size: cover;
    }
    .img-about{
        height: 250px;
        width: 50%;
    }
    .text-about{
    width: 50%;
    height: 250px;
    border-radius: 3px;
    line-height: 20px;
    
    }
    .text-about p{
        font-size: 7px;
        padding: 0 20px;
    }
    .text-about h2{
    font-weight: 400;
    font-size: 25px;
    padding: 15px 20px;
    }
    .text-ships h2{
        font-size: 30px;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }
    .text-ships p{
    font-size: 15px;
    line-height: 15px;
    }
    .text-ships{
        line-height: 22px;
    }
    .card-price{
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .card-ships{
        padding: 30px;
        width: 340px;
        height: 340px;
        margin-bottom: 10px;
    }
    .card-ships2{
        padding: 30px;
        width: 340px;
        height: 340px;
    }
    .btn-more a{
        font-size: 22px;
    }
    .img-client{
        background: url(img/backgr2.png);
        height: 800px;
    }
    .card-img{
        height: 670px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .card-img img{
        height: 50px;
        width: 50px;
    }
    .card-client{
        background-color:azure ;
        height: 200px;
        padding: 20px;
        text-align: center;
        font-size: 20px;
        border-radius: 20px;
    }
    .card-client p{
        margin-bottom: 1rem;
        font-size: 15px;
        font-family: Arial, Helvetica, sans-serif;
    }
    .card1,.card2,.card3,.card4{
        font-size: 15px;
        width: 200px;
        text-align: center;
    }
    .card1 div,.card2 div,.card3 div,.card4 div{
        font-size: 10px;
    }
    .card-position{
        height: 100px;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    .faq-question{
        font-size: 9px;
    }
    .faq-item{
        font-size: 12px;
    }
    
    /* footer */
    .main{
        display: flex;
        justify-content: space-evenly;
    }
    .list{
        width: 35%;
        padding: 0px;
        margin-top: 10px;
    }
    .list h4{
        font-size: 25px;
        color: aliceblue;
        margin-bottom: 5px;
        
    }
    .list ul li a{
        color: #ffffffbf;
        font-size: 15px;
        transition: .3s;
        text-decoration: none;
    }
    .list ul li a:hover{
        color: rgb(118, 122, 122);
    }
    ul{
        list-style: none;
        margin-bottom: 5px;
    }
    i{
        font-size: 30px;
        padding: 0;
        cursor: pointer;
    }
    .list-none{
        display: none;
    }
    .proframs-img{
        height: 800px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .proframs-img img{
        width: 150px;
        height: 200px;
    }
    .proframs-img div h4{
        background-color: rgb(15, 15, 15);
        text-align: center;
        color: azure;
        font-size: 50px;
        padding: 5px 0;
        font-family: karantina;
        font-weight: 400;
    }
    .proframs-img div h5{
        background-color: rgb(15, 15, 15);
        text-align: center;
        color: azure;
        font-size: 40px;
        padding: 10px 0;
        font-family: karantina;
        font-weight: 400;
    }
    .card-price-position{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }

    /* gallery */

    
    .btn-regi{
        background-color: rgb(18, 17, 17);
        padding: 10px;
        border-radius: 10px;
        color: rgb(233, 237, 237);
        font-size: 10px;
        font-family: karantina;
    }
    .imgs{
        width: 100%;
        height: fit-content;
        column-count: 2;
        gap: 10px;
        margin: 20px 0;
        padding: 30px;
    }
    .imgHover:hover {
        transform: scale(1.1); 
    }
    
    /* Registration */

    .contact-position{
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .form-card{
        width: 80%;
        margin-top: 20px;
    }
    .img-contact img{
        width: 100%;
        height: 100%;
        }
    input{
        width: 250px;
        height: 45px;
    }
    
    .form-group-btn a { 
        font-family: karantina;
        font-size: 25px;
        letter-spacing: 1px;
    }
}
@media (min-width:768px) and (max-width:1023px){
    .navbar a{
        font-size: 28px;
    }
    .card-ships2 {
        width: 370px;
    }
    .card-ships {
        width: 370px;
    }
    .card-client {
        background-color: azure;
        height: 307px;
        padding: 15px;
        text-align: center;
        font-size: 20px;
        border-radius: 20px;
    }
    .card-client p{
        font-size: 20px;
    }

    /* Programs */

    .proframs-img{
        height: 800px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .proframs-img img{
        width: 300px;
        height: 300px;
    }
    .proframs-img div h4{
        background-color: rgb(15, 15, 15);
        text-align: center;
        color: azure;
        font-size: 50px;
        padding: 5px 0;
        font-family: karantina;
        font-weight: 400;
    }
    .proframs-img div h5{
        background-color: rgb(15, 15, 15);
        text-align: center;
        color: azure;
        font-size: 40px;
        padding: 10px 0;
        font-family: karantina;
        font-weight: 400;
    }
    .card-price-position{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .card-ships2 {
        width: 353px;
    }


}
