/* Global Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

/* Body Style */
body {
    background-color: #0f0f0f;
}

/* Utility Classes */
.d-flex {
    display: flex;
}
.bg-green {
    background-color: var(--green);
}
.align-center {
    align-content: center;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-around {
    justify-content: space-around;
}
.justify-between {
    justify-content: space-between;
}
.justify-evenly {
    justify-content: space-evenly;
}
.gap {
    gap: 30px;
}
.mt-3 {
    margin-top: 80px;
}
.text-center {
    text-align: center;
}
.w-100 {
    width: 100%;
}
.mt-0 {
    margin-top: 10px;
}
.mt-1 {
    margin-top: 20px;
}
.mt-2 {
    margin-top: 40px;
}
.mb-1 {
    margin-bottom: 40px;
}
.wrap {
    flex-wrap: wrap;
}
.none {
    display: none;
}
.ml {
    margin-left: 30px;
}

/* Navbar */
.discover-section {
    padding: 50px;
}
.discover-para {
    text-align: justify;
}
.t-decuration {
    text-decoration: none;
}
.f-size2 {
    font-size: 18px;
}
.f-size3 {
    font-size: 15px;
}
.f-size1 {
    font-size: 40px;
}

/* Font Face */
@font-face {
    font-family: 'futurak';
    src: url('../fonts/futurak.ttf');
}
.f-family {
    font-family: 'futurak';
}
.padding10 {
    padding: 10px;
}
.bg-red {
    background-color: #ed1c24;
}
.pl {
    padding-left: 20px;
}
.radius {
    border-radius: 3px;
}
.radius2 {
    border-radius: 10px;
}
.p1 {
    letter-spacing: 7px;
}
.t-decuration {
    text-decoration: none;
}
.f-size {
    font-size: 52px;
}
.f-family1 {
    font-family: 'Times New Roman', Times, serif;
}
.r-gap {
    row-gap: 40px;
}
.c-gap {
    column-gap: 40px;
}
.cursor {
    cursor: pointer;
}
.t-size {
    font-size: 25px;
}
.height2 {
    height: 50px;
}
hr {
    border: 1px solid #4e4747;
    width: 95%;
    margin-left: 30px;
}
.border-solid {
    border: 1px solid rgb(24, 23, 23);
}
.border-solid0 {
    border: 1px solid rgb(82, 80, 80);
}
.border-solid1 {
    border: 3px solid rgb(240, 226, 226);
    border-radius: 360%;
    padding: 7px;
}
.f-weight {
    font-weight: lighter;
}
.bg-darkgrey {
    background-color: #222121;
}
.f-size4 {
    font-size: 100px;
}
.f-size5 {
    font-size: 20px;
}
.mt-4 {
    margin-top: 100px;
}
.mr {
    margin-left: 350px;
}
.gap1 {
    gap: 20px;
}
.ml {
    margin-left: 40px;
}
.ml1 {
    margin-left: 60px;
}
.border-solid2 {
    border-radius: 360%;
    padding: 7px;
    margin-left: 10px;
    background-color: #ffffff;
    color: #d80d0d;
}
.border-solid5 {
    border-radius: 360%;
    padding: 10px;
    margin-left: 10px;
    background-color: #e91818;
    color: #ffffff;
}
.border-solid3 {
    border-radius: 360%;
    padding: 7px;
    margin-left: 10px;
    background-color: #ffffff;
    color: #2e8a3d;
}
.border-solid4 {
    padding: 7px;
    margin-right: 30px;
}
.t-grey {
    color: rgb(206, 206, 207);
}
.bg1 {
    height: 500px;
    width: 400px;
}
.bg-white {
    background: #ffffff;
    color: #000000;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .height {
        height: auto;
    }
    .height1 {
        height: auto;
    }
    .height0 {
        height: auto;
    }
    .bg1 {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 992px) {
    .ml {
        margin-left: 20px;
    }
    .ml1 {
        margin-left: 30px;
    }
    .mr {
        margin-left: 20px;
    }
}

@media (max-width: 768px) {
    .height {
        height: auto;
    }
    .height1 {
        height: auto;
    }
    .height0 {
        height: auto;
    }
    .w-100 {
        width: 100%;
    }
    .mt-3 {
        margin-top: 40px;
    }
    .mb-1 {
        margin-bottom: 20px;
    }
    .ml {
        margin-left: 10px;
    }
    .ml1 {
        margin-left: 20px;
    }
    .mr {
        margin-left: 10px;
    }
}

@media (max-width: 576px) {
    .f-size1 {
        font-size: 30px;
    }
    .f-size2 {
        font-size: 16px;
    }
    .f-size3 {
        font-size: 12px;
    }
    .f-size4 {
        font-size: 60px;
    }
    .f-size5 {
        font-size: 16px;
    }
    .height {
        height: auto;
    }
    .height1 {
        height: auto;
    }
    .height0 {
        height: auto;
    }
}
