:root {
    --shadow: #236b5e;
    --Primery: #3DBAA3;
    --backgroud: #E1F5F1;
    /* --backgroud: #3DBAA325; */
    --neo_theme: linear-gradient(135deg, #0099e0 0%, #ac00c3 100%)
        /*just for background*/
}

::selection {
    background-color: #236b5e50;
}

@font-face {
    font-family: 'CenturyGothic';
    src: url(../fonts/GOTHIC.TTF);
    font-weight: normal;
}

@font-face {
    font-family: 'CenturyGothic';
    src: url(../fonts/GOTHICB.TTF);
    font-weight: 900;
}

* {
    font-family: 'CenturyGothic';
    font-weight: 900 !important;
    color: black;
}

body {
    /* background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
    background-color: var(--backgroud);
    display: flex;
    height: 100%;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

html {
    display: flex;
    height: 100%;
    width: 100%;
}

.image_box {
    width: 45%;
    position: relative;
    display: flex;
    justify-content: end;
    align-items: end;
    z-index: 10;
}

.image_box img {
    /* width: 90%; */
    height: 95%;
    z-index: 1;
    bottom: 0;
}

.image_box .spacer {
    position: absolute;
    display: flex;
    height: 1250px;
    width: 1250px;
    background-color: #ffffff;
    border-radius: 50%;
    /* border-top: 8px solid var(--Primery); */
    box-shadow: inset 0 5px 8px var(--Primery);

    bottom: -105px;
    /* top: 290px; */
    right: -70px;
    rotate: 10deg;
}

/*********************/

.side {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin-top: 48px;
    /* gap: 25vh; */
}

.side ul {
    list-style: none;
    display: flex;
    gap: 3vw;
    align-items: center;
    padding: 0;
    margin: 0 0 0 24px;
    height: 35px;
    z-index: 5;
    /* padding: 8px; */
    border-radius: 50px;
    /* border: 1px solid #000; */
}

.side ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #000000;
    -webkit-text-stroke: 0.5px #000000;
    /* transition: 0.3s; */
}

.side ul li:hover a {
    color: var(--Primery);
    background: linear-gradient(0deg, var(--Primery) 40%, var(--shadow) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0.5px #236b5e00;
    /* transition: 0.2s; */
    cursor: pointer;
}

.side ul li {
    position: relative;
    display: flex;
}

.side ul li::before {
    position: absolute;
    display: none;
    content: 'Under development, coming soon';
    justify-content: center;
    align-items: center;
    width: 220px;
    /*65px*/
    height: 30px;
    top: 35px;
    background-color: #ffffff;
    border-radius: 0 50px 50px 50px;
    color: var(--Primery);
    font-size: 12px;
    font-weight: 900;
    left: 25px;
}

.side ul li:hover::before {
    display: flex;

}

.side .home_btn {
    background-color: var(--Primery);
    width: 90px;
    padding: 8px 20px;
    transform: scale(80%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    color: #ffffff;
    box-shadow: inset 0 5px 5px #00000035;
    transition: 0.3s;
}



.side .home_btn::after {
    display: flex;
    content: 'Home';
    justify-content: center;
    align-items: center;
    background-size: cover;
    margin-left: 12px;
    font-size: 20px;
    transition: 0.3s;
}

.side .home_btn::before {
    position: absolute;
    display: flex;
    content: 'Fardinfar.ir';
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 30px;
    top: auto;
    background: none;
    border-radius: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    left: 70px;
    font-size: 20px;
    opacity: 0%;
    transition: 0.3s;
}

.side .home_btn svg {
    height: 30px;
    width: 20px;
}


.side .home_btn:hover {
    transform: scale(100%);
    width: 133px;
    cursor: pointer;
    transition: 0.3s;
}

.side .home_btn:hover::after {
    opacity: 0%;
    transition: 0.3s;
}

.side .home_btn:hover::before {
    opacity: 100%;
    transition: 0.3s;
}

.content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 35px);
    width: 100%;
    margin-left: 24px;
}

.side .content .explain_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    height: fit-content;
    /* rotate: -90deg; */
}

.side .content .explain_text span {
    font-size: 40px;
    margin: 0;
    padding: 0;
    color: var(--Primery);
    background: linear-gradient(0deg, var(--Primery) 40%, var(--shadow) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #236b5e00;
}

.side .content .explain_text h1 {
    font-size: 53px;
    margin: 0;
    padding: 0;
    -webkit-text-stroke: 1.5px #000000;
    margin-top: -5px;
}

.side .content .explain_text h2 {
    font-size: 28px;
    margin: 0;
    padding: 0;
    color: var(--Primery);
    background: linear-gradient(0deg, var(--Primery) 40%, var(--shadow) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #236b5e00;
}


.side .content .explain_text .logos img {
    margin-top: 24px;
    height: 36px;
}

.owl_c {
    /* rotate: 90deg; */

}

/******************1024px******************/
@media screen and (max-width : 1024px) {

    body {
        background-color: var(--backgroud);
        display: flex;
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    html {
        display: flex;
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .image_box {
        width: 100%;
        height: 70%;
        bottom: 62px;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: end;
        z-index: -1;
        overflow: hidden;
    }

    .image_box img {
        height: 55vh;
        z-index: 1;
        bottom: 0;
        margin-right: -15px;
    }

    .image_box .spacer {
        position: absolute;
        display: flex;
        height: 163vh;
        /* height: 1250px; */
        width: 163vh;
        background-color: #ffffff;
        border-radius: 50%;
        bottom: -850px;
        /* top: 290px; */
        left: -100px;
        rotate: 60deg;
    }

    /*********************/

    .side {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;
        margin: 0px;
        /*48*/
        gap: 0px;
    }

    .side ul {
        list-style: none;
        width: 100%;
        display: flex;
        gap: 0px;
        justify-content: space-evenly;
        align-items: center;
        margin: 14px 0px;
    }

    .side ul li a {
        text-decoration: none;
        font-size: 12px;
        -webkit-text-stroke: 0.2px #000000;
    }

    .side ul li {
        position: static;
        margin: 0;
        padding: 10px;
    }

    .side ul li::after {
        position: absolute;
        display: none;
        justify-content: center;
        align-items: center;
        width: 100vw;
        height: 25px;
        /* top: calc(100vh - 87px); */
        bottom: 62px;
        left: 0;
        background-color: var(--Primery);
        content: 'Under development, coming soon';
        color: #ffffff;
        font-size: 12px;
        font-weight: 900;
        z-index: 9999;
        border-radius: 0;
    }

    .side ul li:hover::before {
        display: none;
    }

    .side ul li:focus::after {
        display: flex;
    }

    .side ul li::before {
        display: none;
    }

    .side .home_btn::before {
        display: none;
    }

    .side .home_btn {
        position: relative;
        background-color: var(--Primery);
        padding: 2px 12px;
        width: fit-content;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
        color: #ffffff;
        font-size: 12px;
        /* text-align: center; */
    }

    .side .home_btn::after {
        position: unset;
        display: flex;
        content: 'Home';
        justify-content: center;
        align-items: center;
        width: fit-content;
        top: 0;
        margin-left: 0px;
        font-size: 16px;
        font-weight: 900;
        background: none;
        color: #ffffff;
        z-index: 9999;
        border-radius: 0;
        transition: 0.3s;
    }

    .side .home_btn:hover {
        transform: scale(80%);
        width: fit-content;
        cursor: pointer;
        transition: 0.3s;
    }


    .side .home_btn:focus::before {
        display: none;
    }

    .side .home_btn:hover::before {
        display: none;
    }

    .side .home_btn:hover::after {
        opacity: 100%;
        transition: 0.3s;
    }

    .side .home_btn svg {
        margin-top: 6px;
    }


    .content {
        display: flex;
        align-items: start;
        justify-content: center;
        height: calc(100vh - 35px);
        width: 100%;
        padding-left: 0;
        margin: 0;
    }

    .side .content .explain_text {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 14px;
        margin-top: calc(5vw + 5vh);
        padding-left: 0;
        margin-left: 0;
    }

    .side .content .explain_text span {
        font-size: 25px;
        margin: 0;
        padding: 0;
        color: var(--Primery);
        text-align: center;
        -webkit-text-stroke: 0.5px #236b5e00;

    }

    .side .content .explain_text h1 {
        font-size: 32px;
        margin: 0;
        padding: 0;
        margin-top: -5px;
        text-align: center;
        -webkit-text-stroke: 1px #000000;

    }

    .side .content .explain_text h2 {
        font-size: 14px;
        margin: 0;
        padding: 0;
        color: var(--Primery);
        text-align: center;
        -webkit-text-stroke: 0.5px #236b5e00;

    }

    .side .content .explain_text .logos img {
        margin-top: 12px;
        height: 24px;
    }
}