@charset "UTF-8";
.accordion__radio,
.masonry
    > input[id="css"]:checked
    ~ .masonry__box
    > .masonry__item:not([data-lang~="css"]),
.masonry
    > input[id="php"]:checked
    ~ .masonry__box
    > .masonry__item:not([data-lang~="php"]),
.masonry
    > input[id="java"]:checked
    ~ .masonry__box
    > .masonry__item:not([data-lang~="java"]),
.masonry__input,
.modal {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.modal:target {
    display: block;
    opacity: 1;
    visibility: visible;
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "vazir", "lalezar", "Font Awesome 5 Free", Verdana, Geneva,
        Tahoma, sans-serif;
    font-size: 1.5rem;
}

button,
input,
select,
textarea {
    font-family: inherit;
}

ul {
    list-style: none;
}

a {
    color: #0d62da;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #e76f51;
}

@font-face {
    font-family: "vazir";
    src: url("../../front/fonts/eot/Vazir-Thin.eot");
    src: url("../../front/fonts/eot/Vazir-Thin.eot?#iefix")
            format("embedded-opentype"),
        url("../../front/fonts/woff2/Vazir-Thin.woff2") format("woff2"),
        url("../../front/fonts/woff/Vazir-Thin.woff") format("woff"),
        url("../../front/fonts/ttf/Vazir-Thin.ttf") format("truetype");
}
@font-face {
    font-family: "lalezar";
    src: url("../../front/fonts/eot/lalezar.eot");
    src: url("../../front/fonts/eot/lalezar.eot?#iefix")
            format("embedded-opentype"),
        url("../../front/fonts/woff2/lalezar.woff2") format("woff2"),
        url("../../front/fonts/woff/lalezar.woff") format("woff"),
        url("../../front/fonts/ttf/lalezar.ttf") format("truetype");
}
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media only screen and (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media only screen and (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media only screen and (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

/* Flex helpers */
.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-column {
    flex-direction: column;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-space-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

/* Padding Margin helper  */
.pt-10 {
    padding-top: 1rem;
}

.pb-10 {
    padding-bottom: 1rem;
}

.pt-20 {
    padding-top: 2rem;
}

.pb-20 {
    padding-bottom: 2rem;
}

/* Margin */
.mt-20 {
    margin-top: 2rem;
}

.mb-20 {
    margin-bottom: 2rem;
}

.mt-50 {
    margin-top: 5rem;
}

.mb-50 {
    margin-bottom: 5rem;
}

.mt-60 {
    margin-top: 6rem;
}

.mb-60 {
    margin-bottom: 6rem;
}

.py-40 {
    padding: 4rem;
}

.hidden {
    display: none;
}

.white {
    color: rgb(236, 229, 229);
}

.img-tispansiv-w {
    width: 100%;
}

.img-rispansiv-h {
    height: 100%;
}

.img-ronud {
    border-radius: 50%;
}

@media only screen and (max-width: 992px) {
    .show-small {
        display: block;
        width: 4.5rem;
        height: 4.5rem;
    }
}

@media only screen and (min-width: 992px) {
    .show-large {
        display: block;
    }
}

.header-intro {
    display: inline-block;
    width: 0;
    font-family: "lalezar";
    font-size: 5.5rem;
    font-weight: bold;
    white-space: nowrap;
    background-image: linear-gradient(
        110.87deg,
        #76e650 -1.13%,
        #f9d649 15.22%,
        #f08e35 32.9%,
        #ec5157 48.96%,
        #ff18bd 67.94%,
        #1a4bff 85.34%
    );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    border-left: 1.4rem solid #0d62da;
    animation: typewriting 1.2s steps(18) 2s 1 normal forwards,
        typewriting-cursor 1s steps(1) infinite;
}
@media only screen and (max-width: 992px) {
    .header-intro {
        font-size: 3.5rem;
    }
}
@media only screen and (max-width: 576px) {
    .header-intro {
        font-size: 2.5rem;
    }
}

.header-subtitle {
    font-size: 2rem;
    line-height: 2;
    color: #999999;
}
@media only screen and (max-width: 992px) {
    .header-subtitle {
        font-size: 1.5rem;
    }
}

.header-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "lalezar";
    flex-wrap: wrap;
    margin: 1rem;
    font-size: 3rem;
}
.header-title::before,
.header-title::after {
    content: "";
    width: 20rem;
    height: 2px;
    margin: 0 1rem;
    background-color: #e76f51;
}
@media only screen and (max-width: 992px) {
    .header-title::before,
    .header-title::after {
        width: 100%;
    }
}

@keyframes typewriting {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@keyframes typewriting-cursor {
    0% {
        border-left-color: transparent;
    }
    50% {
        border-left-color: #0d62da;
    }
}
@keyframes rocket-moving {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-50px);
    }
}
@keyframes burgermenu-color {
    from {
        background-color: #2196f3;
    }
    to {
        background-color: #d35400;
    }
}
@keyframes stroke-dashoffset {
    to {
        opacity: 1;
        stroke-dashoffset: 0;
    }
}
@keyframes success-scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}
@keyframes fade-in {
    to {
        opacity: 1;
    }
}
@keyframes fade-out {
    to {
        opacity: 0;
    }
}
@keyframes plane-flying {
    20% {
        transform: scale(0.8) rotate3d(0, 0, 1, -60deg);
        opacity: 0.8;
    }
    40% {
        transform: scale(0.7) rotate3d(1, 1, 1, -80deg);
    }
    60% {
        transform: scale(0.5) rotate3d(1, 1, 1, -90deg);
    }
    100% {
        top: 0;
        right: 1rem;
        transform: scale(0) rotate3d(1, 1, 1, -110deg);
    }
}
@keyframes clouds-to-left-right {
    from {
        transform: translateX(-5%);
    }
    to {
        transform: translateX(5%);
    }
}
@keyframes rocket-launch {
    to {
        top: 4.3rem;
        right: 8rem;
        transform: rotate(-70deg);
    }
}
@keyframes rocket-transfer {
    20% {
        right: 8rem;
        transform: rotate(-70deg);
    }
    33% {
        transform: rotate(-70deg);
    }
    60% {
        transform: rotate(-20deg);
    }
    100% {
        right: 18rem;
        transform: rotate(-20deg);
    }
}
@keyframes clouds-to-bottom {
    from {
        transform: translateY(-94%);
    }
    to {
        transform: translateY(83%);
    }
}
@keyframes paper-plain-flying {
    25% {
        top: 6rem;
        left: 16rem;
        transform: rotateZ(-80deg);
    }
    100% {
        top: -1rem;
        left: -3rem;
        transform: rotateZ(-90deg);
    }
}
@keyframes video-stroke {
    0% {
        stroke-dasharray: 0;
    }
    100% {
        stroke-dasharray: 9;
    }
}
@keyframes play-wave {
    from {
        transform: scale(1);
        opacity: 1;
    }
    to {
        transform: scale(2);
        opacity: 0;
    }
}
@keyframes accordion-icon-move-in {
    from {
        top: -100px;
    }
    to {
        top: 0;
    }
}
@keyframes accordion-icon-move-out {
    from {
        top: 0;
    }
    to {
        top: 100px;
    }
}
.pattern {
    background-image: repeating-linear-gradient(
            45deg,
            rgba(217, 123, 147, 0.4) 0 1px,
            transparent 0 50px
        ),
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.1) 0 1px,
            transparent 0 50px
        ),
        linear-gradient(to bottom, #725fa5, #d97b93);
}
.pattern h2 {
    color: white;
}

.form {
    --color-brown: #3c4858;
    --color-gray: #cccccc;
    --color-blue: #2196f3;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 1.5rem;
    background-color: #ffffffe3;
}
.form label {
    font-size: 1.5rem;
    color: var(--color-brown);
    cursor: pointer;
}
.form__group {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 2.5rem;
}



.form__group textarea {
    font-size: 17px;
    width: 96%;
    margin: .5rem;
    padding: 0.8rem;
    background-color: transparent;
    border-radius: 10px;
}
.form__check {
    display: inline-flex;
}
.form input {
    background-color: transparent;
}
.form input[type="text"],
.form textarea[type="body"],
.form input[type="name"],
.form input[type="password"],
.form input[type="email"],
.form input[type="radio"],
.form input[type="checkbox"] {
    position: relative;
    background-color: transparent;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    border: 0;
    font-size: 18px;
    font-weight: 600;
}
.form input[type="text"] {
    width: 100%;
    height: 5rem;
    padding: 1rem;
    border-bottom: 2px solid var(--color-gray);
}
.form input[type="text"] ~ .form__input-bar {
    position: absolute;
    bottom: 0;
    right: 50%;
    z-index: 1;
    width: var(--width, 0);
    height: 2px;
    background-color: var(--color-blue);
    transform: translateX(50%);
    transition: all 0.4s;
    border-radius: 5px;
}
.form input[type="text"] + label {
    position: absolute;
    top: var(--top, 1.3rem);
    right: var(--right, 1rem);
    pointer-events: none;
    transition: all 0.2s;
}
.form input[type="text"]:focus + label,
.form input[type="text"]:valid + label {
    --top: -1rem;
    --right: 2.5rem;
    font-size: 1.1rem;
    padding: 0 1rem;
    background-color: transparent;
}
.form input[type="text"]:focus ~ .form__input-bar,
.form input[type="text"]:valid ~ .form__input-bar {
    width: 100%;
}
.form textarea[type="body"] {
    width: 100%;
    height: 5rem;
    padding: 1rem;
    border-bottom: 2px solid var(--color-gray);
}
.form textarea[type="body"] ~ .form__input-bar {
    position: absolute;
    bottom: 0;
    right: 50%;
    z-index: 1;
    width: var(--width, 0);
    height: 2px;
    background-color: var(--color-blue);
    transform: translateX(50%);
    transition: all 0.4s;
    border-radius: 5px;
}
.form textarea[type="body"] + label {
    position: absolute;
    top: var(--top, 1.3rem);
    right: var(--right, 1rem);
    pointer-events: none;
    transition: all 0.2s;
}
.form textarea[type="body"]:focus + label,
.form textarea[type="body"]:valid + label {
    --top: -1rem;
    --right: 0.5rem;
    font-size: 1.1rem;
    padding: 0 1rem;
    background-color: transparent;
}
.form textarea[type="body"]:focus ~ .form__input-bar,
.form textarea[type="body"]:valid ~ .form__input-bar {
    width: 100%;
}
.form input[type="name"] {
    width: 100%;
    height: 5rem;
    padding: 1rem;
    border-bottom: 2px solid var(--color-gray);
}
.form input[type="name"] ~ .form__input-bar {
    position: absolute;
    bottom: 0;
    right: 50%;
    z-index: 1;
    width: var(--width, 0);
    height: 2px;
    background-color: var(--color-blue);
    transform: translateX(50%);
    transition: all 0.4s;
    border-radius: 5px;
}
.form input[type="name"] + label {
    position: absolute;
    top: var(--top, 1.3rem);
    right: var(--right, 1rem);
    pointer-events: none;
    transition: all 0.2s;
}
.form input[type="name"]:focus + label,
.form input[type="name"]:valid + label {
    --top: -1rem;
    --right: 0.5rem;
    font-size: 1.1rem;
    padding: 0 1rem;
    background-color: transparent;
}
.form input[type="name"]:focus ~ .form__input-bar,
.form input[type="name"]:valid ~ .form__input-bar {
    width: 100%;
}
.form input[type="email"] {
    width: 100%;
    height: 5rem;
    padding: 1rem;
    border-bottom: 2px solid var(--color-gray);
    background-color: transparent;
}
.form input[type="email"] ~ .form__input-bar {
    position: absolute;
    bottom: 0;
    right: 50%;
    z-index: 1;
    width: var(--width, 0);
    height: 2px;
    background-color: var(--color-blue);
    transform: translateX(50%);
    transition: all 0.4s;
}
.form input[type="email"] + label {
    position: absolute;
    top: var(--top, 1.3rem);
    right: var(--right, 1rem);
    pointer-events: none;
    transition: all 0.2s;
}
.form input[type="email"]:focus + label,
.form input[type="email"]:valid + label {
    --top: -1rem;
    --right: 0.5rem;
    font-size: 1.1rem;
    padding: 0 1rem;
    background-color: transparent;
}
.form input[type="email"]:focus ~ .form__input-bar,
.form input[type="email"]:valid ~ .form__input-bar {
    width: 100%;
}
.form input[type="password"] {
    width: 100%;
    height: 5rem;
    padding: 1rem;
    border-bottom: 2px solid var(--color-gray);
}
.form input[type="password"] ~ .form__input-bar {
    position: absolute;
    bottom: 0;
    right: 50%;
    z-index: 1;
    width: var(--width, 0);
    height: 2px;
    background-color: var(--color-blue);
    transform: translateX(50%);
    transition: all 0.4s;
}
.form input[type="password"] + label {
    position: absolute;
    top: var(--top, 1.3rem);
    right: var(--right, 1rem);
    pointer-events: none;
    transition: all 0.2s;
}
.form input[type="password"]:focus + label,
.form input[type="password"]:valid + label {
    --top: -1rem;
    --right: 0.5rem;
    font-size: 1.1rem;
    padding: 0 1rem;
    background-color: transparent;
}
.form input[type="password"]:focus ~ .form__input-bar,
.form input[type="password"]:valid ~ .form__input-bar {
    width: 100%;
}
.form input[type="radio"] {
    width: 2rem;
    height: 2rem;
    margin: 0 1rem;
    border: 4px solid var(--color-gray);
    border-radius: 50%;
    cursor: pointer;
}
.form input[type="radio"]::after {
    content: "";
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    background-color: var(--color-blue);
    border-radius: 50%;
    opacity: var(--opacity, 0);
    transform: scale(var(--scale, 0));
    transition: all 0.3s ease;
}
.form input[type="radio"]:checked::after {
    --opacity: 1;
    --scale: 1;
}
.form input[type="checkbox"] {
    width: 2rem;
    height: 2rem;
    margin: 2px 6px;
    border: 2px solid var(--color-gray);
    border-radius: 3px;
    cursor: pointer;
}
.form input[type="checkbox"]::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 7px;
    display: block;
    width: 0.8rem;
    height: 2rem;
    background-color: transparent;
    border: 4px solid var(--color-blue);
    border-top: 0;
    border-left: 0;
    opacity: var(--opacity, 0);
    transform: rotate(45deg);
    transition: all 0.3s ease;
}
.form input[type="checkbox"]:checked::after {
    --opacity: 1;
}

.glass {
    position: absolute;
    right: 5%;
    top: 10%;
    z-index: 1;
    width: 50rem;
    height: 53rem;
    border-radius: 1rem;
    border: 1px solid #cccccc;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.3);
}
@supports (backdrop-filter: blur(4px)) {
    .glass {
        background-color: transparent;
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
    }
}
@media only screen and (max-width: 768px) {
    .glass {
        position: relative;
        right: 0;
        width: 90%;
        margin: 1.5rem auto;
        background-color: white;
    }
}
.glass:focus-within  {
    background-color: white;
}

.maps {
    display: block;
    width: 100%;
    height: 60rem;
    border: 0;
    outline: 0;
}
@media only screen and (max-width: 768px) {
    .maps {
        height: 45rem;
        margin-top: 13rem;
    }
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal__content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 45rem;
    margin: 10rem auto 0 auto;
    padding: 2rem;
    background-color: white;
    border-radius: 5px;
}
@media only screen and (max-width: 576px) {
    .modal__content {
        max-width: 80%;
    }
}
@media only screen and (max-width: 768px) {
    .modal__content {
        max-width: 70%;
    }
}
@media only screen and (max-width: 992px) {
    .modal__content {
        max-width: 60%;
    }
}
.modal__close {
    position: absolute;
    right: 2rem;
    top: 1.5rem;
    z-index: 20;
    font-size: 3rem;
    color: #d35400;
    transition: all 0.3s ease;
}
.modal__close:hover {
    color: #e76f51;
}

.masonry {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.masonry__box {
    overflow: hidden;
    columns: 4;
    column-width: 30rem;
    column-gap: 2rem;
}
.masonry__box:hover > * {
    filter: brightness(0.9) blur(2px);
}
.masonry__item {
    overflow: hidden;
    position: relative;
    margin: auto auto 1rem auto;
    border-radius: 0.3rem;
    cursor: pointer;
}
.masonry__item::before {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(62, 62, 62, 0) 0%,
        rgba(62, 62, 62, 0.1) 20%,
        rgba(62, 62, 62, 0.7) 70%,
        rgb(62, 62, 62) 100%
    );
    transform: translateY(40%);
    transition: all, 0.4s ease;
}
.masonry__item:hover {
    filter: none;
}
.masonry__item:hover::before {
    transform: translateY(0);
}
.masonry__item:hover > .masonry__overlay {
    transform: translateY(10%);
}
.masonry__item:hover > .masonry__overlay p,
.masonry__item:hover > .masonry__overlay i {
    opacity: 1;
}
.masonry__item:hover > .masonry__img {
    transform: translate3d(0, 0, 0);
}
.masonry__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    color: white;
    padding: 2rem;
    transform: translateY(70%);
    transition: all 0.3s cubic-bezier(0.69, -0.01, 0.45, 1.02);
}
.masonry__overlay p,
.masonry__overlay i,
.masonry__overlay h3 {
    color: white;
}
.masonry__overlay p,
.masonry__overlay i {
    opacity: 0;
    transition: all 0.3s ease;
}
.masonry__overlay i {
    font-size: 4rem;
}
.masonry__overlay i:hover {
    color: #2a9d8f;
    transform: scale(1.2);
}
.masonry__img {
    display: block;
    width: calc(100% + 2rem);
    transform: translate3d(2rem, 0, 0);
    transition: all 0.3s ease;
}
.masonry > input[id="all"]:checked ~ .tabs > label[for="all"] > h3,
.masonry > input[id="css"]:checked ~ .tabs > label[for="css"] > h3,
.masonry > input[id="php"]:checked ~ .tabs > label[for="php"] > h3,
.masonry > input[id="java"]:checked ~ .tabs > label[for="java"] > h3 {
    color: white;
}
.masonry > input[id="all"]:checked ~ .tabs > .tabs__label-bg {
    transform: translate3d(-3px, 0, 0);
}
@media only screen and (max-width: 576px) {
    .masonry > input[id="all"]:checked ~ .tabs > .tabs__label-bg {
        transform: translate3d(0, 0, 0);
    }
}
.masonry > input[id="css"]:checked ~ .tabs > .tabs__label-bg {
    transform: translate3d(-12rem, 0, 0);
}
@media only screen and (max-width: 576px) {
    .masonry > input[id="css"]:checked ~ .tabs > .tabs__label-bg {
        transform: translate3d(0, 5rem, 0);
    }
}
.masonry > input[id="php"]:checked ~ .tabs > .tabs__label-bg {
    transform: translate3d(-24rem, 0, 0);
}
@media only screen and (max-width: 576px) {
    .masonry > input[id="php"]:checked ~ .tabs > .tabs__label-bg {
        transform: translate3d(0, 10rem, 0);
    }
}
.masonry > input[id="java"]:checked ~ .tabs > .tabs__label-bg {
    transform: translate3d(-35.5rem, 0, 0);
}
@media only screen and (max-width: 576px) {
    .masonry > input[id="java"]:checked ~ .tabs > .tabs__label-bg {
        transform: translate3d(0, 15rem, 0);
    }
}
.masonry__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15rem;
}

.tabs {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4rem;
    color: #3c4858;
    background: rgba(80, 91, 105, 0.5);
    border-radius: 2rem;
    user-select: none;
}
@media only screen and (max-width: 576px) {
    .tabs {
        flex-direction: column;
        height: 20rem;
    }
}
.tabs > label {
    position: relative;
    padding: 1rem 0;
    width: 12rem;
    font-size: 1.6rem;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}
.tabs > label:hover {
    transform: scale(1.1);
}
.tabs__label-bg {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    width: 12rem;
    height: 4rem;
    background-color: #3c4858;
    border-radius: 2rem;
    transition: all 0.3s cubic-bezier(0.69, -0.01, 0.38, 0.99);
}
@media only screen and (max-width: 576px) {
    .tabs__label-bg {
        top: 0;
        height: 5rem;
    }
}

.accordion {
    height: 40rem;
    margin: 1rem;
}
.accordion__top {
    display: flex;
    justify-content: space-between;
    padding: 2rem;
    background-color: #f1f1f1;
    font-weight: bold;
    border: 1px solid #cccccc;
    border-radius: 0.2rem;
    cursor: pointer;
    user-select: none;
}
.accordion__top i {
    transition: all 0.3s;
}
.accordion__bottom {
    display: flex;
    align-items: center;
    height: 0;
    overflow: hidden;
}
.accordion__text {
    position: relative;
    width: 90%;
    padding: 1.5rem;
    text-align: justify;
}
.accordion__icon {
    position: relative;
    width: 10%;
    margin: 1.5rem;
    font-size: 5rem;
    opacity: 0.4;
}
.accordion__radio:checked + .accordion__label > .accordion__top > i {
    transform: rotate(180deg);
}
.accordion__radio:checked + .accordion__label > .accordion__bottom {
    height: 10rem;
    transition: height 0.6s cubic-bezier(0.65, 0.02, 0.38, 0.98);
}
.accordion__radio:checked + .accordion__label .accordion__text {
    animation: accordion-icon-move-in 0.6s cubic-bezier(0.65, 0.02, 0.38, 0.98)
        forwards;
}
.accordion__radio:checked + .accordion__label .accordion__icon {
    left: 0;
    transition: left 0.6s 0.2s cubic-bezier(0.65, 0.02, 0.38, 0.98);
}
.accordion__radio:not(:checked) + .accordion__label > .accordion__bottom {
    height: 0;
    transition: height 0.5s 0.2s cubic-bezier(0.65, 0.02, 0.38, 0.98);
}
.accordion__radio:not(:checked) ّ + .accordion__label .accordion__text {
    animation: accordion-icon-move-out 0.5s cubic-bezier(0.65, 0.02, 0.38, 0.98)
        forwards;
}
.accordion__radio:not(:checked) + .accordion__label .accordion__icon {
    left: -80px;
    transition: left 0.5s cubic-bezier(0.65, 0.02, 0.38, 0.98);
}

.video {
    position: relative;
    display: block;
}
.video__video-bg {
    display: block;
    max-width: 50rem;
    width: 100%;
    max-height: 50rem;
    height: 100%;
}
.video__svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    max-width: 50rem;
    width: 100%;
    max-height: 50rem;
    height: 100%;
}
.video__st0 {
    fill: #f15a24;
}
.video__st1 {
    stroke: #f15a24;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-dasharray: 0;
    animation: video-stroke 3s linear infinite alternate;
}

.search {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 4.5rem;
    border: 0.3rem solid #457b9d;
    padding-left: 0.2rem;
    transition: width 0.5s cubic-bezier(0.39, -0.69, 0.59, 1.54);
}
.search__form {
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    border-radius: 50%;
    border: 0.1rem solid #457b9d;
}
.search__input {
    position: absolute;
    display: none;
    right: 0.2rem;
    width: calc(100% - 5rem);
    height: 80%;
    outline: 0;
    border: 0;
    background-color: transparent;
}
.search__input::placeholder {
    color: #999999;
}
.search__btn {
    position: relative;
    width: 3rem;
    height: 3rem;
    border: 0;
    outline: 0;
    cursor: pointer;
    background-color: transparent;
    border-radius: 50%;
}
.search__circle {
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: 0;
    left: 0;
}
.search__circle::before,
.search__circle::after {
    content: "";
    left: 0.2rem;
    width: 1.8rem;
    height: 0.9rem;
    position: absolute;
    border: 0.5rem solid #457b9d;
    transition: all 300ms ease;
}
.search__circle::before {
    top: 0.2rem;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-bottom: 0;
}
.search__circle::after {
    top: 1.1rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-top: 0;
}
.search__stand {
    position: absolute;
    top: 2rem;
    left: 1.5rem;
    width: 1.5rem;
    height: 0.6rem;
    background-color: transparent;
    transform: rotate(45deg);
}
.search__stand::before,
.search__stand::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0.3rem;
    width: 1.5rem;
    height: 0.6rem;
    background-color: #457b9d;
    border-radius: 1rem;
    transition: all 300ms ease;
}
.search__btn-icon {
    opacity: 0;
    border: none;
    background-color: transparent;
    transition: all 0.3s ease;
}
.search:focus-within {
    width: 20rem;
}
.search:focus-within .search__btn-icon {
    opacity: 1;
    transition: all 0.3s ease;
}
.search:focus-within .search__btn-icon i {
    position: absolute;
    font-size: 2rem;
    color: rgb(35, 35, 35);
    top: 1rem;
    left: 30%;
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
    .search:focus-within {
        width: 12rem;
    }
}
.search:focus-within .search__input {
    display: block;
}
.search:focus-within .search__circle {
    top: 0.4rem;
    left: -0.3rem;
}
.search:focus-within .search__circle::after,
.search:focus-within .search__circle::before {
    border-radius: 1rem;
    background-color: #457b9d;
    width: 1.5rem;
    height: 0.6rem;
}
.search:focus-within .search__circle::before {
    top: 0.4rem;
    transform: rotate(-45deg);
}
.search:focus-within .search__circle::after {
    transform: rotate(45deg);
}
.search:focus-within .search__stand {
    top: 1.5rem;
    transform: rotate(0);
}
.search:focus-within .search__stand::before {
    top: -0.7rem;
    transform: rotate(-45deg);
}
.search:focus-within .search__stand::after {
    transform: rotate(45deg);
}

.btn {
    position: relative;
    padding: 1rem 2rem;
    margin: 1rem;
    font-size: 1.4rem;
    font-weight: bold;
    border: none;
    outline: none;
    border-radius: 2rem;
    cursor: pointer;
    box-shadow: 0 0 3px #444444;
    transform: all 0.3s ease;
    overflow: hidden;
}
.btn__swipe {
    color: white;
    background-color: #d35400;
}
.btn__swipe > span {
    position: relative;
    z-index: 1;
}
.btn__swipe::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #993e01;
    border-radius: 1rem;
    transform: scale(0, 1);
    transition: all 0.4s ease;
}
.btn__swipe:hover {
    color: white;
}
.btn__swipe:hover::after {
    transform: scale(1, 1);
}
.btn__shape {
    color: white;
    padding: 1.2rem 2rem 1.2rem 4rem;
}
.btn__shape--purple {
    background-color: #725fa5;
}
.btn__shape--blue {
    background-color: #457b9d;
}
.btn__shape--orange {
    background-color: #e76f51;
}
.btn__shape::before {
    content: "\f3c1";
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: 2rem;
    transform: rotateY(-0.5turn);
    opacity: 0;
    transition: all 0.3s linear;
}
.btn__shape::after {
    content: "\f023";
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: 2rem;
    opacity: 1;
    transition: all 0.3s linear;
}
.btn__shape:hover {
    color: #f1f1f1;
}
.btn__shape:hover::after {
    transform: rotateY(0.5turn);
    opacity: 0;
}
.btn__shape:hover::before {
    transform: rotateY(0);
    opacity: 1;
}
.btn__ripple {
    color: white;
}
.btn__ripple span {
    position: relative;
    z-index: 2;
}
.btn__ripple--blue {
    background-color: #32a1fc;
}
.btn__ripple--blue::before {
    background-color: #1d4e74;
}
.btn__ripple::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
}
.btn__ripple:active::before,
.btn__ripple:focus::before {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    transition: opacity 1s ease, transform 0.8s ease;
}

.success-icon {
    width: 7rem;
    height: 7rem;
    fill: none;
    stroke: #2a9d8f;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}
.success-icon#success {
    color: #2a9d8f;
}
.success-icon:hover {
    stroke-dasharray: 230;
    stroke-dashoffset: 230;
    animation: stroke-dashoffset 0.6s linear forwards,
        success-scale 0.2s ease 0.6s;
}

.world-icon {
    width: 6.5rem;
    height: 6.5rem;
    fill: none;
    stroke: #e76f51;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}
.world-icon:hover .world-icon__world-circle {
    opacity: 0;
    animation: fade-in 0.6s linear forwards;
}
.world-icon:hover .world-icon__world-map {
    stroke-dasharray: 150;
    stroke-dashoffset: 150;
}
.world-icon:hover .world-icon__world-marker {
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
}
.world-icon:hover .world-icon__world-marker,
.world-icon:hover .world-icon__world-map {
    opacity: 0;
    animation: stroke-dashoffset 0.6s linear forwards;
}

.course {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.course__box {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    width: 34rem;
    margin: 1.3rem;
    border: 1px solid #f1f1f1;
    border-radius: 0.5rem;
}
@media only screen and (max-width: 576px) {
    .course__box {
        width: 27rem;
    }
}
.course__header {
    position: relative;
    overflow: hidden;
}
.course__header::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    background-color: rgba(68, 68, 68, 0.5);
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}
.course__header:hover::after {
    transform: scale(1);
}
.course__header:hover .course__details-link {
    left: 1.8rem;
    opacity: 1;
}
.course__header:hover .course__social-media i {
    opacity: 1;
    transform: scale(1);
}
.course__details-link {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 1;
    color: white;
    opacity: 0;
    transition: all 0.2s ease-in;
}
.course__details-link:hover {
    color: #cccccc;
}
.course__social-media {
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: flex;
    width: 100%;
}
.course__social-media i {
    padding: 1rem;
    color: white;
    font-size: 2rem;
    opacity: 0;
    transform: scale(1.7);
    transition: all 0.3s linear;
}
.course__social-media i:hover {
    color: #e76f51;
}
.course__social-media :nth-child(2) {
    margin-right: auto;
}
.course__img {
    display: block;
    width: 100%;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
}
.course__body {
    padding: 1rem;
}
.course__detales {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.course__detales i {
    font-size: 1.7rem;
    margin-left: 1rem;
    color: #457b9d;
}
.course__tags {
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 576px) {
    .course__tags {
        flex-direction: column;
        width: 100%;
    }
}
.course__tag {
    position: relative;
    padding: 0.7rem;
    margin: 1.5rem 0 0 1.6rem;
    white-space: nowrap;
    font-size: 1.3rem;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.course__tag a {
    color: white;
}
.course__tag a:hover {
    color: #f1f1f1;
}
.course__tag::before {
    content: "";
    position: absolute;
    top: 13px;
    left: -9px;
    z-index: 1;
    width: 7px;
    height: 7px;
    background-color: white;
    border-radius: 50%;
}
.course__tag::after {
    content: "";
    position: absolute;
    top: 0;
    left: -14px;
    border-color: transparent;
    border-style: solid;
    border-width: 17px 14px 19px 0;
}
.course__tag--blue {
    background-color: #2a9d8f;
}
.course__tag--blue::after {
    border-right-color: #2a9d8f;
}
.course__tag--green {
    background-color: #457b9d;
}
.course__tag--green::after {
    border-right-color: #457b9d;
}
.course__tag--orange {
    background-color: #e76f51;
}
.course__tag--orange::after {
    border-right-color: #e76f51;
}
.course__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.4rem;
    border-top: 1px solid #f1f1f1;
}
@media only screen and (max-width: 576px) {
    .course__footer {
        flex-direction: column;
        width: 100%;
    }
}
.course__stars {
    display: flex;
    justify-content: center;
    align-items: center;
    direction: ltr;
}
.course__star {
    color: goldenrod;
    font-size: 2rem;
    cursor: pointer;
}
.course__star:hover ~ .course__star {
    color: #cccccc;
}
.course__tesulte {
    padding: 0.5rem;
    margin: 0.2rem;
}
.course__price {
    padding: 0.5rem;
    border-radius: 0.5rem;
    background-color: #f1f1f1;
}
.course__ribbon {
    position: absolute;
    top: 1.5rem;
    right: -1rem;
    z-index: 1;
    width: 10rem;
    height: 5rem;
    overflow: hidden;
    pointer-events: none;
}
.course__ribbon::after {
    content: "";
    position: absolute;
    top: 3.5rem;
    right: 0;
    border: 0.5rem solid #e76f51;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.course__ribbon-text {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    padding: 0.6rem 0;
    background-color: #e76f51;
    color: white;
    text-align: center;
    border-radius: 0.5rem;
    border-bottom-right-radius: 0;
    box-shadow: 0 0 8px rgba(68, 68, 68, 0.3);
}

.card {
    position: relative;
    overflow: hidden;
    width: 30rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: -5px 5px 15px 1px rgba(68, 68, 68, 0.1);
    background-color: white;
    border-radius: 1rem;
}
.card:nth-child(2) {
    margin: 0 1.5rem;
}
@media only screen and (max-width: 992px) {
    .card:nth-child(2) {
        margin: 2rem 0;
    }
}
@media only screen and (max-width: 576px) {
    .card {
        width: 27rem;
    }
}
.card__header {
    width: 100%;
    height: 15rem;
}
.card__header--blue {
    background: linear-gradient(-45deg, #85b9dd 0%, #bbd7e9 100%);
}
.card__header--pink {
    background: linear-gradient(-45deg, #fd8ba6 0%, #bd88ec 100%);
}
.card__header--orange {
    background: linear-gradient(-45deg, #e26f4c 0%, #dcc185 100%);
}
.card__clouds {
    position: relative;
    width: 100%;
    height: 80%;
    overflow: hidden;
}
.card__clouds > * {
    position: absolute;
    color: white;
}
.card__clouds :nth-of-type(1) {
    top: 38%;
    left: 10%;
    font-size: 7rem;
    opacity: 0.8;
}
.card__clouds :nth-of-type(2) {
    top: 50%;
    left: 77%;
    font-size: 5rem;
    opacity: 0.6;
}
.card__clouds :nth-of-type(3) {
    top: 10%;
    left: 46%;
    font-size: 3rem;
    opacity: 0.3;
}
.card__plan-box {
    position: absolute;
    top: 9rem;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7rem;
    height: 7rem;
    overflow: hidden;
    cursor: pointer;
    background-color: white;
    border: 0.5rem solid #f1f1f1;
    border-radius: 50%;
}
.card__plan-title {
    text-align: center;
}
.card__content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -3rem;
    background-color: white;
    border: 0.2rem solid #f1f1f1;
    border-top-width: 0.5rem;
    border-top-left-radius: 2.5rem;
    border-top-right-radius: 2.5rem;
}
.card__lists {
    margin: 0 6rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    opacity: 0.7;
}
.card__list {
    width: 100%;
    padding: 1rem;
    border-bottom: 1px solid rgba(68, 68, 68, 0.1);
}
.card__list:last-child {
    border-bottom: 0;
}
.card__list--price {
    font-size: 3rem;
    margin: 4rem 0 0 0;
    border: 2px solid rgba(68, 68, 68, 0.4);
    border-radius: 0.5rem;
    background-color: rgba(68, 68, 68, 0.1);
    text-shadow: 2px 1px 4px #444444;
}
.card__link {
    margin: 2rem;
}
.card__plane {
    position: absolute;
    z-index: 2;
    top: 11rem;
    right: 44%;
    font-size: 3rem;
    color: #457b9d;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
}
.card__rocket {
    position: absolute;
    z-index: 2;
    top: 11rem;
    right: 45%;
    font-size: 3rem;
    color: #457b9d;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
.card__paper-plane {
    position: absolute;
    z-index: 2;
    top: 11rem;
    left: 45%;
    font-size: 3rem;
    color: #457b9d;
    opacity: 0;
}
.card:hover .card__plan-title {
    animation: fade-out 0.3s ease forwards, fade-in 0.3s ease 2.3s forwards;
}
.card:hover .card__plane {
    opacity: 1;
    animation: plane-flying 2s ease 0.3s forwards;
}
.card:hover .card__rocket {
    opacity: 1;
    animation: rocket-launch 0.5s ease-out 0.8s forwards,
        rocket-transfer 1s linear 1.3s alternate infinite;
}
.card:hover .card__paper-plane {
    opacity: 1;
    animation: paper-plain-flying 2s 0.5s ease-out forwards;
}
.card:hover .card__clouds--plane {
    animation: clouds-to-left-right 1s linear alternate 3;
}
.card:hover .card__clouds--rocket {
    animation: clouds-to-bottom 1s 0.5s linear infinite;
}

.ripple-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7rem;
    height: 7rem;
    background-color: #f15a24;
    color: white;
    font-size: 3rem;
    border-radius: 50%;
    transform: translateY(-50%) translateX(-50%);
    transition: 0.3s ease;
    z-index: 3;
    cursor: pointer;
}
.ripple-play-btn:hover {
    color: #d3f4f2;
    background-color: #f70000;
}
.ripple-play-btn::before,
.ripple-play-btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #f15a24;
}
.ripple-play-btn::before {
    animation: play-wave 2.3s ease-in 0.8s infinite forwards;
}
.ripple-play-btn::after {
    animation: play-wave 2.3s ease-in infinite forwards;
}

.flip {
    width: 100%;
    height: 26rem;
    margin: 0 2rem;
    perspective: 999px;
}
@media only screen and (max-width: 992px) {
    .flip {
        margin: 2rem auto;
    }
}
.flip:hover > .flip__card {
    transform: rotateY(-180deg);
}
.flip__card {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.5s linear;
}
.flip__main-side,
.flip__back-side {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 4rem;
    border-radius: 5px;
    background-color: white;
    backface-visibility: hidden;
}
.flip__main-side::after,
.flip__back-side::after {
    position: absolute;
    bottom: 0;
    left: 5rem;
    color: #cccccc;
    font-size: 8rem;
    font-weight: 900;
    opacity: 0.3;
}
.flip__main-side::after {
    content: "\f10e";
}
.flip__back-side {
    transform: rotateY(180deg);
}
.flip__back-side::after {
    content: "\f10d";
}

.info {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 1rem;
}
.info img {
    border-radius: 50%;
    margin-left: 1rem;
}
@media only screen and (max-width: 576px) {
    .info {
        flex-direction: column;
        text-align: center;
    }
}

.skew {
    position: relative;
    width: 100%;
    height: auto;
    padding: 2rem;
    margin: 0 2rem;
}
@media only screen and (max-width: 992px) {
    .skew {
        margin: 2rem auto;
        height: auto;
    }
}
.skew__wrap {
    position: relative;
    z-index: 2;
}
.skew::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #f1f1f1;
    border-radius: 5px;
    transform: skew(-4deg);
    transition: all 0.3s ease;
}
.skew:hover::before {
    transform: skew(4deg);
}

/* user-p */
.user-p {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    border: 1px solid rgb(187, 187, 187);
    box-shadow: 1px 1px 2px rgb(255, 255, 255);
    border-radius: 10px;
    margin: 1rem;
    position: 1rem;
}
.user-p ul li {
    padding: 1rem;
    padding: 1rem;
    font-size: 1.7rem;
}
.user-p ul li:hover {
    background-color: rgba(238, 238, 238, 0.254);
}
.user-p ul li span {
    margin-right: 1rem;
}

.setting {
    display: flex;
    justify-content: start;
    align-items: center;
    position: fixed;
    offset-position: 10000;
    flex-direction: column;
    top: 0;
    right: 4%;
    left: 4%;
    bottom: 0;
    z-index: 1000;
    background-image: linear-gradient(
        90deg,
        rgb(195, 246, 192) 23%,
        rgb(14, 255, 0) 47%,
        rgb(195, 246, 192) 79%
    );
    overflow-y: scroll;
}
@media only screen and (max-width: 576px) {
    .setting {
        right: 0;
        left: 0;
    }
}
.setting__form {
    align-items: center;
    width: 60%;
    height: auto;
    background-color: rgb(255, 255, 255);
    bottom: 2rem;
}
@media only screen and (max-width: 576px) {
    .setting__form {
        width: 95%;
    }
}

.close {
    position: absolute;
    top: 10px;
    right: 6%;
    padding: 2px;
    background-color: rgba(224, 224, 224, 0.624);
}
.close i {
    font-size: 35px;
    color: red;
    transition: 0.3s ease;
}
.close i:hover {
    transform: scale(1.1);
    transition: 0.3s ease;
}

.form__group-s {
    margin-bottom: 5rem;
}

.lable {
    margin-right: -25px;
    margin-top: -15px;
}

.lable-span {
    font-size: 20px;
    color: #000000;
}

.nav__lists {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 30;
}
.nav__list {
    position: relative;
}
.nav__list:hover > ul.nav__sublists1 {
    transform: scale(1);
}
.nav__link {
    position: relative;
    display: block;
    padding: 1.3rem;
    transition: all 0.3s ease;
}
.nav__link:hover {
    color: #3c4858;
}
.nav__link:hover::after {
    width: 100%;
}
.nav__link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 3px;
    background-color: #0d62da;
    border-radius: 0.5rem;
    transform: translateX(-50%);
    transition: all 0.3s ease;
}
.nav__link:hover > span {
    transform: rotate(225deg);
}
.nav__sublists1,
.nav__sublists2 {
    position: absolute;
    width: 20rem;
    background-color: white;
    border-top: 0.3rem solid #e76f51;
    border-radius: 0.3rem;
    box-shadow: 0 0 4px #444444;
    transform: scale(0);
    transform-origin: top right;
    transition: all 0.3s ease;
}
.nav__sublists1 i {
    margin-left: 1rem;
    color: #457b9d;
}
.nav__sublists1 a {
    display: flex;
    align-items: center;
    padding: 1.3rem;
    color: #444444;
    transition: all 0.3s ease;
}
.nav__sublists1 a:hover {
    padding-right: 1.5rem;
    background-color: #f1f1f1;
    color: #0d62da;
}
.nav__sublists2 {
    right: 100%;
    top: 0;
}
.nav__sublist1 {
    position: relative;
}
.nav__sublist1:hover > ul.nav__sublists2 {
    transform: scale(1);
}
.nav__sublist1 > a i:last-child {
    margin-right: auto;
}
.nav__arrow {
    position: absolute;
    top: 40%;
    left: 0;
    width: 0.7rem;
    height: 0.7rem;
    border: 1px solid #3c4858;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    transition: all 0.6s ease;
}
.nav__mega {
    position: static;
}
.nav__mega:hover > .nav__mega-content {
    transform: scale(1, 1);
}
.nav__mega-content {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 1rem;
    white-space: nowrap;
    background-image: conic-gradient(#98d6f3, #fea2b1, #f7f1fa, #98d6f3);
    border-top: 0.3rem solid #e76f51;
    border-radius: 0.3rem;
    box-shadow: 0 0 4px #444444;
    transform: scale(1, 0);
    transform-origin: top;
    transition: all 0.5s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .nav__mega-content {
        width: 67rem;
    }
}
.nav__mega-column {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
.nav__mega-column > h4 {
    padding: 2rem;
    border-bottom: 0.3rem solid #e76f51;
}
.nav__mega-column > .nav__button {
    align-self: center;
}
.nav__mega-lists {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.nav__mega-lists a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    color: #444444;
}
.nav__mega-lists a:hover {
    color: #0d62da;
}
.nav__mega-lists a:hover > i {
    color: #444444;
    transform: rotate(1turn);
}
.nav__mega-lists i {
    margin-left: 0.5rem;
    transition: all 0.3s ease;
}
.nav__burger-label {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 4rem;
    height: 4rem;
    user-select: none;
    cursor: pointer;
}
@media only screen and (min-width: 768px) {
    .nav__burger-label {
        display: none;
    }
}
.nav__burger-label > span {
    height: 0.5rem;
    border-radius: 0.5rem;
    background-color: #2196f3;
    transition: all 0.3s cubic-bezier(0.39, -0.69, 0.59, 1.54);
    animation: burgermenu-color 2s ease infinite alternate-reverse;
}
.nav__burger-label :nth-child(1) {
    width: 80%;
}
.nav__burger-label :nth-child(2) {
    width: 100%;
}
.nav__burger-label :nth-of-type(3) {
    width: 60%;
}
.nav .nav__burger-checkbox {
    display: none;
}
@media only screen and (max-width: 768px) {
    .nav__mobile-wrap {
        position: fixed;
        top: 8.9rem;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: scroll;
        z-index: 100;
        display: none;
        width: 100vw;
        height: auto;
        background-color: #edfcff;
    }
    .nav__burger-checkbox:checked ~ .nav__mobile-wrap {
        display: block;
    }
    .nav__burger-checkbox:checked ~ .nav__burger-label :nth-child(1) {
        width: 50%;
        transform-origin: bottom;
        transform: rotate(45deg) translate(-1rem, 1.6rem);
    }
    .nav__burger-checkbox:checked + .nav__burger-label > span:nth-child(2) {
        transform: rotate(-45deg);
    }
    .nav__burger-checkbox:checked ~ .nav__burger-label :nth-of-type(3) {
        width: 50%;
        transform: rotate(45deg) translate(-0.5rem, -0.1rem);
    }
    .nav__link {
        width: calc(100vw - 3rem);
    }
    .nav__lists {
        flex-direction: column;
    }
    .nav__list:not(:last-child) {
        border-bottom: 1px solid #cccccc;
    }
    .nav__sublists1,
    .nav__sublists2,
    .nav__mega-content {
        position: relative;
        right: 0;
        display: none;
        width: 100%;
        margin-right: 2rem;
        border: none;
        background: none;
        box-shadow: none;
        transform: scale(1);
    }
    .nav__list:hover > .nav__sublists1,
    .nav__sublist1:hover > .nav__sublists2,
    .nav__mega:hover > .nav__mega-content {
        display: block;
    }
    .nav__mega-column {
        align-items: center;
    }
}

.navbar {
    height: 4.5rem;
    height: auto;
}
@media only screen and (max-width: 768px) {
    .navbar {
        position: sticky;
        top: 0;
        z-index: 30;
        background-color: white;
        box-shadow: 0 0 4px #444444;
    }
}
.navbar__search-box {
    width: 20rem;
}
@media only screen and (max-width: 992px) {
    .navbar__search-box {
        order: 1;
        width: auto;
    }
}
.navbar__nav {
    flex-grow: 1;
}
@media only screen and (max-width: 992px) {
    .navbar__nav {
        flex-grow: 0;
    }
}
@media only screen and (max-width: 992px) {
    .navbar__logo {
        order: 2;
    }
}

h1,
h2,
h3,
h3 h4,
h5,
h6 {
    color: #444444;
}

.header {
    position: relative;
    width: 100%;
    height: 45rem;
    padding: 3rem;
    background-color: #d3f4f2;
}
.header::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background: linear-gradient(350deg, #d3f4f2, white);
    clip-path: polygon(100% 0, 100% 100%, 20% 100%, 0 0);
    -webkit-clip-path: polygon(100% 0, 100% 100%, 20% 100%, 0 0);
}
.header__wrap {
    display: inline-block;
}
.header__banner {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
}
.header__cta {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    z-index: 20;
    width: 50%;
}
.header__rocket-bg {
    display: flex;
    justify-content: center;
    width: 50%;
    height: 360px;
    background: url("../../front/img/rocket-bg.png") no-repeat center bottom;
    background-size: contain;
}
.header__rocket {
    background: url("../../front/img/rocket.png") no-repeat center bottom;
    width: 17%;
    background-size: contain;
    animation: rocket-moving 4s infinite linear;
}
@media only screen and (max-width: 992px) {
    .header {
        height: 40rem;
    }
}
@media only screen and (max-width: 768px) {
    .header {
        padding: 1rem 0;
    }
    .header::after {
        display: none;
    }
    .header__cta {
        align-items: center;
        width: 100%;
    }
    .header__banner {
        flex-direction: column;
    }
}
@media only screen and (max-width: 576px) {
    .header__rocket-bg {
        width: 100%;
    }
    .header__rocket {
        width: 11%;
    }
}

.footer {
    display: flex;
    justify-content: center;
    padding: 4rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: white;
}
@media only screen and (max-width: 992px) {
    .footer {
        flex-direction: column;
    }
}
.footer h4 {
    padding-bottom: 1.3rem;
    color: white;
    font-size: 1.5rem;
    border-bottom: 2px solid rgba(247, 0, 0, 0.8);
}
.footer__logo img {
    border-radius: 100px;
}
.footer__about {
    padding: 2rem;
    width: 40%;
}
@media only screen and (max-width: 992px) {
    .footer__about {
        width: 100%;
    }
}
.footer__company {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
.footer__socials {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}
@media only screen and (max-width: 992px) {
    .footer__socials {
        flex-direction: column;
        align-items: center;
    }
}
.footer__social-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15rem;
    border-radius: 30px;
    padding: 3px;
    margin: 0.5rem;
    color: white;
    transition: 0.2s;
}
.footer__social-link--purple {
    background-image: linear-gradient(#a232af, #d82e6c);
}
.footer__social-link--red {
    background-color: #f70000;
}
.footer__social-link--red > svg {
    background-color: white;
}
.footer__social-link--blue {
    background-color: #32a1fc;
}
.footer__social-link--blue > svg {
    background-color: white;
}
.footer__social-link:hover {
    color: #cccccc;
}
.footer__social-link > svg {
    display: inline-flex;
    height: 3.5rem;
    width: 3.5rem;
    padding: 0.5rem;
    margin-left: 1rem;
    border-radius: 50%;
}
.footer__link {
    padding: 2rem;
    width: 30%;
}
@media only screen and (max-width: 992px) {
    .footer__link {
        width: 100%;
    }
}
.footer__links {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 1rem;
}
.footer__links > a {
    color: white;
    padding-top: 1.5rem;
    transition: 0.2s;
}
.footer__links > a:hover {
    color: #f15a24;
}
.footer__support {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 2rem;
    width: 30%;
}
@media only screen and (max-width: 992px) {
    .footer__support {
        width: 100%;
    }
}
.footer__hours {
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    flex-direction: column;
    height: 100%;
}
.footer__single-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.footer__single-info > span {
    margin-left: 1.5rem;
    font-size: 3rem;
    color: #f1f1f1;
    opacity: 0.6;
}
.footer__single-info > p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.footer__single-info > p > span {
    margin-right: auto;
}
.footer__payment {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid white;
}
.footer__payment > img {
    padding-top: 2rem;
}

.aboute {
    position: relative;
    display: flex;
}
@media only screen and (max-width: 768px) {
    .aboute {
        flex-direction: column;
        justify-content: flex-start;
    }
}
.aboute__image {
    position: relative;
    width: 35%;
    height: 35rem;
    border-top: 1.9rem solid #f1f1f1;
    border-right: 1.9rem solid #f1f1f1;
}
@media only screen and (max-width: 768px) {
    .aboute__image {
        width: 90%;
    }
}
.aboute__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    transition: all 0.3s ease;
}
.aboute__image img:hover {
    transform: scale(1.1);
    transition: all 0.3s ease;
}
.aboute__content {
    width: 65%;
    padding: 2rem;
    font-size: 1.6rem;
    padding-right: 3rem;
}
@media only screen and (max-width: 768px) {
    .aboute__content {
        width: 100%;
    }
}
.aboute__content li {
    padding: 1rem;
}
.aboute__tags {
    display: flex;
    color: #444444;
}
@media only screen and (max-width: 568px) {
    .aboute__tags {
        flex-direction: column;
    }
}
.aboute__tags li {
    transition: padding-right 0.3s ease;
}
.aboute__tags li:hover {
    padding-right: 1.8rem;
    color: #1e1e1e;
    transition: padding-right 0.3s ease;
}
.aboute__tags i {
    font-size: 1.5rem;
}
.aboute__tags strong {
    margin-right: 0.8rem;
}
.aboute__tags--tag1 {
    width: 50%;
}
@media only screen and (max-width: 768px) {
    .aboute__tags--tag1 {
        width: 100%;
    }
}
.aboute__tags--tag2 {
    width: 50%;
}
@media only screen and (max-width: 768px) {
    .aboute__tags--tag2 {
        width: 100%;
    }
}
.aboute__body {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.aboute__titr {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.resume__title p {
    display: flex;
    justify-content: center;
    align-items: center;
}
.resume__content {
    display: flex;
    height: 100%;
}
@media only screen and (max-width: 992px) {
    .resume__content {
        flex-direction: column;
    }
}
.resume__content--1 {
    justify-content: flex-start;
    width: 50%;
}
@media only screen and (max-width: 992px) {
    .resume__content--1 {
        width: 100%;
    }
}
.resume__content--2 {
    justify-content: flex-start;
    width: 50%;
}
@media only screen and (max-width: 992px) {
    .resume__content--2 {
        width: 100%;
    }
}
.resume__content--title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}
.resume__content--item {
    position: relative;
    padding: 20px 20px 0 0;
    margin-top: -2px;
    border-right: 2px solid #141414;
}
.resume__content--item::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    right: -9px;
    top: 0;
    background: white;
    border: 2px solid #141414;
}

.features {
    position: relative;
    top: -50px;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
    .features {
        top: 0;
    }
}
.features__box {
    flex-grow: 1;
    width: 30rem;
    padding: 1rem 2rem;
    margin: 2rem;
    border-radius: 1rem;
    text-align: center;
    background-color: white;
    box-shadow: 0 8px 16px 0 rgba(69, 123, 157, 0.2);
    transition: all 0.2s ease;
}
.features__box:hover {
    transform: scale(1.05);
}
.features__text {
    padding: 1rem 2rem;
}

.plans {
    position: relative;
}
.plans__cards {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 992px) {
    .plans__cards {
        flex-direction: column;
    }
}
.plans__background {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 20rem;
    background: linear-gradient(
        to right,
        rgba(196, 136, 229, 0.5),
        rgba(133, 185, 221, 0.5)
    );
}
.plans__background::before,
.plans__background::after {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background-image: url("../../front/img/wave-plans.svg");
    background-position-y: top;
    background-size: 100% 100%;
}
.plans__background::after {
    transform: rotate(0.5turn);
}

.about {
    padding: 8rem 0;
    background-color: #fffaf3;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    text-align: center;
}
.about__boxes {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
@media only screen and (max-width: 992px) {
    .about__boxes {
        flex-direction: column;
        padding: 10rem 0;
    }
}

.contact {
    position: relative;
    height: 60rem;
}
@media only screen and (max-width: 768px) {
    .contact {
        height: 110rem;
    }
}

.testimonials {
    padding: 7rem 1rem;
}
.testimonials__boxes {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
@media only screen and (max-width: 992px) {
    .testimonials__boxes {
        flex-direction: column;
    }
}

.footers {
    background: url("../../front/img/background-footer.jpg") center no-repeat;
    background-size: cover;
}
.footers__copyright {
    padding: 2rem;
    color: white;
    text-align: center;
}
.footers__copyright a {
    color: #d3f4f2;
} 