@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap');
/*
========================
GOBAL CSS START
========================
*/

body {
    font-family: "Mona Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    color: #333333;
}

:root {
    --selection-bg: #FF6928;
    --selection-color: #fff;
    --scroll-top-bg: #FF6928;
    --scroll-top-color: #fff;
}

html,
body,
header,
footer,
main,
nav,
section,
div,
menu,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
button {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

img {
    max-width: 100%;
}

::selection {
    color: var(--selection-color);
    background: var(--selection-bg);
}

::-webkit-selection {
    color: var(--selection-color);
    background: var(--selection-bg);
}

::-moz-selection {
    color: var(--selection-color);
    background: var(--selection-bg);
}

.scrolltotop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: var(--scroll-top-bg);
    text-align: center;
    font-size: 22px;
    color: var(--scroll-top-color);
    position: fixed;
    right: 30px;
    bottom: 25px;
    display: none;
    animation: lab_top_up 5s linear infinite;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999;
}

.scrolltotop img {
    width: 14px;
    margin-top: -4px;
}

@keyframes lab_top_up {
    0% {
        transform: translateY(-15px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-15px);
    }
}

.pluse,
.pluse2 {
    position: relative;
    top: 10px;
    left: -7px;
    z-index: -1;
}

.pluse::before,
.pluse2::before {
    width: 40px;
    height: 40px;
}

.pluse::after,
.pluse::before,
.pluse2::after,
.pluse2::before {
    background: var(--scroll-top-bg);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    left: -1px;
}

.pluse::after,
.pluse2::after {
    width: 30px;
    height: 30px;
    background: transparent;
    margin-left: -15px;
    margin-top: -15px;
}

.pluse::before {
    -webkit-animation: pluse_animate 2.5s infinite linear;
    animation: pluse_animate 2.5s infinite linear;
}

.pluse2::before {
    -webkit-animation: pluse_animate 3s infinite linear;
    animation: pluse_animate 3s infinite linear;
}

@keyframes pluse_animate {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.3);
        transform: translate(-50%, -50%) scale(0.3);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

/*===============
 GOBAL CSS END  
 ============== */

/*========= header style start hare ======== */

.header-area {
    padding-top: 69px;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-logo span {
    display: block;
    color: #FF6928;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 292.857%;
    letter-spacing: 1.68px;
}

.header-wrapper ul {
    display: flex;
    align-items: center;
    min-width: 335px;
    justify-content: space-between;
    gap: 15px;
}

.header-wrapper ul a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.44px;
}

.header-wrapper ul a:hover {
    color: #FF6928;
}

.header-wrapper ul a:hover svg path {
    stroke: #FF6928;
    transition: 0.3s;
}

/*======== header style end hare ====== */

/*===== hero area style start hare ===== */

.hero-area {
    position: relative;
    z-index: 2;
    padding-bottom: 37px;
}

.hero-wrapper {
    padding-left: calc((100vw - 1300px) / 2);
}

.hero-content {
    padding-top: 30px;
}

.hero-content h2 {
    color: #000;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.84px;
    max-width: 500px;
}

.hero-content h2 span {
    color: #FF6928;
    font-weight: 700;
}

.hero-content p {
    margin-top: 30px;
    max-width: 500px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 186.364%;
}

.hero-content>p span {
    position: relative;
}

.hero-content>p span::before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #FF6928;
    position: absolute;
    left: 0;
    bottom: 2px;
}

.hero-right-images img {
    width: 640.611px;
    height: 699px;
    aspect-ratio: 540.61/599.00;
    border-radius: 0px 0px 0px 140px;
    object-fit: cover;
}

.hero-content-img {
    padding-top: 46px;
}

.hero-inner-content p {
    max-width: 100%;
}

.hero-bottom-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.hero-bottom-bg img {
    width: 100%;
}

.hero-inner-content p {
    color: #fff;
    transform: rotate(-1.8deg);
}

.hero-inner-content p span {
    color: #FF6928;
    font-weight: 700;
}

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slider .owl-stage {
    display: flex;
}

.hero-slider .owl-item {
    display: flex;
    flex: 1;
    padding: 0;
}

.hero-slider-area {
    padding-top: 32px;
}

/*======= hero area style end hare ======== */

/*====== hero bottom style start hare ====== */

.hero-bottm-area {
    padding-block: 25px;
}

.hero-bottom-wrapper {
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.hero-bottom-wrapper p {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    max-width: 805px;
    margin-inline: auto;
}

.hero-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
}

.hero-buttons button {
    display: inline-flex;
    padding: 0px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 1px;
    background: #FF6928;
    border: none;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    transition: 0.3s;
}

.hero-buttons button:hover {
    background: #000;
}

/*================= hero bottom syle end hare ============= */

/*============ Klinkt goed area style start hare ======= */

.klinkt-goed-area {
    padding-top: 60px;
    overflow: hidden;
    position: relative;
    margin-top: 60px;
    margin-bottom: 50px;
}

.klink-bg-card {
    display: flex;
}

.single-klinkt-card {
    flex: 1;
    height: 447.596px;
    border-radius: 10px;
    background: #E6ECEF;
}

.single-klinkt-card.first-card {
    transform: rotate(-18.915deg);
    margin-top: 70px;
}

.single-klinkt-card.second-card {
    transform: rotate(9.836deg);
}

.single-klinkt-card.third-card {
    transform: rotate(21.704deg);
    margin-top: 140px;
}

.klinkt-img-area {
    position: absolute;
    left: 0;
    bottom: 55px;
    z-index: 2;
    width: 100%;
}

.klinkt-img-wrapper {
    display: flex;
}

.single-images img {
    border-radius: 10px;
}

.single-images {
    position: relative;
}

.single-images.first-image {
    transform: rotate(-10.936deg);
    margin-top: 35px;
    z-index: 3;
}

.single-images.second-image {
    transform: rotate(3.554deg);
    z-index: 2;
}

.single-images.third-image {
    transform: rotate(18.498deg);
    margin-top: 50px;
    z-index: 1;
}

.klinkt-top-card {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 5;
    display: flex;
    align-items: start;
    gap: 32px;
}

.klinkt-top-text p {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.64px;
}

.klinkt-top-text span {
    display: block;
    text-align: end;
    transform: rotate(-4.163deg);
    color: #092230;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.klinkt-bottom-images {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
}

/*=========== klinkt area style  end hare ======= */

/*========teachers says area style start hare ======= */

.teachers-says-wrapper {
    display: flex;
    gap: 61px;
    padding-bottom: 60px;
    max-width: 1000px;
    margin-inline: auto;
}

.single-teachers-say-card {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}

.single-teachers-say-card .top-ractangle {
    width: 57px;
    height: 9px;
    border-radius: 30px;
    background: #FF6928;
}

.single-teachers-say-card p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.teachers-info h4 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.spekers-info span {
    display: block;
    color: #FF6928;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/*========== teacher says area end hare ======== */

/*====== how to buy demo style start hare === */

.howtobuy-wrapper {
    padding: 33px 39px;
    background: #E6ECEF;
    border-radius: 10px;
    clip-path: polygon(0 1%, 100% 0, 100% 94%, 0% 100%);
}

.howtobuy-wrapper h4 {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 122.222%;
    letter-spacing: -0.72px;
}

.howtobuy-wrapper h6 {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 137.5%;
    letter-spacing: -0.64px;
}

.howtobuy-inner-wp {
    display: flex;
    padding-top: 20px;
    gap: 20px;
    justify-content: space-between;
    padding-right: 50px;
}

.demo-left-area ul {
    list-style: disc;
    padding-left: 20px;
}

.demo-left-area button {
    padding: 12px 28px;
    border-radius: 10px;
    background: #092230;
    border: none;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: 0.3s;
    margin-block: 23px;
}

.demo-left-area button:hover {
    background: #FF6928;
}

/* how to buy area end hare  */

/* package area style start hare  */

.package-wrapper {
    padding: 85px 45px;
    background: #EFE9E6;
    clip-path: polygon(0 35px, 100% 0, 100% 100%, 0% 100%);
    border-radius: 10px;
}

.package-wrapper h2 {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 122.222%;
    letter-spacing: -0.72px;
}

.package-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.product-wrapper {
    border-radius: 10px;
    border: 1px solid #DEB5A1;
    background: #FFF;
    display: flex;
}

.single-product-info {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-bottom: 33px;
    padding-top: 20px;
    padding-left: 33px;
    flex: 1;
}

.product-info-block {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    flex: 1;
}

.product-images {
    text-align: center;
}

.product-details ul li {
    padding-block: 20px;
    padding-left: 33px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-top: 1px solid #DEB5A1;
}

.purchas-info {
    padding-top: 25px;
    padding-left: 33px;
    padding-bottom: 32px;
    border-top: 1px solid #DEB5A1;
    background: #FEFAF7;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 35px;
}

.product-price {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.purchas-info button {
    padding: 14px 25px;
    border-radius: 10px;
    background: #FF6928;
    border: none;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: 0.3s;
}

.purchas-info button:hover {
    background: #000;
}

.product-name h4 {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.product-name p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.border-redius-right-10 {
    border-bottom-right-radius: 10px;
}

.border-redius-left-10 {
    border-bottom-left-radius: 10px;
}

/* package area end hare  */

/* footer area style start hare  */

.footer-area {
    margin-top: 50px;
}

.footer-wrapper {
    padding: 44px 42px;
    border-radius: 10px;
    border: 1px solid #E2BEAC;
    display: flex;
    gap: 55px;
}

.footer-wrapper>div {
    flex: 1;
}

.footer-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.footer-content-wp {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.footer-block {
    flex: 1;
}

.footer-block h4 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.footer-block p,
.footer-block a {
    font-size: 20px;
}

.copyright-area {
    padding-block: 40px;
}

.copyright-area p {
    color: #C8AFA2;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 602px;
    margin-inline: auto;
}