@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: black;
}

.bg {
    background-image: url("asset/bg.jpg");
    height: 99vh;
    background-size: max(1200px, 100vw);
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.bg .box {
    height: 99vh;
    width: 100%;
    opacity: 0.7;
    position: absolute;
    top: 0;
    background-color: black;
}

nav {
    max-width: 75vw;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    flex-wrap: wrap;
}

nav img {
    width: 150px;
    color: red;
    position: relative;
    z-index: 10;
}

nav button {
    position: relative;
    z-index: 10;
    flex-direction: column;
}

.hero {
    font-family: "Poppins", sans-serif;
    height: 75%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 10;
    gap: 15px;
    padding: 40px 40px 0 40px;

}

.hero> :first-child {
    font-size: 54px;
    font-weight: 900;
    text-align: center;
    line-height: 70px;
}

.hero> :nth-child(2) {
    font-size: 54px;
    font-weight: 900;
    text-align: center;
    line-height: 70px;
}

.hero> :nth-child(3) {
    font-size: 20px;
    font-weight: 550;
    padding-bottom: 27px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.hero> :nth-child(4) {
    font-size: 16px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.btn {
    padding: 4px 11px;
    border-radius: 4px;
    font-weight: bold;
    color: white;
    background-color: rgba(255, 255, 255, 0.057);
}

.email {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.btn-red {
    background-color: red;
    color: white;
    font-weight: bolder;
    font-size: 20px;
    padding: 11px 27px;
    border-radius: 4px;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
}

.bg input, .abc input{
    background-color: rgba(23, 23, 23, 0.7);
    font-size: 12px;
    padding: 8px 150px 16px 23px;
    border-radius: 4px;
    color: white;
    font-weight: 900;
    font-size: large;
    border: 1px solid rgba(246, 238, 238, 0.5);
}

.btn-red-sm {
    background-color: red;
    color: white;
    padding: 4px 8px;
    cursor: pointer;
}

.goat {
    height: 6.25rem;
}

.curve {
    height: 6px;
    background-color: rgba(204, 14, 14, 0.853);
}

.trending {
    color: white;
    font-weight: 500;
    font-size: 24px;
    z-index: 2;
    font-family: "Poppins", sans-serif;
    padding-left: 130px;
}

.s {
    margin-top: 17px;
    display: flex;
    gap: 2.5rem;
    justify-content: center;
    padding: 0 auto;
}

.img1 {
    position: relative;
    flex: 0 0 auto;
    width: 180px;
    cursor: pointer;
}

.img1 img {
    width: 100%;
    border-radius: 8px;
    display: block;
}

.number {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: absolute;
    bottom: 6px;
    font-weight: 900;
    font-size: 8rem;
    color: black;
    line-height: 1;
    text-shadow: -2px -2px 0 white,
        2px -2px 0 white,
        -2px 2px 0 white,
        2px 2px 0 white;
    z-index: 2;
}

.gt {
    padding-top: 75px;
    color: white;
    font-weight: 500;
    font-size: 24px;
    z-index: 2;
    font-family: "Poppins", sans-serif;
    padding-left: 148px;
    margin-bottom: 5px;
}

.out {
    width: 100%;
    height: 330px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.first {
    position: relative;
    height: 320px;
    background-color: rgba(12, 2, 45, 0.932);
    width: 250px;
    border-radius: 12px;
    text-align: left;
    flex-wrap: wrap;
}

.i {
    color: white;
    font-weight: 600;
    font-size: 24px;
    z-index: 2;
    font-family: "Poppins", sans-serif;
    margin: 16px 0 16px 12px;
}

.ii {
    color: rgba(255, 255, 255, 0.497);
    font-weight: 400;
    font-size: 16px;
    z-index: 2;
    font-family: "Poppins", sans-serif;
    margin: 16px 5px 0 12px;
    flex-wrap: wrap;
}

.faq svg {
    filter: invert(1);
}

.faq:hover {
    color: white;
    background-color: #414141;
}

.faq {
    transition: all 1s ease-out;
    display: flex;
    padding: 25px 34px;
    background-color: #2d2d2d;
    max-width: 72vw;
    margin: 16px auto;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    color: white;
    cursor: pointer;
}

footer {
    color: white;
    max-width: 80vw;
    margin: auto;
    padding: 55px 140px 90px 200px;
}

footer .questions {
    padding: 34px 0;
}

.footer-item{
    display: flex;
    flex-direction: column;
    color: white;
    gap: 23px;
}
a{
    color: white
}
.footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: white;
}
.abc span{
    color: white;
    font-size: 20px;
    display: flex;
    justify-content: center;
    padding: 60px 20px 10px 10px;
}