/* Google Fonts */
@font-face {
    font-family: "SVN-Sigokae";
    src: url(../Font/SVN-Sigokae.otf);
}
.font-main {
    font-family: "SVN-Sigokae";
}
.montserrat-regular 
{
    font-family: "Montserrat";
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
.montserrat-medium 
  {
    font-family: "Montserrat";
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
.montserrat-semibold
  {
    font-family: "Montserrat";
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
  }
.montserrat-bold
  {
    font-family: "Montserrat";
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
  
/* Global CSS */
html
{
    scroll-behavior: smooth;
    /* scroll-padding: 25px; */
}
section
{
    overflow: hidden;
}
body {
    background-color: var(--background-color);
}
:root
{
    --main-color:#307139;
    --main-darker:#152A18;
    --secondary-color: #F2Be47; 
    --secondary-darker: #B88D43;     
    --background-color: #F5F4E8;
    --background-lighter:#F5F0E4;
    --shadow-black-100:0 5px 15px rgba(0,0,0,0.2);
    --b-w-1:#041B28;
    --b-w-2:#4A5A65;
    --b-w-3:#C5C5C5;
    --b-w-4:#D2D2D2;
    --b-w-5:#F8F8F8;
    --b-w-6:#E7E8EA;  
    --error:#FF3B3C;
    --warning:#FFCC00;
    --info:#0062F7;
    --success:#07C271;
    --success-sub:#C8E5C9;  
}
*
{  flex-wrap: wrap;
    margin: 0px;
    font-family: sans-serif;
    text-decoration: none; 
}
img {
    max-width: 100%;
    height: auto;
}
.back .btn
{   
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 9999;    
}
.back p
{
    position: fixed;
    right: 35px;
    bottom: 10px;
    font-size: 16px;
    z-index: 9999;
    color: var(--main-colorr);
}
.container {
    max-width: 1205px;
}

/* ===== Navbar =====*/
.bg {
    background-color: var(--main-color);
    box-shadow: var(--shadow-black-100);
}
.navbar-nav {
    column-gap: 8px;
}
.navbar-nav .nav-item .nav-link
{
    color: var(--background-color);
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 30px;
    background-color: var(--main);
    text-align: center;
}
.navbar-nav .nav-item .nav-link:hover
{
    background-color: var(--main-darker);
}
.navbar-nav .nav-item .nav-link-btn
{
    color: var(--main-color);
    background-color: var(--secondary-color);
    box-sizing: border-box;
    border-radius: 30px;
    font-size: 16px;
    display: block;
    text-decoration: none;
    padding: 8px 45px;
    transition: .5s;
    text-align: center;
}
.navbar-nav .nav-item .nav-link-btn:hover
{
    color: var(--background-lighter);
    background-color: var(--secondary-darker);
}

/* === === */
.scroll-snapping-screen {
    padding-top: 65px;
    padding-bottom: 65px;
}
/* @media (min-width: 992px) {
    .scroll-snapping {
        height: 100vh;
        overflow-y: scroll;
        scroll-snap-type: y mandatory;
        scroll-behavior: smooth;
    }
    .scroll-snapping-screen {
        scroll-snap-align: center;
        height: 100vh;

    }
} */

/* ==== Home ==== */
.home-section
{
    height: 900px;
    position: relative;
    
}
.home-section .home-text
{   
    color: var(--b-w-1);
    position: absolute;
    top: 30%;
    display: block;
    width: 550px;
    margin: 0 380px;
    z-index: 789;
}
.home-image
{
    z-index:678;
}
.home-image .img-01
{
    position: absolute;
    left: -150px;
    opacity: 0;
    display: block;
    width: 339px;
    height: 424px;
    transition: 1s ease;
}
.home-image .img-01.show {
    left: 0px;
    opacity: 1;
}

.home-image .img-02
{
    position: absolute;
    top: -100px;
    left: 395px;
    opacity: 0;
    display: block;
    width: 310px;
    height: 185px;
    transition: 1s ease;
}
.home-image .img-02.show {
    top: 0;
    opacity: 1;
}

.home-image .img-03
{
    position: absolute;
    top: -100px;
    right: -100px;
    opacity: 0;
    display: block;
    width: 412px;
    height: 360px;    
    transition: 1s ease;
}
.home-image .img-03.show {
    top: 0px;
    right: 0px;
    opacity: 1;
}

.home-image .img-04
{    
    position: absolute;
    bottom: 269px;
    left: -146px;
    opacity: 0;
    display: block;
    width: 522px;
    height: 377px;
    transition: all 1s ease;
}
.home-image .img-04.show {
    opacity: 1;
    bottom: 35px;
    left: -220px;
}
.home-image .img-05
{
    position: absolute;
    bottom: 300px;
    left: 275px;
    opacity: 0;
    display: block;
    width: 521px;
    height: 295px;
    transition: 1s ease;
}
.home-image .img-05.show {
    opacity: 1;
    bottom: -50px;
    left: 375px;
}
.home-image .img-06
{
    position: absolute;
    bottom: 300px;
    right: -90px;
    opacity: 0;
    display: block;
    width: 295px;
    height: 259px;
    transition: 1s ease;
}
.home-image .img-06.show {
    opacity: 1;
    bottom: 50px;
    right: -80px;
}

.home-section .home-text .h2
{
    margin-left: 210px;
}
.home-section .home-text p
{
    text-align: right;
    font-size: 14px;
    display: block;
    padding-right: 34px;
    line-height: 14px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .home-section .home-text {
        top: 70px;
        margin: 0;
        position: relative;
        margin-bottom: 50px;
    }
    .home-section .home-text .h2
    {
        margin-left: 0px;
    }
    .home-section {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }
    .about-us, .vision-section, .features1-section, .features2-section, .features3-section, .feedback-section, .download-section {
        opacity: 1 !important;
    }
}

/* ==== About us ===== */
.about-us {
    background-color: #DFE4D5;
    position: relative;
    opacity: 0;
    top: 100px;
    transition: all 1s ease;
}
.about-us.show {
    top: 0;
    opacity: 1;
}
.number
{ 
    border-radius: 24px;
    padding: 20px 70px;
    text-align: center;
    background-color: var(--background-lighter);
    margin-top: 50px;
}
.number .number-frame
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.number .number-content h1
{
    font-size: 40px;
    color: var(--main-color);
    font-weight: 600p;
}
.number-content p
{
    margin-top: 10px;
    font-size: 14px;
}

/* ===== Vision =====*/
.vision-section
{
    background-color: var(--background-color);
    opacity: 0;
    position: relative;
    top: 100px;
}
.vision-section.show {
    opacity: 1;
    top: 0;
}
.vision-section .vision-text
{
    width: 100%;
    /* padding-top: 10vh; */
    padding-bottom: 5vh;
    margin: auto;
}
.vision-section .vision-text h1
{
    text-align: center;
    margin-bottom: 10px;
}
.vision-section .vision-text p
{
    margin-bottom:5px;
    word-spacing: 0.15px;
    font-size: 16px;
    color: var(--b-w-1);
    text-align: center;
}
.vision-section .vision-card
{
    margin: -30px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.vision-section .card-frame
{
    position: relative;
    margin: 9px 9px;
    display: block;
    width: 383px;
    height: 523px;
    overflow: hidden;
    border-radius: 15px;
}
.vision-section .gradient
{
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgb(5, 32, 16));
    transition: .8s ;
}
.vision-section .card-frame:hover .gradient
{
opacity: 1;
}
.vision-section .card-frame img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.vision-section .card-content 
{
    position: absolute;
    bottom: -20%;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 40%;
    padding: 10px 30px;
    color: var(--b-w-5);
    /* z-index: 996; */
    transition: 0.8s ease;
    /* background-color: red; */
}
.vision-card .card-frame:hover .card-content
{
    position: absolute;
    bottom: 0;
}
.vision-section .card-content h1
{
    font-size: 20px;
    margin-bottom: 15px;
}
.vision-section .card-content p
{
    font-size: 16px;
    opacity: 0;
    transition:opacity 0.8s ease;
}
.vision-card .card-frame:hover .card-content p
{
    opacity: 1;
}

/* ===== Features1 =====*/
@media (min-width: 992px) {
    .features1-section {
        margin-top: 20px;
    }
}
.features1-section
{
    opacity: 0;
    position: relative;
    top: 100px;
    transition: all 1s ease;
}
.features1-section.show {
    opacity: 1;
    top: 0;
}
.features1-section .features-text
{
    margin: auto;
}
.features1-section .features-title
{
    width: 1205px;
}
.features1-section .features-title h1
{
    font-size: 20px;
    margin-bottom: 15px;
}
.features1-section .list
{   
    /* margin-left: 60px; */
    margin-top: 50px;
    /* background-color: #0062F7; */
    width: 650px;
    margin-bottom: 150px;
}
.list .point-frame1
{
    display: inline-block; 
    margin: 0px;
    /* background-color: var(--error); */
    
}
.list .point-frame2
{
    display: inline-block;
    margin: 0px;
    
}
.features1-section .features-point
{
    width: 320px;
    height: auto;
    margin: 10px 0px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 24px;
    background-color: var(--secondary-color) 0;
    transition: .8s ease;
}
.features1-section .features-point:hover
{
    background-color: var(--secondary-color) ;
}
/* .features1-section .features-point img
{
    top: 10px;
    left: -55px;
    width: 50px;
} */
.features1-section .features-point h1
{
    font-size: 20px;
}
.features1-section .features-point p
{
    margin-top: 10px;
    font-size: 14px;
    line-height: 28px;
}
.features1-section .features-image 
{
    display: inline-block;
    width: 520px;
    margin-top: -150px;
    /* background-color: rebeccapurple; */
}
.features1-section .features-image img
{
    width: 100%;
}

/* ===== Features2 =====*/
.features2-section
{
    opacity: 0;
    position: relative;
    top: 100px;
    transition: all 1s ease;
}
.features2-section.show {
    opacity: 1;
    top: 0;
}
.features2-section .features-text
{
    width: 100%;
    margin: auto;
}
.features2-section .features-text h1
{
    font-size: 20px;
    margin-bottom: 15px;
}
.features2-section .features-text h2
{
    text-align: center;
    margin-bottom: 50px;
}
.features2-section .features-card
{
    display: inline-flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.features2-section .card-frame
{
    position: relative;
    margin: 10px 10px;
    display: block;
    width: 380px;
    height: 563px;
    overflow: hidden;
    border-radius: 24px;
}
.features2-section .card-frame img
{
    width: 100%;
    object-fit: none;
    display: block;
}
.features2-section .card-content1 
{
    position: absolute;
    top: 50px;
    left: 50px;
    text-align: left;
    
    color: var(--b-w-5);

}
.features2-section .card-content2 
{
    position: absolute;
    top: 50px;
    left: 50px;
    left: 11%;
    text-align: left;
    color: var(--b-w-5);
}
.features2-section .card-content3 
{
    position: absolute;
    bottom: 50px;
    right: 50px;
    text-align: right;
    color: var(--b-w-5);
}
.features2-section .card-content h1
{
    font-size: 34px;
}
.features2-section .card-content p
{
    margin-top: 20px;
    font-size: 16px;
}

/* ===== Features3 =====*/
@media (min-width: 992px) {
    .features3-section {
        margin-top: 20px;
    }
}
.features3-section
{
    opacity: 0;
    position: relative;
    top: 100px;
    transition: all 1s ease;
}
.features3-section.show {
    opacity: 1;
    top: 0;
}
.features3-section .features3-image
{
    display: inline-block;
    /* background-color: #0062F7; */
}
.features3-section .features3-text
{
    display: inline-block;
    text-align: right; 
    /* background-color: #07C271; */
}
.features3-section .features-title h1
{
    font-size: 20px;
    margin-bottom: 25px;
}
.features3-text .features-title
{
    margin-bottom: 50px;
}
.features3-text .features-content p
{
    margin-top: 15px;
    font-size: 16px;
}
/* ===== Feedback1 =====*/
@media (min-width: 992px) {
    .feedback-section {
        margin-top: 20px;
    }
}
.feedback-section .slider
{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.slider .user-frame
{   
    margin-top: 5vh;
    margin-right: 30px;
    width: 1000px;
    height: 250px;
    box-sizing: border-box;
    padding: 30px 35px;
    border: 1.5px solid var(--main-color);
    border-radius: 24px;
}
.slider .user
{
    margin-bottom: 40px;
    margin-top: -30px;
    
}
.slider .user a img {
    max-width: 30%;
    display: inline-block;  
    padding-top: 30px; 
}
.slider .user-frame .user .name
{
    /* margin-left: 25px; */
    display: inline-block;
}
.slider .name h1 {
    font-size: 20px;
}
.slider .name img {
    width: 100%;
}
.slider p {
    font-size: 16px;
    margin-top: -20px;
}
/* ===== Feedback2 =====*/
.feedback-section .feedback-text h1
{
    text-align: center;
    margin-bottom: 25px;
    font-size: 20px;
}
.feedback-section .feedback-text h2
{
    text-align: center;
    margin-bottom: 40px;
}
.feedback-section .feedback-text p
{
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}
.feedback-section .feedback-card
{
    margin-top: -30px;
    display: flex;
    justify-content: space-evenly;
}
.feedback-section .card-frame
{
    position: relative;
    margin: 0 10px;
    display: block;
    width: 360px;
    height: 500px;
    border-radius: 24px;
    overflow-y: hidden;
}
.feedback-section .card-frame img
{
    width: 100%;
    height: 100%;
    object-fit: none;
    display: block;
}
.card-content img
{
    position: absolute;
    top: -180px;
}
.feedback-section .card-content h1
{
    color: var(--background-lighter);
    font-size: 24px;
    text-align: center;
    position: absolute;
    width: 100%;
    padding: auto;
    top: 150px;
}
.feedback-section .card-content p
{
    color: var(--background-lighter);
    position: absolute;
    top: 200px;
    display: block;
    margin: 20px 30px;
    font-size: 16px;
    text-align: center;
}
.feedback-section .show
{
    position: absolute;
    box-sizing: border-box;
    bottom: 0;
    background-color: var(--secondary-color);
    padding: 30px 0;
    width: 100%;
    text-align: center;
}
.feedback-section .show a
{
    text-decoration: none;
    color: var(--main-color);
}
.feedback-section .card-frame .card-content .show :hover {
    color: var(--background-lighter);
    /* background-color: var(--secondary-darker); */
}

/* ===== Download =====*/
.download-section
{
    opacity: 0;
    position: relative;
    top: 100px;
    transition: all 1s ease;
}
.download-section.show {
    opacity: 1;
    top: 0;
}
.download-section
{
    width: 100%;
    background-color: var(--background-color);
    position: relative;
    margin-top: 100px;
    padding: 100px 0px;
}
.download-section .gradient
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(26,86,50,1));
    z-index: -100;
}
.download-section .mask {
    -webkit-mask-image: linear-gradient(transparent, black);
    mask-image: linear-gradient(transparent 30%, black);
  }
.download-section .background
{
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -101;
}
.download-section .background img
{
    width: 100%;
}
.download-section .download-image
{
    /* background-color: rebeccapurple; */
    display: inline-block;
    width: 550px;
}
.download-section .download-text
{
    text-align: center;
    /* background-color: #0062F7; */
    display: inline-block;
    width: 550px;
    padding: 50px 0px;
}
.download-section .download-image img
{
    max-width: 100%;
}
.download-section
{
    z-index: 1;
}
.download-section .download-title h1
{
    font-size: 20px;
    margin-bottom: 25px;
}
.download-text .download-title
{
    margin-bottom: 50px;
}
.download-text .download-content p
{
    margin-top: 15px;
    font-size: 16px;
}
/* ==== footer ==== */
footer
{
    position: relative;
    width: 1205px;
}
.footer .logo
{
    display: inline-block;
    padding: 30px 30px;
}
.footer .contact-text
{
    padding: 30px 30px;
    display: inline-block;
    /* background-color: var(--error); */
}
.footer h1
{
    font-size: 20px;
    margin-bottom: 10px;
}
.footer h2
{
    font-size: 16px;
}
.footer p
{
    font-size: 16px;
}
.footer .support-text
{
    display: inline-block;
    text-align: right;
    display: block;
    padding: 30px 30px;
    right: 0;
    /* background-color: #0062F7; */
}
.footer .social img
{
    padding: 10px 0;
}