@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mona+Sans&display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

/* utils */
.blue{
    color: #074ea1;
}

li,
a {
    text-decoration: none;
    list-style: none;
}

/* mobile menu bar start */
.sidebar {
    display: none;

}

.menu-bar {
    display: none;
}



.img-background {
    background: #6c89a88a url(../img/navimg/bg.jpg);
    background-size: cover;
    background-blend-mode: darken;
    background-position: 0px -50px;
    background-repeat: no-repeat;
    padding-bottom: 70px;

}

.uppernavbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0;
    border-bottom: 2px solid #f2f5ed80;
}

.uppernav-ul {
    display: flex;
    align-items: center;
    margin: 4px 17px;

}

.uppernav-ul li {
    list-style: none;
}

.uppernav-ul li a {
    color: #fff;
    background: #0000001c;
    margin: 0 2px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.wrapper{
 
  background: #fff;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper:hover{
fill: white;
}

.facebook-icon:hover{
    background: #1877f2;
}

.instagram-icon:hover{
    fill: #e4405f;
    background: #e4405f;
    stroke: white;
}

.instagram-icon:hover path{
    fill: #e4405f;
    background: #e4405f;
    stroke: white;
}

.linkedin-icon:hover{
    background: #1da1f2;
}

.uppernav-ul img {
    width: 25px;
    height: 25px;
    filter: invert(1);
} 

.uppernav-ul li a:hover img{
    filter: none;
} 

.uppericon-ul {
    display: flex;
    align-items: center;
    margin: 4px 17px;
}

.uppericon-ul li {
    list-style: none;
    margin: 0 3px;
}

.uppericon-ul a {
    position: static !important;
    padding: 0px 0px !important;
    text-decoration: none !important;
}

.uppericon-ul a:after {
    content: none !important;
}

.uppericon-ul img {
    width: 20px;
    height: 20px;
    filter: invert(1);
} 



/* navbar */

.navbar {
    width: 95vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 19px auto;
    position: relative;
    padding: 17px 0;

}

.logo img {
    width: 95px;
    filter: drop-shadow(5px 5px 5px #ffffff);
    position: absolute;
    top: -37px;
}

.small-logo{
    width: 88px !important;
    top: -37px !important;
}

.nav-ul {
    display: flex;
    margin-right: 39px;
    align-items: center;
}

.nav-ul li {
    list-style: none;
    margin: 0 3px;
}

.nav-ul li a {
    text-decoration: none;
    color: #fff;
    background: #0000001c;
    
}

.hid ul {
    display: none;
    position: absolute;
    background-color: #ffff;
    z-index: 1;
    margin: 3px 0;
    padding: 5px 0;
}

.hid ul li {
    padding: 5px 10px;
}

.hid ul li a {
    color: black;
    background: none;
}

.hid ul li:hover {
    background-color: #89CFF0;
}

.hid ul li:hover a {
    color: #666;
}


.nav-ul li:hover .hid ul {
    display: block;
}

/* nav hover */

/* SHIFT */

.shift ul li a {
    position: relative;
    z-index: 1;
    padding: 10px 13px;
}

.shift ul li a:hover {
    color: #0a2351;
    background: none;
}

.shift ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #cdeff2;
    opacity: 0;
    z-index: -1;
    transition: all .5s;
}

.shift ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

/* shift end */


/* section1 */
.first-section-main {
    margin: auto;
    margin-top: 90px;
    margin-bottom: 90px;
    padding: 0px 27px;

}

.first-section-small-heading {
    padding-left: 3px;
    color: white;
}


.first-section-heading {
    width: 55%;
}

.fade-down {
    color: #FFFFFF;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
}

.fade-down h3 {
    font-size: 54px;

}

.first-main-heading{
    font-size: 54px;
}


.first-section-para {
    width: 44vw;
    color: #F5F5F5;
    font-family: "Inter", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 30px;
}

.first-section-btn {
    background-color: hsl(218.92deg 8.37% 87.97%);
    padding: 10px 15px;
    transition: all 0.9s ease;
}

.first-section-btn:hover {
    background-color: #074ea1;
    border-color: white;
}

.first-section-btn a {
    text-decoration: none;
    color: hsl(212.34deg 100% 30.31%);
    
}

.first-section-btn:hover a {
    color: white;
}

.box {
    width: 80vw;
    padding: 0 36px;
    padding-top: 25px;
    padding-bottom: 45px;
    margin: 100px auto;
    text-align: center;
}

.box div{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.box img {
    width: 17rem;
    margin: 0 15px;
    cursor: default;
    transition: all 0.5s ease-in-out;
}

.box img:hover {
    filter: drop-shadow(2px 4px 6px #36c);
}


/* second section */
.section-second {
    max-width: 80%;
    margin: 100px auto;
}

.second-sec-main {
    display: flex;
}

.second-sec-div1 h1 {
    color: #074ea1;
    font-size: 32px;
}

.second-sec-div1 p {
    width: 86%;
    text-align: justify;
    font-family: sans-serif;
}

.second-sec-div2 {
    width: 100%;
}

.second-sec-div2 img {
    width: 90%;
}

.third-sec-h1{
    margin: 7px 0;
}

.small-heading {
    color: white;
    background: #6C89A8;
    width: fit-content;
    padding: 10px;
    margin: 30px auto;
    text-align: center;
    font-family: sans-serif;
}

.section-heading {
    font-family: "Manrope", Sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.1em;
    letter-spacing: -1px;
}

.section-p {
    font-size: 20px;
    margin: 9px 0;
    width: 89%;
    line-height: 1.5;
   font-family: sans-serif;
}

/* third section */

.third-section {
    margin: auto;
    text-align: center;
}

.third-paras {
    text-align: center;
}

.third-section-p {
    font-size: 17px;
    width: 80vw;
    margin: auto;
    line-height: 1.8;
    font-family: 'Mona Sans';
}

/* boxes */
.boxes {
    overflow: hidden;
}

.boxes-main {
    width: 87vw;
    display: flex;
    flex-wrap: wrap;
    margin: 48px auto;
    justify-content: space-evenly;
}

.small-boxes {
    display: inline-block;
    width: 42vw;
    min-width: 28vw;
    margin: 11px 5px;
    text-align: center;
    border: 0.1rem solid #e0e0e098;
    border-radius: 10px;
    padding: 19px 15px;
    box-shadow: rgb(224 253 255) 0px 14px 28px, #0056ff9c 0px 10px 10px;
}

.small-boxes:hover {
    box-shadow: rgb(0 239 255 / 36%) 0px 14px 28px, #7b98d05c 0px 10px 10px;
}


.small-boxes-heading h3 {
    color: #0e415f;
    margin-top: 15px;
    margin-bottom: 9px;
    font-size: 18px;
    font-family: "Manrope", sans-serif;
}


.small-boxes h3:hover {
    color: #0076CE;
}

.small-boxes img {
    width: 35px;
    height: 35px;
}

.small-boxes img:hover {
    filter: drop-shadow(1px 1px 1px #0e415f)
}

.testimonial-span-div {
    margin-top: 10px;
}

.small-boxes-span {
    color: #202122;
    margin-bottom: 5px;
    font-family: "Mona Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
}

/* fourth section */

.fourth-heading {
    font-size: 26px;
    padding: 19px 45px;
}

.fourth-main {
    padding: 100px 0;
    padding-top: 50px;
}

.fourth-section{
    overflow: hidden;
}

.fourth-sm{
    width: 85vw;
    margin: auto;
}

.fourth-text{
    display: inline-block;
    width: 100%;
    margin: 11px 5px;
    border: 0.1rem solid #e0e0e098;
    border-radius: 10px;
    padding: 19px 15px;
    transition: all 1s ease;
}

.fourth-text:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgb(108 137 168) 0px 10px 10px;
}

.fourth-text h1{
    color: #202122;
    background: #c0faff;
    width: 31px;
    height: fit-content;
    padding: 9px 9px;
    border-radius: 50%;
}

.fourth-text p{
    color: #202122;
}

.samee-right{
    color: #36c;
    text-align: left;
    position: relative;
    width: 50%;
    float: right;
}

.samee-left{
    color: #36c;
    text-align: left;
    position: relative;
    width: 50%;
    float: left;
}

.fourth-main-h1{
    text-align: center;
    margin-bottom: 50px;
}

.fourth-paras {
    width: 60%;
    padding: 0 45px;
}


.paras-heading {
    margin-top: 0;
}

.fourth-section-p {
    font-size: 17px;
    margin: auto;
}

/* animated number counter */

.row-container{
    display: flex;
    justify-content: center;
}

.clients-number{
    text-align: center;
    margin: 100px 0;
}

.clients-number h1{
    margin: 15px 0;
}

.counter-box {
    display: block;
    padding: 40px 20px 37px;
    text-align: center;
    font-family: "Manrope", sans-serif;
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500
}

.counter {
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    line-height: 28px
}


/* five section */

.five-heading {
    width: 25%;
    margin: auto;
    display: flex;
    align-items: center;
}

.commas {
    margin: auto;
    font-size: 57px;
}

/* testimonials */

.testimonials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
}

.testimonials-cards {
    display: flex;
    flex-direction: column;
    width: 47vw;
    transition: box-shadow 0.5s ease-in-out;
}

/* .testimonials-cards:hover {
    box-shadow: rgb(224 253 255 / 43%) 0px 14px 28px, #444bd89e 0px 10px 10px;
} */

.test-card {
    display: flex;
    align-items: center;
}

.test-card img {
    width: 80px;
    height: 80px;
    border-radius: 64px;
}

.test-card h3 {
    margin: 0 29px;
    margin-top: 10px;
    margin-bottom: 9px;
    font-size: 23px;
    cursor: default;

}


/* footer */

.footer-main {
    background: #6c89a8b0;
    margin-top: 140px;
    padding: 29px;
    padding-bottom: 0;
    border-top: 2px solid black;
}

.footer-div1 {
    display: flex;
    justify-content: space-between;
}

.footer-box {
    width: 50%;
    margin: 0 5px;
}

.first-foot{
    display: flex;
    align-items: center;

}

.first-foot img{
    width: 100px;
    filter: drop-shadow(2px 4px 4px black);
    padding-bottom: 15px;
    margin-right: 14px;
}


.first-foot p {
    color: white;
    width: 73%;
    padding-top: 16px;
    font-size: 17px;
    font-family: 'sans-serif';
}

.second-foot h3,
.third-foot h3 {
    color: white;
    font-size: 23px;
    font-family: "Manrope", sans-serif;
    margin: 10px 0px;
    padding-left: 15px;
}

.contact-ul li,
.services-ul li {
    display: flex;
    font-size: 19px;
    width: 351px;
    align-items: center;
    
}

.contact-ul li a,
.services-ul li a{
    color: white;
    font-family: sans-serif;
}

.services-ul{
    display: flex;
    flex-wrap: wrap;
}

.contact-ul{
    display: flex;
    flex-wrap: wrap;
}

.services-ul li a {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: text-decoration 0.2s linear;
}


.services-ul img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    transition: box-shadow 0.2s linear;
    filter: invert(1);
}

.contact-ul li a {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: text-decoration 0.2s linear;
}


.contact-ul img {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    filter: invert(1);
}


.footer-div2 {
    width: 47%;
    margin-bottom: 0;
}

.footer-div2 h3 {
    color: white;
    font-size: 25px;
    font-family: sans-serif;
}

.social-div{
    padding: 20px;
}


.social-img  {
    width: 67px;
    height: 67px;
    margin: 0 5px;
    border-radius: 16px;
}


.social-img a {
    margin: 5px;
}

.footer-lower{
    display: flex;
    margin-left: 14px;
    padding: 20px 0;
}

.footer-div3 {
    color: white;
    background-color: #6C89A8;
    text-align: center;
    padding: 7px 0;
    font-size: 16px;
    font-family: sans-serif;
}

.foot-shift ul li a {
    padding: 7px 13px;
    margin: 4px 0px;
}

.foot-shift ul li a:hover img{
   filter: none;
}
