@font-face {
    font-family: 'Inter';
    src: url('../../assets/fonts/Inter/Inter-Regular.ttf');
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../../assets/fonts/Rajdhani/Rajdhani-Regular.ttf');
}


body {
    background: black;
    width: 100%;
    margin: auto;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Inter';
    box-sizing: border-box;
    border: none;
    outline: none;
}

.f_Rajdhani {
    font-family: 'Rajdhani' !important;
}

button {
    cursor: pointer;
    border: none;
    background: transparent;
}

.text_capitalize {
    text-transform: capitalize;
}

.container {
    padding: 0px 16px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
}

.d_grid {
    display: grid;
    align-items: center;
    justify-items: center;
}

.grid_columns_4fr {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid_columns_3fr {
    grid-template-columns: 1fr 1fr 1fr;
}

.grid_columns_2fr {
    grid-template-columns: 1fr 1fr;
}

.grid_gab_32 {
    grid-gap: 32px;
}

.d_flex {
    display: flex;
}

.fd_row {
    flex-direction: row;
}

.fd_column {
    flex-direction: column;
}

.justify_content_center {
    justify-content: center;
}

.justify_content_end {
    justify-content: flex-end;
}

.justify_content_start {
    justify-content: start;
}

.justify_content_space_between {
    justify-content: space-between;
}

.align_items_center {
    align-items: center;
}

.align_items_start {
    align-items: flex-start;
}

.align_items_end {
    align-items: flex-end;
}

.f_400 {
    font-weight: 400;
}

.f_500 {
    font-weight: 500;
}

.f_600 {
    font-weight: 600;
}

.f_700 {
    font-weight: 700;
}

.fs_10 {
    font-size: 10px;
    line-height: 16px;
}

.fs_12 {
    font-size: 12px;
    line-height: 18px;
}

.fs_14 {
    font-size: 14px;
    line-height: 18px;
}

.fs_16 {
    font-size: 16px;
    line-height: 24px;
}

.fs_18 {
    font-size: 18px;
    line-height: 27px;
}

.fs_20 {
    font-size: 20px;
    line-height: 30px;
}

.fs_24 {
    font-size: 24px;
    line-height: 36px;
}

.fs_32 {
    font-size: 32px;
    line-height: 40px;
}

.c_white {
    color: #FFFFFF;
}

.bc_black {
    background: #000;
}

.margin_top_8 {
    margin-top: 8px;
}

.margin_top_16 {
    margin-top: 16px;
}

.margin_top_24 {
    margin-top: 24px;
}

.margin_top_32 {
    margin-top: 32px;
}

input {
    background: none;
}

input:focus {
    outline: none;
}

a {
    text-decoration: none;
}

.text_center {
    text-align: center;
}

.text_left {
    text-align: left;
}

.main {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.error {
    color: red;
    font-size: 16px;
    margin-bottom: 8px;
    text-align: center;
}

::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #b4b2b2;
    border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #c5c5c5;
}

.page_b1 {
    position: relative;
}

.ellipse_1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.ellipse_2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.logo_b {
    padding: 46px 0 33px;
    margin: 0 auto;
    max-width: 433px;
    width: 100%;
}

.logo_b img {
    width: 100%;
}

.company_name {
    max-width: 1319px;
    width: 100%;
    margin: auto;
}

.company_name h1 {
    font-size: 128px;
    background: linear-gradient(180deg, #0B5170 46.43%, #0B879B 94.7%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    line-height: 133px; /* 103.906% */
    letter-spacing: 4.48px;
    text-transform: uppercase;
}

.company_info_b {
    margin: 70px auto 102px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.company_info_b span {
    width: 7px;
    height: 7px;
    background: white;
    border-radius: 50%;
    margin: 0px 24px;
}

.company_info_b p, .company_info_b a {
    font-family: Rajdhani !important;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 50.781px; /* 149.356% */
}

.info_b_2 {
    margin: 0px auto 50px;
}

.info_b_2_item {
    max-width: 352px;
    margin-right: 74px;
}

.info_b_2_item:last-child {
    margin-right: 0px;
}

.info_b_2_item img {
    width: 50px;
    height: 50px;
}

.info_b_2_item p {
    margin-top: 14px;
    color: rgba(242, 242, 242, 0.85);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 100% */
}

.info_b_3 {
    margin: 0px auto 0px;
}

.info_b_3_item {
    max-width: 403px;
    margin-right: 74px;
    margin-bottom: 50px;
}

.info_b_3_item:last-child {
    margin-right: 0px;
    margin-bottom: 0px;
}

.info_b_3_item img {
    width: 50px;
    height: 50px;
}

.info_b_3_item p {
    margin-top: 14px;
    color: #F4F0FF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 100% */
}

.clients_b {
    position: relative;
    max-width: 886px;
    width: 100%;
    margin: auto;
}
.clients_b img{
width: 100%;
}

.clients_b h2 {
    position: absolute;
    top: 50%;
    background: linear-gradient(180deg, rgba(10, 81, 111, 0.28) 0%, rgba(11, 122, 144, 0.28) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: " Rajdhani" !important;
    font-size: 128px;
    font-weight: 600;
    line-height: 100px;
    letter-spacing: 0.02em;
    text-align: center;
    z-index: -1;
}

.clients_b div {
    position: absolute;
    top: 57%;
}

.clients_b div p {
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-family: " Rajdhani" !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 125% */
    letter-spacing: 0.64px;
    margin-bottom: 14px;
}

.clients_b h3 {
    text-align: center;
    font-family: " Rajdhani" !important;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 60.5px; /* 108.036% */
    letter-spacing: 1.12px;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.70) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    bottom: 0;
}

.keep_track_b {
    margin: 24px auto;
    color: rgba(239, 237, 253, 0.70);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.5px; /* 152.5% */
    max-width: 800px;
    width: 100%;
}

.calendar_b {
    max-height: 936px;
    height: 100%;
    margin-top: -15%;
    max-width: 936px;
    width: 100%;
}

.calendar_pic_b {
    position: relative;


}

.calendar_pic_b img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
}

.footer {
    padding: 98px 0px;
}
.footer_item  {
    margin-right: 100px;
}

.footer_item p {
    color: #FFF;
    font-family: "Rajdhani" !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 150% */
}

.footer_item span {
    background: lightgray 0px 17.5px / 16.572% 2.778% no-repeat;
    width: 75px;
    height: 2px;
    margin-right: 24px;
}
.footer_item a {
    color: #FFF;
    font-family: "Rajdhani" !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


@media (max-width: 1400px) {
    .company_name {
        max-width: 1019px;
        width: 100%;
        margin: auto;
    }

    .company_name h1 {
        font-size: 98px;
        line-height: 103px; /* 103.906% */
    }
}
@media(max-width: 1280px){
    .footer_item {
        margin-right: 16px;
    }
}

@media (max-width: 1200px) {
    .company_name {
        max-width: 1019px;
        width: 100%;
        margin: auto;
    }

    .company_name h1 {
        font-size: 78px;
        line-height: 83px; /* 103.906% */
    }
}
@media(max-width: 1024px){
    .footer_item span {
        width: 25px;
        margin-right: 12px;
    }
    .footer {
        padding: 28px 16px;
        margin:0px auto;
    }
    .company_info_b p, .company_info_b a {
        font-size: 24px;
        font-style: normal;
        line-height: 40px;
    }
    .info_b_2_item p {
        font-size: 18px;
        line-height: 24px;
    }
    .info_b_3_item p {
        font-size: 18px;
        line-height: 24px;
    }
    .calendar_b {
        max-height: 736px;
        max-width: 736px;
    }
    .calendar_b img {
       width: 100%;
    }
    .clients_b h2 {
        top: 49%;
        font-size: 78px;
        line-height: 90px;
    }
    .clients_b div {
        position: absolute;
        top: 56%;
    }
    .clients_b div p {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 8px;
    }
    .clients_b h3 {
        font-size: 36px;
        line-height: 40px;
    }
    .footer_item p {
        font-size: 18px;
        line-height: 24px;
    }
    .footer_item a {
        font-size: 24px;
    }
    .ellipse_1 {
      width: 100%;
    }
    .ellipse_2 {
        width: 100%;
    }

}
@media(max-width: 900px){
    .company_name h1 {
        font-size: 58px;
        line-height: 73px;
    }
    .company_name {
        max-width: 700px;
    }
    .logo_b {
        max-width: 333px;
    }
    .company_info_b {
        margin: 24px auto 48px;
    }
    .info_b_2_item {
        max-width: 252px;
        width: 100%;
        margin-right: 16px;
    }
    .info_b_2 {
        margin: 0px auto 50px;
    }
    .info_b_3_item {
        max-width: 253px;
        margin-right: 24px;
        margin-bottom: 24px;
    }
}
@media(max-width: 768px){
.footer{
   flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
    .footer_item span {
     display: none;
    }
    .footer_item {
        margin-right: 0px;
        margin-bottom: 16px;
    }
    .calendar_b {
        max-height: 436px;
        max-width: 736px;
    }
    .calendar_b  img{
        max-height: 436px;
        max-width: 436px;
    }
    .company_info_b {
        margin: 24px auto;
        flex-direction: column;
    }
    .company_info_b span {
       display: none;
    }
    .info_b_2 {
        margin: 0px auto 16px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .info_b_2_item {
        max-width: 252px;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 16px;
    }
    .info_b_3 {
        margin: 0px auto 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .info_b_3 div:first-child{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .info_b_3_item {
        margin-right: 0px;
        margin-bottom: 16px;
    }
    .info_b_3_item:last-child {
        margin-bottom: 16px;
    }
    .company_info_b p, .company_info_b a {
        font-size: 18px;
        line-height: 36px;
    }
    .info_b_2_item p {
        font-size: 16px;
        line-height: 24px;
    }
    .info_b_3_item p {
        font-size: 16px;
        line-height: 24px;
    }
    .company_name h1 {
        font-size: 36px;
        line-height: 43px;
    }
    .company_name {
        max-width: 500px;
    }
    .logo_b {
        max-width: 233px;
    }
    .clients_b {
        position: relative;
        height: 600px;
    }
    .clients_b div p {
        font-size: 18px;
        line-height: 24px;
    }
    .clients_b h3 {
        font-size: 24px;
        line-height: 36px;
    }
    .keep_track_b {
        font-size: 16px;
        line-height: 24px;
        max-width: 600px;
    }
    .info_b_3_item p {
        margin-top: 8px;
    }
    .footer {
        padding: 16px;
    }
    .footer_item a {
        font-size: 18px;
    }
}

@media(max-width: 390px){
    .calendar_b, .calendar_b img {
        max-height: 236px;
    }
    .clients_b {
        margin-top: 0%;
        height: 400px;
    }
    .clients_b h2 {
        top: 48%;
        font-size: 36px;
        line-height: 40px;
    }
}
@media(max-width: 350px){
    .clients_b h3 {

    }
    .clients_b {
        height: 450px;
    }
}
@media(max-width: 320px){
    .clients_b {
        margin-top: 0%;
        height: 500px;
    }
    .clients_b h3 {
        font-size: 18px;
        line-height: 24px;
    }
}