@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
    font-family: "Exo", sans-serif;
    padding: 0;
    margin: 0;
    outline: none !important;
}

::selection {
    background: #316794;
    color: aliceblue !important;
}

body {
    /* overflow-x: hidden !important; */
    background: whitesmoke;
}

:root {
    overflow-X: hidden !important;
}

.HeaderLogo {
    display: block;
    margin: 0 0;
    width: auto;
}

.HeaderLogo .setbg {
    display: block;
    margin: 0 0;
    width: auto;
    height: 56px;
    aspect-ratio: 5/1;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    filter: grayscale(1) invert(1) brightness(4.5);
}

header {
    background: #202020;
    padding: 10px 4%;
    position: relative;
}

main {
    position: relative;
    overflow: hidden;
}


.SystemItem {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    z-index: 2;
    min-height: 357px;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: grayscale(30%) contrast(90%);
    transition: 400ms;
}


.SystemItem:hover {
    /* transform: scale(1.05); */
    filter: grayscale(0) contrast(106%);
}


.PlanesGH {
    display: none;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
}

.PlaneItem {
    display: block;
    margin: 0 auto;
    width: 45%;
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    direction: ltr;
}

.PlaneItem h2 {
    display: block;
    margin: 8px auto;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.PlaneItem ul {
    display: block;
    margin: 24px auto;
    width: 100%;
    padding: 0;
}

.PlaneItem ul li {
    display: block;
    margin: 20px auto;
    width: 100%;
    padding: 0;
    font-size: 13px;
}

.SystemItemText {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
    width: 100%;
}

.SystemItemTextInner {
    display: block;
    margin: 0 0;
    width: 90%;
    /* border-right: solid 1px #00000026; */
    padding-right: 25px;
    direction: ltr;
}

.SystemItemTextInner h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
    mix-blend-mode: luminosity;
    opacity: 0.7;
    z-index: 222;
    position: relative;
}

.SystemItemTextInner p {
    display: block;
    margin: 13px auto;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    line-height: inherit;
}

.SystemPresentation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.SystemLogo {
    display: block;
    margin: 0 0;
    width: auto;
    height: 200px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    filter: drop-shadow(2px 4px 6px white);
}

.SystemPresentationParent {
    display: flex;
    justify-content: center;
    align-items: center;
}

.SystemPresentation button {
    width: fit-content;
    height: fit-content;
    margin: 0 0;
    padding: 13px 19px;
    border: none;
    background: #d1a745;
    color: aliceblue;
    border-radius: 1000px;
    position: relative;
    padding-left: 48px;
    transition: 300ms;
}

.SystemPresentation button .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    filter: invert(1);
}

.SystemPresentation button:hover {
    background: #a77f22;
    transform: scale(1.1);
}

.PlaneItem h3 {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #508b52;
}

.PlaneItem h3 u {
    text-decoration: none;
    font-size: 14px;
}

.PlaneItem label {
    display: block;
    margin: 5px auto;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #343434;
}

.SystemItemBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: soft-light;
    opacity: 0.6;
}

.Banner {
    position: relative;
}

.BannerInner {
    position: relative;
}

.BannerInnerArt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 85%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    pointer-events: none;
    filter: contrast(80%) brightness(95%);
    z-index: 22;
}

.BannerInner h1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: fit-content;
    padding: 0% 15%;
    font-size: 117px;
    text-align: center;
    font-weight: bold;
    color: #5bffb5;
    z-index: -1;
    mix-blend-mode: color-burn;
    filter: brightness(15%);
}

.BannerInnerBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    opacity: 0.07;
}

.BannerInner h1 u {
    text-decoration: none;
    -webkit-animation: BannerDotAnimation 2s ease-in-out infinite;
    animation: BannerDotAnimation 2s ease-in-out infinite;
    transform: scale(2.0) !important;
    display: inline-block;
    position: relative;
    bottom: 47px;
    left: 14px;
}

@keyframes BannerDotAnimation {
    0% {
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        opacity: 0.0;
    }
}

.BannerBtn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 22;
    padding: 12px 4px;
}

.BannerBtn button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 13px 20px;
    border-radius: 1000px;
    background: #d1a745;
    color: aliceblue;
    border: none;
    margin: 115px auto;
    transition: 300ms;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding-left: 51px;
}

.BannerBtn button i {
    margin-right: 7px;
}

.BannerBtn button:hover {
    transform: scale(1.2);
    box-shadow: -7px -4px 1px 1px #0000005c;
    background-color: #cda443;
}

.BannerBtn button .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    background-size: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    filter: invert(1);
}

.WhatsAppBtn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 70px;
    aspect-ratio: 1/1;
    background: #358d44;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    margin: 20px;
    padding: 13px;
    border-radius: 20px;
    transition: 300ms;
    overflow: hidden;
}

.WhatsAppBtn .setbg {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: invert(1);
}

.WhatsAppBtn:hover {
    transform: scale(1.2);
    background-color: #3eab51;
    box-shadow: 12px -8px 1px 1px #0000001c;
}

.WhatsAppBtn:hover .setbg {
}

header h4 {
    position: absolute;
    right: 5%;
    top: 0;
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: aliceblue;
    text-align: left;
    direction: ltr;
    font-size: 20px;
    font-weight: 300;
}

header h4 i {
    margin: 0 12px;
}

.CallUsBtn {
    display: none;
}

.Preloader {
}

.PreloaderInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
}

.PreloaderDiv {
}

.PreloaderDiv img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 80px;
}

.PreloaderDiv label {
    display: block;
    margin: 23px auto;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #787878;
}

.PreloaderBG {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    opacity: 0.05;
}

.BtnShine {
    position: absolute;
    right: -40px;
    top: -50%;
    height: 200%;
    width: 0;
    transform: rotate(32deg);
    box-shadow: 1px 1px 10px 5px white;
    -webkit-animation: ButtonShineAnimation 3s ease-in-out infinite;
    animation: ButtonShineAnimation 3s ease-in-out infinite;
    opacity: 0.7;
}

@keyframes ButtonShineAnimation {
    0% {
        right: -120%;
    }
    100% {
        right: 220%;
    }
}