@font-face {
    font-family: 'Sequel Sans Light';
    src: url('../fonts/Sequel Sans Light Head.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sequel Sans Bold';
    src: url('../fonts/Sequel Sans Semi Bold Head.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sequel Sans Medium';
    src: url('../fonts/Sequel Sans Medium Head.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.sequel-sans-font-bold {
    font-family: 'Sequel Sans Bold' !important;
}

.sequel-sans-font-light {
    font-family: 'Sequel Sans Light' !important;
}

.sequel-sans-font-medium {
    font-family: 'Sequel Sans Medium' !important;
}


body,
p {
    font-family: 'Sequel Sans Light';
    letter-spacing: 0 !important;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    font-family: 'Sequel Sans Bold' !important;
    letter-spacing: 0em !important;
}



.faq li {
    padding: 20px;
}

.faq li.q {
    font-size: 120%;
    border-top: 1px #ddd solid;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Sequel Sans Medium';
    color: #000;
}

.faq li.a {

    display: none;
    font-size: 18px;
    color: var(--bs-body-color);
}

.faq li.q i {
    float: right;
    transition: transform 0.3s ease-in-out;
    color: #000;
}

.faq li.q.rotate i::before {
    content: "\f068";
    /* Cross icon */

}

.faq li.q i::before {
    content: "\f067";
    /* Plus icon */
}

@media (max-width:800px) {
    #container {
        width: 100%;
    }
}

#container ul,
#container li {
    list-style: none;
}

.slider {
    visibility: hidden;
}


.slider-section .slick-next {
    right: 20px;
}

.slider-section .slick-prev {
    right: 90px;
}

.slider-section .slick-prev,
.slider-section .slick-next {
    position: absolute;
    bottom: -10px;
    height: auto;
    width: 60px;
    z-index: 1;
}

.banner-img {
    position: absolute;
    height: inherit;
    border-radius: 50px;
    top: 50px;
}

.green-border {
    border: 5px solid #D1FF00;
}

.color-green {
    color: #D1FF00 !important;
}

.fa-arrow-left-long {
    font-size: 250px;
}

.text-number {
    font-size: 232px;
    line-height: 230px;
}

.text-large {
    font-size: 260px;
    line-height: 200px;
}

.text-number-div {
    width: 100%;
    position: absolute;
    bottom: -155px;
}

.absolute-section {
    position: absolute;
    top: 0;
}

.bg-bg-3 {
    background-color: #fefaf2 !important;
}

.bg-grey {
    background: #808080 !important;
}

.btn-action-1 {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-action-1:hover {
    color: #fff;
    background-color: transparent;
    border-color: rgba(209, 255, 0);
}

.btn-outline-dark-2 {
    color: #fff;
    border-color: rgba(209, 255, 0);
}

.btn-outline-dark-2:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.arrow_big {
    width: 380px;
}

.block_quality_section {
    position: absolute;
    top: 0;
    right: 0;
}

.display-5 {
    letter-spacing: 0em;
}

.slider-section .absolute-section1 {
    position: absolute;
}

/* a tag effect */
a.sequel-sans-font-bold {
    position: relative;
    color: inherit;
    text-decoration: none;
    line-height: 24px;
}

a.sequel-sans-font-bold:before,
a.sequel-sans-font-bold:after {
    content: '';
    position: absolute;
    transition: transform .5s ease;
}

a.sequel-sans-font-bold {
    padding-top: 10px;
}

a.sequel-sans-font-bold:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #D1FF00;
    transform: scaleX(0);
}


a.sequel-sans-font-bold:hover:before {
    transform: scaleX(1);
}

a.text-dark-1:hover {
    /*color: #D1FF00 !important;*/
    transition: all 1s ease-in;
}

/*Mobile*/
@media only screen and (max-width: 900px) {

    .text-large,
    .fa-arrow-left-long,
    .text-number {
        font-size: 50px;
        line-height: 55px;
    }

    .text-number-div {
        position: relative;
        bottom: 0px;
    }

    .absolute-section,
    .block_quality_section {
        position: relative;
    }

    .slider-section .slick-prev,
    .slider-section .slick-next {
        bottom: -62px;
    }

    .slider-section .absolute-section1 {
        position: relative;
    }

}


nav .dropdown-toggle::after {
    content: none;
}

nav .dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #D1FF00 !important;
    text-decoration: none;
    background-color: transparent;

}

nav .dropdown-menu {
    min-width: 100%;
    color: #061849 !important;
    font-weight: 900;
    font-size: 16px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border-radius: 0px;
    margin-left: 0;
    padding: 20px;
}

nav .dropdown-item {
    transition: all 0.1s linear 0s;
    color: rgb(22, 20, 12);
    font-weight: 500;
    text-decoration: none;
    transition: all 0.1s linear 0s;
    align-items: flex-start;
    border-radius: 8px;
    display: flex;
    flex-flow: wrap;
    gap: 16px;
    line-height: calc(1em + 6px);
    padding: 10px;
    font-size: 16px;
}

nav .dropdown-item:hover {
    background: rgba(235, 227, 214, 0);
}

nav .nav-item {
    position: relative;
}

nav .site-menu>li:before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: .3s transform ease;
    -o-transition: .3s transform ease;
    transition: .3s transform ease;
    background: #D1FF00;
}

nav .site-menu>li>a:hover {
    color: #fff;
}

nav .site-menu>li:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

nav .dropdown-item:hover {
    color: #D1FF00;
}

.form-switch .form-check-input:checked+.form-switch-wrapper .form-switch-pin {
    left: 100%;
    transform: translateX(-0.875rem);
    background: #D1FF00;
}

.display-2 {
    font-family: 'Sequel Sans Light' !important;
}

.btn,
.banner-head,
.banner-bg {
    filter: saturate(1.3);
}