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

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

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

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

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

:root {
    --primary: #29dcdf;
    --secondary: #161616;
    --light: #cbcbcb;
    --dark: #3d3d3d;
    --green: #10a64a;
    --yellow: var(--primary);
    --blue: #20c7bb;
    --darkblue: #4083b7;
    --red: #d86363;
    --white: #fff;
    --black: #000;
    --primery-color: #fff;
    --secondory-color: #29dcdf;
    --dark-gray: #3c3c3b;
    --light-gary: #c5c5c5;
}

/* width */

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */

::-webkit-scrollbar-track {
    background: var(--secondary);
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: var(--dark-gray);
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: var(--dark-gray);
}

/*end*/

.text-primary {
    color: var(--primary) !important;
}

.scroll {
    overflow-y: auto;
    max-height: 388px;
}

body {
    font-family: Rajdhani;
    margin: 0 auto;
    padding: 0 auto;
    overflow-x: hidden;
}

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

/* autofill css */
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill,
input:-moz-autofill,
input:-internal-autofill-selected {
    box-shadow: 0 0 0 1000px #242424 inset !important;
    color: #fff !important;
    background-color: #242424 !important;
    -webkit-text-fill-color: #fff;
}

input:-internal-autofill-selected,
input:-internal-autofill-previewed {
    box-shadow: 0 0 0 1000px #242424 inset !important;
    color: #fff !important;
    background-color: #242424 !important;
    -webkit-text-fill-color: #fff;
}

/* header css */
.header {
    color: #fff;
    background-image: url(../img/Mask-Group-4.jpg);
    background-repeat: round;
    background-size: cover;
    min-height: 650px;
}

.header-nav {
    background: #0000000f 0% 0% no-repeat padding-box;
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
    padding: 11px;
}

.blur-bg {
    background: #ffffff33 0% 0% no-repeat padding-box;
    backdrop-filter: blur(34px);
    -webkit-backdrop-filter: blur(1px);
}

.text-blue {
    color: #00F7F7;
    text-align: left;
    font-size: 65px;
    letter-spacing: 3.45px;

}

p.text-white.baner-text {
    text-align: left;
    color: #FFFFFF;
    font-size: 65px;
    width: 68%;
    font-weight: 500;
    line-height: 73px;
}

.banner {
    padding: 7% 0%;
    background: #0000008a;
}

/* loginform */
.login {
    background: #00000000 0% 0% no-repeat padding-box;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 40px;
    max-width: 401px;
}

.login::before {
    content: '';
    box-shadow: inset -1px 22px 21px -10px #00f7f763;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -5;
}

.form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #00f7f7;
    outline: 0;
    box-shadow: unset;
    font-size: 20px;
    font-weight: 500;
}



.submit {
    background: #00F7F7 0% 0% no-repeat padding-box;
    border: unset;
    border-radius: 50%;
    height: 40px;
    width: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
}

::placeholder {
    color: #00f7f7 !important;
    font-size: 20px;
    font-weight: 500;
}

input.form-control {
    border: 1px solid #00F7F7;
    background: transparent;
    margin: 11px 0px;
    border-radius: 0px;
    color: #00F7F7;
    font-size: 20px;
    font-weight: 500;
}

.error {
    color: #ff8f8f;
}

.success {
    color: #00F7F7;
}

/* about sec*/
.about-sec {
    background: transparent linear-gradient(89deg, #2B2B2B 0%, #000000 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    padding: 24px;
}

.about-video {
    background: #141414 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    padding: 5px;
}

/* about bottom */
/* dispense-sec start*/
.dispense-sec {
    background-color: #3C3C3B;
    color: #fff;
    padding: 24px;
}

/* dispense-sec */
/* login */

/* header css end */
/* main css */
.photos-sec {

    background: #000000 0% 0% no-repeat padding-box;
    padding-bottom: 75px;
    padding-top: 42px;
}

.clients-sec {
    background: #000000 0% 0% no-repeat padding-box;
    padding-bottom: 75px;
    padding-top: 42px;
}

h2 {
    color: #00d8ff;
    margin-left: 20px;
}

.swiper {
    width: 100%;
    padding: 20px 0;
}

.swiper-slide {
    background: #111;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.owl-item {
    background: #1E1E1E 0% 0% no-repeat padding-box;
    padding: 5px;
}

.caption {
    padding: 10px;
    font-size: 14px;
    color: #0ff;
    background-color: #2b2b2bfc;
    backdrop-filter: blur(16px);
}

.parallax-section {
    position: relative;
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #111;
}

/* .parallax-background {
  position: absolute;
  width: 100%;
  height: 120%;


  background-attachment: fixed;
  z-index: 0;
} */
.section-title {
    font-size: 41px;
    font-weight: 400;
    color: #00f5ff;
    margin: 13px 0px 40px;
    position: relative;
    display: inline-block;
}

main p {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 1.8px;
    color: #FFFFFF;
}

.section-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background-color: #888;
    margin-top: 5px;
}

.parallax-background {
    position: absolute;
    height: 120%;
    width: 100%;
    background-image: url(./../img/perelex.jpg);
    z-index: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* transform: translateY(0);
    transition: transform 0.1s ease-out; */
}

.parallax-text {
    position: relative;
    z-index: 1;
    font-size: 24px;
    color: #fff;
    text-align: left;
    letter-spacing: 3.45px;
    font-size: 42px;
    font-weight: 400;
    width: 42%;
    margin-left: 7%;
}

.parallax-text span,
a.link {
    color: #00d8ff;
    text-decoration: none;
}

.login-input {
    position: relative;
}

.login-input input {
    padding-right: 41px;
}

span.icon-input {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

.clients {
    text-align: center;
    padding: 40px 0;
}

/* .client-logo {
  background: #fff;
  padding: 10px;
  margin: 10px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.client-logo img {
    /* max-height: 40px; */
    max-width: 100%;
}

/* main css end */
/* footer css */
footer {
    background: #101010 0% 0% no-repeat padding-box;
    color: #fff;
    padding: 10px;

}

footer ul li {
    list-style: none;
    margin: 0px;
}

footer ul li a {
    color: #D1CCCC;
    text-decoration: none;
}

footer ul li a:hover {
    color: #fff;
    text-decoration: none;
}

/* footer css end */
@media (min-width: 880px) {
    .logo img {
        display: flex;
        align-items: center;
        justify-items: stretch;
        margin-right: 50px;
    }

    .logo-right-sec {
        display: none;
    }
}

/* owl */
.owl-carousel .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.owl-carousel .owl-nav button {
    background: none;
    border: none;
    pointer-events: all;
    padding: 0;
}

.owl-carousel .owl-nav button img {
    width: 40px;
    height: auto;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
    display: block;
    color: #00d8ff;
    font-size: 40px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav [class*=owl-] {
    font-size: 70px !important;
}

h5.section-sub-title {
    color: #80FFFF;
}

.owl-carousel .owl-prev {
    position: absolute;
    left: -40px;
    top: -75px;
}

.owl-carousel .owl-next {
    position: absolute;
    right: -40px;
    top: -75px;
}

.owl-item {
    background: #1E1E1E 0% 0% no-repeat padding-box;
    padding: 5px;
}

.view-more {
    color: #00F7F7;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #00d8ff;
    border: 1px solid #00d8ff;
}

.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 5px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    border: 1px solid #707070;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px;
}

.details-sec-inner {
    width: 57%;
    margin-left: 0px;
}

@media (max-width: 879px) {

    .logo-right-sec {
        display: block;
    }
}

@media (max-width: 880px) {
    .details-sec {
        display: none;
    }

    .logo-right-sec {
        display: block;
    }

    .logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .logo-right-sec {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-right: 0px;
    }

    .logo img {
        margin-left: 0px;
    }
}

@media (max-width: 768px) {
    .owl-carousel .owl-prev {
        left: -20px;
    }

    .owl-carousel .owl-next {
        right: -20px;
    }

    .owl-carousel .owl-nav button img {
        width: 30px;
    }

    .banner {
        padding: 7% 0% 0% 0%;
    }


    .parallax-text {
        position: relative;
        z-index: 1;
        color: #fff;
        text-align: left;
        letter-spacing: 3.45px;
        font-size: 30px;
        font-weight: 400;
        width: 80%;
        margin-left: 7%;
    }

    .text-blue {
        color: #00F7F7;
        text-align: left;
        font-size: 40px;
        letter-spacing: 3.45px;
    }

    p.text-white.baner-text {
        text-align: left;
        color: #FFFFFF;
        font-size: 40px;
        width: 80%;
        font-weight: 500;
        line-height: 73px;
    }


}

textarea.form-control {
    border: 1px solid #00F7F7;
    background: transparent;
    margin: 11px 0px;
    border-radius: 0px;
    color: #00F7F7;
    font-size: 20px;
    font-weight: 500;
}

a {
    color: #00f7f7 !important;
    text-decoration: none;
}


.details p.a_link {
    color: #00f7f7 !important;
    text-decoration: none;
}

.error {
    color: #ff8f8f;
    position: absolute;
    bottom: -11px;
}

.form-group .login-input .error {
    color: #ff8f8f;
    position: absolute;
    bottom: 0px;

}

.form-group {
    position: relative;

}