@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.parent {
  width: 100%;
}
/* styling of nav bar */
nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  padding-top: 20px;
  background: #5f236e1a;
}
.menubar {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.menubar-2 {
  width: 100%;
  justify-content: space-between;
  padding: 1rem 2rem;
}
.logo {
  width: 10%;
}
.logo img {
  width: 90px;
}
.logo-2 {
  width: 10%;
}
.logo-2 img {
  width: 90px;
}
.navbar{
  width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: white;
    display: none;
}

.line{
  height: 2px;
  width: 50px;
  background-color: black;
  margin-bottom: 10px;
}

#lines {
  display: none;
}

.logo {
  width: 10%;
}
.logo img {
  width: 90px;
}
.menu {
  width: 90%;
  display: flex;
  gap: 2rem;
  color: #333333;
}
.menu-2 {
  width: 90%;
  gap: 2rem;
  color: #333333;
  
  /* display: none; */
}
.show{
  left: 0;
}

nav ul li {
  display: inline-block;
  list-style-type: none;
}
nav ul li a {
  text-decoration: none;
  color: black;
  font-size: 15px;
  font-weight: 450;
}
.menu-2 ul li {
  list-style-type: none;
  padding-bottom: 40px;
}
.menu-2 ul li a {
  text-decoration: none;
  color: black;
  font-size: 34px;
  font-weight: 450;
}
#butt {
  /* width: 20%; */
  display: flex;
  gap: 1rem;
  /* padding: top 10px; */
}
#sign-in {
  border-radius: 5px;
  border: #333333 1px solid;
  width: 100px;
  height: 40px;
}
#sign-in-2 {
  border-radius: 5px;
  border: #333333 1px solid;
  width: 200px;
  height: 60px;
  font-size: 30px;
}
#CFA {
  border-radius: 5px;
  border: none;
  width: 200px;
  height: 40px;
  background-color: #5f236e;
  color: white;
}
#CFA-2 {
  border-radius: 5px;
  border: none;
  width: 200px;
  height: 60px;
  background-color: #5f236e;
  color: white;
}
.hamburger-1{
display: block;
}
.lines{
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  cursor: pointer;
  border-radius: 20px;
}
.line-1{
  background-color: #000;
  width: 25px;
  height: 2px;
}
.line-2{
  background-color: #000;
  width: 25px;
  height: 2px;
}
.line-3{
  background-color: #000;
  width: 25px;
  height: 2px;
}
.menu-bar-1{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hamburger-1{
  width: 100%;
  display: none;
}
.sec-1 {
  width: 100%;
  padding: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.first {
  width: 45%;
  padding-bottom: 90px;
}
.first h1 {
  font-family: Poppins;
  font-size: 50px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: 0em;
  text-align: left;
  width: 480px;
}

.first p {
  font-family: Poppins;
  color: #333333;
  /* font-weight: 50; */
  text-align: left;
  height: 85px;
  width: 330px;
  padding-top: 15px;
  font-size: 12px;
  /* margin-bottom: 30px; */
}
.one-butt button {
  background-color: #5f236e;
  color: white;
  width: 170px;
  height: 40px;
  border-radius: 10px;
  border: none;
}
.two-butt {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 25px;
}
.two-butt button {
  width: 150px;
  height: 45px;
  border-radius: 10px;
  border: #333333 1px solid;
}
.second {
  width: 45%;
}
.second img {
  height: 450px;
  width: 500px;
}
.foot{
  display: none;
}
/* media query for sec 1 
@media (max-width: 1200px) {
  .first h1 {
    font-family: Poppins;
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    width: 330px;
  }
  .first p {
    text-align: center;
    font-size: 10px;
    width: 300px;
  }
  .one-butt {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .two-butt {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .second img {
    height: 450px;
    width: 300px;
  }
}

@media (max-width: 900px) {
  .first h1 {
    font-family: Poppins;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    width: 300px;
  }
  .first p {
    text-align: center;
    font-size: 8px;
    width: 250px;
  }
  .one-butt {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .two-butt {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .second img {
    height: 350px;
    width: 200px;
  }
}

@media (max-width: 800px) {
  .sec-1 {
    /* display: flex; 
    flex-direction: column;
  }
}
@media (max-width: 750px) {
  .one-butt {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
  }
  .two-butt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 50px;
  }
}
@media (max-width: 650px) {
  .one-butt {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .two-butt {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
 
@media (max-width: 550px) {
  .one-butt {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    width: 190px;
  }
  .two-butt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 50px;
    width: 190px;
  }
}
@media (max-width: 400px) {
  .first p {
    font-size: 10px;
  }
}
@media (max-width: 300px) {
  .first p {
    font-size: 10px;
  }
}

/* styling of section two */
.sec-2 {
  width: 100%;
  padding: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.one {
  width: 45%;
}
.one img {
  width: 400px;
  height: 430px;
  border-radius: 10px;
}
.two {
  width: 45%;
}
.two h1 {
  font-family: Poppins;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
  text-align: left;
  width: 480px;
  padding-bottom: 50px;
}
.two p {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: #333333;
  width: 250px;
  padding-bottom: 30px;
}
.invest button {
  background-color: #5f236e;
  color: white;
  border: none;
  border-radius: 5px;
  width: 135px;
  height: 40px;
}

 /* @media (max-width: 800px) {
  .sec-2 {
    display: flex;
    flex-direction: column-reverse;
  }
} 
@media (max-width: 1050px) {
  .two h1 {
    font-family: Poppins;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
    width: 330px;
  }
  .two p {
    font-family: Poppins;
    text-align: center;
    font-size: 10px;
    width: 300px;
    line-height: 20px;
  }
  .invest{
    display: flex;
    justify-content: center;
    align-content: center;
  }
}
 @media (max-width: 1050px) {
.one img{
  width: 300px;
  height: 400px;
  border-radius: 10px;
  padding-top: 30px;
}
} 
@media (max-width: 800px) {
  
  .one img{
    width: 300px;
  height: 400px;
  border-radius: 10px;
  padding-top: 30px;
}
.invest button{
  width: 170px;
}
}
@media (max-width: 650px) {
.invest{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
}

}
@media (max-width: 450px) {
  .invest{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 90px;
  }
  .invest button{
    width: 200px;
  }
  }
  @media (max-width: 450px) {
    .invest{
      display: flex;
      justify-content: center;
      align-items: center;
      padding-right: 100px;
    }
    .invest button{
      width: 400px;
    }
    .two h1 {
      font-family: Poppins;
      font-size: 20px;
      font-weight: 400;
      line-height: 35px;
      text-align: center;
      width: 200px;
      padding-right: 100px;
    }
    .two p {
      font-family: Poppins;
      text-align: center;
      font-size: 10px;
      width: 310px;
      line-height: 20px;
      padding-right: 50px;
  }
} */
   
/* styling of sec 3 */
.sec-3 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.third {
  width: 40%;
  padding-bottom: 50px;
}
.third h1 {
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  text-align: left;
  width: 400px;
  padding-bottom: 50px;
}
.third p {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  width: 280px;
  height: 120px; 
  padding-bottom: 50px;
}
.start button {
  background-color: #1b1a1a;
  color: white;
  width: 100px;
  height: 40px;
  border-radius: 5px;
}
.fourth {
  width: 45%;
}
.fourth img {
  height: 600px;
  width: 500px;
}
/* @media (max-width: 800px) {
  .sec-3 {
    display: flex;
    flex-direction: column;
  }
  .third h1{
      font-family: Poppins;
      font-size: 25px;
      font-weight: 600;
      line-height: 35px;
      text-align: center;
      width: 330px;
    }
    .third p {
      text-align: center;
      font-size: 10px;
      width: 250px;
      line-height: 20px;
    }
    .fourth img{
      height: 400px;
      width: 350px;
      display: flex;
     padding-left: 50px;
    }
    .start{
      display: flex;
      justify-content: center;
      align-content: center;
    }
  }
  @media (max-width: 600px) {
    .start{
      padding-left: 50px;
    }
  }
  @media (max-width: 500px) {
    .start{
      padding-left: 50px;
    }
  }
  @media (max-width: 400px) {
    .start{
      padding-left: 50px;
    }
  }
  } */ */

/*  styling of section 4 footer */
.footer-sec {
  background-color: rgba(95, 35, 110, 0.1);
  width: 100%;
}
.footer {
  padding: 70px 20px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.footer h1 {
  color: #5f236e;
  font-size: 40px;
}
.footer h3 {
  line-height: 60px;
}
.footer p {
  line-height: 55px;
  color: #333333cc;
}
#icons {
  display: flex;
  gap: 2rem;

}
.last-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.last-footer p {
  color: #333333;
  width: 520px;
  text-align: center;
  padding-top: 20px;
  font-family: Poppins;
  font-size: 10px;
}
.last-footer h2 {
  color: #5f236e;
  font-size: 12px;
  padding-top: 60px;
  margin-bottom: 70px;
}
.bar-5 h3{
  display: flex;
  justify-content: flex-end;
}
.footer-mobile{
  display: none;
}
/* footer mobile view */
.footer-mobile{
  display: none;
  background-color:rgba(95, 35, 110, 0.05);
  width: 100%;
  padding: 50px;
}
.mobile-logo img{
 width: 60px;
 height: 20px;
}
#mob-sec1{
  padding-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
 
}
#mob-sec1 h3{
font-family: Poppins;
font-style: SemiBold;
font-size: 12px;
line-height: 40px;
align-items: Left;

}
#mob-sec1 p{
  font-family: Poppins;
  /* Font-style: Regular; */
  font-size: 13px;
  line-height: 40px;
  align-items: Left;

  /* vertical-align: Top; */
}
#mob-sec2{
  padding-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
 
}
#mob-sec2 h3{
  font-family: Poppins;
  font-style: SemiBold;
  font-size: 12px;
  line-height: 40px;
  align-items: Left;
  }

  #mob-sec2 p{
    font-family: Poppins;
    /* Font-style: Regular; */
    font-size: 12px;
    line-height: 40px;
    align-items: Left;
  }

#mob-lastfooter{
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#mob-lastfooter p{
  font-family: Poppins;
    /* Font-style: Regular; */
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

#mob-lastfooter h2{
  padding-top: 50px;
  font-family: Poppins;
    /* Font-style: Regular; */
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color:#5F236E ;
}

#socials-img{
  display: flex;
  gap: 1rem;
}
/* @media (max-width: 600px) {
  .footer-mobile{
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .footer-sec{
    display: none;
  }
} 
  
@media (min-width: 601px) {
  .footer-mobile {
    display: none;
  }
}  */

@media (max-width: 1025px){
  .first h1 {
    font-family: Poppins;
    font-size: 42px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: 0em;
    text-align: left;
    width: 383px;
}
.first p {
  font-family: Poppins;
  color: #333333;
  /* font-weight: 50; */
  text-align: left;
  height: 85px;
  width: 300px;
  padding-top: 15px;
  font-size: 12px;
  /* margin-bottom: 30px; */
}
.one {
  width: 44%;
}
.one img {
  width: 350px;
  height: 380px;
  border-radius: 10px;
}
.two h1 {
  font-family: Poppins;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
  text-align: left;
  width: 400px;
  padding-bottom: 50px;
}
.two p {
  font-family: Poppins;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: #333333;
  width: 350px;
  padding-bottom: 30px;
}
.sec-2 {
  width: 100%;
  padding: 60px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-1 {
  width: 100%;
  padding: 60px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.second img {
  height: 433px;
  width: 430px;
}
.first {
  width: 48%;
  padding-bottom: 90px;
}
.two {
  width: 38%;
}
.fourth img {
  height: 570px;
  width: 420px;
}
}
@media (max-width: 960px){
  .second img {
    height: 427px;
    width: 413px;
}
.sec-3 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.two {
  width: 45%;
}

}
@media (max-width: 901px){
  .fourth img {
    height: 570px;
    width: 310px;
  }
  .sec-2 {
    width: 95%;
    padding: 54px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.two h1 {
  font-family: Poppins;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
  text-align: left;
  width: 373px;
  padding-bottom: 50px;
}
.second img {
  height: 387px;
  width: 310px;
}
}
@media (max-width: 851px){
.one img {
  width: 321px;
  height: 358px;
  border-radius: 10px;
}
.two h1 {
  font-family: Poppins;
  font-size: 41px;
  font-weight: 600;
  line-height: 50px;
  text-align: left;
  width: 450px;
  padding-bottom: 50px;
}
.two h1 {
  font-family: Poppins;
  font-size: 35px;
  font-weight: 600;
  line-height: 50px;
  text-align: left;
  width: 359px;
  padding-bottom: 50px;
}
#CFA {
  border-radius: 5px;
  border: none;
  width: 154px;
  height: 40px;
  background-color: #5f236e;
  color: white;
}
}
@media (max-width:701px){
  /* nav{
    display: none;
  } */
  .navbar{
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    transition: all 0.8s ease-in-out;
  }
  .flex{
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .close{
    font-size: 40px;
    cursor: pointer;
  }

  .show-nav{
    left: 0;
  }

  .menu,
  #butt{
    display: none;
  }

  #lines{
    display: block;
    cursor: pointer;
  }
}
@media (max-width:713px){
  .first h1 {
    font-family: Poppins;
    font-size: 33px;
    font-weight: 600;
    line-height: 41px;
    letter-spacing: 0em;
    text-align: left;
    width: 310px;
}
.second img {
  height: 387px;
  width: 300px;
  padding-left: 20px;
}
.one img {
  width: 271px;
  height: 311px;
  border-radius: 10px;
}
.two h1 {
  font-family: Poppins;
  font-size: 29px;
  font-weight: 600;
  line-height: 43px;
  text-align: left;
  width: 314px;
  padding-bottom: 50px;
}
}
@media (max-width:698px){
  .sec-1 {
    width: 100%;
    padding: 60px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-direction: column;
}
.first {
  width: 100%;
  padding-bottom: 90px;
}
.first h1 {
  font-family: Poppins;
  font-size: 37px;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: 0em;
  text-align: left;
  width: 100%;
}
.first p {
  font-family: Poppins;
  color: #333333;
  /* font-weight: 50; */
  text-align: left;
  height: 85px;
  width: 100%;
  padding-top: 15px;
  font-size: 21px;
  margin-bottom: 20px;
}
.one-butt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
}
.one-butt button {
  background-color: #5f236e;
  color: white;
  width: 45%;
  height: 60px;
  border-radius: 10px;
  border: none;
  font-size: 15px;
}
.two-butt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding-top: 25px;
}
.two-butt button {
  width: 40%;
  height: 45px;
  border-radius: 10px;
  border: #333333 1px solid;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 20px;
}
.second {
  width: 100%;
}
.second img {
  height: 387px;
  width: 100%;
  padding-left: 20px;
}
.sec-2 {
  width: 100%;
  padding: 54px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column-reverse;
}
.two {
  width: 100%;
}
.two h1 {
  font-family: Poppins;
  font-size: 29px;
  font-weight: 600;
  line-height: 43px;
  text-align: center;
  width: 100%;
  padding-bottom: 50px;
}
.two p {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
  color: #333333;
  width: 100%;
  padding-bottom: 30px;
}
.invest{
  display: flex;
  justify-content: center;
  align-items: center;
}
.invest button {
  background-color: #5f236e;
  color: white;
  border: none;
  border-radius: 5px;
  width: 70%;
  height: 51px;
  font-size: 20px;
}
.one {
  width: 100%;
}
.one img {
  width: 100%;
  height: 311px;
 padding-top: 1rem;
  border-radius: 10px;
}
.sec-3 {
  width: 100%;
  display: flex;
  /* flex-direction: row; */
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  padding: 54px 30px;
}
.third {
  width: 100%;
  padding-bottom: 50px;
}
.third h1 {
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  width: 100%;
  padding-bottom: 20px;
}
.third p {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  width: 100%;
  height: 60px;
  padding-bottom: 10px;
}
.start{
  display: flex;
  justify-content: center;
  align-items: center;
}
.start button {
  background-color: #000;
  color: white;
  border: none;
  border-radius: 5px;
  width: 70%;
  height: 51px;
  font-size: 20px;
}
.fourth img {
  height: 570px;
  width: 100%;
}
.fourth {
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}
.footer p {
  line-height: 55px;
  color: #333333cc;
  font-size: 12px;
}
#icons {
  display: flex;
  gap: 7px;
}
#icons img{
  width: 20px;
}
.last-footer p {
  color: #333333;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  font-family: Poppins;
  font-size: 16px;
  padding: 0 20px;
}
}
@media(max-width:501px){
  .first h1 {
    font-family: Poppins;
    font-size: 50px;
    font-weight: 600;
    line-height: 61px;
    letter-spacing: 0em;
    text-align: center;
    width: 100%;
}
.first p {
  font-family: Poppins;
  color: #333333;
  /* font-weight: 50; */
  text-align: center;
  height: 85px;
  width: 100%;
  padding-top: 44px;
  font-size: 16px;
  margin-bottom: 60px;
}
.one-butt button {
  background-color: #5f236e;
  color: white;
  width: 80%;
  height: 60px;
  border-radius: 10px;
  border: none;
  font-size: 20px;
}
.two-butt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding-top: 25px;
  flex-direction: column;
  padding-top: 2rem;
}
.two-butt button {
  width: 64%;
  height: 45px;
  border-radius: 10px;
  border: #333333 1px solid;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 20px;
}
.one img {
  width: 100%;
  height: 433px;
  padding-top: 1rem;
  border-radius: 10px;
}
.third p {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  text-align: center;
  width: 100%;
  height: 60px;
  margin-bottom: 46px;
}
.footer-sec{
  display: none;
}
.foot{
  padding: 2rem 2rem;
  width: 100%;
  background: #5f236e1a;
  display: block;
}
.foot img{
  padding-bottom: 2rem;
}
.grid{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px;

}
.grid-1 ul li{
list-style: none;
padding-top: 20px;
}
.grid-1 ul{
  padding-top: 2rem;
}
.grid-2{
  padding-top: 2rem;
}
.grid-1 ul h1{
  font-size: 15px;
}
.grid-2 h1{
  font-size: 15px;
}
.socials {
  padding-top: 20px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.foot-word{
  padding-top: 4rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot-word p{
  text-align: center;
  font-size: 15px;
}
.last-last{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.last-last h4{
  padding-top: 3rem;
  text-align: center;
  color: #5F236E;
}
}
@media (max-width:376px){
  .first h1 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 61px;
    letter-spacing: 0em;
    text-align: center;
    width: 100%;
}
.first p {
  font-family: Poppins;
  color: #333333;
  /* font-weight: 50; */
  text-align: center;
  height: 85px;
  width: 100%;
  padding-top: 21px;
  font-size: 12px;
  margin-bottom: 60px;
}
.second img {
  height: 387px;
  width: 100%;
  /* padding-left: 20px; */
}
.fourth img {
  height: 476px;
  width: 100%;
}
.third p {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  width: 100%;
  height: 60px;
  margin-bottom: 46px;
}
.two p {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
  color: #333333;
  width: 100%;
  padding-bottom: 30px;
}
.third h1 {
  font-family: Poppins;
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  width: 100%;
  padding-bottom: 20px;
}
.grid-1 ul h1 {
  font-size: 12px;
}
.foot-word p {
  text-align: center;
  font-size: 13px;
  line-height: 28px;
}
}
@media (max-width:321px){
  .first h1 {
    font-family: Poppins;
    font-size: 35px;
    font-weight: 600;
    line-height: 47px;
    letter-spacing: 0em;
    text-align: center;
    width: 100%;
}
.first p {
  font-family: Poppins;
  color: #333333;
  /* font-weight: 50; */
  text-align: center;
  height: 85px;
  width: 100%;
  padding-top: 44px;
  font-size: 13px;
  margin-bottom: 65px;
  line-height: 28px;
}
.one-butt button {
  background-color: #5f236e;
  color: white;
  width: 99%;
  height: 60px;
  border-radius: 10px;
  border: none;
  font-size: 20px;
}
.second img {
  height: 387px;
  width: 106%;
  padding-left: 0px;
}
.two p {
  font-family: Poppins;
  font-size: 11px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
  color: #333333;
  width: 100%;
  padding-bottom: 30px;
}
.third h1 {
  font-family: Poppins;
  font-size: 34px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  width: 100%;
  padding-bottom: 20px;
}
.third p {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  width: 100%;
  height: 60px;
  margin-bottom: 46px;
}
.fourth img {
  height: 399px;
  width: 100%;
}
.foot-word p {
  text-align: center;
  font-size: 11px;
  line-height: 28px;
}
}
