@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@300;400;500;700;900&display=swap');

body{
    margin: 0;
    font-family: 'Yantramanav', sans-serif;
}
header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 998;
}
.navbar-nav {
    gap: 3rem;
}

.btn-contact{
    display: inline-block;
    color: white;
    padding: 15px 40px;
    border-radius: 100px;
    background-color: #3960ac;
    text-decoration-line: none;
}
.navbar-nav li a{
    font-size: 16px;
    font-weight: 500;
}

/*********section-1-css-start******/
.section-1 {
    background-image: url(images/herobanner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 730px;
    padding: 180px 0 0px 0;
    
}
/* .herobanner-text {
    padding: 120px 0 0 0;
} */
.shap img{
    position: relative;
    z-index: 50;
}
.herobanner-text h2{
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 40px;
}
.herobanner-text p{
    font-size: 20px;
    font-weight: 500;
    color: #747572;
    margin-bottom: 40px;
}
.herobanner-text a{
    display: inline-block;
    padding: 15px 40px;
    border-radius: 15px;
    background-color: #3960ac;
    text-decoration-line: none;
    color: white;
}
.herobanner-img{
    position: relative;
}

.mention-1 {
    position: absolute;
    top: 10px;
    width: 230px;
    height: 230px;
    left: 100px;
    z-index: 49;
}
.mention-2 {
    position: absolute;
    bottom: 72px;
    width: 230px;
    height: 160px;
    left: 100px;
    z-index: 700;
}
.mention-3 {
    position: absolute;
    top: 120px;
    width: 230px;
    height: 260px;
    right: 0px;
    z-index: 700;
}
.set-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*********section-1-css-end******/


/*********section-2-css-start******/
.section-2{
    padding: 100px 0;
}
.section-2 p{
    text-align: center;
    color: #3c5eab;
    font-size: 20px;
    font-weight: 600;
}
.section-2 h2 {
    text-align: center;
    font-size: 45px;
    max-width: 510px;
    font-weight: 600;
    margin: 0 auto 70px;
}


.service_1, .service_2, .service_3 {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    display: block;
    text-decoration-line: none !important;
    padding: 30px;
}
.service_1:hover, .service_2:hover, .service_3:hover{
    background: linear-gradient(207deg, rgba(57,96,172,1) 0%, rgba(69,46,142,1) 100%);
}
.service_1 p, .service_2 p, .service_3 p {
    text-align: start;
    font-size: 18px;
    font-weight: 500; 
    margin: 40px 0;
    color: #606060;
}
.service_1 h4, .service_2 h4, .service_3 h4{
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0;
    color: #606060;
}
.serv_line{
    border: 1px solid #606060;
}

.ser_1-img {
    width: 60px;
    height: 60px;
    background-image: url(images/s1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.service_1:hover .ser_1-img{
    background-image: url(images/ws1.png);
}
.service_1:hover p, .service_1:hover h4{
    color: white;
}
.service_1:hover .serv_line{
    border: 1px solid white;
}


.ser_2-img {
    width: 60px;
    height: 60px;
    background-image: url(images/s2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.service_2:hover p, .service_2:hover h4{
    color: white;
}
.service_2:hover .serv_line{
    border: 1px solid white;
}

.service_2:hover .ser_2-img{
    background-image: url(images/ws2.png);
}


.ser_3-img {
    width: 60px;
    height: 60px;
    background-image: url(images/s3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.service_3:hover p, .service_3:hover h4{
    color: white;
}
.service_3:hover .serv_line{
    border: 1px solid white;
}

.service_3:hover .ser_3-img{
    background-image: url(images/ws3.png);
}

/*********section-2-css-end******/



/*********section-3-css-start******/
.section-3{
padding: 140px 0 50px 0;
}
.rotation-img{
    position: relative;
}
.choose-banner {
    max-width: 440px;
}
.choose-banner img{
    width: 100%;
}
.dots-rotate {
    width: 400px;
    position: absolute;
    top: -13%;
    left: 50px;
    z-index: -1;
    animation: animName 30s linear infinite;
}
@keyframes animName {
    0%{
       transform: rotate(0deg);
      }
   100%{
       transform: rotate(360deg);
      }
   }
.dots-rotate img{
    width: 100%;
}

.choose-text h3 {
    font-size: 36px;
    font-weight: 700;
    color: #3960ac;
    margin-bottom: 30px;
}
.choose-text p {
    font-size: 20px;
    font-weight: 400;
    color: #606060;
    letter-spacing: 1px;
    line-height: 40px;
}
/*********section-3-css-end******/