/* Font */

@font-face {
    font-family: "Poppins";
    src: url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.woff2') format('woff2');
    font-weight:700;
}

@font-face {
    font-family: "Poppins";
    src: url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2');
    font-weight:600;
}

/* Font Poppins Medium */
@font-face {
    font-family: "Poppins";
    src: url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.woff2') format('woff2');
    font-weight:500;
}

/* Font Poppins Regular */
@font-face {
    font-family: "Poppins";
    src: url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.woff2') format('woff2');
    font-weight:400;
}

@font-face {
    font-family: "Poppins";
    src: url('../fonts/Poppins-Light.woff') format('woff'),
        url('../fonts/Poppins-Light.woff2') format('woff2');
    font-weight:300;
}



body{
	margin: 0;
	padding: 0;
	font-family: "Poppins";
    background: #fff;
    color: var(--black);
}

html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
}

:root{
    --black:#000000;
    --white:#ffffff;
    --blue:#1a5b9b;
    --purple:#4b33a1;
}

.text-white{
    color: var(--white);
}
.text-balck{
    color: var(--black);
}
.text-blue{
    color: var(--blue);
}

h1{
    font-size: 44px;
    line-height: 60px;
    font-weight: 400;
}
h2{
    font-size: 44px;
    line-height: 60px;
    font-weight: 700;
}
h3{
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}
h4{
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}
h1,h2,h3,h4,h5,h6{
    margin-bottom: 0;
}

p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: var(--black);
}

a{
    text-decoration: unset;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    display: inline-block;
}

ul{
	list-style: none;
	padding-inline-start: 0px;
	margin: 0;
	padding: 0;
}
.btn-design{
    padding: 20px 40px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: var(--white);
    background: var(--purple);
    border-radius: 40px;
    border: 2px solid #4474ac;
    box-shadow: 0 14px 35px rgba(0,0,0,0.31);
    transition: all 0.2s ease-in;
}
.btn-design:hover{
    background: var(--white);
    color: var(--purple);
}


/* ----header---- */
nav{
    padding-top: 30px !important;
}
nav ul{
    align-items: center;
    column-gap: 40px;
}
nav ul .nav-item a{
    color: var(--white);
    padding: 0;
}
nav ul .nav-item a:hover{
    opacity: 0.7;
    color: var(--white);
}
nav ul .nav-item a.btn-design{
    font-size: 18px;
    padding: 15px 30px !important;
    line-height: 18px !important;
    transition: all 0.2s ease-in;
}
nav ul .nav-item a.btn-design:hover{
    background: var(--white);
    color: var(--purple);
    opacity: 1;
}



/* ---hero section---- */
.hero-section{
    background-image: url(../images/hero-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: 1080px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hero-section:after{
    content: '';
}
.hero-section .container{
    display: flex;
    align-items: center;
}
.hero-section .container .hero-content{
    margin-top: -150px;
    max-width: 610px;
}
.hero-section .container .hero-content ul{
    margin: 40px 0 60px;
}
.hero-section .container .hero-content ul li{
    position: relative;
    padding-left: 42px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 8px;
}
.hero-section .container .hero-content ul li:before{
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    background-image: url(../images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 7px;
}
.hero-shape{
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    bottom: 0;
}
.hero-shape img{
    width: 100%;
}


/* ---waht-make-section--- */
.waht-make-section{
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    z-index: 6;
}
.waht-make-section:after{
    content: '';
    position: absolute;
    width: 90px;
    height: 210px;
    background-image: url(../images/circle-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 40px;
    top: 100px;
}
.waht-make-section .container{
    z-index: 2;
    position: relative;
}
.waht-make-section h2{
    margin-bottom: 30px;
}
.waht-make-section h3:nth-of-type(2){
    margin: 26px 0 20px;
}
ul.list-design li{
    padding-left: 26px;
    position: relative;
    margin-bottom: 8px;
}
ul.list-design li:before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background: var(--black);
    left: 7px;
    top: 9px;
    z-index: 2;
}
.waht-make-section .col-lg-6:nth-of-type(1){
    padding-right: 62px;
}
.waht-make-section .col-lg-6:nth-of-type(2) img{
    height: 450px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}



/* ----about section---- */
.about-section{
    background: var(--blue);
    overflow: hidden;
    position: relative;
    margin-top: -340px;
    overflow: hidden;
}
.about-section .shape-img{
    z-index: 5;
    position: relative;
}
.about-section:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 160%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-image: url(../images/blur-circle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.about-section .back-bg img:nth-of-type(1){
    position: absolute;
    width: 140px;
    height: 470px;
    z-index: 2;
    object-fit: cover;
    object-position: right;
    top: 50%;
}
.about-section .back-bg img:nth-of-type(2){
    position: absolute;
    width: 790px;
    height: 470px;
    z-index: 2;
    object-fit: cover;
    object-position: right;
    top: 35%;
    right: 0;
}
.about-section .back-bg img{
    mix-blend-mode: lighten;
}
.about-section .container{
    z-index: 5;
    position: relative;
    padding-top: 140px;
    display: flex;
    column-gap: 20px;
}
.about-section .left{
    width: 426px;
}
.about-section .left p{
    font-style: italic;
    letter-spacing: 0.5px;
}
.about-section .right{
    width: calc(100% - 416px);
    display: flex;
    column-gap: 30px;
}
.about-section .right {
    width: calc(100% - 416px);
    display: flex;
    column-gap: 30px;
}
.about-section .purple-shape{
    z-index: 4;
    position: relative;
}
.about-section h5{
    margin-top: 50px;
}
.about-section h2{
    margin-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #fff;
}
.about-section .right .testimonial{
    background: var(--blue);
    box-shadow: 0 14px 35px rgba(0,0,0,0.31);
    border-radius: 20px;
    border: 4px solid #4c79b0;
    padding: 0 20px 60px;
    width: calc(50% - 15px);
    position: relative;
}
.about-section .right .testimonial img.user{
    width: 120px;
    height: 120px;
    border-radius: 120px;
    margin-top: -60px;
    margin-bottom: 10px;
}
.about-section .right .testimonial .bottom-social{
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    bottom: -30px;
    background: var(--white);
    border-radius: 8px;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}
.about-section .right .testimonial .bottom-social img{
    object-fit: contain;
}
#about-us{
    scroll-margin-top: -460px;
}

/* ----our-solution-section--- */
.our-solution-section{
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
.our-solution-section:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1080px;
    object-fit: cover;
    background-image: url(../images/dots-shape-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    z-index: 0;
}
.our-solution-section .container{
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 50px;
    position: relative;
    z-index: 2;
}
.our-solution-section .container h2{
    width: 100%;
}
.our-solution-section .container .solution-box{
    width: calc(33.33% - 20px);
    background: var(--blue);
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 5px 24px 45px rgba(0,0,0,0.75);
    position: relative;
    margin-bottom: 50px;
}
.our-solution-section .container .solution-box:before{
    content: '';
    position: absolute;
    width: calc(100% - 10px);
    height: 50px;
    background-image: url(../images/solution-shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    top: calc(100% - 23px);
    left: 5px;
}
.our-solution-section .container .solution-box .middle-content{
    padding: 30px 0;
    margin: 30px 0 40px;
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.our-solution-section .container .solution-box .last-text{
    font-size: 19px;
    line-height: 28px;
}
.our-solution-section ul.list-design li:before{
    background: var(--white);
}
.our-solution-section .container .solution-box .middle-content h4{
    margin-bottom: 20px;
}
.our-solution-section .container .solution-box h3 + p{
    font-size: 15px;
}
/* ---why-precogs-section--- */
.why-precogs-section{
    position: relative;
    z-index: 2;
    padding-top: 80px;
}
.why-precogs-section ul{
    margin: 40px 0;
}
.why-precogs-section ul li{
    margin-bottom: 10px;
}
.why-precogs-section .img{
    height: 500px;
    width: 100%;
    border-radius: 15px;
    position: relative;
}
.why-precogs-section .img img{
    position: relative;
    z-index: 2;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.why-precogs-section .img:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    left: -20px;
    bottom: -20px;
    border: 2px solid #c8c1e1;
}

/* ---footer--- */
footer{
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 80px;
}
footer img{
    margin-top: -250px;
}
footer p{
    margin-bottom: 0;
}
footer ul{
    display: flex;
    column-gap: 40px;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 40px;
}
footer ul li a{
    color: #fff;
    font-weight: 600;
    transition: all 0.2s ease-in;
}
footer ul li a:hover{
    opacity: 0.8;
    color: #fff;
}
footer .container{
    position: relative;
}
footer .footer-logo{
    position: absolute;
    left: 0;
    top: 0;
}
footer .footer-logo img{
    margin-top: 0;
}


/* ---Team--- */
.team-hero-section{
    min-height: unset !important;
    background-image: url(../images/header-bg.jpg) !important;
    background-position: top center;
    padding-bottom: 22px;
}

.mission-section {
    margin-top: 60px;
}
.team-hero-section .container{
    position: relative;
    z-index: 2;
}
.mission-section h1{
    font-weight: 700;
    margin-bottom: 10px;
}
.mission-section > .container{
    justify-content: center;
    flex-direction: column;
}
.mission-section > .container .logo{
    width: 250px;
    border: 1px solid #E1E1E1;
    padding: 10px 15px;
    height: 80px;
    display: flex;
    align-items: center;
    border-radius: 15px;
    background: #fff;
}
.mission-section > .container  .logo img{
    height: 70px;
    width: 100%;
    object-fit: contain;
}
.mission-section > .container .brand-logos{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    row-gap: 20px;
    padding-top: 50px;
}
.backed-by-section{
    padding: 100px 0 60px;
}
.backed-by-section .brand-logos{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    row-gap: 30px;
    padding-top: 80px;
}
.backed-by-section .brand-logos .logo{
    width: calc(33.33% - 23px);
    border: 1px solid #E1E1E1;
    padding: 10px;
    height: 140px;
    display: flex;
    align-items: center;
    border-radius: 15px;
}
.backed-by-section .brand-logos .logo img{
    height: 70px;
    width: 100%;
    object-fit: contain;
}
.after-bg{
    position: relative;
}
.after-bg:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1080px;
    object-fit: cover;
    background-image: url(../images/dots-shape-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    z-index: -1;    
}
.team-section {
    padding: 60px 0 60px;
}
.team-section .team-list{
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 100px;
    padding-top: 90px;
    justify-content: center;
}
.team-section .team-box{
    background: var(--blue);
    box-shadow: 0 14px 35px rgba(0,0,0,0.31);
    border-radius: 20px;
    border: 4px solid #4c79b0;
    padding: 0 20px 40px;
    width: calc(33.33% - 23px);
    position: relative;
}
.team-section .team-box img.user{
    width: 120px;
    height: 120px;
    border-radius: 120px;
    margin-top: -60px;
    margin-bottom: 10px;
    border: 1px solid #fff;
}
.team-section .team-box h4{
    margin-bottom: 10px;
    font-size: 20px;
}
.team-section .team-box p{
    margin-bottom: 24px;
}
.team-section .team-box a:hover{
    opacity: 0.7;
}