* {
    margin: 0;
    padding: 0;
}

body {
    background-color: black;
}

.main {
    background-image: url("assets/images/b_img.jpg");
    height: 90vh;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: max(2500px, 100vw);
}

.main .box {
    height: 90vh;
    width: 100%;
    opacity: 0.7;
    background-color: black;
    position: absolute;
    top: 0;
    color: white;
}

.hero {
    padding: 0 23px;
    text-align: center;
    position: relative;
    height: calc(100% - 62px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    font-family: sans-serif;
    gap: 16px;

}

.hero> :first-child {

    font-size: 48px;
    font-weight: 700;
}

.hero> :nth-child(2) {
    font-weight: 400;
    font-size: 18px;
}

.hero> :nth-child(3) {
    font-weight: 400;
    font-size: 18px;
}

nav {
    max-width: 80vw;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
}

nav img {
    color: rgb(229, 9, 20);
    width: 124px;
    position: relative;
    z-index: 10;

}

nav button {
    z-index: 10;

}


.btn {
    padding: 3px 8px;
    font-weight: bold;
    color: white;
    background-color: rgba(23, 23, 23, 0.3);
    border: 1px solid white;
    border-radius: 4px;
    cursor: pointer;
}

.btn-red {
    background-color: rgb(229, 9, 20);
    color: white;
    padding: 15px 44px 15px 23px;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

.btn-red-sm {
    background-color: red;
    color: white;
    padding: 8px 15px;
    font-size: 14px;
    font-family: 'Times New Roman', Times, serif;
    border-radius: 4px;
    border: none;
}

.main input {
    padding: 18px 44px 18px 16px;
    margin: 5px;
    font-size: 16px;
    font-weight: 550;
    background-color: rgba(23, 23, 23, 0.3);
    border: 0.5px solid grey;
    border-radius: 4px;
    color: white;
}

.line {
    height: 5px;
    background-color: rgb(158, 43, 43);
}


.first {
    /* display: flex; */
    max-width: 70vw;
    color: white;
    height: 40vh;
}

.news {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 500;
    font-size: 28px;
    margin: 42px 60px 20px;
}

.images ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    /* margin: auto; */
    max-width: 90vw;
    gap: 50px;
    /* overflow-x: scroll; */
    margin-left: 80px;
    /* margin-right: 10px; */
}

.images img {
    /* margin: 10px; */
    width: 11vw;
    border-radius: 8px;

}


.second {
    max-width: 70vw;
    color: white;
    height: 40vh;
    margin-bottom: 350px;
}

.info {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 500;
    font-size: 28px;
    margin: 82px 60px 20px;
}

.sec_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-left: 40px;
    font-family: 'Times New Roman', Times, serif;
}

.sec_content h3 {
    margin: 25px 20px 10px;
}

.item span {
    margin: 20px;
    max-width: 30vw;
}

.item {
    width: 45vw;
    height: 40vh;
    background: linear-gradient(149deg,
            #192247 0%,
            #210e17 96.86%);
    border-radius: 18px;
    font-size: 16px;

}

.third {
    max-width: 70vw;
    color: white;
    height: 40vh;
    margin-bottom: 470px;
}

.query {
    display: flex;
    flex-direction: column;
    margin-left: 60px;
    gap: 10px;
    /* align-items: center; */
    cursor: pointer;
}

.questions {
    display: flex;
    align-items: center;
    width: 80vw;
    height: 15vh;
    background-color: rgb(45, 45, 45)
}

.questions span {
    padding: 30px;
    font-size: 24px;
}


.four {
    max-width: 70vw;
    color: white;
    height: 40vh;
    /* margin-bottom: 470px; */
    margin-inline: auto;
}

.start {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-left: 20px;
}

.start span {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
}

.start input {
    padding: 18px 230px 18px 16px;
    margin: 5px;
    font-size: 16px;
    font-weight: 550;
    background-color: rgba(23, 23, 23, 0.3);
    border: 0.5px solid grey;
    border-radius: 4px;
    color: white;
    font-family: 'Times New Roman', Times, serif;

}



.last{
    height: 60vh;
    background-color: rgb(0, 0, 0);
}

.call{
    color: rgba(255,255,255,0.7);
    margin-left: 80px;
    margin-bottom: 40px;
}

.last_content{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin-left: 80px;
}

.last_content a{
    color: rgba(255,255,255,0.7);
}