@import url('https://fonts.googleapis.com/css2?family=Onest:wght@400;500;700&display=swap');
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Onest', sans-serif;
    /* border: 1px solid red; */
}


/* ********************* FONTS ******************* */

.fs72 {
    font-size: 72px;
    font-weight: 700;
}

.fs64 {
    font-size: 64px;
    font-weight: 700;
    line-height: 115%;
    /* 64.4px */
}

.fs56 {
    font-size: 56px;
    font-weight: 700;
    line-height: 115%;
    /* 64.4px */
}

.fs32 {
    font-size: 32px;
    font-weight: 700;
}

.fs28 {
    font-size: 28px;
    font-weight: 300;
}

.fs24 {
    font-size: 24px;
    font-weight: 700;
}

.fs20 {
    font-size: 20px;
    font-weight: 400;
}

.fs18 {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.76px;
}

.text_grey {
    color: #FBFBFB;
}

.text_dgrey {
    color: #D0D0D0;
}

.text_blue {
    color: #6246E4
}

.text_darkBlue {
    color: #10082D;
}

.text_light {
    color: #9B9B9B;
}


/* *********************END FONTS ******************* */


/* *********************BUTTONS******************* */

.btn_blue {
    border-radius: 16px;
    background: var(--Bright-Purple, #6246E4);
    display: flex;
    padding: 16px 24px;
    height: 58px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border: 0px;
}

.btn_blue_trans {
    border-radius: 16px;
    border: 2px solid var(--Bright-Purple, #6246E4);
    display: flex;
    padding: 16px 24px;
    height: 58px;
    justify-content: center;
    background-color: white;
    align-items: center;
    color: var(--Bright-Purple, #6246E4);
    font-size: 20px;
}

.btn_blue_trans:hover {
    border-radius: 16px;
    background: var(--Bright-Purple, #6246E4);
    display: flex;
    padding: 16px 24px;
    height: 58px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #FBFBFB;
    border: 0px;
}

.btn_blue_trans:hover svg path {
    fill: #FBFBFB;
}

.btn_black {
    border-radius: 16px;
    background: var(--Deep-Purple, #10082D);
    display: flex;
    padding: 16px 24px;
    height: 58px;
    justify-content: center;
    align-items: center;
}

.btn_ord {
    height: 52px;
}

.btn_ord.active {
    background-color: #10082D;
    color: #FBFBFB;
}


/* *********************END BUTTONS ******************* */


/* *********************END INPUTS ******************* */

input,
select,
textarea {
    width: 100%;
    border-radius: 12px;
    border: 1px solid var(--neutral-500, #D0D0D0);
    background: var(--neutral-200, #FBFBFB);
    padding: 20px 24px;
    height: 66px;
}

textarea {
    height: 130px;
}

input.input_blue,
select.input_blue,
textarea.input_blue {
    border-radius: 16px;
    border: 1px solid var(--Medium, #423095);
    background: var(--Purple, #221552);
    padding: 20px 24px;
}

.mycheckbox {
    width: 24px;
    height: 24px;
    border: 1px solid var(--Medium, #423095);
    background: var(--Purple, #221552);
}


/* *********************END INPUTS ******************* */


/* Header */

.navb {
    z-index: 99999 !important;
}

.nav-link {
    color: #FBFBFB !important;
    text-transform: none !important;
}

.nav-link:hover {
    color: #FBFBFB;
    opacity: 0.8 !important;
}

.nav-link.dropdown-toggle.show {
    color: #FBFBFB;
}

button.navbar-toggler {
    box-shadow: none !important;
    border: none !important;
}

.dropdown-toggle::after {
    background-image: url(media/dropdown.png);
    background-size: cover;
    width: 24px;
    height: 24px;
    background-position-x: center;
    font-size: 0px;
}

.gb {
    min-width: 134px;
    border-radius: 8px !important;
    border: 1px solid var(--Bright-Purple, #6246E4) !important;
    background-color: transparent;
}

.gb li a {
    color: #FBFBFB;
    padding: 10px 0px !important;
}

.gb li a.active,
.gb li a:hover {
    color: #6246E4;
    background: #221552;
}

.nav2 {
    position: relative;
    left: 70px;
}

.cartcount_hd {
    position: absolute;
    bottom: -10px;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    background-color: #6246E4;
    color: #FBFBFB;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}


/* END HEADER */


/* FOOTER  */

.footer,
footer {
    background-color: #F2F2F2;
}

.text_656565 {
    color: #656565;
}

.footer_col_hd.first {
    width: 448px;
}

.footer_col_hd {
    width: 250px;
}

.footer_lower {
    border-top: 1px solid #D0D0D0;
}


/* END FOOTER */

.heading_text_hd {
    position: relative;
    top: 40px;
}


/* ********************* SCREEN 1440px ******************* */

@media screen and (max-width: 1440px) and (min-width: 1300px) {
    .w90hd {
        width: 90%;
    }
    .w45HD {
        width: 45%;
    }
    .w55HD {
        width: 55%;
    }
    .img_fluid_1440_1280_hd {
        width: 100%;
    }
    .service_box_hd {
        width: 330px;
        height: 420px;
    }
    .nav2 {
        position: relative;
        left: 30px;
    }
}


/* ********************* SCREEN 1280px ******************* */

@media screen and (max-width: 1280px) and (min-width: 1000px) {
    .img_fluid_1440_1280_hd {
        width: 100%;
    }
    .service_box_hd {
        width: 290px;
        height: 450px;
    }
    .nav2 {
        position: relative;
        left: 10px;
    }
}


/* ********************* SCREEN MOBILE ******************* */

@media screen and (max-width: 576px) {
    /* ********************* FONTS ******************* */
    .fsm32 {
        font-size: 32px;
        line-height: 39.04px;
    }
    .fsm20 {
        font-size: 20px;
        line-height: 39.04px;
    }
    .fsm16 {
        font-size: 16px;
        line-height: 132%;
        /* 21.12px */
    }
    .fsm48 {
        font-size: 48px;
    }
    /* *********************END FONTS ******************* */
    .btn_blue_trans,
    .btn_blue {
        font-size: 18px;
        height: 56px;
    }
    .btn_black,
    .btn_blue,
    .btn_blue_trans {
        height: 56px;
    }
    /* mobile Header */
    .offcanvas-backdrop {
        display: none;
    }
    .offcanvas-body {
        padding-right: 30px;
        padding-top: 50px;
    }
    #mynavbar {
        background: var(--Deep-Purple, #10082D);
        /* Menu */
        box-shadow: -21px 20px 21px 0px rgba(0, 0, 0, 0.50);
        max-width: 162px !important;
        /* position: absolute; */
        /* right: -30px; */
        top: 70px;
        /* padding: 20px; */
        /* height: 100vh; */
    }
    #mynavbar li a {
        text-align: right;
        padding-bottom: 32px;
    }
    .mob_hd .footer_col_hd {
        width: 150px;
    }
    .mob_hd .footer_col_hd:nth-child(2) {
        width: 176px;
    }
    .gb {
        min-width: 100px;
        padding: 0px !important;
    }
    .gb li a {
        margin-bottom: 15px;
        padding: 0px !important;
    }
    .gb li:nth-child(3) a {
        margin-bottom: 0px;
    }
    .nav2 {
        position: relative;
        left: 0px;
        gap: 0px !important;
        align-items: end !important;
    }
    /* end mobile Header */
    .flogo_hd {
        width: 150px;
    }
    .heading_text_hd {
        position: relative;
        top: 0px;
    }
    input,
    select {
        height: 56px;
    }
}