@charset "utf-8";
/* CSS Document */

/******* Fonts Face CSS Start **********/

@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial-Black.eot');
    src: url('../fonts/Arial-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Arial-Black.woff2') format('woff2'),
        url('../fonts/Arial-Black.woff') format('woff'),
        url('../fonts/Arial-Black.ttf') format('truetype'),
        url('../fonts/Arial-Black.svg#Arial-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/********* Fonts Face CSS End **********/

/******* Common Element CSS Start ******/

:root {
    --primary-color: #e89a34;
    --secondary-color: #633d23;
    --dark-background-color: #633d23;
    --light-background-color: #ffebde;
    --white-color: #ffffff;
    --black-color: #000000;
    --light-head-color: #f7bc5c;
    --dark-text-color: #372921;
    --light-text-color: #ffe1ce;
}


*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    outline: none;
    display: inline-block;
}

a:focus,
a:active,
a:visited {
    outline: none;
    border: 0px;
}

select:focus {
    outline: none;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

textarea {
    resize: none;
}

img {
    max-width: 100%;
}

body {
    font-family: 'Arial', sans-serif;
    margin-top: 78px;
    overflow-x: hidden;
}


nav {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999999;
}

body.stickey nav {
    background: #fff;
    transition: 0.3s ease-in-out;
    box-shadow: 0px 0px 30px 2px #0000003d;
}
body.menu-open .navbar-toggler span:first-child { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); top: 8px; }

body.menu-open .navbar-toggler span:nth-child(2) { opacity: 0; }

body.menu-open .navbar-toggler span:last-child { -webkit-transform: rotate(45deg); transform: rotate(45deg); top: -11px; }
/*.navbar-toggler {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.navbar-toggler-icon {
    background-image: unset !important;
    width: 30px;
    height: 2px;
    background-color: var(--dark-background-color);
}*/
.navbar-toggler { padding: 0; border: none; outline: none !important; width: 30px; height: 30px; display: flex; flex-wrap: wrap; box-shadow: none; }

.navbar-toggler span { display: block; background: #6b3413; margin-bottom: 5px; width: 100%; height: 4px; border-radius: 5px; transform-origin: center center; position: relative; transition-duration: 0.5s; display: inline-block; }

.navbar-light .navbar-toggler {
    border-color: transparent;
    outline: none !important;
}

.navbar-collapse {
    justify-content: flex-end;
}

.nav-item {
    margin: 0px 10px;
}

.nav-item.active .nav-link {
    color: #6b3413 !important;
}
.nav-link:hover {
    color: #6b3413 !important;
}

body.stickey .nav-item.active .nav-link {
    color: #697a9a !important;
    transition: 0.3s ease-in-out;
}

.nav-link {
    font-size: 16px;
    font-weight: 700;
    color: #697a9a !important;
    padding: 7px 5px !important;
}

.btn-download {
    font-size: 16px;
    font-weight: 700;
    padding: 7px 15px !important;
    border-radius: 5px;
    color: #fff !important;
    background-color: #697a9a !important;
    text-decoration: none !important;
    width: fit-content;
}

.navbar-brand {
    max-width: 150px;
}

.navbar-brand img {
    width: 100px;
}

.banner-sec {
    background: url('../images/banner-bg.png')no-repeat bottom center/cover;
    min-height: 115vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 999;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.banner-sec .container {
    position: relative;
    z-index: 3;
}

.banner-img {
    margin-top: 10vh;
}

.banner-content {
    position: absolute;
    top: 40px;
    left: 0;
    font-size: 27px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}

.banner-content span {
    display: block;
    width: 100%;
    color: #888b88
}

.banner-left-shade {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

footer {
    padding: 10px 5px;
    background-color: var(--light-background-color);
}

footer .footer-desc-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

footer .footer-desc-sec a {
    color: var(--dark-text-color);
    text-decoration-color: var(--dark-text-color);
}

.validations-text {
    color: #773216;
    font-size: 12px;
    text-align: left;
    display: block;
    width: 100%;
    margin-top: -7px;
}

#successfullyMessage {
    font-size: 16px;
    color: var(--white-color);
    background: #2ba02b;
    text-align: center;
    display: grid;
    place-content: center;
}

#successfullyMessage.success {
    min-height: 50px;
    transition: 0.3s ease-in-out;
}

/******* Common Element CSS End ******/

/******* Index Page CSS Start ******/

.about-sec {
    min-height: 115vh;
    background: url('../images/about-bg.png')no-repeat center center/cover;
    margin-top: -30vh;
    padding: 10vh 0;
    position: relative;
    z-index: 1;
}

.about-sec .boss-image {
    position: absolute;
    z-index: 10;
    width: 600px;
    left: 3%;
    top: 1%;
}

.about-sec .dragon-image {
    position: absolute;
    width: 500px;
    right: 5%;
    top: 20%;
    transform: scaleX(-1);
}

.about-sec .container {
    position: relative;
}

.about-desc-sec {
    position: relative;
    z-index: 999;
    color: #fff;
    text-align: center;
    max-width: 50%;
    margin: 0px auto;
    margin-top: 100px;
}

.about-desc-sec h2 {
    color: #f7bc5c
}

.about-desc-sec p {
    color: #b8beb4;
    font-size: 18px;
}

.about-side-img {
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
}

.about-side-img img {
    width: 100%;
}

.feature-sec {
    min-height: 90vh;
    background: url('../images/feature-bg.png')no-repeat center center/cover;
    margin-top: -37.2vh;
    padding: 11vh 0 2px;
    position: relative;
}

.feature-sec .bea-image {
    position: absolute;
    width: 250px;
    z-index: 1;
    right: 5%;
    top: 80px;
}

.feature-sec .bea-image-group {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.feature-sec .bea-image-group .bea-image-1 {
    position: absolute;
    width: 200px;
    z-index: 1;
    left: 5%;
    bottom: 80px;
    transform: scaleX(-1);
}

.feature-sec .bea-image-group .bea-image-2 {
    position: absolute;
    width: 150px;
    z-index: 1;
    left: 12%;
    bottom: 50px;
    transform: scaleX(-1);
}

.feature-sec .feature-desc-sec {
    position: relative;
    z-index: 1;
}

.feature-sec .feature-desc-sec h2 {
    text-align: center;
    color: #6b3413;
    text-transform: uppercase;
}

.feature-sec .feature-desc-sec .feature-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.feature-sec .feature-desc-sec .feature-box.feature-box-1 {
    margin-top: -30px;
}

.feature-sec .feature-desc-sec .feature-box.feature-box-2 {
    margin-top: 60px;
}

.feature-sec .feature-desc-sec .feature-box.feature-box-3 {
    margin-top: 150px;
}

.feature-sec .feature-desc-sec .feature-box.feature-box-4 {
    margin-top: 240px;
}

.feature-sec .feature-desc-sec .feature-box img {
    width: 80%;
}

.feature-sec .feature-desc-sec .feature-box h5 {
    text-align: center;
    color: var(--white-color);
    text-transform: uppercase;
}

.contact-sec {
    background: url('../images/contact-us-bg.png')no-repeat top center/cover;
    padding: 30vh 0 10vh;
    position: relative;
}

.contact-sec .boss-images {
    position: absolute;
    width: 500px;
    top: -250px;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    transition: 0.3s;
    cursor: pointer;
}

.contact-sec .turtle-images {
    position: absolute;
    width: 370px;
    bottom: 20px;
    right: 4%;
}

.contact-desc-sec {
    color: var(--light-text-color);
}

.contact-desc-sec h2 {
    text-align: center;
    font-weight: 600;
    color: var(--light-head-color);
    text-transform: uppercase;
}

.contact-desc-sec p {
    text-align: center;
    font-size: 16px;
    margin: 0 0 3vh;
}

.contact-desc-sec form {
    display: flex;
    flex-direction: column;
}

.contact-desc-sec form input,
.contact-desc-sec form textarea {
    display: block;
    width: 100%;
    background: var(--white-color);
    border: none;
    margin: 15px 0;
    padding: 10px 15px;
    border-radius: 25px;
    color: #633d23;
    box-shadow: 0px 5px 4px 0px #00000075;
}

.contact-desc-sec form textarea {
    padding: 15px;
}

.contact-desc-sec form input::placeholder,
.contact-desc-sec form textarea::placeholder {
    color: #a6a6a6;
    font-size: 14px;
}

.contact-desc-sec form button {
    padding: 15px 30px;
    margin: 15px auto;
    width: fit-content;
    background-color: #6ba327;
    border: none;
    font-size: 16px;
    color: var(--white-color);
    font-weight: 600;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    outline: none !important;
    box-shadow: 0px 5px 4px 0px #00000075;
    border-radius: 50px;
    text-transform: uppercase;
}

/* .boss-images {  transform: translateY(0px); } */
.boss-images:hover { transform: translateX(-50%) translateY(-20px); transition: 0.3s; }
/******* Index Page CSS End ******/

/******* Terms and Conditions Page CSS End ******/

.terms-conditions-sec {
    padding: 10vh 0;
    background-color: var(--dark-background-color);
}

.terms-conditions-que {
    font-size: 18px;
    font-weight: 600;
    color: var(--light-text-color);
    margin: 20px 0 5px;
}

.terms-conditions-ans {
    font-size: 16px;
    margin: 0;
    color: var(--light-text-color);
}

.terms-conditions-sec ul {
    padding: 0 20px;
}

.terms-conditions-sec ul,
.terms-conditions-sec li {
    list-style-type: disc !important;
    list-style: decimal !important;
    color: var(--light-text-color);
    font-size: 16px;
}

/******* Terms and Conditions CSS End ******/

/******* Privacy Policy Page CSS End ******/

.privacy-policy-sec {
    padding: 10vh 0;
    background-color: var(--dark-background-color);
}

.privacy-policy-desc-sec p {
    color: var(--light-text-color);
    font-size: 16px;
}

.privacy-policy-que {
    font-size: 18px;
    font-weight: 600;
    color: var(--light-text-color);
    margin: 20px 0 5px;
}

.privacy-policy-ans {
    font-size: 16px;
    margin: 0;
    color: var(--light-text-color);
}

.privacy-policy-sec ul {
    padding: 0 20px;
}

.privacy-policy-sec ul,
.privacy-policy-sec li {
    list-style-type: disc !important;
    /* list-style: decimal !important; */
    color: var(--light-text-color);
    font-size: 16px;
}
.privacy-policy-sec p span { color: var(--light-head-color);}
.privacy-policy-sec a {color: var(--light-text-color); text-decoration: underline; }
.privacy-policy-sec li { margin-bottom: 10px; }
.privacy-policy-desc-sec h4 { color: var(--light-head-color); margin-bottom: 15px; }
.section-title { font-size: 35px; text-align: center; margin: 5px 0 20px; color: var(--light-head-color); }
/*******  Privacy Policy CSS End ******/

/*******  Media CSS End ******/

@media(min-width:1399px) {
    .container {
        max-width: 1366px
    }
}
@media (min-width: 1400px) and (max-width : 1599px) {
    .about-sec .dragon-image { max-width:300px  }
    .about-sec .boss-image { max-width:300px; top:16%  }
    .banner-left-shade  { left:-200px }
    .contact-sec .boss-images { max-width:400px; top:-150px }
    .contact-sec .turtle-images { right:0 }
}
@media (min-width: 1200px) and (max-width : 1399px) {
    .about-sec .boss-image {
        width: 444px;
        left: 0%;
        top: 2%;
    }
    .banner-left-shade { left:-150px }

    .about-sec .dragon-image {
        width: 370px;
        right: 0%;
        top: 22%;
    }

    .contact-sec .turtle-images {
        width: 333px;
        bottom: 34px;
        right: 0%;
    }
}

@media (min-width: 992px) and (max-width : 1199px) {
    .about-sec {
        min-height: 136vh;
    }
    .banner-left-shade { left:-200px }
    .about-sec .boss-image {
        position: absolute;
        width: 380px;
        left: 0%;
        top: 10%;
    }

    .about-sec .dragon-image {
        width: 360px;
        right: 1%;
        top: 35%;
    }

    .feature-sec .bea-image {
        width: 210px;
    }

    .feature-sec .bea-image-group .bea-image-1 {
        width: 180px;
        left: 1%;
    }

    .feature-sec .bea-image-group .bea-image-2 {
        width: 130px;
        left: 13%;
    }

    .contact-sec .turtle-images {
        width: 258px;
        bottom: 42px;
        right: 0;
    }
    .contact-sec { padding-top:150px; }
    .contact-sec .boss-images { max-width:450px }

}

@media (min-width: 768px) and (max-width : 991px) {
    .banner-sec {
        min-height: 800px;
    }

    .banner-sec .banner-img {
        width: 82%;
    }

    .about-sec {
        min-height: 1200px;
    }
    .about-desc-sec { max-width:70%; margin-top:150px }

    .about-sec .boss-image {
        width: 295px;
        left: -50px;
        top: 12%;
    }

    .about-sec .dragon-image {
        width: 250px;
        right: -20px;
        bottom: 30%;
        top: unset;
    }

    .feature-sec {
        margin-top: -400px;
        min-height: 700px;
    }

    .feature-sec .bea-image {
        width: 170px;
        top: 100px;
    }

    .feature-sec .bea-image-group .bea-image-1 {
        width: 175px;
        left: 1%;
        bottom: 80px;
    }

    .feature-sec .bea-image-group .bea-image-2 {
        width: 120px;
        left: 15%;
        bottom: 52px;
    }

    .contact-sec {
        padding: 100px 0 80px;
    }

    .contact-sec .boss-images {
        width: 350px;
        top: -200px;
    }

    .contact-sec .turtle-images {
        position: absolute;
        width: 225px;
        bottom: 54px;
        right: 0%;
    }

    footer .footer-desc-sec {
        font-size: 12px;
    }
}

@media (min-width: 576px) and (max-width : 767px) {
    .banner-sec {
        min-height: 88vh;
    }

    .banner-sec .banner-img {
        width: 80%;
        margin-top: 23vh;
    }

    .about-sec {
        min-height: 1100px;
        padding: 100px 0px;
    }

    .about-desc-sec {
        max-width: 95%;
        margin-top: 215px;
    }

    .about-desc-sec p {
        font-size: 14px;
    }

    .about-sec .boss-image {
        width: 250px;
        left: 1%;
        top: 118px;
    }

    .about-sec .dragon-image {
        width: 280px;
        right: 1%;
        top: unset;
        bottom: 25%;
    }

    .feature-sec {
        min-height: 104vh;
        margin-top: -42vh;
    }

    .feature-sec .bea-image {
        width: 123px;
        right: 3%;
        top: 51px;
    }

    .feature-sec .bea-image-group .bea-image-1 {
        width: 150px;
        left: 2%;
        bottom: 50px;
    }

    .feature-sec .bea-image-group .bea-image-2 {
        width: 105px;
        left: 18%;
        bottom: 30px;
    }

    .feature-sec .feature-desc-sec .feature-box.feature-box-1,
    .feature-sec .feature-desc-sec .feature-box.feature-box-2,
    .feature-sec .feature-desc-sec .feature-box.feature-box-3,
    .feature-sec .feature-desc-sec .feature-box.feature-box-4{
        margin-top: 25px;
    }

    .feature-sec .feature-desc-sec .feature-box h5{
        font-size: 15px;
    }

    .feature-sec .feature-desc-sec .feature-box img{
        width: 68%;
    }

    .contact-sec{
        padding: 20vh 0 10vh;
    }

    .contact-sec .boss-images {
        width: 350px;
        top: -164px;
    }

    .contact-sec .turtle-images {
        width: 198px;
        bottom: 0px;
        right: 0%;
    }

    .contact-desc-sec form button{
        font-size: 14px;
    }

    footer .footer-desc-sec{
        font-size: 14px;
    }
}

@media (min-width: 320px) and (max-width : 575px) {
    .banner-sec { min-height:600px }
    .banner-img  { margin-top:150px }
    .banner-left-shade { left:-150px }
    .banner-content { left:15px }
    .about-sec       { min-height:1000px; padding:150px 0px }
    .about-desc-sec  { max-width:100% }
    .about-desc-sec p { font-size:14px; line-height:18px  }
    .about-sec .boss-image { max-width:200px; top:100px; left:0px }
    .about-sec .dragon-image { max-width:200px; bottom:270px; right:0px; top:unset; }
    .feature-sec { margin-top:-300px; min-height:unset; padding:100px 0px }
    .feature-sec .feature-desc-sec .feature-box { margin-top:35px !important }
    .feature-sec .feature-desc-sec .feature-box img { max-width:150px }
    .feature-sec .feature-desc-sec .feature-box h5 { font-size:16px }
    .feature-sec .bea-image  { top:0; right:0; max-width:120px }
    .contact-sec .boss-images { max-width:250px; top:-120px }
    .feature-sec .bea-image-group .bea-image-1 { bottom:0px; max-width:100px }
    .feature-sec .bea-image-group .bea-image-2 { bottom:150px; max-width:100px; right:0; left:unset; }
    .contact-sec { padding:130px 0px 90px }
    .contact-sec .turtle-images { max-width:200px; right:0px; bottom:0 }
    footer .footer-desc-sec {  font-size:12px }

}

@media (max-width : 320px) {}

/*******  Media Policy CSS End ******/