/*
****
* Global
****
*/

@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@400;500;700&display=swap");

:root {
    --white: #fff;
    --base: #d6de27;
    --base-2: #d4dc27;
    --black: #000000;
    /* --r : #e91e63; */
    --seconde: #c1b799;

    --transition-1: 0.3s;
}

/* body {
    overflow-x: hidden;
    scroll-behavior: smooth;
} */

.whatapp {
    position: fixed;
    bottom: 20px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    border-radius: 20px;
    cursor: pointer;
    z-index: 99;
    transition: var(--transition-1);
}

.whatapp:hover {
    margin-bottom: 0.5rem;
    box-shadow: 0 0 0 2px #ddd;
}

/*
****
* Reset
****
*/

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    scroll-behavior: smooth;
}

body {
    font-family: "Alexandria", sans-serif;
    background-color: var(--white);
    font-size: 1.6rem;
    line-height: 1.7;
    overflow-x: hidden;
}

main {
    padding-block: 4rem;
}

section {
    padding-block: 6rem;
}

li {
    margin-inline-start: 2rem;
}
/* .conditions-inner ol  {list-style-type: upper-roman ;} */

a {
    color: inherit;
    text-decoration: none;
}

a,
img,
span,
input,
button {
    display: block;
}

img {
    height: auto;
}

input,
button {
    background: none;
    border: none;
    font: inherit;
}

input {
    width: 100%;
}

button {
    cursor: pointer;
}

/* :focus-visible { outline-offset: 4px; } */

/* ::-webkit-scrollbar { width: 10px; }

::-webkit-scrollbar-track { background-color: hsl(0, 0%, 98%); }

::-webkit-scrollbar-thumb { background-color: hsl(0, 0%, 80%); }

::-webkit-scrollbar-thumb:hover { background-color: hsl(0, 0%, 70%); } */

/*
****
* Helpers
****
*/
@media (min-width: 768px) {
    .width-50 {
        width: 50%;
    }
}

button:focus:not(:focus-visible) {
    box-shadow: none;
}
/* nav {
} */

.outline {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.shape {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 1000px;
    z-index: -1;
}
.shape > .circle {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
}

.shape.ar {
    top: -470px;
    right: 54%;
    border-bottom-right-radius: 200px;
    transform: rotate(28deg) translate(50%, -50%);
    background: linear-gradient(
        115deg,
        rgb(250, 255, 96) 0%,
        rgba(214, 222, 39, 1) 100%
    );
}
.shape.ar > .circle {
    background: linear-gradient(
        77deg,
        rgba(244, 255, 0, 0.2) 0%,
        rgba(255, 255, 255, 0.1) 100%
    );
    bottom: 150px;
    right: -100px;
}

.shape.en {
    top: -470px;
    left: 54%;
    background: linear-gradient(
        45deg,
        rgba(214, 222, 39, 1) 0%,
        rgb(250, 255, 96) 100%
    );
    border-bottom-left-radius: 200px;
    transform: rotate(-28deg) translate(-50%, -50%);
}
.shape.en > .circle {
    background: linear-gradient(
        77deg,
        rgba(244, 255, 0, 0.2) 0%,
        rgba(255, 255, 255, 0.1) 100%
    );
    bottom: 150px;
    left: -100px;
}

.header {
    position: relative;
    /* overflow: hidden; */
    /* height: 100vh; */
}
@media (min-width: 992px) {
    .header {
        padding-inline: 16rem !important;
    }
}

.btn-contact {
    background: var(--black);
    color: var(--white);
}

@media (min-width: 992px) {
    .btn-contact {
        margin-inline: 1rem;
        padding: 0.5rem 1.5rem !important;
    }
}

.btn-contact:hover {
    background: var(--white);
    color: var(--black) !important;
}
/* @media (min-width: 567px ) {
    
}
@media (min-width: 786px ) {
    .shape {
        top: -300px;
        border-radius: 180px;
    }
}
@media (min-width: 992px ) {
    .shape {
        top: -350px;
        border-radius: 200px;
            padding-inline: 16rem !important;

    }
}
@media (min-width: 1150px ) {
    
} */

/*
****
* Navigation
****
*/
.logo {
    width: 45%;
}
.logo-nav {
    position: absolute;
    top: -125px;
}

.header a:not(:last-child) {
    color: var(--black);
}
.header nav a:hover {
    color: var(--white);
}

nav .container {
    box-shadow: rgb(198 210 25 / 20%) 0px 2px 4px 0px;
    padding-block: 1.25rem;
    /* padding-inline-start: 2rem; */
    border-radius: 4px;
}

@media (max-width: 991px) {
    .lang {
        position: relative;
        padding-top: 1rem;
    }
}
/*
****
* Header
****
*/

.info {
    padding-block: 2rem;
}
.h1 {
    font-size: 28px;
}
@media (min-width: 768px) {
    .h1 {
        font-size: 38px;
    }
}

.btn-app {
    margin-top: 1rem;
    padding: 0.5rem 1.4rem;
    background: var(--white);
    border: 1px solid #eee;
    border-radius: 8px;
    transition: 0.3s;
}
.btn-app:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 4px #d7d7d7;
}

.btn-app > div span {
    color: var(--black);
}

/*
****
* About US
****
*/

.special__head {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 6rem;
    padding-bottom: 3rem;
    font-size: 42px;
}
.special__head::before,
.special__head::after {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    background: var(--base);
}
.special__head::before {
    bottom: 0;
    left: 50%;
    width: 20rem;
    height: 2px;
}
.special__head::after {
    bottom: -9px;
    left: calc(50% - 18px);
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    box-shadow: 7px -7px var(--base);
}
.about-min {
    background: var(--base-2);
    padding: 3rem;
    color: var(--white);
}
.about-min h3 {
    padding-bottom: 3rem;
    position: relative;
}
.about-min h3 .dash {
    position: absolute;
    bottom: 1rem;
    width: 20%;
    height: 3px;
    background: var(--white);
    border-radius: 4px;
}

.about .box h4 {
    cursor: default;
    transition: 0.3s;
}
.about .box:hover h4 {
    color: var(--base);
}

.pointer {
    cursor: pointer;
}
.box .icon {
    padding-inline: 2rem;
}
@media (max-width: 768px) {
    .icon {
        display: none;
    }
}
.icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--base);
    margin-inline-end: 25px;
    font-size: 28px;
    width: 56px;
    height: 56px;
    border-radius: 4px;
    line-height: 0;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    transition: 0.3s;
}

.about .box:hover .icon i {
    background: var(--base);
    color: var(--white);
}

/*
****
* conditions
****
*/

/* .conditions-pre {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
} */
.conditions-pre {
    background: var(--base-2);
    color: var(--white);
}

/*
****
* footer
****
*/

footer {
    padding-block: 6rem 2rem;
    background: #242424;
    margin-top: 30rem;
}
.footer-box {
    background: var(--base-2);
    border-radius: 20px;
    padding: 3rem;
    margin-top: -30rem;
    /* text-align: center; */
}
.footer-box h2 {
    font-size: 48px;
}

.icon_footer {
    color: var(--white);
}
.icon_footer:hover {
    color: var(--base);
}
.min-title {
    margin-top: 3rem;
    padding-block: 3rem;
}
.footer ul a:hover {
    color: var(--base) !important;
}
.end-footer {
    padding-block: 4rem 2rem;
    border-top: 1px solid var(--white);
}
.year {
    color: var(--base);
}

/*
****
* Preload
****
*/
/* .preloader {
    width: 100%;
    height: 100vh;
    display: -ms-grid;
    display: grid;
    place-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color:  var(--green);
    z-index: 1000;
    -webkit-transition: var(--transition-1);
    -o-transition: var(--transition-1);
    transition: var(--transition-1);
}

.preloader.loaded {
    visibility: hidden;
    opacity: 0;
}

.preloader .circle {
    width: 50px;
    height: 50px;
    border: 4px solid var(--white);
    border-radius: 50%;
    border-block-start-color: transparent;
    -webkit-animation: rotate360 1s ease infinite;
            animation: rotate360 1s ease infinite;
} */

/* .img-effect {
    content: '';
    width: 200%;
    height: 50%;
    background: url(../img/shape.jpg);
    background-repeat: 100% 100%;
    position: absolute;
    
} */
