* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}


.hero {
    background-image: url("/image/imgi_25_mtn_betagist.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}

.container {
    position: fixed;
    top: ;
}

.first-nav {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    font-size: 14px;
    font-weight: 400;
    padding: 20px 100px;
}

.first-nav a {
    text-decoration: none;
    color: white;
}

.second-nav {
    background-color: #FFCB05;
    margin: 0 70px;
    border-radius: 5px;
    padding: 25px;
}

.nav-content {
    display: flex;
    justify-content: center;
    gap: 200px;
}

.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.nav-links a {
    color: #122331;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
}

.hero-text {
    color: white;
    padding: 350px 90px;
}

.betagist {
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    padding: 50px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.betagist h3 {
    color: #202020;
    font-size: 38px;
    font-weight: 700;
}

.cards {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.card {
    padding: 40px;
    width: 25%;
}

.card img {
    width: 110px;
    padding: 20px;
}

.card p {
    color: #202020;
    font-size: 24px;
    font-weight: 800;
}

.button-div {
    display: flex;
    justify-content: center;
}

.button-div button {
    background-color: #FFCB05; 
    padding: 15px;
    margin: 40px;
    width: 350px;
    border-radius: 60px;
    border-style: none;

}

.button-div a {
    color: #202020;
    text-decoration: none;font-size: 16px;
    font-weight: 500;
}

.question {
    color: #202020;
    font-size: 35px;
    font-weight: 700;
    padding-left: 210px;
}

.question-div {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 40px 140px;
}

.question-div summary {
    display: flex;
    justify-content: space-between;
    color: #202020;
    font-size: 19.4px;
    font-weight: 400;
}

.question-div a {
    color: #202020;
}

.last-section {
    margin: 60px 40px 20px;
    border-radius: 30px;
    background-image: url(/image/imgi_38_Related-pages-for-call.jpg);
    background-size: cover;
    background-position: center;
}

.plans {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 300px 10px 40px;
}

.yellow-button {
    background-color: #FFCB05;
    border-radius: 50%;
    border-style: none;
    width: 40px;
    height: 40px;
}

.plan-cards {
    display: flex;
    justify-content: center;
    gap: 40px;
    color: white;
    font-size: 24px;
    font-weight: 700;
}

.card-2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 100px;
    background: rgba(27, 30, 30, 0.7);
    border-radius: 20px;
    border: 1px solid rgba(27, 30, 30, 0.9);
}

.card-2 a {
    color: white;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.but button {
    background-color: #FFCB05;
    padding: 7px;
    list-style-type: none;
    border-radius: 50%;
    border-style: none;
    
}
.but {
    display: flex;
    justify-content: center;
    align-items: center;   
    gap: 10px; 
}

footer {
    background-color: #202020;
    font-size: 16px;
    font-weight: 400;
    font-family: WorkSans-Regular sans-serif;
    border-radius: 20px 20px 0 0;
    padding: 80px;
    margin-top: 70px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40ox;
    padding-top: 40px;
}

.contacts {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
}

.contacts a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-decoration: none;
}

.contacts span {
    color: white;
    font-size: 16px;
    font-weight: 600;
}


.socials {
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
}

.socials a {
    color: #FFCB05;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.socials a:hover {
    color: white;
    text-decoration: overline;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}


.last-div {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.last-div ul {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    gap: 40px;
}

.last-div a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.last-div a:hover {
    color: #FFCB05;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 500;
}

.last-div p {
    color: white;
    font-size: 14px;
    font-weight: 500;
}

.fixed-img {
    position: fixed;
    bottom: -10px;
    display: flex;
    justify-content: space-between;
    gap: 1120px;
    padding: 20px;

}
