@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;400;500;600;700&family=Inter:wght@900&display=swap');


:root {
    --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
        "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
        "Source Han Sans CN", sans-serif;
    --default-background-color: #000;
    --default-text-color: #f0f0f0;
    --default-font-size: 30px;
    --default-font-weight: 600;
    --deafult-heading-font-size: 80px;
    --default-button-text-size: 24px;
}

* {
    margin: 0;
    padding: 0;
}

.main-container {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
button {
    margin: 0;
    padding: 0;
    font-size: unset;
}

a {
    text-decoration: none;
}

body {
    position: relative;
    background: #000 url(./assets/images/About/dot-bg.png) no-repeat center fixed;
    background-size: 220%;
}

body::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
}

body::-webkit-scrollbar {
    display: none;
}


.secondary-container {
    /* max-width: 1320px; */
    margin: 0 auto;
    padding: 0 12px;
    font-family: var(--default-font-family);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-container,
.main-container * {
    box-sizing: border-box;
}

input,
button {
    outline: 0;
}

.main-container {
    /* position: relative; */
    width: 100%;
    /* background: var(--default-background-color); */
}

.whatsapp-icon {
    position: fixed;
    right: 0;
    transform: translate(-25%);
    font-size: 25px;
    top: 90%;
}

/* Navigation bar */

/* main live site */

.nav {
    width: 100%;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 3;
}

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
}

.navbar-brand {
    margin: 0;
    padding: 1.5% 1%;
}

header.navbar.bg-black {
    margin: 0;
    padding: 0;
    height: 0px;
}

img.navbar-logo-size-sm {
    width: 100%;
    transform: rotate(90deg);
}

.logo {
    padding: 1.9%;
}

.logo,
.content {
    color: #fafafa;
}

#hamburger {
    padding: 1%;
}

.logo {
    padding: 1.9%;
}

#hamburger {
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.25s linear;
    /* width: clamp(1.5rem, 2vw + 1.1rem, 6rem); */
    height: clamp(2rem, 1.4vw + 1.7rem, 5rem);
    display: flex;
    align-items: center;
}

#hamburger:hover {
    opacity: 1;
}

#hamburger div,
#hamburger div:after,
#hamburger div:before {
    background-color: #fafafa;
    border-radius: 10px;
    width: clamp(1.5rem, 2vw + 1.1rem, 6rem);
    height: clamp(0.2rem, 0.3vw + 0.1rem, 0.8rem);
    transition: all 0.15s linear;
}

#hamburger div:before,
#hamburger div:after {
    content: "";
    position: absolute;
}

#hamburger div:before {
    transform: translateY(-200%);
}

#hamburger div:after {
    transform: translateY(200%);
}

/* overlay when clicked on hamburger menu */

#overlay ul.menu li span {
    font-family: "Chakra Petch";
    font-size: 20px;
    font-weight: 700;
    color: #5b5b5b;
}

#overlay {
    position: fixed;
    width: 100%;
    min-height: 100%;
    background-color: #000;
    z-index: 2;
    transform: translateY(-100%);
    transition: all 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    opacity: 1;
}

#overlay ul.menu {
    list-style: none;
    text-align: center;
    width: 100%;
    padding: 0;
    /* margin: 3rem 0; */
    height: 100vh;
    overflow: scroll;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#overlay ul.menu::-webkit-scrollbar {
    display: none;
}

#overlay ul.menu li {
    padding: 6px;
    width: 100%;
}

#overlay.menu {
    transform: translateY(0%);
}

.social-logos-in-hamburger {
    position: absolute;
    bottom: 5rem;
    display: none;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    color: rgba(255, 255, 255, 0.5);
    z-index: 2;
}

.social-logos-in-hamburger a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
}

#overlay ul.menu li a {
    text-decoration: none;
    color: #fafafa;
    font-size: clamp(1rem, 2.1vw + 2.2rem, 10rem);
    margin: 0%;
    opacity: 0.5;
    transition: 0.3s linear;
    font-family: "Chakra Petch";
    font-weight: 600;
    transform: translateY(-100%);
}

#overlay ul.menu li a:hover {
    opacity: 1;
    margin: 2%;
}

.highlight {
    color: #f0f0f0;
}

#overlay ul.menu li span {
    transition: 0.3s linear ease-in-out;
}

.SMN_effect-15 a:before {
    display: inline-block;
    opacity: 0;
    margin-right: 10px;
    content: "[";
    transition:
        transform 0.3s,
        opacity 0.2s;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}

.SMN_effect-15 a:after {
    display: inline-block;
    opacity: 0;
    margin-left: 10px;
    content: "]";
    transform: translateX(0px);
    transition:
        transform 0.3s,
        opacity 0.2s;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}

.SMN_effect-15 a:hover:before {
    opacity: 1;
    transform: translateX(0px);
}

.SMN_effect-15 a:hover:after {
    opacity: 1;
    transform: translateX(0px);
}

/* from main site  -----starts----- */

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

.row.section-22 {
    padding-top: 15%;
    display: flex;
    width: 100%;
}

.row.section-22-mb {
    padding-top: 15%;
    display: none;
}

h1.heading-block {
    font-weight: 600;
    font-size: 30px;
    font-family: "Chakra Petch";
    color: #fff;
    font-style: normal;
    padding: 0;
    margin: 0;
}

img.heding-block-animation-barcod-at-gun {
    width: 100%;
}

/* main site footer -------starts------- */

.grid-container-contact-us {
    display: grid;
    grid-template-columns: auto 35% 30% auto;
    grid-gap: 0%;
    padding: 10px;
}

.grid-container-contact-us-mb {
    display: none;
    grid-template-columns: auto 35% 30% auto;
    grid-gap: 0%;
}

.col-item1-ct-us {
    padding: 0;
}

.contact-us-title-grid-content-heading {
    font-size: 90px;
    font-family: "Inter";
    font-weight: 900;
    color: rgba(255, 255, 255, 0.5);
    font-style: normal;
    padding: 0;
    margin: 0;
    margin-top: -3%;
}

.contact-us-titletw-grid-content-heading {
    font-size: 90px;
    font-family: "Inter";
    font-weight: 900;
    color: #fff;
    font-style: normal;
    padding: 0;
    margin: 0;
}

.contact-us-grid {
    display: grid;
    grid-template-columns: auto auto;
}

input#email-filed,
input#email-filed-mb {
    width: 100%;
    padding: 12px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0px;
    color: #fff;
    outline: none;
}

input#email-filed:focus,
input#email-filed-mb:focus {
    border-radius: 0px;
    outline: none;
}

input#email-filed:focus:after,
input#email-filed-mb:focus:after {
    border-radius: 0px;
    outline: none;
}

input#name-filed,
input#name-filed-mb {
    padding: 12px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0px;
    color: #fff;
    width: 100%;
    outline: none;
}

input#message-filed,
input#message-filed-mb {
    padding: 12px;
    width: 100%;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0px;
    color: #fff;
    outline: none;
}

input.submit-now {
    width: 100%;
    padding: 12px;
    -webkit-text-fill-color: #000;
    color: #000;
    background-color: #fff;
    outline: none;
    border: 1px solid var(--default-text-color);
    transition:
        background-color 0.4s ease,
        color 0.4s ease;
}

input.submit-now:hover {
    color: var(--default-text-color);
    background-color: var(--default-background-color);
    -webkit-text-fill-color: var(--default-text-color);
}

#successMessage>i {
    color: green;
}

.success-message {
    font-size: 18px;
    display: none;
    font-weight: 500;
    color: #ffffff;
    margin-top: 5%;
}

.error-message {
    color: red;
    font-size: 12px;
    font-weight: 600;
}

ul.contact-icon-ul-list {
    list-style: none;
    padding: 0;
}

li.ct-icon-list {
    text-decoration: none;
    padding-bottom: 10%;
    font-size: 18px;
    font-weight: 300;
    font-family: "Chakra Petch";
    color: #fff;
    font-style: normal;
}

a.contct-icon-list-link {
    text-decoration: none;
    color: #fff;
}

a.contct-icon-list-link:hover>.tooltip-text {
    visibility: visible;
}

a.contct-icon-list-link {
    position: relative;
}

.tooltip-text {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: 100px;
    color: #000;
    font-size: 12px;
    background-color: #fff;
    border-radius: 10px;
    padding: 4px 15px 4px 15px;
}

a.contct-icon-list-link:hover>.tooltip-text {
    visibility: visible;
}

#toptooltip {
    top: -30px;
    left: 0;
}

ul.contact-social-icon-ul-list {
    list-style: none;
    padding: 0;
}

li.ct-social-icon-list {
    text-decoration: none;
    padding-bottom: 43px;
    font-size: 18px;
    font-weight: 300;
    font-family: "Chakra Petch";
    color: #fff;
    font-style: normal;
}

a.contct-social-icon-list-link {
    text-decoration: none;
    color: #fff;
}

i.icon-space {
    padding-right: 4%;
}

i.fa-solid.fa-phone.icon-space {
    padding-right: 7%;
}

.row.section-23 {
    padding-top: 5%;
    /* padding-bottom: 10%; */
    width: 100%;
}

.grid-container-two-contact-us-mb-two {
    display: none;
}

.error-messagemb {
    color: red;
    font-size: 10px;
}

.success-message.for_home_page {
    font-size: 12px;
    display: none;
    font-weight: 500;
    color: #ffffff;
    margin-top: 3%;
}

div#successMessagemobile i,
div#successMessage i {
    color: green;
}

.success-message.for_home_pag_mobile {
    font-size: 12px;
    display: none;
    font-weight: 500;
    color: #ffffff;
    margin-top: 3%;
    text-align: left;
}

.success-message {
    font-size: 18px;
    display: none;
    font-weight: 500;
    color: #ffffff;
    margin-top: 5%;
}

#successMessage>i {
    color: green;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.section-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 42px;
}

/* main site footer -------ends------- */

/* from main site -----ends------ */

/* for main site footer only ---starts--- */

@media only screen and (max-width: 1399px) {
    li.ct-icon-list {
        text-decoration: none;
        padding-bottom: 14%;
        font-size: 17px;
        font-weight: 300;
        font-family: "Chakra Petch";
        color: #fff;
        font-style: normal;
    }

    li.ct-social-icon-list {
        text-decoration: none;
        padding-bottom: 42px;
        font-size: 17px;
        font-weight: 300;
        font-family: "Chakra Petch";
        color: #fff;
        font-style: normal;
    }
}

/* for main site footer only ---ends--- */

@media only screen and (max-width: 1199px) {

    /* main site footer----starts */
    li.ct-icon-list {
        text-decoration: none;
        padding-bottom: 19%;
        font-size: 14px;
        font-weight: 300;
        font-family: "Chakra Petch";
        color: #fff;
        font-style: normal;
    }

    /* main site footer----ends */
}

@media only screen and (max-width: 992px) {
    /* main site footer ----starts----- */

    .grid-container-contact-us {
        display: none;
        grid-template-columns: auto 35% 30% auto;
        grid-gap: 0%;
        padding: 10px !important;
    }

    .grid-container-contact-us-mb {
        display: grid;
        grid-template-columns: auto;
        grid-gap: 0%;
    }

    .col-item1-ct-us {
        padding: 1% 0 3% 0;
    }

    .col-item1-ct-us {
        padding: 1% 2% 3% 1%;
    }

    .col-item3-ct-us {
        padding: 2% 2%;
    }

    ul.contact-icon-ul-list {
        display: flex;
        flex-wrap: wrap;
        row-gap: 14px;
    }

    li.ct-icon-list {
        width: 100%;
        padding-bottom: 0;
    }

    li.ct-icon-list:not(:last-child, :nth-last-child(2)) {
        width: 50%;
        text-align: left;
    }

    li.ct-icon-list:nth-child(2) {
        text-align: left;
    }

    li.ct-icon-list:nth-child(3) {
        text-align: left;
    }

    li.ct-icon-list:last-child {
        text-align: left;
    }

    li.ct-icon-list {
        text-decoration: none;
        padding-bottom: 1%;
        font-size: 20px;
        font-weight: 300;
        font-family: "Chakra Petch";
        color: #fff;
        font-style: normal;
    }

    ul.contact-social-icon-ul-list {
        display: flex;
        justify-content: space-evenly;
        padding: 0;
        margin: 0px;
    }

    li.ct-social-icon-list {
        text-decoration: none;
        padding: 1% 4% 5% 4%;
    }

    i.fa-solid.fa-phone.icon-space {
        padding-right: 10px;
    }

    i.icon-space {
        padding-right: 10px;
    }

    .grid-container-two-contact-us-mb-two {
        display: grid !important;
        grid-template-columns: auto;
        grid-gap: 0%;
        padding: 10px;
        padding-top: 5%;
        width: 100%;
    }

    /* main site footer -----ends----- */
}

@media only screen and (max-width: 768px) {
    /* main site footer -----starts---- */

    li.ct-icon-list {
        text-decoration: none;
        padding-bottom: 1%;
        font-size: 15px;
    }

    li.ct-social-icon-list {
        text-decoration: none;
        font-size: 18px;
    }

    i.icon-space {
        padding-right: 10px;
    }

    /* main site footer -----ends---- */
}

@media only screen and (max-width: 425px) {
    /* main site footer ---starts--- */

    .contact-us-title-grid-content-heading {
        font-size: 65px;
    }

    li.ct-icon-list {
        text-decoration: none;
        padding-bottom: 1%;
        font-size: 10px;
    }

    li.ct-social-icon-list {
        text-decoration: none;
        font-size: 12px;
    }

    .grid-container-two-contact-us-mb-two {
        padding: 5% 10px;
    }

    /* main site footer ---ends--- */
}

/* just for main site footer section ---starts---*/

@media only screen and (max-width: 579px) {

    /* just for main site footer section ---starts---*/
    li.ct-icon-list {
        text-decoration: none;
        padding-bottom: 1%;
        font-size: 10px;
    }

    .col-item3-ct-us {
        padding: 2% 0%;
    }

    li.ct-social-icon-list {
        text-decoration: none;
        font-size: 14px;
    }

    i.icon-space {
        padding-right: 10px;
    }

    /* just for main site footer section ---ends---*/
}

/* just for footer from main site-----ends---- */

/* just for footer from main site-----starts---- */
@media only screen and (max-width: 449px) {
    h1.contact-us-title-grid-content-heading {
        font-size: 65px;
    }

    .col-item2-ct-us {
        padding: 1%;
    }

    li.ct-icon-list.text-left-end {
        text-align: end;
    }

    li.ct-icon-list:not(:last-child, :nth-last-child(2)) {
        width: 50%;
        text-align: left;
    }

    li.ct-icon-list:last-child {
        text-align: left;
    }

    li.ct-icon-list:nth-child(3) {
        text-align: left;
    }

    li.ct-icon-list:nth-child(2) {
        text-align: left;
    }
}

/* just for footer from main site-----ends---- */

@media only screen and (max-width: 767px) {
    .social-logos-in-hamburger {
        display: flex;
    }

    .section-content {
        display: none;
    }

    .bulletpoints {
        width: 100%;
    }
}

@media (max-height: 666px) {
    #overlay ul.menu {
        justify-content: unset;
        height: 60vh;
    }

    .social-logos-in-hamburger {
        bottom: 2rem;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .navbar-brand {
        margin: 0;
        padding: 4% 1%;
    }

    img.navbar-logo-size-sm {
        width: 70%;
    }

    div#myHeader {
        padding-bottom: 2%;
    }

    .logo {
        padding: 1.9%;
        padding-left: 3%;
    }
}