@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sassy+Frass&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", serif;
}
.nav-hero{
    background-image: url(/assets/images/herosec\ background.png);
    background-size: cover;
    background-position: 10% 70%;
    background-repeat: no-repeat;
    height: 100%;
}
:root{
    --afs: 16px;
    --fw: 500;
    --acolor: #ffffff;
    --btnbgcolor: #359CB6;
    --cardbg: #e6e6e6;
    --fscommon:normal;
    --fwweight: bold;
}
.navbar-nav a{
    font-size: var(--afs);
    color: var(--acolor);
    font-weight: var(--fw);
}
.navbar{
    padding-inline: 12px;
}
.navbar-start{
display: flex;
align-items: flex-start !important;
}
.hero-side1{

}
.hpb{
    margin: auto !important;
    padding-inline: 28px;
}
.hero-section .heading{
    font-size: 2.3rem;
    font-weight: 700;
}
.paragraph-hero{
   font-size: 17px;
    font-weight: 600; 
}
.btnhero{
    background-color: var(--btnbgcolor);
    border: 2px solid #359CB6;
    border-radius: 9px;
    padding-block: 6px;
    font-weight: 500;
}
.btnhero:hover{
    background-color: var(--btnbgcolor);
}
.btn1{
    background-color:#4159FB;
    border: #4159FB;
}
.btn2{
background-color: #CAC531;
border: #CAC531;
}
.btn3green{
background-color: #56AB2F;
border: #56AB2F;
}
.phone-image{
width: 25vw;

}
@media(max-width:615px){
    .phone-image{
        width: 50vw;
        }
        .hpb{
            padding-inline: 0;
        }
}

/* ################################# sec1 start ################################ */

.sec2{
    height: auto;
    display: flex;
    justify-content: center;
}
.card1{
 background-color: var(--cardbg);
 border-radius: 20px !important;
 width: 26vw;
}
.card1 .card-image{
    width: 33%;
}
.card1-blue:hover{
    background-color:#3178caa7 ;
}
.card1-yellow:hover{
    background-color: #ece62e8d;
}
.card1-green:hover{
    background-color: #20721988;
}
@media(max-width:615px){
    .card1{
        background-color: var(--cardbg);
        border-radius: 20px !important;
        width: 89vw;
       }

}
/* ################################# sec1 End ################################ */

/* ################################# sec2 start ################################ */
.sec3{
    height: 100% !important;
}
.section3{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sec3-side1{
    padding-inline-start: 40px ;
}
.sec3main-heading{
    color: #202020;
    font-size: 3rem;
    font-weight: bold;
}
.heading-sec3{
    font-weight: 700;
}

.sec3-p {
 color: #757373 ;
 font-weight: 400;
 font-size: 13px;
}
.sec3-image{
    width: 97%;
    height: 450px;
    margin: auto;
    transform: translatex(53px);
}
.btnA{
    background-color: var(--btnbgcolor);
    color: #e6e6e6;
    border: 2px solid #359CB6;
    border-radius: 9px;
    padding-block: 8px !important;
    font-size: 13px;
    padding-inline: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnA:hover{
    background-color: #e6e6e6;
    color: #202020;
}
@media(max-width:615px){
    .sec3-image{
        width: 100%;
        height: 200px;
        margin: auto;
        transform: none;
    }
    .sec3-side1{
        padding-inline-start: 0px ;
    }
}
/* ################################# sec2 End ################################ */

/* ################################# sec3 start ################################ */

.sec4{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.sec4-heading {
    font-size: 2.9rem;
}
.card2-sec4 {
    width: 95% !important;
    height: auto;
}
.sec4-p{
    color: #757373;
}
.btn3{
    border: 5px solid white ;
    border-style: double;
    background-color: #359CB6;
    font-weight: 500 !important;
    font-size: 0,5rem !important;
}
.btn3:hover{
    background-color: #fcfeff;
    border: 5px solid #359CB6;
}

/* ################################# sec3 End ################################ */
/* ################################# sec4 start ################################ */

.sec5{
    height: 100%;
  
}

.main-box{
    background-color: #359CB654;
    width: 80%;
}
.btn-text{
    background-color: #ffffff;
    border: 1px solid var( --btnbgcolor);
    border-radius: 8px;
    max-width: 200px;
    padding-inline: 50px;
    padding-block: 9px;
    font-size: smaller;
}
.btn-text:hover{
    background-color: #359CB6;
}

.btn-video{
    background-color: #ffffff;
    border: 1px solid var( --btnbgcolor);
    border-radius: 9px;
    max-width: 200px;
    padding-inline: 30px;
    font-size: smaller;
}
.btn-video:hover{
    background-color: #359CB6;
}
.sec5-heading2{
    color: #595858;
}
/* ################################# sec5 End ################################ */
/* ################################# footersection start ################################ */
.container-footer{
    background: url(/assets/images/footer\ background.png);
    background-repeat: no-repeat;
    background-size:cover;
    height: 100%;
    background-position: 100% 100%;
    padding-block: 50px ;
  }
  @media(max-width:346px){
    .image-footer{
      font-size: 12px;
      line-height: normal;
    }

    .mt-5{
      margin-top: 0 !important;
      line-height: normal;
    }
  }
  .container-footer{
    display: flex;
    align-items: stretch;
    justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  }
  .flex-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    align-items: center;
    gap: 5rem; 
  }
  .image-footer{
    width: 30% !important;
  }
  .logo {
    text-align: center;
  }
  .logo img {
    width: 130px; 
    height: 130px;
    display: flex;
    justify-content: flex-start;
  }
  .contact, .follow {
    text-align: center;
  }
  .social-icons i {
    font-size: 1.5rem;
    margin: 0 0.5rem;
    transition: color 0.3s;
  }
  .social-icons i:hover {
    color: #ff0000; 
  }
  .heading-footer{
  font-size: 1.1rem !important;
  font-weight: 600;
  }
/* ################################# footersection End ################################ */