* {
    margin: 0;
    padding: 0;
}

body {
    height: 100vh;
    width: 100vw;
    font-family: 'Times New Roman';
    background-color: #FAFAFA;
}

.container {
    background-image: url(./images/bg.jpg);
    background-size: cover;
    position: relative;
    width: 100%;
    height:100%;


}

.navbar {
    display: flex;
    padding: 25px 25px;
    gap: 14px;
    margin-left: 9%;


}
.navbar i{
    display:none;
}


.logoimage img {
    width: 34px;
    height: 34px;
}

.logoname h1 {
    font-size: 28px;
    font-weight: bold;
    color: white;
}

.logoimage {
    margin-left: 20px;

}

.navbar .list a {
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
    padding: 10px 20px;
    color: white;
}

.list {
    margin-left: 460px;

}

.list a:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border-bottom: 4px solid rgba(220, 53, 81);
    transition: all 0.1s ease-in-out;
}

.content {
    text-align: center;
    margin-top: 70px;
}

.heading {
    font-size: 79px;
    font-weight: bold;
    color: white;
    letter-spacing: 2px;
}

.text{
    width: 80%;
    margin: 0 auto;
}
.text p {
    font-size: 26px;
    font-weight: bold;
    color: white;
    margin: 32px 0;
}

#btn {
    width: 170px;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    background-color: rgb(220, 53, 81);
    color: white;
    border: 2px solid white;

}

#btn:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    transition: all 0.1s ease-in-out;
    box-shadow: 2px 2px 8px black;
}

.container1 {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    padding-top: 20px;
    background-color: #f3eded;
    padding: 0 10%;
    align-items: center;
}

.container1 img {
    width: 37%;
    height: 47%;
    border-radius: 10px;
}


.secondpage {
    align-items: center;
    padding:20px;
    margin: 10px;
}

.secondpage h1 {
    font-size: 27px;
    font-weight: bold;
    padding: 10px;
}

.secondpage p {
    font-size: 20px;
    padding: 10px;

}

.container1 img {
    width: 37%;
    height: 47%;
    border-radius: 10px;
}

.thirdpage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    text-align: center;
    padding-top: 50px;


}

.thirdpage h4 {
    padding: 10px;
    font-size: 33px;
    font-weight: bold;
}

.thirdpage p {
    padding: 10px;
    font-size: 23px;
}

.row {
    display: flex;
    justify-content: space-between;
    width: 90%;
    padding: 10px;
}

.row i {
    color: rgb(220, 53, 81);
    font-size: 28px;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f3eded;
    border-radius: 10px;
    height:300px;
    width: 29%;
    margin: 20px 20px;
}

.card h3 {
    font-size: 20px;
    font-weight: bold;
}

.card p {
    font-size: 18px;
}

.fourthpage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    text-align: center;
}

.fourthpage .row1 {
    display: flex;
    justify-content: space-between;
    width: 90%;
}

.fourthpage .row1 .card1 {
    width: 40%; 
}

.fourthpage .row1 .card1 img {
    object-fit: cover;
    width: 90%;
    height: 65%;
    border-radius: 8px;

}

.fourthpage h4 {
    padding: 10px;
    font-size: 33px;
    font-weight: bold;
}

.fourthpage p {
    padding: 10px;
    font-size: 23px;
}

.card1 h3 {
    font-size: 20px;
    font-weight: bold;
}

.card1 p {
    font-size: 18px;
}

.fifthpage {
    display: flex;
    flex-direction: column;
    background-image: url(./images/showcase4.jpg);
    width: 100%;
    height: 85%;
    background-size: cover;
    color: #f3eded;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.fifthpage h1 {
    font-size: 42px;
    margin-bottom: 10px;
    color: white;
}

.fifthpage p {
    margin: 18px;
}

.fifthpage .row2 {
    width: 60%;
    justify-content: space-between;
    display: flex;
}

.fifthpage .row2 input,
select,
button {
    width: 100%;
    margin: 8px;
    height: 34px;
    padding: 4px 8px;
    border-radius: 4px;
    border: none;
    font-size: 18px;
}

.fifthpage .row2 select,
button {
    height: 46px;
}

.fifthpage .row2 button {
    background-color: rgb(220, 53, 81);
    color: white;
    border: 2px solid white;

}

.fifthpage button:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    transition: all 0.1s ease-in-out;
    box-shadow: 2px 2px 8px black;
}

.sixpage {
    padding: 50px;
    text-align: center;
    background-color: black;
    justify-content: space-between;

}

.logoname {
    display: flex;
    gap: 14px;
    justify-content: center;
}

.logoimage img {
    width: 34px;
    height: 34px;
}

.logoname h1 {
    font-size: 28px;
    font-weight: bold;
    color: white;
    justify-content: space-between;

}

.text1 {
    padding: 10px;
    font-size: 19px;
    color: rgb(176, 172, 172);
    justify-content: space-between;

}

.info {
    color: rgb(176, 172, 172);
    display: flex;
    padding: 40px;
    justify-content: center;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;

}

.info .infoCard {
    width: 26%;
}

.info .infoCard span i {
    color: white;
    margin-right: 8px;
    font-size: 14px;
}

.info h3 {
    font-size: 23px;
    color: white;
    text-align: center;
}

.info p {
    font-size: 14px;
    text-align: center;
}

.copy {
    
    padding-bottom: 10px;
    color: rgb(176, 172, 172);
}

#menubtn , #crossbtn{
    display: none;
}

@media screen and (max-width: 768px) {
    .navbar{
        margin-left: 2%;
        padding: 18px 0;
    }
 
    .navbar .list{
        display: block;
    }
    
    .content .text .heading{
        font-size: 39px;
    }
    
    .content .text p{
        font-size: 16px;
        margin: 16px 0;
    }

    .container1{
        flex-direction: column;
        padding: 32px 0 ;
        text-align: center;
    }

    .container1 img{
        width: 90%;
    }

    .secondpage h1{
        font-size: 23px;
    }

    .secondpage p{
        font-size: 18px;
    }
    .thirdpage .row{
        flex-direction: column;
    }

    .thirdpage h4{
        font-size: 27px;
        padding:10px;
    }
    .thirdpage p{
        font-size: 19px;
        width: 80%;
        padding: 10px;
    }

    .thirdpage .row .card{
        width: 87%;
        height: 300px;
        justify-content: space-between;
        align-items: center;
        justify-content: center;
        margin: 20px 0;
        padding: 0 20px;
    }

    .thirdpage .row .card h3{
        font-size:22px;
        
    }

    .thirdpage .row .card p{
        font-size: 19px;
        
    }

    .fourthpage .row1{
        flex-direction: column;
        width: 100%;
    }

    .fourthpage .row1 .card1{
        width: 100%;
        margin: 12px 0;

    }

    .fourthpage h4{
        font-size: 27px;
        padding:10px;

    }

    .fourthpage p{
        font-size: 19px;
    }

    .fourthpage .row1 .card1 h3{
        font-size: 22px;
        padding: 10px;
    }

    .fourthpage .row1 .card1 p{
        font-size: 19px;
        padding: 10px;

    }

    .fifthpage{
        padding: 62px 0;
    }
    .fifthpage .row2{
        flex-direction: column;
        align-items: center;
    }

    .fifthpage p{
        width: 80%;
    }

    
    .fifthpage .row2 select , 
    button {
        width: 106%;
    }
    
    .sixpage .text1{
        font-size: 16px;
    }
    .sixpage .info {
        flex-direction: column;
        align-items: center;
        padding: 40px 0;
    }

    .sixpage .info .infoCard{
        width: 100%;
        margin: 12px;
        align-items: center;
        font-size: 10px;
    }

    .sixpage .info .infoCard h3{
        font-size: 16px;
    }
    
    .sixpage .info .infoCard p{
        font-size: 12px;
    }

    .navbar .list{
        background-color:rgb(220, 53, 81);
        top: 0;
        right: 0;
        position: absolute;
        height: 92.6%;
        width: 60%;
        padding-top: 50px;
        padding-left: 24px;
        text-align: end;
        display: flex;
        flex-direction: column;
        padding-right: 24px;
        display: none;
    }

    .navbar .list a:hover{
    background-color:transparent;
    border: none;

    }
    
    .active{
        display:flex !important;
    }

    .change{

        display: none !important;
    }
    .navbar i{
        color: white;
        display:block;
        font-size: 31px;
        position: absolute;
        right: 40px;
        top: 14px;
        cursor: pointer;

    } 

    #menubtn{
        display: block;
    }


}
