@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: black;
}

.main {
    background-image: url(assests/background\ image.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: max(1200px, 100vw);
    height: 100vh;
    position: relative;
}

.main .box {
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100%;
    opacity: 0.70;
    background-color: black;
}

nav {
    display: flex;
    max-width: 60vw;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    height: 62px;
    position: relative;
    z-index: 10;
}

nav img {
    color: rgb(229, 9, 20);
    width: 114px;
    position: relative;
    z-index: 10;
}
.btn-red:hover{
    background-color: maroon;
}
.down{
    /* display: flex; */
}

.hero {
    height: calc(100% - 62px);
    color: white;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: "Martel Sans", sans-serif;
    padding: 0 30px;
    gap: 23px;
}

.hero> :nth-child(1) {
    font-weight: 900;
    font-size: 48px;
    text-align: center;

}

.hero> :nth-child(2) {
    font-weight: 700;
    font-size: 24px;
    text-align: center;


}

.hero> :nth-child(3) {
    font-weight: 700;
    text-align: center;

}

.separation {
    height: 3px;
    background: red
}

.btn {
    padding: 5px 18px;
    font-weight: bold;
    font-size: bolder;
    font-family: "Martel Sans", sans-serif;
    color: white;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 5px;
    border:1px solid rgb(190, 187, 187);
    cursor:pointer
}

.btn-red {
        background-color: rgb(229, 9, 20);
        font-size: 21px;
        padding: 5px 36px;
        border: none;
        border-radius: 4px
}

.btn-red-sm {
    background-color: rgb(229, 9, 20);
    border: none;
}
.main input{
    padding: 14px 125px 12px 0px;
    font-size: 15px;
    border-radius: 4px;
    background-color: rgba(23, 23, 23, 0.7);
    border:1px solid rgba(23, 23, 23, 0.5);
    border-color: grey;
    color: white;
    text-align: center;
    font-weight: 400;
}
.text{
    color: white;
    margin: 40px 38px 30px -8px;
    font-size: 32px;
    font-family: "Martel Sans", sans-serif;
    padding: 0px 178px 0px;
} 

   

 .first{
    padding: 0px 0px 0px 160px;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    gap: 42px;
} 

.image-container {
    display: flex;
    gap: 35px;
    justify-content: center;
    cursor: pointer;
}

.image-box {
    position: relative;
    display: inline-block;
    
        width: 150px;
        height: auto;
        border-radius: 10px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    
}

.image-box img {
    width: 100%;
    max-width: 150px;
    height:auto;
    border-radius: 10px;
    width: 150px;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.number {
    position: absolute;
    bottom: -16px;
    left: -23px;
    color: rgb(0, 0, 0);
    font-size: 102px;
    font-weight: bold;
    padding: 5px 10px;
    text-shadow: 2px 2px 4px rgb(255, 255, 255); 

}

.image-box:hover {
    transform: scale(1.1);  /* Increases size on hover */
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5);  /* Adds shadow for depth */
}
.second{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.box1{
     background-color:  rgb(255, 255, 255);
    height:276px;
    width:307px;
    border-radius: 15px;
    background: linear-gradient(133deg, #20133f, #170609);
}
.bold{
    font-size: 23px;
    color: white;
    font-weight: 700;
    font-family: sans-serif;
    margin: 12px;
}
.small{
    color: rgb(195, 192, 192);
    margin: 12px;
    font-size: 18px;
    font-family: sans-serif;
}
.faq{
    color: white;
    margin: 40px 38px 30px -8px;
    font-size: 22px;
    font-family: "Martel Sans",sans-serif;
    padding: 0px 178px 0px;
    gap: 10px;
}
.faqbox{
    display: flex;
    font-weight: 500;
    font-size: 16px;
    font-family: "Martel Sans", sans-serif;
    background-color: rgb(39, 37, 37);
    color: white;
    padding: 22px;
    margin: 9px;
    border-radius: 10px;   
    justify-content: space-between;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
.faqbox:hover {
    background-color: #555;
}
.foot{
    color: white;
    padding: 12px;
    text-align: center;
    font-size: 17px;
    font-family: "Martel Sans", sans-serif;
    font-weight: 400;
}
.emaill{
    background-color: rgba(128, 128, 128, 0);
    color: white;
    border-radius: 60px;
    padding: 21px 48px 12px 18px;

    font-weight: 400;
    font-family: "Martel Sans", sans-serif;
    margin: 0px 0px 0px 430px;
    width: 100%; 
    max-width: 400px; 
    text-align: left;
    
}
.ftbt{
    background-color: rgb(229, 9, 20);
    font-size: 24px;
    padding:8px 38px;
    border: none;
    border-radius: 30px;
}
.footl{
    color: white;
    padding: 130px 0px 0px 160px;
    column-gap: 10px;
    row-gap: 10px;
    justify-items: center;
    justify-content: center;
    align-items: center;
}
footer{
    color: white;
    max-width: 60vw;
    margin: auto;
    /* text-align: center; */
    padding: 14px;
}

footer div{
    padding: 20px 0;
}
.footer{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: white;
   
}
.footer-item{
    display: flex;
    flex-direction: column;
    gap:23px
}
.footer a{
    color: rgb(181, 180, 180);
}
.last{
    padding-top: 30px;
    color: gray;
    font-size: small;
    font-family: "Martel Sans", sans-serif;
    font-weight: 100;

}
.imagee{
   padding: 47px 0 0 217px;
}