/* start land section */
header {
    padding-bottom: 7rem;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
}
.land-section h1{
    color: var(--mainColor2);
    opacity: 87%;
    font-weight: bold;
    line-height: 86.2px;
    position: relative;
    display: inline-block;

}

.land-section h1::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 15px;
    background-color: var(--highlightblue);
    right: 0;
    bottom: 30px;
    z-index: -1;

}

@media (max-width : 375px) {
    .land-section h1::after {
      display: none;
    }

    .land-section h1 {
        line-height: 50px;
    }
}

/* end land section */

/* start aboutus-video */

.aboutus-video p {
font-size: 18px;
font-weight: 400;
line-height: 33px;
text-align: start;
color: var(--prgcolor);
}

.aboutus-video .play-btn {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: linear-gradient(145.08deg, #DFC075 3.73%, #B8860B 132.69%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    -webkit-transform: translate(-50% , -50%);
    -moz-transform: translate(-50% , -50%);
    -ms-transform: translate(-50% , -50%);
    -o-transform: translate(-50% , -50%);
}

@media (max-width : 500px) {
    .aboutus-video .play-btn {
        width: 50px;
        height: 50px;
    }
    .aboutus-video .play-btn svg {
        width: 30px;
        height: 30px;
    }
    
}
/* end aboutus-video */

/* start with-muser */

.with-muser {
    overflow: hidden;
    
}
.with-muser .container {
    position: relative;
    background: linear-gradient(145.08deg, #B8860B 3.73%, #EEB830 132.69%);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding-top: 4rem ;
    padding-bottom: 4rem;
    
   

}

.with-muser .container .plus1 {
    position: absolute;
    z-index: 1;
    left: -10px;
    top: -50px;
}

.with-muser .container .plus2 {
    position: absolute;
    z-index: 1;
    left: -60px;
    bottom: 50px;
}
.with-muser .container .plus3 {
    position: absolute;
    z-index: 1;
    left: 120px;
    bottom: -25px;
}
.with-muser .container .plus4 {
    position: absolute;
    z-index: 1;
    right: 30px;
    bottom: -37px;
}

.with-muser .container .plus5 {
    position: absolute;
    z-index: 1;
    right: -50px;
    top: 40px;
}
.with-muser .container .plus6 {
    position: absolute;
    z-index: 1;
    right: 80px;
    top: -30px;
}
.with-muser h3 {
font-size: 32px;
font-weight: 700;
line-height: 59.97px;
text-align: center;
color: var(--white);
margin-bottom: 1rem;

}

.with-muser p {
font-size: 20px;
font-weight: 400;
line-height: 40px;
text-align: center;
color: var(--white);

}

.with-muser .btn-trynow {
    padding-left: 3rem; 
    padding-right: 3rem;
    font-size: 17px ;
}

@media (max-width : 380px) {
    .with-muser .btn-trynow {
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 16px ;
    
    }
}

/* end with-muser */

/* start our vision  */


.our-vision {
    margin-top: 4rem !important;
}
.our-vision h2 {
    color: var(--subheadingblack);
    font-size: 32px;
    font-weight: 700;
    line-height: 59.97px;
    text-align: right;

}

.our-vision p {
font-size: 18px;
font-weight: 400;
line-height: 38px;
text-align: right;
color: var(--prgcolor);

}


.our-vision .join-us-btn{
  background-color: var(--mainColor2);
  border: 1px solid var(-mainColor2);
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  line-height: 22.32px;
  text-align: center;
  box-shadow: 0px 0px 6px 2px #00000029;
  width: 165px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
 
.our-vision .join-us-btn:hover{
  background-color: var(--mainColor3);
  border-color: var(--mainColor3);
  color: var(--mainColor2);
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}


/* end about us */