h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: 'Poppins', sans-serif;
}

body {
  overflow-x: hidden;
}

p {
  color: #949a95;
  font-size: 15px !important ;
}

.navcontainer .navbar {
  left: -10px;
}

.togglebtn {
  font-size: 20px;
  background-color: transparent;
}

.homebtn:hover {
  background-color: white;
  border-radius: 6px;
  border: 2px solid #3865f4;
  color: #3865f4;
}

.homesection .homebtn:hover {
  background-color: white;
  border-radius: 6px;
  border: 2px solid #3865f4;
  color: #3865f4;
}
.marginclass {
  margin-top: 2em;
  margin-bottom: 4em;
}

/*default nav css*/
body.offcanvas-active {
  overflow: hidden;
}

.offcanvas-header {
  display: none;
}

.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active {
  z-index: 10;
  transition: opacity 0.3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

/*navbar css*/
.nav-link {
  color: #949a95;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  margin-right: 1em;
}

.nav-link.active {
  text-decoration: underline;

  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

.navbar-nav .nav-line {
  color: #949a95;
  font-size: 15px;
  font-weight: 100;
}

.navbar-brand img {
  width: 3em;
}

.navcontainer .navbtn {
  border: 6px;
  background-color: transparent;
  color: #3865f4;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 24px;
  margin: 0 10px;
}
.navcontainer .navbtn:hover {
  background: #3865f4;
  border-radius: 6px;
  color: white;
  border: 2px solid transparent;
  padding: 12px 24px;

  font-size: 14px;
  font-weight: 600;
}

.navcontainer .navbar .homebtn {
  font-size: 14px;
  margin-top: 0;
  margin-left: 1em;
}

/* home section css*/

.homebody {
  margin-right: 105px;
}
.homesection .homebody h1 {
  font-weight: bold;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 0.01em;
animation-play-state: running;
}



/* .homesection .homebody h1:hover{
  animation: forwards;
  animation-play-state: running;
    animation-delay: 0;
  animation-duration: 5s; 
} */

.pricingcontainer .pricing-content-wrapper{
   animation-play-state: running;
  animation-delay: 0;
  animation-duration: 2s; 
}

.homeimg img {
  width: 100%;
  height: auto;
}

.homebtn {
  background: #3865f4;
  border-radius: 6px;
  color: white;
  border: 2px solid transparent;
  margin-top: 25px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
}

span {
  margin-left: 20px;
  color: #949a95;
  font-size: 16px;
}

.homesection .homebody p {
  margin-top: 30px;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  color: #94959a;
  font-weight: 400;
}

/*brandsection css*/

.brand-body p {
  margin-bottom: 2.5em;
}

.brandsection .brandbody p {
  text-align: center;
  margin-bottom: 35px;
  font-size: 16px;
}

.img-brand {
  object-fit: contain;
}

.brandimages img {
  width: 100%;
}

/*packagesection css*/

/*checkbox css*/
ul {
  margin: 0;
  padding: 0;
}

.packagesection h3 {
  font-weight: bold;
  font-size: 35px;
  line-height: 55px;
  letter-spacing: 0.02em;
  color: #120d26;
}

.packagesection p {
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #94959a;
  margin-bottom: 34px;
}

.packagesection .package1 {
  display: flex;
  flex-direction: column;
  align-items: left;
  padding: 37px 52px;
  background: #ffffff;
  border: 4px solid #f2f2f2;
  border-radius: 6px;
}

.packagesection .package1 span {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  line-height: 24px;
}

.package1 .package-list li {
  border-radius: 50%;
  color: #33c390;
  list-style: none;
  margin-top: 16px;
}

.package1 .package-list p {
  margin: 0;
  text-align: left;
}

.packagesection .package1 h4 {
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

.packagesection .package1 h5 {
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  color: #3865f4;
}
.packagesection .package1 p {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #94959a;
}

.packagesection .package1 hr {
  border-top: 2px solid #94959a;
}

.package1 .package-list li .homebtn {
  margin-top: 20px;
}

/* usersection css*/

.usersection h1 {
  font-weight: bold;
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0.02em;
  color: #120d26;
  margin-bottom: 60px;
}

.usersection h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 28px;
  color: #120d26;
}

.usersection span {
  font-size: 15px;
  line-height: 26px;
  color: #94959a;
  margin-bottom: 28px;
}

.usersection i {
  color: #ffc042;
}
.usersection {
  margin: 0px 41px;
}

.stardiv i {
  font-size: 16px;
  margin-right: 3px;
}

.usersection .usercontainer {
  background: #ffffff;
  box-shadow: 0px 0px 15px 2px rgb(232 221 221 / 75%);
    -webkit-box-shadow: 0px 0px 15px 2px rgb(232 221 221 / 75%);
    -moz-box-shadow: 0px 0px 15px 2px rgba(232, 221, 221, 0.75); 
  border-radius: 6px;
  padding: 30px 20px;
  height: 100%;
  margin-bottom: 25px;
  text-align: center;
  display: flex;
  width: 99%;
}

.usersection .fas.fa-arrow-right {
  font-size: 50px;
  color: #3865f4;
}

.usersection .fas.fa-arrow-left {
  font-size: 50px;
  color: #3865f4;
}

.usersection .starcontainer {
  display: flex;
  flex-direction: column;
  margin-bottom: 28px;
}

.usercontainer p {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #29253c;
}

 .usersection .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #FFF;
    text-decoration: none;
}

.usersection .owl-prev span {
    font-size: 50px;
}

.usersection .owl-next span {
    font-size: 50px;
}

.usersection .owl-dot span{
  font-size: 30px ;
}
/*----------------------*/

/* our works css*/

.ourworks h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 23px;
}
.ourworks {
  overflow-y: hidden;
}
.ourworks.marginclass {
  margin-top: 7em;
}

.ourworks p {
  font-weight: normal;
  font-size: 15px;
  line-height: 27px;
  color: #94959a;
  margin-bottom: 63;
}

.imgcontainer1 {
  position: relative;
  z-index: 2;
}

.imgcontainer1 img {
  margin-left: 50px;
  z-index: 100;
}

.imgcontainer1 .imgA {
  margin-bottom: 78px;
}

.imgcontainer1 .imgB {
  margin-left: 115px;
}

.allimgcontainer {
  position: relative;
}

.dotscontainer {
  position: relative;
}

.dotscontainer img {
  position: absolute;
  z-index: 1;
  bottom: -44px;
  left: 63px;
}

.imgcontainer2 .imgC {
  margin: 70px 0 78px 30px;
}

.secondimgcontainer {
  position: relative;
}

.secondimgcontainer .vector {
  position: absolute;
  top: 24px;
  right: -116px;
  width: 140%;
}

.imgcontainer2 {
  margin-left: 50px;
  position: relative;
}

/*-------------*/

/*getintouchcontainer*/

.getintouchsection {
  margin-bottom: 113px;
}

.getintouchsection .trycontainer {
  background: #3865f4;
  border-radius: 16px;
  text-align: center;
  padding: 72px 209px;
}

.trycontainer h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.trycontainer p {
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
  margin: 38px 0;
}

.trybtn {
  background: #ffffff;
  border-radius: 6px;
  border: 2px solid transparent;
  align-items: center;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #3865f4;
}

.trybtn:hover {
  background: #3865f4;
  border-radius: 6px;
  border: 2px solid #ffffff;
  color: #ffffff;
}

/*footer css*/

footer h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #120d26;
  margin-bottom: 30px;
}

footer h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #94959a;
}

footer .dropdown {
  background: #ffffff;
  border-radius: 8px;
  padding: 8px 8px;
  display: flex;
  justify-content: end;
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}

footer .dropdown a {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #29253c;
}

footer p {
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.01em;
  color: #94959a;
}

.footer-iconcontainer {
  display: flex;
  justify-content: space-between;
}

.socialmedia-container i {
  margin: 0 8px;
  color: #d0cfd4;
}

.socialmedia-container i:hover {
  color: #29253c;
  transition: 0.5s;
}

.footer-iconcontainer p:hover {
  color: #29253c;
  transition: 0.5s;
}

/* pricing-landingsection css*/

.pricingcontainer {
  margin-bottom: 5em;
}

.pricingcontainer h1 {
  /* 
  font-weight: bold;
font-size: 72px;
line-height: 90px;
letter-spacing: 0.01em;
color: #120D26;
*/

  margin-top: 30px; 
  font-weight: bold;
  font-size: 60px;
  line-height: 55px;
  letter-spacing: 0.01em;
}

.pricingcontainer p {
  margin-top: 30px;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  color: #94959a;
  font-weight: 400;
}

.pricingcontainer img {
  padding-left: 110px;
}

/*desc section css*/

.descsection {
  margin-bottom: 6em;
}

.descsection h1 {
  font-weight: bold;
  font-size: 60px;
  line-height: 68px;
  letter-spacing: 0.01em;
  color: #120d26;
  width: 100%;
}

.desccontainer p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #94959a;
  margin: 30px 0;
}

.desccontainer img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9999;
}

.desccontainer .homebtn {
  background: #3865f4;
  border-radius: 6px;
  color: white;
  border: 2px solid transparent;
  margin-top: 0px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
}

.desccontainer .homebtn:hover {
  background-color: white;
  border-radius: 6px;
  border: 2px solid #3865f4;
  color: #3865f4;
}

.desccontainer .hrline {
  height: 2px;
  width: 37%;
}

.descsection .vector2 {
  position: absolute;
  width: 37%;
  top: 37px;
  right: -292px;
  z-index: -9999;
}

/*about-landing section css*/

/* .about-landingsection .about-body{
  margin: 0;
  padding: 0;
} */

.about-landingsection h1 {
  font-weight: bold;
  font-size: 60px;
  line-height: 55px;
  letter-spacing: 0.01em;
  color: #120d26;
}

.about-landingsection p {
  margin-top: 30px;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  color: #94959a;
  font-weight: 400;
}

.about-landingsection .vector3 {
  position: absolute;
  width: 27%;
  top: 0px;
  left: -105px;
}
.about-landingsection .imgG {
  position: relative;
  z-index: 9999;
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.about-landingsection .homebtn {
  background: #3865f4;
  border-radius: 6px;
  color: white;
  border: 2px solid transparent;
  margin-top: 14px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
}

.about-landingsection .homebtn:hover {
  background-color: white;
  border-radius: 6px;
  border: 2px solid #3865f4;
  color: #3865f4;
}

.about-landingsection .dotsimg {
  position: absolute;
  z-index: -9999;
  bottom: 3px;
  left: 733px;
}

/*activitessection css*/

.activities-section h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 50px;
  color: #120d26;
}

.activities-section h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 54px;
  color: #120d26;
  margin: 10px 0;
}

.activities-section p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 70px;
  color: #3c3e56;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.activities-section .hugi-brief {
  padding: 20px;
}

.activities-section .hugi-brief img {
  width: 100%;
  height: auto;
}

.activities-section span {
  width: 350px;
  height: 24px;
  left: 0px;
  top: 237px;
  color: #94959a;
  padding: 0;
  margin: 0;
}

.activities-section .hugi-brief {
  background: #ffffff;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.02),
    0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0151852),
    0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0121481),
    0px 20px 13px rgba(0, 0, 0, 0.01),
    0px 8.14815px 6.51852px rgba(0, 0, 0, 0.00785185),
    0px 1.85185px 3.14815px rgba(0, 0, 0, 0.00481481);
  border-radius: 6px;
}

/*contact-landing section css*/

.contact-landingsection h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0.02em;
  color: #120d26;
}

.contact-landingsection p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #94959a;
}

.contact-landingsection img {
  width: 100%;
  height: auto;
}
.contact-body .homebtn {
  float: right;
}
.contact-body .form-label {
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #94959a;
}

.contact-body .form-control {
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #d0cfd4;
  background: #ffffff;
  border: 2px solid #f2f2f2;
  box-sizing: border-box;
  border-radius: 8px;
}

.contact-body .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: none;
  box-shadow: none;
}

.testimonial-slider .owl-carousel .owl-stage {
  display: flex;
}

.testimonial-slider .usercontainer {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
  position: relative;
  overflow: hidden;
  display:-webkit-inline-block;
  flex-direction: column;
  align-items: stretch;
}

.usersection .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  display: none;
}

.usersection .owl-theme .owl-nav {
  margin-top: 82px;
}
