@tailwind base;
@tailwind components;
@tailwind utilities;
@font-face {
    font-family: 'Rubik';
    src: url("/backend/theme/static/fonts/Rubik-VariableFont_wght.ttf");
}

:root {
    --main-bg-color: rgb(249 250 251);
    --main-text-color: rgb(3 7 18);
    --heading-color: rgb(3 7 18);
    --link-color: rgb(3 7 18);
}

body {
    background-color: var(--main-bg-color);
    color: var(--main-text-color);
    font-family: 'Rubik', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

*,
:after,
:before {
    box-sizing: border-box;
}

.square-hidden {
    opacity: 0;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
}

.square-visible {
    opacity: 1;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}


.square--hidden {
    opacity: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
}

.square--visible {
    opacity: 1;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

html {
    scroll-behavior: smooth;
}


.tabcontent {
    display: none;
}

.jiKyIR::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 10px;
    border-top: 1px solid rgb(0, 22, 14);
    border-right: 1px solid rgb(0, 22, 14);
    border-bottom: 1px solid rgb(0, 22, 14);
    border-radius: 0px 4px 4px 0px;
}

.jiKyIR {
    display: inline-block;
    position: relative;
    padding: 5px;
}


.jiKyIR::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 10px;
    border-top: 1px solid rgb(0, 22, 14);
    border-left: 1px solid rgb(0, 22, 14);
    border-bottom: 1px solid rgb(0, 22, 14);
    border-radius: 4px 0px 0px 4px;
}

.ZvpmW {
    border: 1px solid rgb(0, 0, 0);
    border-radius: 5px;
    padding: 16px 18px;
    width: 100%;
    background: transparent;
    position: relative;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.ZvpmW img {
    height: 100%;
    max-width: 880px;
    width: 100%;
    max-height: 550px;
    display: block;
    color: transparent;
}

img {
    border: 0;
    height: auto;
}

@media only screen and (max-width: 991px) {

    .ehkNhg {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        flex-direction: column;
    }
}

.ehkNhg {
    height: 44px;
    width: 44px;
}


.cYGhBj {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    margin-bottom: 14px;
    transition: all 300ms ease 0s;
    transform: translate3d(0px, 0px, 0px) rotateZ(0deg);
    background-color: rgb(0, 0, 0);
}

.LwRB {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    transition: all 300ms ease 0s;
    transform: translate3d(0px, 0px, 0px) rotateZ(0deg);
    background-color: rgb(0, 0, 0);
}

.cusWST {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    margin-bottom: 14px;
    transition: all 300ms ease 0s;
    transform: translate3d(0px, 8px, 0px) rotateZ(45deg);
    background-color: rgb(0, 0, 0);
}

.dmuorR {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    transition: all 300ms ease 0s;
    transform: translate3d(0px, -8px, 0px) rotateZ(-45deg);
    background-color: rgb(0, 0, 0);
}

.accordion {
    cursor: pointer;
    padding: 18px;
    border: none;
    text-align: right;
    outline: none;
    transition: 0.4s;
    border-bottom: 2px solid #777;
    user-select: none;
}

.accordion::after {
    content: '\002B';
    color: #000000;
    font-weight: bold;
    float: left;
}

.accordion-en {
    cursor: pointer;
    padding: 18px;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    border-bottom: 2px solid #777;
    user-select: none;
}

.accordion-en::after {
    content: '\002B';
    color: #000000;
    font-weight: bold;
    float: right;
}

.ac-active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    -webkit-transition: max-height 0.2s ease-out;
    -moz-transition: max-height 0.2s ease-out;
    -ms-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
}

.wrapper {
    max-width: 1100px;
    width: 100%;
    position: relative;
}

.wrapper i {
    top: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
}

.wrapper i:active {
    transform: translateY(-50%) scale(0.85);
}

.wrapper i:first-child {
    left: -2px;
    top: 35%;
    z-index: 9999;
}

.wrapper i:last-child {
    right: -2px;
    top: 35%;
    z-index: 9999;
}


.wrapper .carousel {
    display: grid;
    grid-auto-flow: column;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel.no-transition {
    scroll-behavior: auto;
}

.carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.carousel.dragging .card {
    cursor: grab;
    user-select: none;
}

.carousel :where(.card, .img) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel .card h2 {
    font-weight: 500;
    font-size: 1.56rem;
    margin: 30px 0 5px;
}

.carousel .card span {
    color: #6A6D78;
    font-size: 1.31rem;
}

@media screen and (max-width: 900px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) - 9px);
    }
}

@media screen and (max-width: 600px) {
    .wrapper .carousel {
        grid-auto-columns: 100%;
    }
}

svg {
    width: 60%;
    /*height: 60%;*/
}


@media screen and (min-width: 900px) {
    .kWelWJ::after {
        content: "";
        position: absolute;
        border-top: 1px solid rgb(0, 0, 0);
        max-width: 327px;
        width: 100%;
        top: 35%;
    }


    .wrapper i:first-child {
        left: -20px;
        top: 35%;
        z-index: 9999;
    }

    .wrapper i:last-child {
        right: -20px;
        top: 35%;
        z-index: 9999;
    }

    svg {
        width: 30%;
        /*height: 30%;*/
    }

    #acc-con {
        opacity: 0;
        transition: all 0.6s ease-in-out;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
    }

    #acc-img:hover ~ #acc-con {
        opacity: 1;
        transition: all 0.6s ease-in-out;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
    }

    #so-con {
        opacity: 0;
        transition: all 0.6s ease-in-out;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
    }

    #so-img:hover ~ #so-con {
        opacity: 1;
        transition: all 0.6s ease-in-out;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
    }

    #free-con {
        opacity: 0;
        transition: all 0.6s ease-in-out;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
    }

    #free-img:hover ~ #free-con {
        opacity: 1;
        transition: all 0.6s ease-in-out;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
    }

    #mark-con {
        opacity: 0;
        transition: all 0.6s ease-in-out;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
    }

    #mark-img:hover ~ #mark-con {
        opacity: 1;
        transition: all 0.6s ease-in-out;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
    }

    #ecom-con {
        opacity: 0;
        transition: all 0.6s ease-in-out;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
    }

    #ecom-img:hover ~ #ecom-con {
        opacity: 1;
        transition: all 0.6s ease-in-out;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
    }


}

::selection {
    background: #000000;
    color: #ffffff;
}

.ktIXsx {
    position: relative;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 10px;
}


.iogAix {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 96px;
    height: 90px;
}

.iogAix::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 10px;
    border-top: 1.5px solid rgb(255, 255, 255);
    border-right: 1.5px solid rgb(255, 255, 255);
    border-bottom: 1.5px solid rgb(255, 255, 255);
    border-radius: 0px 4px 4px 0px;
}

.iogAix::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 10px;
    border-top: 1.5px solid rgb(255, 255, 255);
    border-left: 1.5px solid rgb(255, 255, 255);
    border-bottom: 1.5px solid rgb(255, 255, 255);
    border-radius: 4px 0px 0px 4px;
}

.ktIXsx::after {
    content: "";
    position: absolute;
    border-top: 1.5px solid rgb(255, 255, 255);
    max-width: 100vw;
    width: 100vw;
    top: 50%;
    left: 100%;
}

.ktIXsxEN::after {
    right: 100% !important;
    left: initial !important;
}

.hOcSGj {
    position: relative;
    padding: 20px;
    border: 1.5px solid rgb(255, 255, 255);
    border-radius: 10px;
    cursor: pointer;
}

.hOcSGj::after {
    content: "";
    position: absolute;
    border-top: 1.5px solid rgb(255, 255, 255);
    max-width: 100vw;
    width: 100vw;
    top: 50%;
    right: 100%;

}

.hOcSGj-en {
    position: relative;
    padding: 20px;
    border: 1.5px solid rgb(255, 255, 255);
    border-radius: 10px;
    cursor: pointer;
}

.hOcSGj-en::after {
    content: "";
    position: absolute;
    border-top: 1.5px solid rgb(255, 255, 255);
    max-width: 100vw;
    width: 100vw;
    top: 50%;
    left: 100%;

}


.sign-text {
    width: 40%;
    background: radial-gradient(45% 100% at 50% 50%, #fff 30%, rgba(255, 255, 255, .3) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: gray;
    font-size: 3.4rem;
    -webkit-text-fill-color: transparent;
    line-height: 1.3;
}

.dDbHjC::after {
    content: "";
    height: 264px;
    left: calc(25.01% + 0px);
    border-right: 1px solid rgb(0, 9, 0);
    position: absolute;
}

.dDbHjC-en::after {
    content: "";
    height: 312px;
    right: calc(25.01% + 0px);
    border-right: 1px solid rgb(0, 9, 0);
    position: absolute;
}


.bmhcJY {
    margin-top: 40px;
    border-width: 0px 1px 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: rgb(18, 8, 0);
    border-bottom-color: rgb(18, 8, 0);
    border-left-color: rgb(18, 8, 0);
    border-image: initial;
    border-top-style: initial;
    border-top-color: initial;
    border-radius: 4px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    position: relative;
}

.fzSEUY {
    border-width: 1px 1px 1px 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: rgb(18, 8, 0);
    border-right-color: rgb(18, 8, 0);
    border-bottom-color: rgb(18, 8, 0);
    border-image: initial;
    padding: 28px 24px;
    border-left-style: initial;
    border-left-color: initial;
    margin-bottom: -1px;
}

@media only screen and (max-width: 769px) {
    .dDbHjC::after {
        border: none;
    }

    .dDbHjC-en::after {
        border: none;
    }

    .bmhcJY {
        grid-template-columns: 1fr 1fr;
        border-right: none;
    }

    .fzSEUY:nth-child(1) {
        border-top-left-radius: 4px;
    }

    .fzSEUY {
        padding: 20px 16px;
    }
}

.gifzlO {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.fWuTHa {
    position: relative;
}

.fWuTHa::before {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 1px dashed rgb(255, 255, 255);
    left: 100%;
    width: 100vw;
}

.fWuTHa .mobileshow {
    display: none;
}

.gOGMTu {
    text-align: center;
}

.gOGMTu h2 {
    color: rgb(255, 255, 255);
    /*padding-bottom: 20px;*/
    margin: 0px auto;
    max-width: 708px;
    width: 100%;
}

.dpdzRO {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 16px;
}

.erNOEq {
    position: relative;
}

/*.erNOEq a {*/
/*    overflow: hidden;*/
/*    font-weight: 500;*/
/*    font-size: 18px;*/
/*    line-height: 26px;*/
/*    display: inline-flex;*/
/*    letter-spacing: 0.02em;*/
/*    padding: 11px 32px;*/
/*    border-radius: 26px;*/
/*    color: var(--main-text-color);*/
/*    background-color: var(--main-bg-color);*/
/*    border: 1px solid transparent;*/
/*    text-decoration: none;*/
/*    transition: all 300ms ease 0s;*/
/*    position: relative !important;*/
/*}*/

.erNOEq a:hover {
    text-decoration: none;
    background-color: rgb(217, 217, 217);
}

.bSRqmy {
    position: relative;
}

.bSRqmy a {
    overflow: hidden;
    /*font-weight: 500;*/
    /*font-size: 18px;*/
    /*line-height: 26px;*/
    display: inline-flex;
    /*letter-spacing: 0.02em;*/
    /*padding: 11px 32px;*/
    /*border-radius: 26px;*/
    /*color: rgb(255, 247, 240);*/
    /*background-color: transparent;*/
    /*border: 1px solid rgb(255, 247, 240);*/
    /*text-decoration: none;*/
    /*transition: all 300ms ease 0s;*/
    position: relative !important;
}

.bSRqmy a:hover {
    text-decoration: none;
    background-color: rgb(255, 247, 240);
    color: var(--main-text-color);
}

.drVA-dG {
    inset: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.dlAwsF {
    position: relative;
}

.dlAwsF .mobileshow {
    display: none;
}

.dlAwsF::after {
    content: "";
    position: absolute;
    width: 100vw;
    right: 100%;
    top: 50%;
    border-top: 1px dashed rgb(255, 255, 255);
}

#menu {
    font-size: 24px;
}

#mobile-menu {
    @apply mt-4;
}

#mobile-menu a {
    @apply block text-white py-2 border-b border-gray-700;
}


.hNndsJ {
    position: relative;
    transition: color 300ms ease 0s;
}

.hNndsJ-en {
    position: relative;
    transition: color 300ms ease 0s;
}

.hNndsJ .hovernone {
    color: rgb(0, 0, 0);
}

.hNndsJ-en .hovernone {
    color: rgb(0, 0, 0);
}


.hNndsJ a {
    font-size: 16px;
    line-height: 24px;
    margin: 0px 14px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.hNndsJ-en a {
    font-size: 16px;
    line-height: 24px;
    margin: 0px 14px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}


.iLJKYH {
    position: absolute;
    top: 35px;
    right: -10px;
    background: rgb(255, 255, 255);
    z-index: 90;
    display: none;
    transition: all 300ms ease 0s;
    width: 100%;
    min-width: 360px;

}

.iLJKYH-en {
    position: absolute;
    top: 35px;
    left: -10px;
    background: rgb(255, 255, 255);
    z-index: 90;
    display: none;
    transition: all 300ms ease 0s;
    width: 100%;
    min-width: 360px;

}

.hNndsJ:hover .innerlist, .hNndsJ li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
}

.hNndsJ-en:hover .innerlist, .hNndsJ-en li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
}

.hNndsJ a {
    font-size: 16px;
    line-height: 24px;
    margin: 0px 14px;
    color: rgb(0, 0, 0);
    cursor: pointer;
}

.hNndsJ-en a {
    font-size: 16px;
    line-height: 24px;
    margin: 0px 14px;
    color: rgb(0, 0, 0);
    cursor: pointer;
}

.gKyvMH {
    position: absolute;
    opacity: 0;
    right: 5px;
    top: 20px;
    display: none;
}


.hNndsJ:hover .img-line {
    opacity: 1;
    visibility: visible;
    display: block;
    width: 300px;
}

.gKyvMH-en {
    position: absolute;
    opacity: 0;
    left: -8px;
    top: 25px;
    display: none;
}


.hNndsJ-en:hover .img-line {
    opacity: 1;
    visibility: visible;
    display: block;
    width: 220px;
}

.card-min-h {
    min-height: 300px !important;
}


ol.abjd {
    list-style: none;
    padding-right: 2em;
}

ol.abjd > li::before {
    display: inline-block;
    width: 1em;
    margin-right: -2em;
    margin-left: 0.5em;
    text-align: left;
    direction: ltr;

}

ol.abjd > li:nth-child(1)::before {
    content: "(أ";
}

ol.abjd > li:nth-child(2)::before {
    content: "(ب";
}

ol.abjd > li:nth-child(3)::before {
    content: "(جـ";
}

ol.abjd > li:nth-child(4)::before {
    content: "(د";
}

ol.abjd > li:nth-child(5)::before {
    content: "(هـ";
}

ol.abjd > li:nth-child(6)::before {
    content: "(و";
}

ol.abjd > li:nth-child(7)::before {
    content: "(ز";
}

ol.abjd > li:nth-child(8)::before {
    content: "(حـ";
}

ol.abjd > li:nth-child(9)::before {
    content: "(ط";
}

ol.abjd > li:nth-child(10)::before {
    content: "(ي";
}

ol.abjd > li:nth-child(11)::before {
    content: "(كـ";
}

ol.abjd > li:nth-child(12)::before {
    content: "(ل";
}

ol.abjd > li:nth-child(13)::before {
    content: "(مـ";
}

ol.abjd > li:nth-child(14)::before {
    content: "(ن";
}

ol.abjd > li:nth-child(15)::before {
    content: "(س";
}

ol.abjd > li:nth-child(16)::before {
    content: "(عـ";
}

ol.abjd > li:nth-child(17)::before {
    content: "(ف";
}

ol.abjd > li:nth-child(18)::before {
    content: "(صـ";
}

ol.abjd > li:nth-child(19)::before {
    content: "(ق";
}

ol.abjd > li:nth-child(20)::before {
    content: "(ر";
}

ol.abjd > li:nth-child(21)::before {
    content: "(ش";
}

ol.abjd > li:nth-child(22)::before {
    content: "(ت";
}

ol.abjd > li:nth-child(23)::before {
    content: "(ث";
}

ol.abjd > li:nth-child(24)::before {
    content: "(خـ";
}

ol.abjd > li:nth-child(25)::before {
    content: "(ذ";
}

ol.abjd > li:nth-child(26)::before {
    content: "(ضـ";
}

ol.abjd > li:nth-child(27)::before {
    content: "(ظ";
}

ol.abjd > li:nth-child(28)::before {
    content: "(غـ";
}


.g-recaptcha-outer {
    text-align: center;
    border-radius: 2px;
    background: #f9f9f9;
    border-style: solid;
    border-color: #37474f;
    border-width: 1px;
    border-bottom-width: 2px;
}

.g-recaptcha-inner {
    width: 154px;
    height: 82px;
    overflow: hidden;
    margin: 0 auto;
}

.g-recaptcha {
    position: relative;
    left: -2px;
    top: -1px;
}


@media (display-mode: standalone), (display-mode: minimal-ui) {
    body {
        padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left) !important;
    }

    #btnInstall {
        display: none;
    }
}


.icon svg {
    width: 70px !important;
    height: 70px !important;
    display: inline-block;
}

.nav-icon svg {
    width: 45px !important;
    height: 45px !important;
    display: inline-block;
    color: #2079ff;
}

.contact-icon svg {
    width: 80px !important;
    height: 80px !important;
    display: inline-block;
    color: black;
}