@import url('https://fonts.googleapis.com/css2?family=Holtwood+One+SC&family=Inder&family=Montserrat:wght@400;700&display=swap');


/* first and main section of home page starts from here*/

/* adjusting width of main row */
.main-section .row {
    width: 100%;
    margin: 0;
    
}
/* setting height and position of both columns content */
.main-section .row .col1 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    position: relative;
  }

  .main-section .row .col12 {
    align-items: center;
  }
  /* first column img */ 
  .main-section .row .col1 img {
    width: 85%;
    margin-top: 20px;
  }
  /* first column background vector */
  .main-section .row .col1 .first-vector {
    position: absolute;
    z-index: -1;
    top: 0;
    margin-top: -20px;
  }
  /* 2nd column styling*/
  .main-section .row .col11 {
    padding: max(3vw, 20px);
  }


  .main-section .row .col11 h3 {
    font-family: 'Holtwood One SC', serif;
    font-weight: 700;
    font-size: max(1.8vw,15px);
    /* align-self: center; */
    letter-spacing: 2px;
    border-style: solid;
    padding: 0.5vw;
    border-radius: 40px;
    height: max(3.5vw,30px);
    width: max(18vw,200px);
    text-align: center;
    color: var(--primary-color);
    border-color: #000000;
  }
  .main-section .row .col11 h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin-top: 20px;
  }

  .main-section .row .col11 h2 span {
    color: var(--primary-color);
  }

  .main-section .row .col11 p {
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
    padding: 5px;
    font-size: 25px;
    font-weight: 500;
  }


.portion-2{
    margin-top: 5%;
}
.colorfull-text{
    padding: 0px 200px;
    
}
.colorfull-text h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 30px;
    margin-top: 20px;
    line-height: 40px;
    
}

.colorfull-text span{
    color: var(--primary-color);
    
}



/* portion 3 */

.portion-3 {
  margin-top: 10px;
}


.portion-3 .left-side img{
  width: 100%;
}

.portion-3 .left-side {
  display: flex;
  justify-content: center;
  align-items: center;
}

.portion-3 .right-side h2{
  font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 30px;
    margin-top: 20px;
    line-height: 40px;
}


.portion-3 .right-side span{
  color: var(--primary-color);
}

.portion-3 .right-side p{
  font-family: 'Montserrat', sans-serif;
  padding-right: 60px;
}




/* portion-4 */


.portion-4{
  width: 100%;
  margin-top: 70px ;
  background-color: #000000;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;


}

.portion-4 .right-side img{
  width: 70%;
}
.portion-4 .right-side{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  
}
.portion-4 .left-side{
  padding: 30px  100px;
  
}

.portion-4 .left-side h2{
  font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 30px;
    margin-top: 20px;
    line-height: 40px;
    color: white;
  
  
}

.portion-4 .left-side span{
  font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: max(1.75vw,15px);
    margin-top: 20px;
    line-height: 40px;
  
  
}
.portion-4 .left-side span{
  color: var(--primary-color);
}

.portion-4 .left-side p{
  font-family: 'Montserrat', sans-serif;
  color: white;
  margin-top: 20px;
}


/* portion 5 */


.portion-5{

  margin-top: 150px;
  padding: 10px 100px 0px 100px;
}

.portion-5 p{
  /* margin:35px; */
  background-color: white;
  padding: 30px 30px 30px 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 500;
  border-radius: 20px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 80%;
  transform: translateY(-30%);
  display: grid;
  align-items: center;
  margin-top: 20px;
}


/* portion 6 */

.portion-6{

  margin-top: -140px;
  background-color: #000000;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}

.portion-6 .head h2{
  font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: max(1.75vw,15px);
    margin-top: 200px;
    line-height: 40px;
    color: white;
    text-align: center;
  
  
}
.portion-6 .head span{
  font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: max(1.75vw,15px);
    margin-top: 20px;
    line-height: 40px;
  
  
}
.portion-6 .head span{
  color: var(--primary-color);
}

.portion-6 .head p{
  font-family: 'Montserrat', sans-serif;
  color: white;
  margin-top: -10px;
  text-align: center;
}

.second-row{
  margin-top: 20px;
}
.second-row img{
  width: 14%;
}

.second-row h3{
  text-align: center;
  color: white;
}
.second-row p{
  text-align: center;
  padding: 0px 40px 30px 40px;
  color: white;
}

.for-center{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}



/* portion 7 */


.portion-7{
  background-color: white;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  padding-bottom: 30px;

  

}

.portion-7 h2{
  background-color: rgb(0, 0, 0);
  width: 30%;
  text-align: center;
  color: white;
  font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: max(1.75vw,30px);
    margin-top: 50px;
    line-height: 40px;
    padding: 10px;
    border-radius: 30px;
}
.portion-7 span{
  color: var(--primary-color);

}
.portion-7 .head{
  display: flex;
  justify-content: center;
  align-items: center;

}
.portion-7 .dis p{
  width: 50%;
  text-align: center;
  margin: auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  margin-top: 20px;
    font-weight: 500;

}
.members-part{
  margin-top: 40px;
}
.team img{
  width: 30%;
  border-radius: 100px;
}
.team{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.team h5 {
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.team p{
  font-size: 15px;
  color: var(--primary-color);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
