@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

#hero{
    background-image: url('../img/wave\ bg.png');
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 15px;
    margin-right: 15px;
}

@media screen and (min-width:1025px){
    #hero {
    margin-left: auto;
    margin-right: auto;
    }
}

@media screen and (max-width:1441px) { 
#hero {
        background-size: cover;
    }
}

body {
    background-color: #FCF9F2;
}

h1 {
    font-family: 'Lora', serif;
    font-size: 6.8rem;
}
h2 {
    font-family: 'Lora', serif;
    font-size: 4.8rem;
    text-align: center;
}
h3 {
    font-family: 'Nunito', serif, normal;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 3.7rem;
}

h4 {
    font-family: 'Lora', serif;
    font-size: 2.8rem;
}

h5 {
    font-family: 'Nunito', serif, normal;
    font-size: 2rem;
    font-weight: 700;
}

p {
    font-family: 'Nunito', serif;
    font-size: 2rem;

}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 1.5rem 3rem;
    border: 1px solid black;
    border-radius: 2.5rem;
    background-color: #FCF9F2;

    max-width: 124rem;
    max-height: 10rem;
    margin: 3rem auto;

    backdrop-filter: blur 15px;
    margin-bottom: 13rem;
}
.logo img {
    height: 15rem;
    width: auto;
    object-fit: contain;
}
.nav-left button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FCF9F2;
    color: black;
    border: none;
    width: 11.5rem;
    height: 5.7rem;
    border-radius: 10px;
    cursor: pointer;
    margin-right: 1.5rem;

    font-family: 'Nunito', serif, medium;
    font-size: 2rem;
}
.nav-left button:hover {
    background-color: #F8F4E9;
}
 /* Button */
.nav-right button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF9458;
    color: black;
    border: none;
    width: 11.5rem;
    height: 5.7rem;
    border-radius: 10px;
    cursor: pointer;
    margin-right: 1.5rem;

    font-family: 'Nunito', serif, medium;
    font-size: 2rem;
}
.nav-right button:hover {
    background: linear-gradient(90deg, #FF9458, #FFD88B);
}
/* Hero section */

#main-heading-and-cta {
    text-align: center;
    margin: 8rem;
}
.cta-mobile-button {
    display: none;
}

.heading-small {
    font-size: 3.8rem;
    margin-bottom: 2rem;
    background-color: #DFEED7;
    padding: 0.5rem 3rem 0.5rem 3rem;
    border-radius: 25px;
}

.heading-big {
    font-size: 6.8rem;
    margin-bottom: 2rem;
}

#main-heading-and-cta p {
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#main-heading-and-cta button {
    background-color: #FF9458;
    border: none;
    padding: 1.5rem 3rem 1.5rem 3rem;
    border-radius: 10px;
    
    cursor: pointer;
    
    color: black;
    font-family: 'Nunito', serif, medium;
    font-size: 2rem;
}
#main-heading-and-cta button:hover {
    background: linear-gradient(90deg, #FF9458, #FFD88B);
}
/* Count down */

.call-to-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4rem;
    margin: auto;

    border: 1px solid #FFCC4A;
    border-radius: 25px;
    width: 100rem;
    height: 23rem;
    background-color: white;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

#demo {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 0px;
    margin-left: 10rem;
}

.time-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 1rem;
    font-family: 'Lora', bold;
    font-size: 6.8rem;
    font-weight: 700;
    letter-spacing: 0.7rem;
}

.time-label {
    font-family: 'Nunito', serif;
    font-size: 2rem;
    font-weight: 400;
    text-transform: lowercase;
    letter-spacing: 0px;
}

/* Price */

.price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-right: 10rem;
}

.old-price {
    font-size: 2.8rem;
}

.price-separator {
    font-family: 'Lora', bold;
    font-size: 3.8rem;
    font-weight: 700;
}

.new-price {
    font-family: 'Lora', bold;
    color: #F57833;
    font-size: 4.8rem;
    font-weight: 800;
}

.calendar {
    font-family: 'Nunito',serif ;
    font-weight: 400;
    
    display: inline-block;
    text-align: left;
    margin-top: 1.5rem;

    background-color: #DFEED7;
    border-radius: 25px;
    padding: 0.2rem 1.5rem 0.2rem 1.5rem;
}

/* Arrow */

.overlay-vector img {

    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -2.5rem;
}


/* content section */

.why-one {
    margin-bottom: 5rem;
}

.video {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    aspect-ratio: 16/9;
    overflow: hidden;

    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    margin-bottom: 15rem;
}

.heading-deco h2{
    margin-bottom: -1rem;
}
.heading-deco img{
    margin-left: 370px;
    margin-top: -200px;
} 

/* 3 colorful boxes */

.green {
    width: 110rem;
    height: 18rem;
    display: flex;
    align-items: center;
    gap: 3rem;
    margin: 8rem auto 2rem auto;

    padding: 4rem;
    background: #DFEED7;
    border-radius: 25px;
}

.yellow {
    width: 110rem;
    height: 18rem;
    display: flex;
    align-items: center;
    gap: 3rem;
    margin:2rem auto;

    padding: 4rem;
    background: #FFD88B;
    border-radius: 25px;
}

.pink {
    width: 110rem;
    height: 18rem;
    display: flex;
    align-items: center;
    gap: 3rem;
    margin: 2rem auto;

    padding: 4rem;
    background: #F9C5DC;
    border-radius: 25px;
}

#Content .button button {

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8rem auto;

    font-family: 'Nunito', serif, medium;
    font-size: 2rem;
    text-transform: uppercase;
    
    width: 33rem;
    height: 7rem;
    border-radius: 25px;
    cursor: pointer;

    color: #F57833;
    border: 1px solid #F57833 ;
    background-color: #FEF0E9;
}
#Content .button button:hover {
    background: linear-gradient(90deg, #FF9458, #FFD88B);
    color: white;
}

/* Агуулга */

#Three {
    position: relative;
    background-color: #F8F4E9;
    border-radius: 25px;

    padding: 5rem;
    margin: 5rem auto;
    max-width: 124rem;
    box-sizing: border-box;

    background-image: url(../img/Card-line.png);
    background-position: center 20rem;
    background-repeat: no-repeat;
}

.heading-wave {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
 }

  /* Card Grid */

.card-grid-container {
    display: grid;
    grid-template-columns: 50rem 50rem;
    column-gap: 8rem;
    row-gap: 15rem;
    max-width: fit-content;
    margin: 5rem auto;
}
.card-one img,
.card-two img,
.card-three img,
.card-four img   {
 width: 100%; 
 height: auto;
 }

/* Card arrows */

.card-arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);

    height: 100%;
    z-index: 10;
}

.arrow-right,
.arrow-left,
.arrow-left-down,
.arrow-right-down {
   position: absolute;
}

.arrow-right {
    position: absolute;
    top: 55rem;
    left: 62rem;
}

.arrow-left {
    position: absolute;
    top: 103rem;
    left: 52rem;
}

.arrow-left-down {
    position: absolute;
    top: 41.5rem;
    left: 52rem;
}

.arrow-right-down {
    position: absolute;
    top: 123rem; 
    left: 61rem; 
}

 /* Card 1 */

 .card-one {
    align-items: center;

    width: 49.5rem;
    height: 54.5rem;
    background-color: white;
    border: solid white;
    border-radius: 10px;
    padding: 2rem 4rem;
    box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.1);

 }

 .card-one h4 {
    padding: 2rem 0;
    font-size: 2.8rem;
 }

 .card-one p {
    font-size: 1.8rem;
 }

 .buleg-one {
    
    margin-top: 2rem;
    padding: 0% 1rem;
    width: 19rem;
    text-align: center;

    background-color: #F9C5DC;
    border-radius: 25px;
 }

  /* Card 2 */

  .card-two {
    align-items: center;

    width: 49.5rem;
    height: 54.5rem;
    background-color: white;
    border: solid white;
    border-radius: 10px;
    padding: 2rem 4rem;
    box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.1);

 }

 .card-two h4 {
    padding: 2rem 0;
    font-size: 2.8rem;
 }

 .card-two p {
    font-size: 1.8rem;
 }

 .buleg-two {
    
    margin-top: 2rem;
    padding: 0.5rem 1rem;
    width: 19rem;
    text-align: center;

    background-color: #F9C5DC;
    border-radius: 25px;
 }

 /* Card 3 */

  .card-three {
    align-items: center;

    width: 49.5rem;
    height: 54.5rem;
    background-color: white;
    border: solid white;
    border-radius: 10px;
    padding: 2rem 4rem;
    box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.1);

 }

 .card-three h4 {
    padding: 2rem 0;
    font-size: 2.8rem;
 }

 .card-three p {
    font-size: 1.8rem;
 }

 .buleg-three {
    
    margin-top: 2rem;
    padding: 0.5rem 1rem;
    width: 19rem;
    text-align: center;

    background-color: #F9C5DC;
    border-radius: 25px;
 }

 /* Card 4 */

  .card-four {
    align-items: center;

    width: 49.5rem;
    height: 54.5rem;
    background-color: white;
    border: solid white;
    border-radius: 10px;
    padding: 2rem 4rem;
    box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.1);

 }

 .card-four h4 {
    padding: 2rem 0;
    font-size: 2.8rem;
 }

 .card-four p {
    font-size: 1.8rem;
 }

 .buleg-four {
    
    margin-top: 2rem;
    padding: 0.5rem 1rem;
    width: 19rem;
    text-align: center;

    background-color: #F9C5DC;
    border-radius: 25px;
 }

 /*Burii*/

 #Burii {
    position: relative;
    background-color: #F8F4E9;
    border-radius: 25px;

    padding: 5rem;
    margin: 15rem auto;
    max-width: 124rem;
    box-sizing: border-box;
 }

 .Burii {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    gap: 4rem;
 }

 .Burii-text h4 {
    margin-bottom: 2rem;
    margin-top: -2rem;
 }

 .burii-highlight {
    
    background-color: #FFD88B;
    border-radius: 25px;
    display: inline-block;
    padding: 0 1rem 0.2rem 1rem;
    line-height: 1.0;
 }

 .Burii-img img {
    border-radius: 25px;
 }

 .Burii-text .tsatsrag {
    margin-left: 49rem;
 }

  /* Graphic */

#graphic-container {
    position: relative;
    background-color: #F8F4E9;
    border-radius: 25px;

    padding: 5rem;
    margin: 0 auto 15rem auto;
    max-width: 124rem;
    box-sizing: border-box;
 }


 /* carousel */

 .carousel {
    position: relative;
    max-width: 124rem;
    padding-block: 5rem;
    display: grid;
    align-content: center;
    row-gap: 2rem;
    overflow: hidden;
    margin-inline: auto;
    margin-bottom: 15rem;
 }

 .carousel__card {
    width: 32rem;
    background-color: white;
    box-shadow: 0 12px 24px hsla(220, 100%, 20%, .1); 
    padding: 1.5rem 1rem 2.5rem;
    margin-inline: 1rem;
    border-radius: 3rem;
    text-align: center;

    border: solid 1px #FFCC4A;
 }

.carousel__imgage {
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto .5rem;
}

.carousel__img {
    transition: transform .4s;
}

.carousel__name 
.carousel__number {
    font: 500 var(--h3-font-size) var(second-font);
    color: var(--title-color);
}

.carousel__name {
    margin-bottom: .5rem;
    margin-top: .5rem;
}

.carousel__rating {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: .25rem;
    margin-bottom: .5rem;
}

.carousel__stars {
    display: flex
}

.carousel__stars span {
    font-size: 1.5rem;
    color: #FFCC4A;
    transition: transform .2s;
    cursor: pointer;
}

.carousel__card:hover .carousel__img {
    transform: scale(1.2);
}

.carousel__content {
    width: max-content;
    display: flex;
    animation: scroll 18s linear infinite;
}

.carousel__reverse {
    flex-direction: row-reverse;
    animation-direction: reverse;
    animation-delay: -1s;
}

.carousel__content:hover{
    animation-play-state: paused;
}

/* Infinite scroll animation */

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Breakpoints for small devices */
@media screen and (max-width:320px) {
    .carousel__card {
        width: 250px;
        padding-bottom: 2rem;
    }
}

/* For large devices */

@media screen and (min-width: 1150px) {
    .carousel {
        margin-inline:auto;
        row-gap: 3rem;
    }
    .carousel::before,
    .carousel::after {
        content: '';
        position: absolute;
        top: 0;
        width: 20%;
        height: 100%;
        z-index: 1;
    }
    .carousel::before{
        right: 0;
        background: linear-gradient(-90deg, #FCF9F2, transparent);
    }
    .carousel::after {
        left: 0;
        background: linear-gradient(90deg, #FCF9F2, transparent);
    }
    .carousel__card {
        width: 370px;
        padding: 3rem 2rem;
        border-radius: 4rem;

    }
}
/* FQA */

#FAQ {
    display: flex;
    margin: 15rem;
}
.left {
    width: 100rem;
}
.left p {
    color: #F57833;
    font-size: 2rem;
    margin-bottom: 3rem;
}
.left h3 {
    font-size: 4.8rem;
    font-family: 'Lora';
    line-height: 1.5;
}
.FAQ-Button {
    align-items: center;
    justify-content: center;
    margin: 3rem auto;

    font-family: 'Nunito', serif, medium;
    font-size: 2rem;
    text-transform: uppercase;
    color: #F57833;

    border: 1px solid #F57833 ;
    background-color: #FEF0E9;
    width: 45rem;
    height: 7rem;
    border-radius: 2.5rem;

    cursor: pointer;
}
.FAQ-Button:hover {
    background: linear-gradient(90deg, #FF9458, #FFD88B);
}
/* qna */

.right {
    box-sizing: border-box;
}
.faq {
    background-color: #F8F4E9;
    border: 1px solid black;
    border-radius: 2.5rem;
    margin: 2rem 0;
    width: 60rem;
}
summary {
    background-color: #FCF9F2;
    border-radius: 2.5rem;
    width: 100%;
    padding: 1.5rem;
    border: none;
    outline: none;

    font-size: 2rem;
    text-transform: uppercase;
    
    cursor: pointer;
    transition: 0,3s;
    overflow: hidden;
    display: flex;

    justify-content: space-between;
    align-items: center;
    text-align: left;
    line-height: 1.5;
}

details p {
    font-size: 1.6rem;
    padding: 0 2rem 2rem 2rem;
    overflow: hidden;
}
summary:hover {
    background-color: #F8F4E9;
    border-radius: 2.5rem;
    overflow: hidden;
}

.faq summary span {
    font-size: 4.5rem;
    transform: rotate(-90deg);
    transition: transform 0.3s ease;
}
details[open] summary span {
    transform: rotate(0deg);
}

details > summary::-webkit-details-marker {
    display: none;
}
details > summary {
    list-style: none; /* list-style-ийг нуух стандарт арга */
}
details > summary::marker {
    display: none;
}
/* Footer */

/* Refund */

footer .Refund-Policy {
    width: 80%;
    height: 100%;
    padding: 3rem;

    background-color: white;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #FFCC4A;
    border-radius: 25px;
   
    margin-top: 0rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -10rem;
    position: relative;
    z-index: 10;
}

.Refund-Policy h3 {
    text-transform: uppercase;
    text-align: center;
    color: #F57833;
}

.Refund-Policy p {
    text-align: center;
}
/* Footer part */
.Footer{
    background-color: #F8F4E9;
}
.row-container {
    box-sizing: border-box;
    display: flex;
    padding: 20rem 10rem 10rem 15rem;
    justify-content: space-between;
}
.Social-icons i {
    color: black;
    display: inline-block;
    font-size: 2.5rem;
    margin: 0 1rem;
    transition: 0.3s;
}
.Social-icons{
    margin-top: 7rem;
}
.Links, .Legal, .Social-icons, .Subscribe p {
    font-family: 'Nunito', serif, normal;
    font-size: 1.7rem;
    line-height: 2;
}
.Links ul, .Legal ul {
    list-style: none;
    text-decoration: none;
}
.Links a, .Legal a {
    text-decoration: none;
    color: black;
}

.Links h5, .Legal h5, .Subscribe h5 {
    font-size: 2.4rem;
    font-family: 'Nunito', serif;
    font-weight: 600;
}
.Subscribe {
    width: 30%;
}
.form {
    display: flex;
    width: 100%;
    height: 6rem;
    background-color: white;
    align-items: center;
    border-radius: 10px;
    margin: 2rem 0 0 0;
}
.inputEmail {
    width: 12rem;
    height: 5rem;
    border-radius: 10px;
    border: none;
    width: 60%;
    padding: 2rem;
}
.inputSubmit {
    margin: 0 0 0 2rem;
    background-color: rgb(255, 148, 88);
    color: black;
    width: 12rem;
    height: 5rem;
    font-family: Nunito, serif, medium;
    font-size: 2rem;
    border: none;
    border-radius: 10px;
}
.highlight-number {
        color: #F57833;
    }
/* /Footer*/

/* Hero sizing */

@media screen and (max-width: 1025px) { 
    
    .container {
        margin-left: 15px;
        margin-right: 15px;
    }
    nav { 
        padding: 1.5rem 3rem;
        border-radius: 2.5rem;
        max-width: 84rem;
        margin-bottom: 0;
    }
    .logo img {
        height: 12rem;
        width: auto;
    }
    .heading-small {
    font-size: 2.4rem;
    border-radius: 1rem;
    margin-bottom: 0;
    }
    #main-heading-and-cta h1 {
    margin: 2rem;
    line-height: 1;
    }
    .heading-big {
    font-size: 6rem;
    margin-bottom: 0;
    }
    #main-heading-and-cta {
    margin: 5rem;
    }
}
/* -------------------- */

/* Count down sizing */

@media screen and (max-width: 1024px) {
    
    .call-to-action {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 4rem;
    margin: auto;

    border-radius: 25px;
    width: 80rem;
    height: 21rem;
    }
    #demo {
    margin-left: 4rem;
    }
    .time-unit {
    margin: 0 1rem;
    font-size: 4.8rem;
    letter-spacing: 0.5rem;
    }
    .time-label {
    font-size: 1.5rem;
    }

    /* Price */

    .price {
    margin-right: 10rem;
    }

    /* Vector */

    .overlay-vector img {
    height: 10rem;
    width: auto;
    }
    h2 {
    font-family: 'Lora', serif;
    font-size: 3.8rem;
    text-align: center;
    }
    .heading-deco img{
    display: none;
    } 
}

/* -------------------- */

/* content section */

@media screen and (max-width: 1025px) {
    .video {
    margin-bottom: 10rem;
    }
    .video video {
    width: 100%;
    height: 100%;
    }
    .heading-deco h2{
    margin-bottom: -1rem;
    }
    .heading-deco img{
    margin-left: 293px;
    margin-top: -200px; 
    height: 30px;
    } 
    .green, .yellow, .pink {
    width: 90rem;
    }
    .cta-mobile-button {
    display: none;
}
}

/* -------------------- */

/* Агуулга sizing */

@media screen and (max-width: 1024px) {
    #hero {
        background-size: 100%;
    }
    #Three {
        max-width: 95rem;
        background-position: center 24rem;
        background-size: 1.8rem;
    }
      /* Card Grid */

.card-grid-container {
    display: grid;
    grid-template-columns: 40rem 40rem;
    column-gap: 5rem;
    row-gap: 8rem;
    max-width: fit-content;
    margin: 5rem auto;
    }
     /* Card 1 */
.card-one,
.card-two,
.card-three,
.card-four {
    width: 40rem;
    height: 50rem;
    border-radius: 10px;
    padding: 2rem 2rem;
    }
 .card-one h4,
 .card-two h4,
 .card-three h4,
 .card-four h4 {
    padding: 2rem 0;
    font-size: 2.4rem;
    }

 .card-one p,
 .card-two p,
 .card-three p,
 .card-four p {
    font-size: 1.6rem;
 }

 .buleg-one,
 .buleg-two,
 .buleg-three,
 .buleg-four {
    margin-top: 2rem;
    padding: 0 1rem;
    width: 19rem;
    border-radius: 25px;
 }
/* arrows */
 .card-arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);

    height: 100%;
    z-index: 10;
}
.arrow-right img,
.arrow-left img,
.arrow-left-down img,
.arrow-right-down img {
    height: 5rem; 
    width: auto;
    }

.arrow-right,
.arrow-left,
.arrow-left-down,
.arrow-right-down {
   position: absolute;
}

.arrow-right {
    position: absolute;
    top: 54rem;
    left: 47rem;
    width: auto;
}

.arrow-left {
    position: absolute;
    top: 92rem;
    left: 42rem;
}

.arrow-left-down {
    position: absolute;
    top: 42.5rem;
    left: 43rem;
}

.arrow-right-down {
    position: absolute;
    top: 107rem; 
    left: 47rem; 
}
/*Burii*/

 #Burii {
    padding: 5rem;
    margin: 15rem auto;
    max-width: 95rem;
    box-sizing: border-box;
 }

 .Burii {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    gap: 3rem;
 }

 .Burii-text h4 {
    margin-bottom: 2rem;
    margin-top: -2rem;
 }

 .burii-highlight {
    
    background-color: #FFD88B;
    border-radius: 25px;
    display: inline-block;
    padding: 0 1rem 0.2rem 1rem;
    line-height: 1.0;
 }

 .Burii-img img {
    border-radius: 25px;
    height: 35rem;
    width: auto;
 }

 .Burii-text .tsatsrag {
    margin-left: 49rem;
 }
.Burii-text p {
    font-size: 1.6rem;
}
  /* Graphic */

#graphic-container {
    padding: 5rem;
    margin: 0 auto 10rem auto;
    max-width: 95rem;
 }
 .graphic img {
    height: 40rem;
    width: auto;
 }
 /* FQA */

#FAQ {
    display: block;
    margin: 15rem;
}
.left {
    width: 60rem;
}
.left p {
    color: #F57833;
    font-size: 2rem;
    margin-bottom: 3rem;
}
.left h3 {
    font-size: 4.8rem;
    font-family: 'Lora';
    line-height: 1.5;
}
.FAQ-Button {
    align-items: center;
    justify-content: center;
    margin: 3rem auto;

    font-family: 'Nunito', serif, medium;
    font-size: 2rem;
    text-transform: uppercase;
    color: #F57833;

    border: 1px solid #F57833 ;
    background-color: #FEF0E9;
    width: 45rem;
    height: 7rem;
    border-radius: 2.5rem;

    cursor: pointer;
}
.FAQ-Button:hover {
    background-color: #F57833;
    color: #ffffff;
}
/* qna */

.right {
    box-sizing: border-box;
    max-width: 60rem;
}
.faq {
    background-color: #F8F4E9;
    border: 1px solid black;
    border-radius: 2.5rem;
    margin: 2rem 0;
    width: 60rem;
}
summary {
    background-color: #FCF9F2;
    border-radius: 2.5rem;
    width: 100%;
    padding: 1.5rem;
    border: none;
    outline: none;

    font-size: 2rem;
    text-transform: uppercase;
    
    cursor: pointer;
    transition: 0,3s;
    overflow: hidden;
    display: flex;

    justify-content: space-between;
    align-items: center;
    text-align: left;
    line-height: 1.5;
}

details p {
    font-size: 1.6rem;
    padding: 0 2rem 2rem 2rem;
    overflow: hidden;
}
summary:hover {
    background-color: #F8F4E9;
    border-radius: 2.5rem;
    overflow: hidden;
}

.faq summary span {
    font-size: 4.5rem;
    transform: rotate(-90deg);
    transition: transform 0.3s ease;
}
details[open] summary span {
    transform: rotate(0deg);
}

details > summary::-webkit-details-marker {
    display: none;
}
details > summary {
    list-style: none; /* list-style-ийг нуух стандарт арга */
}
details > summary::marker {
    display: none;
}
/* Footer part */
.Footer{
    background-color: #F8F4E9;
}
.row-container {
    box-sizing: border-box;
    display: flex;
    padding: 20rem 5rem 10rem 10rem;
    justify-content: space-between;
}
.Social-icons i {
    color: black;
    display: inline-block;
    font-size: 2.5rem;
    margin: 0 1rem;
    transition: 0.3s;
}
.Social-icons{
    margin-top: 7rem;
}
.Links, .Legal, .Social-icons, .Subscribe p {
    font-family: 'Nunito', serif, normal;
    font-size: 1.7rem;
    line-height: 2;
}
.Links ul, .Legal ul {
    list-style: none;
    text-decoration: none;
}
.Links a, .Legal a {
    text-decoration: none;
    color: black;
}

.Links h5, .Legal h5, .Subscribe h5 {
    font-size: 2.4rem;
    font-family: 'Nunito', serif;
    font-weight: 600;
}
.Subscribe {
    width: 30%;
}
.form {
    display: flex;
    width: 100%;
    height: 6rem;
    background-color: white;
    align-items: center;
    border-radius: 10px;
    margin: 2rem 0 0 0;
}
.inputEmail {
    width: 12rem;
    height: 5rem;
    border-radius: 10px;
    border: none;
    width: 60%;
    padding: 1rem;
}
.inputSubmit {
    margin: 0 0 0 0rem;
    background-color: rgb(255, 148, 88);
    color: black;
    width: 10rem;
    height: 5rem;
    font-family: Nunito, serif, medium;
    font-size: 1.7rem;
    border: none;
    border-radius: 10px;
}
}
/* -------------------- */

/* BREAKPOINT 1: 1440px - 1201px хооронд 1rem-ийг 9px орчим болгох */
@media screen and (min-width: 1025px) and (max-width: 1400px) {
    html {
        font-size: 50%; 
    }
     .graphic img {
    height: 50rem;
    width: auto;
 }
}

/* -------------------- */

/* BREAKPOINT 2: 767px - 940px хооронд 1rem-ийг 9px орчим болгох */

@media screen and (max-width: 940px) {
    html {
        font-size: 50%; 
    }
    #hero {
        background-size: 100%;
    }
    .container {
        margin-left: 10px;
        margin-right: 10px;
    }
    .heading-small {
    font-size: 2rem;
    border-radius: 1rem;
    margin-bottom: 0;
    }
    #main-heading-and-cta h1 {
    line-height: 1;
    }
    .heading-big {
    font-size: 5.5rem;
    margin-bottom: 0;
    }
    #main-heading-and-cta {
    margin: 5rem;
    }
    .call-to-action {
    padding: 0;

    width: 70rem;
    height: 20rem;
    }
    #demo {
    margin-left: 5rem;
    }
    .time-unit {
    margin: 0 1rem;
    font-size: 3.8rem;
    letter-spacing: 0.3rem;
    }
    .time-label {
    font-size: 1.5rem;
    }

    /* Price */

    .price {
    margin-right: 10rem;
    }
    .calendar {
    font-size: 1.8rem;
    }
    .new-price {
    font-size: 3.8rem;
    }
    .price-separator {
    font-size: 3rem;
    }
    /* Vector */

    .overlay-vector img {
    height: 10rem;
    width: auto;
    }
    h2 {
    font-family: 'Lora', serif;
    font-size: 3.8rem;
    text-align: center;
    }
    /* video */
    .video {
    margin-bottom: 10rem;
    max-width: 700px;
    }
    .video video {
    width: 100%;
    height: 100%;
    }
    .heading-deco h2{
    margin-bottom: -1rem;
    }
    .heading-deco img{
    margin-left: 162px;
    margin-top: -200px; 
    height: 30px;
    } 
    .green, .yellow, .pink {
    width: 90rem;
    }
    /* Footer part */
.Footer{
    background-color: #F8F4E9;
}
.row-container {
    box-sizing: border-box;
    display: flex;
    padding: 20rem 5rem 10rem 5rem;
    justify-content: space-between;
}
} 

/* BREAKPOINT 2: 480px - 767px хооронд 1rem-ийг 9px орчим болгох */

@media screen and (max-width: 767px) {
    html {
        font-size: 50%; 
    }
    #hero {
        background-size: 100%;
    }
    .container {
        margin-left: 10px;
        margin-right: 10px;
    }
    nav { 
        padding: 1.5rem 2rem;
        border-radius: 2.5rem;
        max-width: 70rem;
        max-height: 8rem;
    }
    .logo img {
        height: 10rem;
        width: auto;
    }
    .nav-left a {
    font-size: 2rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    }
    .nav-left button {
    width: 11.5rem;
    height: 4.7rem;
    margin-right: 1.5rem;
    font-size: 2rem;
    }

 /* Button */
.nav-right button {
    width: 11.5rem;
    height: 4.7rem;
    margin-right: 1.5rem;
    font-size: 2rem;
    }
    .heading-small {
    font-size: 1.7rem;
    border-radius: 1rem;
    margin-bottom: 0;
    }
    #main-heading-and-cta h1 {
    line-height: 0.8;
    }
    .heading-big {
    font-size: 4.5rem;
    margin-bottom: 0;
    }
    #main-heading-and-cta p {
    font-size: 1.7rem;
    margin-top: 0rem;
    margin-bottom: 2rem;
    }
    #main-heading-and-cta {
    margin: 0rem;
    }

    #main-heading-and-cta button {
    padding: 1.2rem 3rem 1.2rem 3rem;
    border-radius: 10px;
    font-size: 2rem;
    }
    .call-to-action {
    padding: 0;
    margin-top: 3rem;

    width: 53rem;
    height: 15rem;
    }
    #demo {
    margin-left: 4rem;
    }
    .time-unit {
    margin: 0 1rem;
    font-size: 3rem;
    letter-spacing: 0.3rem;
    }
    .time-label {
    font-size: 1.5rem;
    }

    /* Price */

    .price {
    margin-right: 4rem;
    }
    .calendar {
    font-size: 1.4rem;
    }
    .new-price {
    font-size: 3.4rem;
    }
    .price-separator {
    font-size: 3rem;
    }
    /* Vector */

    .overlay-vector img {
    height: 10rem;
    width: auto;
    }
    h2 {
    font-size: 2.8rem;
    }
    /* video */
    .video {
    margin-bottom: 7rem;
    max-width: 50rem;
    }
    .video video {
    width: 100%;
    height: 100%;
    }
    .heading-deco h2{
    margin-bottom: 5rem;
    }
    .heading-deco img{
    margin-left: 84px;
    margin-top: -200px; 
    height: 20px;
    display: none;
    } 
    .green, .yellow, .pink {
    max-width: 50rem;
    gap: 3rem;
    margin: 3rem auto 2rem auto;
    padding: 2rem;
    height: 20rem;
    }
    .green img,
    .yellow img,
    .pink img {
    height: 5rem;
    width: auto;
    }
    .green-text h3, 
    .yellow-text h3, 
    .pink-text h3 {
        font-size: 1rem;
        font-size: 2.5rem;
    }
    .green-text p, 
    .yellow-text p, 
    .pink-text p {
        font-size: 1.8rem;
    }
    /* Aguulga */

    .heading-wave img {
       width: 12rem;
       height: auto
    }
    #Three {
    padding: 0;
    background-color: #FCF9F2;
    background-image: none;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

  /* Card Grid */

.card-grid-container {
    display: flex;
    flex-wrap: nowrap;

    overflow-x: scroll;    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;

    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 3rem 3rem 11rem 3rem;

    column-gap: 2rem;
    max-width: 100%;
}
.card-grid-container::-webkit-scrollbar {
        display: none;
    }
.card-one img,
.card-two img,
.card-three img,
.card-four img   {
 width: 100%; 
 height: auto;
 }

/* Card arrows */

.arrow-right,
.arrow-left,
.arrow-left-down,
.arrow-right-down {
   display: none;
}

 /* Card 1 */

    .card-one,
    .card-two,
    .card-three,
    .card-four {
    align-items: center;

    width: 60vw;
    height: auto;
    flex-shrink: 0;
    scroll-snap-align: center;

    background-color: white;
    border: none;
    border-radius: 10px;
    padding: 0 0 0 0;
 }

    .card-one h4,
    .card-two h4,
    .card-three h4,
    .card-four h4 {
    margin: 1rem 2rem 0 2rem;
    font-size: 2.8rem;
 }

    .card-one p,
    .card-two p,
    .card-three p,
    .card-four p {
    font-size: 1.8rem;
    margin: 0 2rem 3rem 2rem;
 }

    .buleg-one,
    .buleg-two,
    .buleg-three,
    .buleg-four  {
    width: 19rem;
    text-align: center;
    background-color: #F9C5DC;
    border-radius: 25px;
 }

 /*Burii*/

 #Burii {
    position: relative;
    background-color: #F8F4E9;
    border-radius: 25px;

    padding: 5rem;
    margin: 0rem auto 8rem;
    max-width: 90%;
    box-sizing: border-box;
 }

 .Burii {
    display: block;
    justify-content: center;
    align-items: center;
    padding: 0rem;
    gap: 0rem;
 }

 .Burii-text h4 {
    margin-bottom: 2rem;
    margin-top: -2rem;
 }

 .burii-highlight {
    
    background-color: #FFD88B;
    border-radius: 25px;
    display: inline-block;
    padding: 0 1rem 0.2rem 1rem;
    line-height: 1.0;
 }

 .Burii-img img {
    border-radius: 25px;
    margin: 0 auto;
    width: 80%;
    height: auto;
 }

 .Burii-text .tsatsrag {
    margin-left: 39rem;
 }

  /* Graphic */

#graphic-container {
    position: relative;
    background-color: #F8F4E9;
    border-radius: 25px;

    padding: 3rem 2rem;
    margin: 0 auto 15rem auto;
    max-width: 90%;
    box-sizing: border-box;
 }
.graphic img {
    height: 24rem;
    width: auto;
 }
 /* FQA */

#FAQ {
    padding: 7rem;
    display: block;
    margin: 0rem auto;
    width: 100%;
    max-width: 70rem;
    box-sizing: border-box;
}
.left {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.left p {
    color: #F57833;
    font-size: 2rem;
    margin-bottom: 3rem;
}
.left h3 {
    font-size: 4.5rem;
    font-family: 'Lora';
    line-height: 1.5;
}
.FAQ-Button {
    align-items: center;
    justify-content: center;
    margin: 3rem auto;

    font-family: 'Nunito', serif, medium;
    font-size: 2rem;
    text-transform: uppercase;
    color: #F57833;

    border: 1px solid #F57833 ;
    background-color: #FEF0E9;
    width: 40rem;
    height: 7rem;
    max-width: 90%;
    border-radius: 2.5rem;

    cursor: pointer;
}
.FAQ-Button:hover {
    background-color: #F57833;
    color: #ffffff;
}
/* qna */

.right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.faq {
    width: 100%;
    max-width: 60rem;
    background-color: #F8F4E9;
    border: 1px solid black;
    border-radius: 2.5rem;
    margin: 2rem 0;
}
summary {
    background-color: #FCF9F2;
    border-radius: 2.5rem;
    width: 100%;
    padding: 1.5rem;
    border: none;
    outline: none;

    font-size: 2rem;
    text-transform: uppercase;
    
    cursor: pointer;
    transition: 0,3s;
    overflow: hidden;
    display: flex;

    justify-content: space-between;
    align-items: center;
    text-align: left;
    line-height: 1.5;
}

details p {
    font-size: 1.6rem;
    padding: 0 2rem 2rem 2rem;
    overflow: hidden;
}
summary:hover {
    background-color: #F8F4E9;
    border-radius: 2.5rem;
    overflow: hidden;
}

.faq summary span {
    font-size: 4.5rem;
    transform: rotate(-90deg);
    transition: transform 0.3s ease;
}
details[open] summary span {
    transform: rotate(0deg);
}

details > summary::-webkit-details-marker {
    display: none;
}
details > summary {
    list-style: none; /* list-style-ийг нуух стандарт арга */
}
details > summary::marker {
    display: none;
}
/* Footer part */
.Footer{
    background-color: #F8F4E9;
}
.row-container {
    box-sizing: border-box;
    display: block;
    padding: 15rem 10rem 10rem 10rem;
}
.Social-icons i {
    color: black;
    display: inline-block;
    font-size: 2.5rem;
    margin: 0rem;
    transition: 0.3s;
}
.Links, .Legal, .Social-icons, .Subscribe p {
    font-family: 'Nunito', serif, normal;
    font-size: 1.7rem;
    line-height: 2;
    margin-bottom: 3rem;
}
.Links ul, .Legal ul {
    list-style: none;
    text-decoration: none;
}
.Links a, .Legal a {
    text-decoration: none;
    color: black;
}

.Links h5, .Legal h5, .Subscribe h5 {
    font-size: 2.4rem;
    font-family: 'Nunito', serif;
    font-weight: 600;
}
.Subscribe {
    width: 80%;
}
.form {
    display: flex;
    width: 100%;
    height: 6rem;
    background-color: white;
    align-items: center;
    border-radius: 10px;
    margin: 2rem 0 0 0;
}
.inputEmail {
    width: 12rem;
    height: 5rem;
    border-radius: 10px;
    border: none;
    width: 100%;
    padding: 1rem;
}
.inputSubmit {
    margin: 0 0 0 0rem;
    background-color: rgb(255, 148, 88);
    color: black;
    width: 20rem;
    height: 5rem;
    font-family: Nunito, serif, medium;
    font-size: 1.7rem;
    border: none;
    border-radius: 10px;
}
}

/* BREAKPOINT 2: 300px - 480 px хооронд 1rem-ийг 9px орчим болгох */

@media screen and (max-width: 480px) {
    html {
        font-size: 50%; 
    }
    #hero {
        background-size: 100%;
        background-image: none;
    }
    .container {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    nav { 
        padding: 1rem 2rem;
        border-radius: 2.5rem;
        max-width: 70rem;
        max-height: 8rem;
    }
    .logo img {
        height: 9rem;
        width: auto;
    }
    .nav-left button {
    margin-left: -1rem;
    width: 6rem;
    height: 4rem;
    margin-right: 0rem;
    font-size: 1.8rem;
    }

/* Button */
    .nav-right button {
    width: 6rem;
    height: 4rem;
    margin-right: -1rem;
    font-size: 1.8rem;
    }
    .heading-small {
    font-size: 1.5rem;
    border-radius: 1rem;
    margin-bottom: 0;
    padding: 0.3rem 0.5rem 0.3rem 0.5rem;
    }
    #main-heading-and-cta h1 {
    line-height: 0.7;
    margin: 2rem 0rem 0rem 0rem;
    }
    .heading-big {
    font-size: 4rem;
    margin-bottom: 0;
    }
    #main-heading-and-cta p {
    font-size: 1.7rem;
    margin-top: 0rem;
    margin-bottom: 2rem;
    display: none;
    }
    #main-heading-and-cta {
    margin: 0rem;
    }

    #main-heading-and-cta button {
    padding: 1.2rem 3rem 1.2rem 3rem;
    border-radius: 10px;
    font-size: 2rem;
    display: none;
    }
    #demo {
    margin-left: 4rem;
    display: none;
    }
    .time-unit {
    margin: 0 1rem;
    font-size: 3rem;
    letter-spacing: 0.3rem;
    }
    
    .time-label {
    font-size: 1.5rem;
    }

    /* Price */

    .call-to-action {
    display: block;
    align-items: center;
    justify-content: space-between;
    padding: 4rem;
    margin: 4rem auto;

    border-radius: 25px;
    width: 90%;
    height: 23rem;
    background-color: #F8F4E9;
    box-shadow: none;
    }
    .price {
    margin: 0rem 0rem 0rem 0rem;
    }
    .old-price {
    font-size: 4rem;
    }
    .calendar {
    font-size: 1.7rem;
    }
    .new-price {
    font-size: 5rem;
    }
    .price-separator {
    font-size: 3rem;
    }
    .cta-mobile-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem auto;

    font-family: 'Nunito', serif;
    font-weight: 600;
    font-size: 2rem;
    text-transform: uppercase;

    background-color: #FF9458;
    color: rgb(0, 0, 0);
    border: none;
    width: 18rem;
    height: 5rem;
    border-radius: 10px;
    cursor: pointer;
    }

    /* Vector */
    .overlay-vector img {
    height: 10rem;
    width: auto;
    margin-top: -2.5rem;
    }
    h2 {
    font-size: 2.8rem;
    }
    .why-one {
    margin-bottom: 3rem;
    margin-top: 1rem;
    }
    /* video */
    .video {
    margin-bottom: 7rem;
    max-width: 42rem;
    }
    .video video {
    width: 100%;
    height: 100%;
    }
    .heading-deco h2{
    margin-bottom: 3rem;
    }
    .heading-deco img{
    margin-left: 84px;
    margin-top: -200px; 
    height: 20px;
    display: none;
    } 
    .green, .yellow, .pink {
    max-width: 42rem;
    gap: 3rem;
    margin: 2rem auto 2rem auto;
    padding: 3rem;
    height: 30rem;
    display: block;
    }
   
    .green img,
    .yellow img,
    .pink img {
    height: 7rem;
    width: auto;
    margin-bottom: 1rem;
    }
    .green-text h3, 
    .yellow-text h3, 
    .pink-text h3 {
        font-size: 1rem;
        font-size: 2.5rem;
    }
    .green-text p, 
    .yellow-text p, 
    .pink-text p {
        font-size: 1.7rem;
    }
    #Content .button button {
    margin: 8rem auto;
    font-family: 'Nunito', serif;
    font-weight: 600;
    font-size: 2rem;
    text-transform: uppercase;
    background-color: #FF9458;
    color: rgb(0 0 0);
    border: none;
    width: 30rem;
    height: 7rem;
    border-radius: 10px;
    cursor: pointer;
}
    /* Aguulga */

    .heading-wave img {
       width: 12rem;
       height: auto
    }
    #Three {
    padding: 0;
    background-color: #FCF9F2;
    background-image: none;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

  /* Card Grid */

.card-grid-container {
    display: flex;
    flex-wrap: nowrap;

    overflow-x: scroll;    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;

    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 3rem 3rem 11rem 3rem;

    column-gap: 2rem;
    max-width: 100%;
}
.card-grid-container::-webkit-scrollbar {
        display: none;
    }
.card-one img,
.card-two img,
.card-three img,
.card-four img   {
 width: 100%; 
 height: auto;
 }

/* Card arrows */

.arrow-right,
.arrow-left,
.arrow-left-down,
.arrow-right-down {
   display: none;
}

 /* Card 1 */

    .card-one,
    .card-two,
    .card-three,
    .card-four {
    align-items: center;

    width: 60vw;
    height: auto;
    flex-shrink: 0;
    scroll-snap-align: center;

    background-color: white;
    border: none;
    border-radius: 10px;
    padding: 0 0 0 0;
 }

    .card-one h4,
    .card-two h4,
    .card-three h4,
    .card-four h4 {
    margin: 1rem 2rem 0 2rem;
    font-size: 2.8rem;
 }

    .card-one p,
    .card-two p,
    .card-three p,
    .card-four p {
    font-size: 1.8rem;
    margin: 0 2rem 3rem 2rem;
 }

    .buleg-one,
    .buleg-two,
    .buleg-three,
    .buleg-four  {
    width: 19rem;
    text-align: center;
    background-color: #F9C5DC;
    border-radius: 25px;
 }

 /*Burii*/

 #Burii {
    position: relative;
    background-color: #F8F4E9;
    border-radius: 25px;

    padding: 3rem;
    margin: 0rem auto 8rem;
    max-width: 90%;
    box-sizing: border-box;
 }

 .Burii {
    display: block;
    justify-content: center;
    align-items: center;
    padding: 0rem;
    gap: 0rem;
 }

 .Burii-text h4 {
    margin-bottom: 2rem;
    margin-top: -2rem;
    font-size: 5vw;
 }

 .burii-highlight {
    
    background-color: #FFD88B;
    border-radius: 25px;
    display: inline-block;
    padding: 0 1rem 0.2rem 1rem;
    line-height: 1.0;
 }

 .Burii-img img {
    border-radius: 25px;
    margin: 0 auto;
    width: 100%;
    height: auto;
    margin-bottom: 4rem;
 }

 .Burii-text .tsatsrag {
    margin-left: 40rem;
    display: none;
 }

  /* Graphic */

#graphic-container {
    position: relative;
    background-color: #F8F4E9;
    border-radius: 25px;

    padding: 3rem 2rem;
    margin: 0 auto 15rem auto;
    max-width: 90%;
    box-sizing: border-box;
 }
.graphic img {
    height: 20vh;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;

 }
 /* Footer part */
.Footer{
    background-color: #F8F4E9;
}
.row-container {
    box-sizing: border-box;
    display: block;
    padding: 15rem 5rem 10rem 5rem;
}
.Social-icons i {
    color: black;
    display: inline-block;
    font-size: 2.5rem;
    margin: 0rem;
    transition: 0.3s;
}
.Links, .Legal, .Social-icons, .Subscribe p {
    font-family: 'Nunito', serif, normal;
    font-size: 1.7rem;
    line-height: 2;
    margin-bottom: 3rem;
}
.Links ul, .Legal ul {
    list-style: none;
    text-decoration: none;
}
.Links a, .Legal a {
    text-decoration: none;
    color: black;
}

.Links h5, .Legal h5, .Subscribe h5 {
    font-size: 2.4rem;
    font-family: 'Nunito', serif;
    font-weight: 600;
}
.Subscribe {
    width: 80%;
}
.form {
    display: flex;
    width: 100%;
    height: 6rem;
    background-color: white;
    align-items: center;
    border-radius: 10px;
    margin: 2rem 0 0 0;
}
.inputEmail {
    width: 12rem;
    height: 5rem;
    border-radius: 10px;
    border: none;
    width: 100%;
    padding: 1rem;
}
.inputSubmit {
    margin: 0 0 0 0rem;
    background-color: rgb(255, 148, 88);
    color: black;
    width: 20rem;
    height: 5rem;
    font-family: Nunito, serif, medium;
    font-size: 1.7rem;
    border: none;
    border-radius: 10px;
}
 
}
