/*Sidebar*/

.about-sidebar_list li {
    margin-bottom: 6px;
}

.about-sidebar_list li a {
    color: #000;
    font-size: 15px;
}

.about-sidebar_list li a:hover {
    color: rgb(19 101 178);
}

.about-sidebar_list li:before {
    font-size: 15px;
    color: rgb(19 101 178);
}

/*Topbar*/

section.topbar {
    /* background: linear-gradient(139deg, rgba(12, 105, 183, 1) 35%, #50b847 100% 100%); */
    padding: 8px 10px;
    /* background: #1068b1; */
    background: linear-gradient(40deg, #2fbf4a 0%, #2fbf4a 30%, transparent 30%),
        linear-gradient(40deg, transparent 30%, #0b3c88 30%, #0b3c88 100%)
}

.topbar-left {
    display: flex;
    gap: 18px;
}

.topbar-left a {
    color: #fff;
    font-family: "Outfit", serif;
    font-weight: 300;
    letter-spacing: -0.2px;
}

.topbar-left a i {
    font-size: 14px;
    margin-right: 6px;
    color: #f3d178;
}

ul.social-link li {
    display: inline-block;
}

ul.social-link a {
    color: #f4f4ff;
    font-size: 14px;
}

.topbar-right {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 18px;
}

.topbar-right ul.social-link li a:not(first-child) {
    margin-left: 16px;
}

.lang-select {
    position: relative;
    line-height: 26px;
}

.lang-select:after {
    content: "\f078";
    font-family: fontAwesome;
    color: #aff0a9;
    font-size: 13px;
    position: absolute;
    right: 5px;
}

select#language {
    background: transparent;
    color: #fff;
    appearance: none;
    padding: 0 24px 0 5px;
    position: relative;
    z-index: 1;
    font-family: "Outfit", serif;
    font-weight: 300;
    letter-spacing: -0.2px;
}

select#language option {
    color: #000;
}

.font_size {
    display: flex;
    gap: 3px;
    position: relative;
}

.font_size a {
    /* background: #fff; */
    width: 26px;
    height: 26px;
    display: flex;
    padding: 5px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    font-family: "Outfit", serif;
    border-radius: 3px;
}

.font_size:after {
    content: "";
    color: #fff;
    position: absolute;
    right: -11px;
    top: 50%;
    border-right: solid 2px #fff;
    height: 100%;
    transform: translateY(-50%);
}

a.dark-mode {
    background: #000;
    color: #fff;
    margin-left: 8px;
}

a.light-mode {
    background: #e8e8fd;
}

.lang-select:before {
    content: "";
    color: #fff;
    position: absolute;
    right: -11px;
    top: 50%;
    border-right: solid 2px #fff;
    height: 100%;
    transform: translateY(-50%);
}

/*Header*/

.header-style-two {
    min-height: unset;
    position: sticky;
    top: 0;
}

.main-header.fixed-header .header-lower {
    position: relative;
}

.logo img {
    width: 246px;
}

.logo-rt img {
    width: 130px;
}

.main-header .main-menu .navigation>li:hover>a,
.main-header .main-menu .navigation>li.current>a {
    /* opacity: 1; */
    /* color: rgb(19 101 178); */
}

/*Mega Menu*/

.mega-menu {
    /* background: linear-gradient(90deg, rgba(12, 105, 183, 1) 0%, rgba(80, 184, 71, 1) 100%); */
    /* border-radius: 0 0 20px 20px; */
    background: url("../css/images/fig-img/m-menu-background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 272px;
}

.custiom-mega-menu-design ul li {
    background-color: rgba(202, 208, 202, 0.16);
    margin-bottom: 10px;
    padding: 7px 7px 7px 25px !important;
    border-radius: 13px;
    position: relative;
    color: rgba(29, 29, 33, 1);
}

.custiom-mega-menu-design ul li a {
    color: rgba(29, 29, 33, 1) !important;
}

.custiom-mega-menu-design ul li:hover {
    background-color: rgba(76, 184, 72, 0.32);
}

.custiom-mega-menu-design ul li:before {
    position: absolute;
    content: '';
    left: 0px;
    right: 0px;
    background: url(../css/images/fig-img/arr.png);
    width: 38px;
    height: 43px;
    top: 6px;
    background-repeat: no-repeat;
}

.main-menu .navigation>li .mega-menu-bar h6 {
    text-transform: capitalize;
    color: rgb(255 255 255);
    font-weight: 500;
    font-size: 21px;
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li>a {
    line-height: 22px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.3px;
    color: #fff;
    text-transform: capitalize;
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li>a:hover {
    color: rgb(182 255 173);
}


/*Banner*/

.banner-slide {
    padding: 0;
}

.swiper-slide {
    height: calc(100vh - 325px);
        /* height: calc(100vh / 1 - 225px); */
        .slider-two_image-layer{
            background-position: center;
            background-repeat: no-repeat;
            /* background-size: contain; */
            object-fit: contain;

        }
}

.slider-two_image-layer:before {
    /* background: linear-gradient(137deg, rgb(12 105 183 / 23%) 0%, rgb(80 184 71 / 26%) 100%); */
    /* opacity: 1; */
}

/*Loan & Scheme*/

.services-two {
    padding: 80px 0px 60px;
}

.sec-title_title {
    font-family: "Outfit", serif;
    color: #0f66b3;
    padding: 0;
    line-height: 14px;
    font-weight: 500;
    letter-spacing: 0.6px;
    margin-bottom: 16px;
}

.sec-title_title:before {
    display: none;
}

h2.sec-title_heading {
    font-family: "Outfit", serif;
    font-weight: 700;
    color: #0f1122;
    font-size: 39px;
    text-transform: uppercase;
    margin: 0;
    line-height: 43px;
}

.service-block_two-title a {
    font-family: "Outfit", serif;
    font-weight: 500;
    color: #0f1122;
    font-size: 24px;
}

.service-block_two-content {
    position: relative;
    padding: 8px 9px 0;
}

.service-block_two-overlay:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(to top, rgb(17 99 167 / 80%) 0%, rgb(76 184 66 / 66%) 100%);
}

.service-block_two-icon_two {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 80px;
    height: 80px;
    font-size: 48px;
    line-height: 90px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    background-color: rgb(255 255 255);
    justify-content: center;
    align-items: center;
}

.service-block_two-icon_two img {
    width: 54px;
}



/*About OGB*/

.highlight-memb {
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 0;
    border: solid 4px #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.highlight-memb img {
    object-fit: cover;
    height: 90px;
    object-position: center;
    width: 90px;
    border-radius: 100%;
}

.memb-box-wrapper h4 {
    font-family: "Outfit", serif;
    font-weight: 600;
    color: #0f1122;
    font-size: 23px;
    text-transform: capitalize;
    margin: 10px 0 8px;
    line-height: 28px;
    letter-spacing: -0.3px;
}

.memb-box-wrapper h4 span {
    display: block;
    color: #1168b3;
    font-size: 16px;
    letter-spacing: 0.2px;
    font-weight: 500;
}

.memb-box-wrapper {
    padding: 20px 16px 20px;
    border-bottom: 6px solid #51b947;
}

.memb-box-wrapper p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

.welcome-block_one {
    position: relative;
    margin-bottom: 16px;
}

.welcome-block_one-inner:hover h4,
.welcome-block_one-inner:hover p {
    color: #fff;
}


/*Tender*/

section {
    padding: 80px 0;
}

.tender-sec {
    padding: 70px 0;
    background: linear-gradient(0deg, rgb(250 250 250) 0%, rgb(80 184 71 / 0%) 100%);
    overflow: hidden;
}

section.tender-sec .container-fluid {
    padding: 0;
}

.row.tender-row {
    padding: 0;
    height: 100%;
}

.announcements-wrapp {
    background: #edf2ec;
    padding: 15px;
    border-radius: 20px;
    height: 100%;
    background: linear-gradient(to top, rgb(17 99 167 / 98%) 0%, rgb(76 184 66 / 84%) 100%);
}

.announcements-wrapp button {
    text-align: left;
    font-family: "Outfit", serif;
    font-weight: 400 !important;
    color: #ffffff !important;
    font-size: 17px !important;
    text-transform: capitalize;
    margin: 4px 0 4px;
    line-height: 10px;
    letter-spacing: -0.3px;
    padding: 18px 15px !important;
}

.tender-bg {
    max-height: 430px;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.tab-content .sec-title {
    margin-bottom: 20px;
}

.tab-content .sec-title_heading {
    font-size: 26px;
    border-bottom: dashed 1px hsl(208.3deg 46.09% 54.9% / 54%);
    padding-bottom: 3px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #1167b3 !important;
    background-color: #ffffff;
}

.anouncements-content h4 {
    margin-bottom: 1rem;
    font-weight: 600;
    color: #1268ad;
}

.anouncements-content a {
    text-decoration: underline;
}

.anouncements-content ul li a {
    position: relative;
    color: #666666;
    font-size: 16px;
    text-decoration: none !important;
    margin: 0 0 14px;
    line-height: 23px;
    display: inline-block;
}

.anouncements-content ul li a:hover {
    color: #51b746;
}

.tab-content,
.tab-pane {
    height: 100%;
    position: relative;
}

.anouncements-content ul li a span {
    font-size: 14px;
    display: inline-block;
    margin: 2px 0 5px;
    color: #0f1122;
}

.anouncements-content ul li a span b {
    color: #1166b1;
}


/*Count*/

.counter-one {
    position: relative;
    padding: 80px 0px 90px;
    background: rgba(248, 249, 249, 1);

    .counter-one-header {
        text-align: center;
        width: 100%;
        max-width: 673px;
        margin: 0 auto;
        margin-bottom: 30px;

        .big-letter {
            color: rgba(0, 51, 117, 1);
            font-size: 41px;
            font-weight: 700;
            font-family: "Public Sans";
            line-height: 50px;
        }
    }

    .atm-locator {
        background: #fff;
        margin: 0 auto;
        width: 1000px;
        padding: 11px 0;
        border-radius: 25px;
        position: absolute;
        left: 50%;
        bottom: -31px;
        transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        z-index: 1;
        box-shadow: 0px 24px 83px 0px rgba(0, 0, 0, 0.1);

        .locator-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            width: 750px;
            margin: 0 auto;

            img {
                width: 40px;
                height: 40px;
                padding: 3px;
                background: rgba(90, 157, 244, 0.2);
                border-radius: 8px;
                cursor: pointer;
            }

            .locator-name {
                color: rgba(0, 27, 132, 1);
                font-size: 20px;
                font-weight: 500;
                margin-left: 10px;
                cursor: pointer;
            }
        }
    }
}

.counter-row {
    /* background: #fbfbff; */
    padding: 2rem 0;
    /* border: solid 1px #0d417017; */
}

.counter-block_one {
    position: relative;
    margin-bottom: 0px;
    text-align: center;
}

.counter-block_one-count {
    font-family: "Outfit", serif;
    font-weight: 600;
    color: #131628;
    font-size: 32px;
    letter-spacing: 2px;
}

.counter-block_one-text p {
    font-family: "Outfit", serif;
    color: #0f66b3;
    padding: 0;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 16px;
    font-size: 18px;
    letter-spacing: 0.2px;
}

.separator {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -9px;
    width: 40px;
}

.counter-img {
    margin: 0 auto 0.2rem;
}

.counter-img img {
    width: 48px;
}

/*Footer*/

.main-footer .widgets-section {
    padding: 80px 0px 55px;
}

.main-footer:before {
    display: none;
}

.main-footer {
    position: relative;
    /* background-color: rgb(4 34 58); */
    background: rgba(0, 27, 132, 1);
}

.footer-bottom:before {
    background-color: #1069b0;
}

.footer-mid-column .footer-widget {
    width: calc(100% / 3 - 5px);
    display: inline-block;
    vertical-align: top;
    border-right: solid 1px rgb(255 255 255 / 20%);
    height: 100%;
    padding: 0 15px;
}

.footer-text {
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.2px;
}

.footer-logo img {
    width: 235px;
}

.footer-logo {
    position: relative;
    margin-bottom: 22px;
}

.footer-widget ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.2px;
    line-height: 22px;
    display: inline-block;
    margin-bottom: 7px;
}

.footer-widget ul li a:hover {
    color: #58b846;
}

.footer-contact_list li {
    position: relative;
    line-height: 26px;
    font-size: 14px;
    color: rgb(255 255 255);
    padding-left: 30px;
    margin-bottom: 15px;
}

.footer-contact_list li .icon {
    color: rgb(83 182 69);
}




/*Inner Banner*/

section.inner-banner-sec {
    position: relative;
    max-height: 254px;
    height: 100vh;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}

section.inner-banner-sec:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #121d3bad;
    position: absolute;
    top: 0;
    left: 0;
}

section.inner-banner-sec {
    position: relative;
    max-height: 254px;
    height: 100vh;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}

section.inner-banner-sec h1 {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #fff;
    z-index: 1;
    font-family: "Outfit", serif;
    font-weight: 600;
}

/*About Page*/

.abt-rt-col {
    display: flex;
    align-items: center;
}

section.about-pg-sec img {
    border-radius: 14px;
}

.abt-pg-content {
    padding-left: 2rem;
}

/*Board Members Page*/

.team-mr {
    margin: 0.8rem 0;
}

.team-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #fff;
    padding: 0.8rem 0.8rem;
    border: solid 1px rgb(13 105 191 / 41%);
    border-radius: 12px;
    height: 100%;
}

.member-img {
    width: 140px;
    height: 140px;
    background: #e9e9ee;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.member-img img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.pg-team-title {
    flex: 1;
}

.pg-team-title h4 {
    font-weight: 600;
    letter-spacing: -0.1px;
    font-size: 20px;
    color: #292c3d;
    margin-bottom: 8px;
    line-height: 21px;
}

.pg-team-title h4 span {
    font-weight: 500;
    letter-spacing: 0;
    font-size: 15px;
    display: block;
    color: #1166b9;
    line-height: 18px;
    margin-top: 7px;
}

.pg-team-title p {
    font-size: 15px;
    line-height: 23px;
    margin: 0;
    letter-spacing: -0.2px;
    color: #505050;
    font-family: "Inter", sans-serif;
}

/*------------------------------------- css rajesh -----------------------------------------------*/
.upcoming-news {
    padding: 0;

    .news-container {
        display: flex;
        width: 100%;
        height: 54px;
    }

    .news-title {
        background-color: rgba(0, 101, 179, 1);
        /* blue */
        color: #ffffff;
        padding: 27px 12px;
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 600;
        white-space: nowrap;
    }

    .news-content {
        background-color: rgba(76, 184, 72, 1);
        color: #ffffff;
        padding: 27px 12px;
        display: flex;
        align-items: center;
        font-size: 13px;
        flex: 1;
        overflow: hidden;
        white-space: nowrap;


    }

}

.marquee {
    display: inline-block;
    padding-left: 100%;
    animation: marquee-left 60s linear infinite;
}
.important-news{
    background: rgba(255, 255, 255, 0.38);
        padding: 10px;
    border-radius: 12px;
    .important-news-header{
        background: #fff;
        padding: 5px 15px;
        border-radius: 7px;
    }
}
.important-news-sec{
     /* background-color: rgba(255, 255, 255, 0.38); */
        color: rgba(96, 96, 96, 1);
        /* padding: 10px 12px; */
        display: flex;
        align-items: center;
        font-size: 13px;
        flex: 1;
        overflow: hidden;
        white-space: nowrap;
        .marquee{
            color: red;
        }
}

@keyframes marquee-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.banking-solution {
    background: rgba(239, 241, 242, 1);
    position: relative;
    padding-bottom: 115px;
    margin-bottom: 80px;

    .banking-solution-header {
        text-align: center;
        width: 100%;
        max-width: 673px;
        margin: 0 auto;

        .small-letter {
            color: rgba(8, 78, 178, 1);
            font-size: 26px;
            font-weight: 400;
            font-family: "Public Sans";
            margin-bottom: 0;
        }

        .big-letter {
            color: rgba(0, 51, 117, 1);
            font-size: 41px;
            font-weight: 700;
            font-family: "Public Sans";
            line-height: 50px;
        }
    }

    .card-section {
        .all-cards {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            gap: 20px;
            margin-top: 54px;

            .card {

                border-radius: 8px;
                overflow: hidden;
                background: #fff;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
                transition: transform 0.4s ease, box-shadow 0.4s ease;
                font-family: 'Public Sans', sans-serif;
            }

            /* Zoom card on hover */
            .card:hover {
                transform: scale(1.05);
                box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
            }

            .card-image {
                height: 160px;
                overflow: hidden;
            }

            .card-image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: transform 0.5s ease;
            }

            /* Zoom image on hover */
            .card:hover .card-image img {
                transform: scale(1.1);
            }

            .card-body {
                padding: 16px;

                h3 {
                    margin: 0 0 0px;
                    font-size: 20px;
                    font-weight: 600;
                    color: rgba(29, 29, 33, 1);
                }

                p {
                    font-size: 13px;
                    color: #555;
                    margin-bottom: 12px;
                }

                .btn {
                    width: 100%;
                    align-items: center;
                    gap: 6px;
                    background-color: rgba(76, 184, 72, 1);
                    color: #fff;
                    padding: 8px 14px;
                    border-radius: 6px;
                    text-decoration: none;
                    font-size: 16px;
                    font-weight: 500;
                    transition: background 0.3s ease;
                }

                img {
                    width: 24px;
                    height: 24px;
                }
            }




            .btn:hover {
                background-color: #27ae60;
            }
        }
    }

}

.icon-card-section {
    width: 100%;
    position: absolute;
    bottom: -88px;

    .info-section {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        gap: 16px;
        background: rgba(204, 217, 233, 1);
        padding: 20px;
        border-radius: 20px;
        justify-content: space-between;
    }

    .info-card {
        background: #ffffff;
        border-radius: 14px 40px;
        padding: 16px;
        /* width: 180px; */
        position: relative;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .info-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
    }

    .info-card h4 {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        color: rgba(0, 101, 179, 1);
        line-height: 1.4;
    }

    .info-card .icon {
        position: absolute;
        top: 16px;
        right: 16px;
        width: 40px;
        height: 40px;
        background: rgba(76, 184, 72, 0.24);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        padding: 10px;
    }

    .info-card a {
        display: inline-block;
        margin-top: 22px;
        font-size: 12px;
        color: rgba(241, 0, 0, 1);
        text-decoration: none;
        font-weight: 500;
    }

    .info-card a:hover {
        text-decoration: underline;
    }

}

.recent-update {
    background: rgba(243, 240, 238, 1);

    .recent-update-header {
        text-align: center;
        width: 100%;
        max-width: 673px;
        margin: 0 auto;
        margin-bottom: 30px;

        .small-letter {
            color: rgba(8, 78, 178, 1);
            font-size: 26px;
            font-weight: 400;
            font-family: "Public Sans";
            margin-bottom: 0;
        }

        .big-letter {
            color: rgba(0, 51, 117, 1);
            font-size: 41px;
            font-weight: 700;
            font-family: "Public Sans";
            line-height: 50px;
        }
    }

    .events-section {
        display: grid;
        gap: 20px;
        padding: 20px;
        grid-template-columns: 1fr 1fr;
    }

    /* Left Card */
    .events-card {
        background: #ffffff;
        border-radius: 25px;
        padding: 20px;
        position: relative;
    }

    .events-card h3 {
        margin: 0 0 16px;
        font-size: 30px;
        font-weight: 700;
        color: rgba(0, 74, 170, 1);
        position: relative;
    }

    /* Events List */
    .events-list {
        list-style: none;
        padding: 0;
        margin: 0;
        height: 300px;
        overflow-x: auto;
        scrollbar-width: thin;
        scrollbar-color: rgba(0, 74, 170, 1) #f1f1f1;
    }

    .events-list::-webkit-scrollbar {
        width: 6px;
    }

    .events-list::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .events-list::-webkit-scrollbar-thumb {
        background: rgba(0, 74, 170, 1);
        border-radius: 10px;
    }

    .events-list::-webkit-scrollbar-thumb:hover {
        background: #084298;
    }

    .events-list li {
        border-bottom: 1px dashed rgba(29, 29, 27, 1);
        margin-bottom: 5px;
        padding-left: 14px;
        position: relative;
    }

    .events-list li::before {
        content: '•';
        position: absolute;
        left: -6px;
        top: -2px;
        color: rgba(0, 27, 132, 1);
        font-size: 30px;
    }

    .events-list .time {
        font-size: 15px;
        font-weight: 600;
        color: rgba(0, 27, 132, 1);
        display: block;
        margin-bottom: 4px;
    }

    .events-list p {
        font-size: 13px;
        color: rgba(29, 29, 27, 1);
        margin: 0;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    /* Right Image */
    .events-image {
        border-radius: 25px;
        overflow: hidden;
    }

    .events-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Initial state */
    .events-card,
    .events-image {
        opacity: 0;
        transform: translateX(-80px);
        transition: all 0.8s ease;
    }

    /* Right image comes from right */
    .events-image {
        transform: translateX(80px);
    }

    /* When visible */
    .events-section.show .events-card,
    .events-section.show .events-image {
        opacity: 1;
        transform: translateX(0);
    }


}

.main-footer {
    .footer-header {
        margin: 0 auto;
        padding-top: 80px;
        width: 700px;

        .small-text {
            color: rgba(255, 255, 255, 0.2);
            font-size: 25px;
        }

        .big-text {
            color: rgba(255, 255, 255, 0.2);
            font-size: 52px;
            margin-top: 20px;
        }
    }
}