body {
    font-family: "Roboto", sans-serif;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

.px-80 {
    margin-inline: 80px;
}

.px-40 {
    padding-inline: 40px;
}

.px-25 {
    padding-inline: 25px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pt-10 {
    padding-top: 10px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-10 {
    margin-top: 10px;
}

.py-80 {
    padding-block: 80px;
}

.py-20 {
    padding-block: 20px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.container-fluid.header img {
    width: 150px;
    height: 25px;
}

li.nav-item a {
    color: #272D2B !important;
}

.w-190 {
    width: 190px;
}

.w-113 {
    width: 113px;
}

.mt-60 {
    margin-top: 60px;
}

.fs-56 {
    font-size: 56px;
}

.text-color {
    color: #272D2B;
}

.p-b {
    color: #626262;
}

.p-yellow {
    color: #FED018;
}

.custom-height {
    height: 600px;
}

.line-height-28 {
    line-height: 28px;
}

.fw-semibold {
    font-weight: 600;
}

.fs-18 {
    font-size: 18px;
}

.fs-40 {
    font-size: 40px;
}

.h-210 {
    height: 210px;
}

.accordion-item {
    border: none;
}

.accordion-header {
    border-bottom: 1px solid #E2E8F0;
}

.accordion-item:nth-of-type(6) .accordion-header {
    border-bottom: 0 !important;
}

.accordion-button:not(.collapsed) {
    color: none !important;
    background-color: none !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

button.accordion-button.text-color.ps-0 {
    background: none !important;
}

.logo-content {
    border-top: 1px solid #FFEB97;
    padding-top: 61px;
    margin-top: 60px;
}

.main-slider {
    text-align: center;
    font-size: 18px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
    box-shadow: 1px 3px 7px #FFF4C7;
}

.arrow-icon {
    width: 48px;
    height: 48px;
    padding: 12px;
    border: 2px solid #fedd59;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.arrow-icon.active {
    border: 2px solid #dddddd;
    filter: grayscale(100%);
}

@media screen and (max-width: 768px) {
    .threeimg {
        row-gap: 20px;
    }

    .discuss {
        row-gap: 20px;
    }

    .px-80 {
        margin-inline: 40px;
    }

    .header.headings {
        justify-content: baseline;
    }

    .fs-56 {
        font-size: 48px;
    }

    .big {
        font-size: 50px !important;
    }
}

@media screen and (max-width: 575px) {
    .logo-content img {
        width: 100px !important;
        object-fit: contain;
    }

    .header.headings,
    .copyright p {
        font-size: 12px !important;
    }

    p {
        font-size: 14px !important;
    }

    .fs-56 {
        font-size: 40px;
    }

    .fs-18 {
        font-size: 16px;
    }
}

@media screen and (max-width: 990px) {
    ul.navbar-nav {
        gap: 0px !important;
    }
}