@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

@font-face {
    font-family: Fractul_Regular;
    src: url(../fonts/Fractul-Regular.ttf);
}

@font-face {
    font-family: Monument Extended;
    src: url(../fonts/MonumentExtended-Ultrabold.ttf);
}

:root {
    --primary-color: #177499;
    --secondary-color: #082733;
    --third-color: #A8F3FF;
    --dark-color: #000;
    --light-color: #fff;

}

a {
    text-decoration: none;
    color: var(--light-color);

}

p {
    color: var(--light-color);
}

::selection {
    color: var(--light-color);
    background-color: var(--primary-color);
}

body {
    color: #fff;
    background-color: var(--dark-color);
    font-family: "Outfit", sans-serif;
}

.desktop-menu {
    padding: 10px 0;
}

.desktop-menu {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 999;
}

.navbar-nav {
    background-color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    overflow: hidden !important;
}

.navbar-nav>li {
    margin: 5px;
    padding: 0px 7px;
    overflow: hidden;
}

.navbar-nav>li.active a {
    color: var(--primary-color);
}

.navbar-nav>li>a {
    font-family: "Outfit", Sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #000000;
    padding: 4px 15px;
}

.navbar-nav>li>a:hover {
    color: var(--primary-color);
}

.desktop-menu nav ul.navbar-nav li.last-menu {
    color: #fff !important;
    background: #177499 !important;
    background: linear-gradient(90deg, #177499 0%, #082733 100%) !important;
    border-radius: 40px;
}

.desktop-menu nav ul.navbar-nav li.last-menu a {
    color: #fff !important;
    /* padding-right: 32px; */
    position: relative;
}

.desktop-menu nav ul.navbar-nav li.last-menu a img {
    padding-left: 6px;
}


#marker-shine {
    position: absolute;
    background: url(../images/after.png) no-repeat center center;
    background-size: contain;
    bottom: 26px;
    left: 0px;
    height: 20px;
    transition: width 0.3s, left 0.3s;
    z-index: -1;
}

ul.navbar-nav li:hover,
ul.navbar-nav li.active {
    color: #000000;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* about */

.about {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.about::before {
    content: "";
    background-image: url(../images/shape.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    left: -44px;
    top: 129px;
    width: 60%;
    height: 59%;
    position: absolute;
    z-index: 0;
}

.about-content h4 {
    font-size: 35px;
    font-weight: 300;
    color: #FFFFFF;
    margin-top: 10px;
}

.about-content p {
    font-size: 24px;
    font-weight: 300;
    line-height: 26px;
}


/* product */

.product-section {
    padding: 50px 0;
    position: relative;
    z-index: 0;
}

.product-section .row:not(:first-child) div {
    padding: 0;
}

.product-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 70%;
    left: 0;
    top: 0;
    background-color: transparent;
    background-image: linear-gradient(150deg, var(--primary-color) 24%, var(--secondary-color) 100%);
    z-index: -1;
}

.product-section h3 {
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
}

.product-section h2 {
    font-size: 69px;
    font-weight: 100;
    color: #FFFFFF;
}

.product-section h1 {
    font-size: 70px;
    font-weight: 900;
    color: #FFFFFF;
}

.inner-prod {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.inner-prod .prod-title {
    position: absolute;
    bottom: 50px;
    font-size: 26px;
}


/* video */


.video-sec {
    padding: 50px 0;
}

.overlay-banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-banner .popup-youtube {
    position: absolute;
}

h1.video-heading {
    font-family: Monument Extended;
    font-size: 44px;
    font-weight: 900;
    line-height: 60px;
    letter-spacing: 2.4px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

span#grad-text {
    background: linear-gradient(to right, #177499 0%, #082733 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



/* blog */

.blog {
    padding: 50px 0;
}

.heading {
    text-align: center;
}

.heading h2 {
    font-family: Fractul_Regular;
    color: var(--light-color);
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 900;
    line-height: 60px;
    letter-spacing: 2.4px;
}

.heading h3 {
    font-size: 15px;
    font-weight: 300;
    color: #8C8C8C;
}

.blog .inner-blog {
    text-align: center;
    padding: 10px;
    border-radius: 45px;
    background: #082935;
    position: relative;
    transition: all 0.5s;
}

.inner-blog:hover {
    background: transparent;
    margin-bottom: 50px;
}

.inner-blog:hover::before {
    border: 1px solid #082733;
    background: #fff;
    display: block;
    top: 10%;
}

.inner-blog::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    transition: all 0.5s;
    background: #082733;
    z-index: -1;
}


.blog .blog-text {
    padding-top: 15px;
}

.blog .blog-text h4 {
    font-size: 15px;
    font-weight: 700;
    font-family: Fractul_Regular;
}

.blog .blog-text p {
    font-size: 18px;
    font-weight: 200;
    color: #ffffff;
}

.inner-blog:hover p {
    color: var(--secondary-color);
    transition: all .5s;
}

.inner-blog .metas {
    display: none;
}

.inner-blog:hover .metas {
    display: block;
    transition: all .5s;
}

.blog .blog-text ul {
    display: flex;
    list-style: none;
    margin: 0;
}


.blog .blog-text ul li {
    font-size: 14px;
    color: #4F5A65;
    transition: color 0.3s;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
}

.inner-blog:hover h4 {
    background: linear-gradient(to right, #177499 0%, #082733 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .5s;
}

.blog .blog-text ul li:not(:last-child)::after {
    content: "";
    height: 20%;
    display: inline-block;
    border-color: #4F5A65;
    border-bottom: 0;
    border-left-width: 4px;
    border-right: 0;
    border-top: 0;
    border-style: solid;
    top: -3px;
    position: relative;
    right: auto;
    right: -8px;
    width: auto;
}

.btn-arrow {
    width: 100%;
    top: 40%;
    left: 0;
    position: absolute;
    z-index: 9;
    transition: all 0.5s !important;
    opacity: 0;
}

.inner-blog:hover .btn-arrow {
    top: 20%;
    opacity: 1;
}

/* contact */

.contact-sec {
    padding: 70px 0;
    background-image: url(../images/cont-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    position: relative;
}

.contact-sec::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    opacity: 0.67;
}

.contact-sec .inner-sec {
    text-align: center;
}

.contact-sec .inner-sec h3 {
    font-size: 55px;
    font-weight: 200;
    color: var(--third-color);
}

.contact-sec .inner-sec h2 {
    font-size: 55px;
    font-weight: 600;
    color: #FFFFFF;
}

.contact-sec .inner-sec .enq-btn a {
    margin-top: 20px;
    background-color: var(--third-color);
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    fill: #161616;
    color: #161616;
    border-radius: 50px;
    padding: 12px 20px 12px 20px;
}


/* footer */


.footer {
    background-image: url(../images/footer-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}

.footer-links ul {
    display: flex;
    justify-content: center;
    margin: 0;
}

.footer-links ul li {
    padding-right: calc(50px / 2);
    padding-left: calc(50px / 2);
    position: relative;
}

/* .footer-links ul li::after {
    right: calc(-50px / 2);
} */

.footer-links ul li a {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
}

.footer-links ul li:not(:last-child)::after {
    content: "";
    background: #FFFFFF;
    width: 1px;
    position: absolute;
    height: 80%;
    right: 0px;
    top: 3px;
    z-index: 0;
}

.social-links ul {
    display: flex;
    margin: 0;
    justify-content: flex-end;
}

.social-links ul li:not(:first-child) {
    height: 30px;
    width: 30px;
    background: #278CB4;
    border-radius: 50px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-links ul li:first-child {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    display: flex;
    align-items: center;
    padding-right: 6px;
}



.social-links ul li svg {
    font-size: 12px;
    color: #fff;
}

.copyright p {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #498BA5BF;
    padding: 4px 7px 4px 7px;
    border-radius: 40px 40px 40px 40px;
    text-align: center;
}


.before-footer {
    padding: 70px 0;
}

.before-footer .inner-colum {
    text-align: center;
    padding: 10px;
    position: relative;
}

.before-footer .inner-colum.bar::after {
    content: "";
    background: #252525;
    width: 1px;
    position: absolute;
    height: 100%;
    right: 0px;
    top: 0px;
    z-index: 0;
}

.before-footer .inner-colum h6 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ACACAC;
    margin-top: 10px;
}