:root {
    --primary-color: #ED017F;
    --white-color: #fff;
    --black-color: #000;
    --light-gray: #F8F8F8;
    --medium-gray: #555;
    --dark-gray: #676767;
    --bg-light-pink: #FEF9FC;
    --footer-bg: #f6f6f6;
}

@font-face {
    font-family: 'Metropolis';
    src: url('FONT/metropolis (1)/Metropolis-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('FONT/metropolis (1)/Metropolis-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('FONT/metropolis (1)/Metropolis-RegularItalic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

body {
    font-family: 'Metropolis', sans-serif;
    font-weight: 400;
    font-size:18px;
    line-height:1.55;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
ul li{
    list-style: none;
}
a{
    text-decoration:none;
}
img{
    max-width: 100%;
    height: auto;
}
.container{
   max-width: 1396px; 
   width:100%;
   margin:0 auto;
}
/* .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
} */

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.navlinks {
    display: flex;
    gap: 30px;
}

.navlinks a {
    color: var(--black-color);
    font-weight: 500;
}
.navlinks a:hover{
    color:var(--primary-color);
}
.header-right {
    display: flex;
    align-items: center;
    gap: 30px;
}
.cmn-btn {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 10px 20px;
    border-radius: 5px;
}
.cmn-btn:hover{
    background-color:var(--white-color);
    color:var(--primary-color);
    border:1px solid var(--primary-color);
}
.search-icon {
    font-size: 24px;
    color:var(--primary-color);
    /* cursor: pointer; */
}
.row{
    width:100%;
    /* max-width: ; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.banner-text{
    max-width: 500px;
}
h1{
    font-size:56px;
    font-weight: bold;
    line-height: 1.2;
}
p{
    font-size: 18px;
    line-height: 1.55;
    margin-top: 44px;
}
.apply-btn{
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 10px 20px;
    border-radius: 25px;
    margin-top: 44px;
    /* cursor: pointer; */
}
.apply-btn:hover{
    background-color:var(--white-color);
    color:var(--primary-color);
    border:1px solid var(--primary-color);
}
.CALCULATOR-btn{
     display: inline-block;
    background-color: var(--white-color);
    color:  var(--primary-color);
    padding: 10px 20px;
    border:1px solid  var(--primary-color);
    border-radius: 25px;
    margin-top: 44px;
    margin-left: 20px;
}
.CALCULATOR-btn:hover{
    background-color:var(--primary-color);
    color:var(--white-color);

}
.contract{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
   align-items: center;
   /* justify-content: center; */   
}
.banner-socallink{
    display: flex;
    align-items: center;
}

.banner-image-container{
    position: relative;
}
.image1{
    width: 100%;
    max-width: 800px; 
}
.card1{
    position: absolute;
    width:100%;
    max-width: 211px;
    background-color: var(--light-gray);
    padding: 10px 15px 10px;
    border-radius:50px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    /* margin: 5px; */
    margin-top: 20px;
    /* border:1px solid black; */
    text-align: center;
    top: 10%;   
    left: 5%;
}

.card1:hover{
    background-color:var(--primary-color);
    color:var(--white-color);
    border:1px solid var(--primary-color);
}
.card2{
        position: absolute;
    width:100%;
    max-width: 211px;
    background-color: var(--light-gray);
    padding: 10px 15px 10px;
    border-radius:50px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    /* margin: 5px; */
    margin-top: 20px;
    /* border:1px solid black; */
    text-align: center;
    top: 25%;   
    right: 2%;
}
.card2:hover{
    background-color:var(--primary-color);
    color:var(--white-color);
    border:1px solid var(--primary-color);
}
.fa-solid{
    color:var(--primary-color);
}
.card1:hover .fa-solid, 
.card2:hover .fa-solid {
    color: var(--white-color);
}
.main-content{
    text-align: center;
    /* padding: 50px 20px; */
    margin-top: 130px;
}
.main-content h2{
    font-size: 46px;
    font-weight: bold;
    /* margin-bottom: 20px; */
}
.main-content p{
    font-size: 18px;
    line-height: 1.55;
    margin-top: 20px;
    /* text-align: center; */
    max-width: 600px;
    margin: 0 auto;
}
.container1{
    margin-bottom: 50px;
}
.card{

    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
    /* flex: 1 1 21%; */

}
.card-item {
    width: 259px;
    padding: 20px;
    /* text-align: center; */
    border-radius: 8px;
    /* box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07); */
    /* background: #fff; */
    min-width: 250px; 
    padding: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.card-item:first-child:hover h3 {
    color: #ED017F;
}
.card-item:not(:first-child):hover {
    color: #ED017F;
}
.card-item img {
    max-width: 70px;
}
.card-item h3 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
    /* margin:100px 0 10px 0; */

}
.card-item p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 0;
    color: var(--medium-gray);
}
.our-services{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-top: 100px;
}
.service-text{
    font-size: 18px;
    line-height: 1.55;
    margin-top: 20px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
.row2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
    transition: all 0.3s ease;
}
.row2:hover{
    box-shadow: none;
    background-color: transparent;
}
.service-card{
    align-items: center;
    margin:15px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.service-card:hover{
    box-shadow: 0 10px 30px rgba(237, 1, 127, 0.2);
}

.service-card-img{
    width: 100%;
    max-width: 254px;
}
.card1-text{
    display: flex;
    width:300px;
    align-items: center;
    /* margin:5px; */
}
.font{
    width:195px;
}
/* Service card arrow icon */
.card1-text .fa-circle-arrow-right {
    font-size: 30px;
    margin-left: 10px;
}
.section3{
    background-color: var(--bg-light-pink);
    padding: 50px 0;
    text-align: center;
    margin-top: 100px;
}
.section-h4{
    font-size: 40px;
    font-weight: bold;
    /* margin-bottom: 20px; */
    text-align: center;
    margin-top:100px;
}
.p4{
    font-size: 18px;
    line-height: 1.55;
    margin-top: 20px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}
.stats-flex{
    display:flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    margin-top: 50px;
    overflow: visible;
}
.stats-flex1{
    display:flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    gap: 40px 20px;
    width: 100%;
    margin-top: 30px;
    overflow: visible;
}
.stat-item {
    flex: 1 1 21%; 
    min-width: 200px;
    margin-top: 30px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 20px;
    border-radius: 10px;
    transform-origin: center;
}
.stat-item:not(:first-child):hover h2 {
    color: #ED017F;
}
.stat-item h2 {
    margin-bottom: 0; 
    line-height: 1.2;
}

.stat-item p {
    margin-top: 5px; 
    line-height: 1.2;
}
footer{
    background-color: var(--footer-bg);
    padding: 2px 0 100px 0px;
    text-align: center;
    margin-top: 60px;
}
.row-3{
    width:100%;
    max-width:1396px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    text-align: left;
    /* padding: 20px; */
    margin: 0 auto;
    margin-top: 100px;
    padding: 20px;
    /* background-color: #EBE8E8; */
}
.about-company{
      width:290px;
}
.social-icon1{
margin-top: 20px;
}
.row-3 ul{
    margin-top: 20px;
}
h5{
  font-size: 22px;
  font-weight:bold;  
}
.footer-p{
    font-size: 18px;
    line-height: 1.55;
    margin-top: 20px;
    color:var(--dark-gray);}
.row-3 ul li{
    color:var(--dark-gray);
    font-size: 18px;
    line-height: 1.55;
    transition: all 0.3s ease;
    cursor: pointer;
}
.row-3 ul li:hover{
    color: blue;
}

.fa-solid{
   font-size: 30px;
}
.foter-number{
    font-size: 24px;
    color:var(--dark-gray);
    font-weight: bold;
}
