body{
    overflow-x: hidden;
    font-family: "poppins" , sans-serif;
}

.outfitfont{
    font-family: 'Outfit', sans-serif;
}

.Poppinsfont{
    font-family: 'Poppins', sans-serif;
}
.robotofont{
    font-family: 'Roboto', sans-serif;
}

.plusjsfont{
    font-family: 'Plus Jakarta Sans', sans-serif;
}



#navbar{

    min-height: 111px;
    border: solid  0px;
    border-radius: 38px;
    background-color: white;
    margin: 0;
    margin-top: 13px;
    margin-left: 35px;
    margin-right: 35px;
    padding: 0;
    box-shadow: 0 8px 9px 1px rgba(0, 0, 0, 0.25);
}
.navcontent{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
font-size: 18px;

}
.signupbtn{
    border-radius: 25%;
}
.navbarcomp{
    display: flex;

    justify-content: space-between;
    /* max-width: 1000px; */
}
/* .nav-link{
    text-decoration: none;
    font-family: "Roboto";
font-weight: 600;
font-size: 18px;
color: black;
} */

.navul{
    display: flex;
    width: 100%;

    justify-content: flex-end;
    margin-left: auto;
    margin-right: auto;

}
.navitm{
    margin-right: 3%;
}

.bannerimg{
    width: 100%;
    height: 100px;
}

.primediv{
    background-image: url('/asset/images/rectangle-5@2x.png');
    width: 100%;
    height: 639px;
    background-size: cover;
}
.animationdiv{
    padding-top: 15%;
    padding-left: 123px;
    line-height: 48px;
    font-size: 42px ;
    color: white;
}
.seccontainer{
    width: 60%;
    line-height: 26px !important;
}

.boxescontainer{
    display: grid;
    grid-template-columns: auto auto auto auto;

    /* justify-content: center; */
  align-items: center;
  justify-content: space-around;
}

.boxes{
    border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 4px 9.5px 10px rgba(0, 0, 0, 0.25);
  width: 285px;
  height: 89px;
  min-width: 285px;
  max-width: 286px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
}
.hero-text{
    font-size: 16px;
    text-align: end;
    font-weight: 700;
    margin-right: .7cm;
    padding-top: 0.5cm;
}


.navtop{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    margin-top: 0 !important;

}
.animationtext2{
    font-family: "Poppins", sans-serif;
    font-size: 52px;
    font-weight: 600;
    line-height: 62px;
  }
.secanimationbox{
    overflow: hidden;
    margin-left: 5%;
    margin-right: 5%;
}

.templateimg{
    width: 100%;
    height: auto;
}
.Companiesimg{
    width: 100%;

}

.copyright{
    line-height: 22px;
    background-color: rgb(245, 248, 251);
    border: solid 1px  rgb(235, 237, 239);
    box-shadow: 2px 2px 2px 2px gray;
}

#parentbox{

    position: relative;
    top: -100px;
}

.cardbox{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.cardimgcontainer{
    width: 133.42px;
height: 133.42px;
padding: 16.65px, 16.69px, 16.76px, 16.72px ;
border-radius: 25.17px;
background-color: rgba(41, 63, 204, 0.1);

}

.subscribecontainer{
    background-image: url('/asset/images/bg@2x.png');
    background-size: cover;

    max-width: 1290px;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;

}

.btncontainer{
    display: grid;
    grid-template-columns: 270px 270px 270px;
    justify-content: center;
    align-items: center;
    align-content: center;
    column-gap: 15px;

}
#subscribebtn{
    height: 60px;
    border-radius: 9px;
    width: 270px;
}

.inbtns{
    height: 60px;
    width: 270px;
}

input[type="email"] , input[type="text"]  {
    background: transparent;
    border: solid 1.5px rgba(212, 212, 216, 1);
    width: 270px;
    color: white;
  }
  .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white !important;
    opacity: 1; /* Firefox */
}

  input ::placeholder {
    color: #81dd11;
    opacity: 1;
  }

  input[type="email"]:focus  , input[type="text"]:focus {
    background-color: transparent;
    border: solid 3px white;
    color: white;
  }

.footerimg{
    width: 222px;
    height: 61px;
}

.servicebox{
    margin-left: 10%;
    margin-right: 10%;
}

#animationtext2{
    transition: all 1s;
}

/* .animationtxt1{
    display: inline-block;

    white-space: nowrap;
    overflow: hidden;
    animation:
    typing 2s steps(1),
    cursor .4s step-end infinite alternate;
    animation-timing-function: linear;
} */


/* .animationtxt2  {
    display: inline-block;

    white-space: nowrap;
    overflow: hidden;
    animation:
    typing 4s ,
    cursor .4s step-end infinite alternate;
    animation-delay: 2s;
}


@keyframes typing{
    from{ width: 0 }
    to {width: 100%;}
} */







@media (max-width: 1400px) {
 .navcontent{
    font-size: 13px;
 }
 .navbtns{
    font-size: 13px !important;
 }
 .bannerimg{
    width: 90%;
    height: 90px;
 }
 .animationdiv{
    padding-top: 20%;
 }
 .girlinchair{
    width: 100%;
 }




 /* #parentbox{

    position: relative;
    top: -50px;
} */


  }

  @media (max-width: 992px) {
    .girlinchair{
        width: 60%;

        /* height: 80px; */
     }
     .btncontainer{
        grid-template-columns: 1fr;
        align-items: center;

     }
     .form-control{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
     }

  }


  @media (max-width: 840px) {
    .navcontent{
        font-size: 11px;
     }
     .navbtns{
        font-size: 11px !important;
     }
     .bannerimg{
        width: 80%;
        height: 80px;
     }
     .animationdiv{
        padding-top: 30%;
     }
     .girlinchair{
        width: 80%;
        /* height: 80px; */
     }

  }


  @media (max-width: 767px) {
    .navcontent{
        font-size: 11px;
        margin-left: 45%;
     }
     .navbtns{
        font-size: 11px !important;
     }
     .bannerimg{
        width: 80%;
        height: 80px;
     }
     .animationdiv{
        padding-left: 10%;
     }
     .seccontainer{
        width: 80%;
    }
    #navbar{
        margin: 0 !important;
        min-height: 60px;
        border-radius: 0;
     }
     .templateimg{
        width: 90%;
        margin-left:5%;
     }
     .norightmargin{
        margin-right: auto;
     }
     .noleftmargin{
        margin-left: auto;
     }
     .navbarcomp{
        margin-right: 0;
     }
     .navitm{
        margin-right: 0%;
    }

  }


  @media (max-width: 362px) {

     .bannerimg{
        width: 70%;
        height: 70px;
        margin-left: 0 !important;
     }
     .hamburger{
        width: 20px !important;
        height: 20px !important;
     }
     .hamburgercont{
        width: 40px !important;
        height: 40px !important;
        margin: 0 !important;
        padding: 0 !important;
     }
     #navbar{
        margin: 0 !important;
        min-height: 60px;
        border-radius: 0;
     }
     .animationdiv{
        padding-top: 45%;
     }
     .seccontainer{
        width: 80%;
    }
    .boxes{
        min-width:fit-content;
    }
    .animationtext2{
        font-size: 32px;
    }
    .servicebox{
        margin-left: 1%;
        margin-right: 1%;
    }


  }



  @media (max-width: 1250px) {

    .boxescontainer{
        display: grid;
        grid-template-columns: auto   auto;

        /* justify-content: center; */
      align-items: center;
      justify-content: space-around;
    }
    .boxes{
        margin-bottom: 40px;
    }

  }
  @media (max-width: 650px) {

    .boxescontainer{
        display: grid;
        grid-template-columns: auto ;

        /* justify-content: center; */
      align-items: center;
      justify-content: space-around;
    }
    .boxes{
        margin-bottom: 40px;
    }
    .box-1{
        margin-top: 30px;
    }
  }





  ::-webkit-scrollbar {
    width: 5px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 5px;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 5px;

  }

  .contact-us{
    width: 80%;
    margin: auto;
}

.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
}

.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contact-col div .fa{
    font-size: 28px;
    color: #f44336;
    margin: 10px;
    margin-right: 30px;
}

.contact-col div p{
    padding: 0;
}

.contact-col div h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}

.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 15px;
    background-color: white;

}

@media (max-width: 768px){
    form{
        margin-left:-10px;
    }
    .contact-col input,.contact-col textarea{
        width: 340px;
    }

}
/* .contact-col input,.contact-col textarea{
border-radius: 15px;
width: 500px;
    } */
