@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@500&display=swap');

body {
    font-family: 'Montserrat', serif;   
    overflow-x: hidden;
}



#main{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

#main .title{
    color: #184876;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .2rem;
    text-transform: capitalize;
    text-decoration: underline;
    text-underline-offset: 15px;
    text-decoration-color: #478D4B;
}

#main .inner{
    position: absolute;
    content: "";
    border-bottom: 8px solid #478D4B;
    width: 140px;
    left: 655px;  
}

#main .inner1{
    position: absolute;
    content: "";
    border-bottom: 4px solid #478D4B;
    width: 140px;
    left: 896px;  
}




#section-2{
    margin-top: 80px;
    margin-bottom: 20px;
}

#section-2 h2{
    font-style: normal;
    font-weight: 600;
    font-size: 18px !important;
    line-height: 40px;
    text-align: center;
    color: #184876;
    letter-spacing: 0.2rem;
    text-decoration: underline;
    text-underline-offset: 15px;
    text-decoration-color: #478D4B;
}

#section-2 .invest{
    background: #ebf3eb;
    width: 170px;
    height: 100px;
    margin: 20px;
    border-radius: 4px;
}

#section-2  .invest .naba{
    padding: 20px;
}


#section-2 .invest img{
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  
}

#section-2 .invest img:hover{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

@media (max-width: 479px) {
    #section-2 {
        margin-top: 20px;
    }
}





#banner-section {
    overflow-x: hidden;
    height: 900px;
    width: 100%;
    background-image: url('../img/about/aboutbg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

#left-section {
    padding-left: 220px;
    padding-top: 100px;
}

#banner-section .title {
    color: #184876;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .2rem;
    text-transform: capitalize;
    padding-top: 100px;
    text-decoration: underline;
    text-underline-offset: 15px;
    text-decoration-color: #478D4B;
}


#left-section .banner-description {
    font-weight: 700;
    font-size: 14px;
    line-height: 35px;
    color: #4F4F4F;
    letter-spacing: 1px;
    padding-top: 0px;
    text-align: justify;
}

#left-section p {
    padding-top: 50px;
    font-weight: 600;
    font-size: 14px;
    line-height: 27px;
    color: #4F4F4F;
}

#right-section {
    padding-top: 25px;
    padding-left: 150px;
    padding-right: 220px;
}


@media (max-width: 1920px) {}

@media (max-width: 1560px) {
    #banner-section {
        height: 850px;
    }

    #left-section {
        height: 100%;
        padding-left: 120px;
        padding-top: 60px;
    }

    #left-section .banner-description {
        font-size: 14px;
        text-align: justify;
    }

    #left-section p {
        font-size: 14px;
    }
}



/***** ipad ******/

@media (max-width: 1080px) {
    #left-section {
        padding-left: 80px;
        padding-top: 160px;
    }

    #left-section .banner-description {
        font-size: 14px;
    }

    #left-section p {
        font-size: 14px;
        padding-top: 30px;
    }

    #right-section {
        background-image: url('../img/about/aboutbg.png');
        /* background-image: url(../img/produts/sat2farm/banner.svg); */
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
}


/***** ipad nd tab ******/

@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait) {
    #left-section {
        padding-left: 60px;
        padding-top: 60px;
        padding-right: 70px;
    }
}


/***** iphone roatate******/

@media (max-width: 767px) {
    #left-section {
        padding-left: 40px;
        padding-top: 140px;
    }

    #left-section .banner-title {
        font-size: 18px;
    }

    #left-section .banner-description {
        font-size: 14px;
    }

    #left-section p {
        font-size: 14px;
        padding-top: 30px;
    }
}

/***** iphone ******/
@media (max-width: 479px) {
    #banner-section {
        height: fit-content;
        padding-bottom: 40px;
    }

    #left-section {
        padding-left: 20px;
        padding-top: 30px;
        padding-right: 20px;
    }

    #left-section .banner-title {
        font-size: 18px;
    }

    #left-section .banner-description {
        font-size: 14px;
    }

    #left-section p {
        font-size: 14px;
        padding-top: 30px;
    }

    #right-section {
        padding-top: 25px;
        padding-left: 0px; 
        padding-right: 0px;
    }

    #right-section #team-img{
        width: 320px;
    }
}


/* Vision and Mision */
#section-1 h2{
    font-style: normal;
    font-weight: 600;
    font-size: 18px !important;
    line-height: 60px;
    text-align: center;
    color: #184876;
    letter-spacing: 0.2rem;
    padding-top: 60px;
    text-decoration: underline;
    text-underline-offset: 15px;
    text-decoration-color: #478D4B;
}
.section-center {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.btn-container {
    width: 500px;
    display: flex;
    gap: 20px;
}

.button {
    padding: 1rem;
    border: none;
    font-size: 14px;
    background: #184876;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
}

.tabs-content {
    width: 700px;
    height: fit-content;
    margin-top: 20px;
    padding: 40px;
    background: #EBF3EB;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

/* hide content */
.content {
    display: none;
}

.content p,
ul {
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
}

.button.live {
    background: #ffffff;
    border-top: 5px solid #478D4B;
    color: #023047;
}

.content.live {
    display: block;
}


@media (max-width: 479px) {
    .tabs-content {
        width: 300px;
        padding: 30px;
    }
    .btn-container {
        width: 300px;
    }
    .content p, ul {
        font-size: 14px;
        letter-spacing: 1px;
    }
}




















/* Section2 Starts */

#section-3{
    height: fit-content;
    width: 100%;
   
    padding-left: 220px;
    padding-right: 220px;
    padding-top: 90px;
    padding-bottom: 90px;
    background: #ebf3eb;
  }
  
  #section-3 .desc1{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #66BB6A;
    padding-top: 20px;
    letter-spacing: 1px;
  }
  
  #section-3 .desc2{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #184876;
    text-align: center;
    letter-spacing: 1px;
  }

  #section-3 .potss{
    height: 80px;
  }
  
  @media (max-width: 1560px) {
    #section-3{
        padding-left: 120px;
        padding-right: 120px;
    }
  }
  /***** ipad ******/
  
  @media (max-width: 1080px) {
    #section-3{
        padding-top: 45px;
    }
    #section-3 .desc1{
        font-size: 20px;
    }
  
    #section-3 .desc2{ 
        font-size: 20px;
    }
  }
  
  /***** ipad nd tab ******/
  
  @media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){
    #section-3{
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 35px;
        padding-bottom: 25px;
    }
  
    #section-3 .desc1{
        font-size: 20px;
        line-height: 20px;
    }
  
    #section-3 .desc2{ 
        font-size: 16px;
    }
  
    #section-3 .potss{
        height: 50px;
        line-height: 15px;
    }
  }
  
  /***** iphone roatate******/
  
  @media (max-width: 767px) {
    #section-3{
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 35px;
        padding-bottom: 25px;
    }
    #section-3 .desc1{
        font-size: 20px;
        line-height: 20px;
    }
  
    #section-3 .desc2{ 
        font-size: 16px;
    }
  
    #section-3 .potss{
        height: 50px;
        line-height: 15px;
    }
  }
  
  /***** iphone ******/
  @media (max-width: 479px) {
    #section-3{
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 15px;
        padding-bottom: 0px;
    }
    #section-3 .desc1{
        font-size: 15px;
        line-height: 0px;
        padding-top: 15px;
    }
  
    #section-3 .desc2{ 
        font-size: 15px;
        margin-top: -10px;
    }
  
    #section-3 .potss{
        height: 20px;
        line-height: 0px;
    }
  }
  
  /* Section2 ends
  ******************************************************************************************************** */























#section-4{
    margin-top: 80px;
    margin-bottom: 20px;
}

#section-4 h2{
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    color: #184876;
    letter-spacing: 0.2rem;
    text-decoration: underline;
    text-underline-offset: 15px;
    text-decoration-color: #478D4B;
}


#section-4 .clients{
    background: #EBF3EB;
    margin: 25px;
    width: 170px;
    height: 100px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 4px;
}

#section-4 .clients img{
    width: 105%;
    padding: 20px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

#section-4 .clients img:hover{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

@media(max-width : 479px){
    #section-4 {
        margin-top: 40px;
    }
}


#section-5{
    margin-top: 80px;
    /* margin-bottom: 20px; */
    padding-bottom: 80px;
}

#section-5 h2{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;;
    line-height: 40px;
    text-align: center;
    color: #184876;
    letter-spacing: 0.2rem;
    padding-top: 60px;
    text-decoration: underline;
    text-underline-offset: 15px;
    text-decoration-color: #478D4B;
}

#section-5 h4{
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    color: #184876;
    letter-spacing: 0.2rem;
    padding-top: 60px;
    text-decoration: underline;
    text-underline-offset: 15px;
    text-decoration-color: #478D4B;
}
#section-5 .team img{
    margin-left: 35px;
    border-radius:50% ;
    height: 240px;
    width: 240px;
    padding:20px ;
}

#section-5 .team .desc1{
    padding: 0px;
    margin: 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    text-align: center;
    color: #4F4F4F;
    letter-spacing: 1px;
    padding-bottom: 10px;
}

#section-5 .team .desc2{
    padding: 0px;
    margin: 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #4F4F4F;
    letter-spacing: 1px;
}

#section-5 .team span img{
    border-radius: 0%;
    height: 32px;
    width: 32px;
    margin-top: 0px;
    padding: 0px;
    margin: 5px;
}

@media(max-width: 1366px) {
    #section-5 .team img {
        margin-left: 5px;
    }
}


/* Media queries */
@media only screen and (min-width:1920px){
    #main .inner{
        left:890px
    }
}
    
@media only screen and (max-width: 1024px) {
    #main .inner{
        left: 444px;
    }

    #main .inner1{
        left: 445px;
    }

    #section-2  .invest .naba{
        padding: 20px;
    }

   
    #section-4{
        overflow-x: hidden;
    }

    #section-4 .clients{
        margin: 10px;
        width: 200px;
        height: 110px;
        margin-top: 30px;
    }

    #section-4 .clients img{
        padding: 0px;
        padding-top: 10px;
    }

    #section-5{
        overflow: hidden;
    }

    #section-5 .team{
        width: 25% !important;
    }
    #section-5 .team img{
        margin-left: -5px;
        height: 230px;
        width: 230px;
    }

    #section-5 .team .desc1{
        font-size: 20px;
        padding-bottom: 10px;
    }

    #section-5 .team .desc2{
        font-size: 16px;
    }

    #section-5 .team span img{
        height: 30px;
        width: 30px;
    }


}

@media only screen and (max-width: 920px) {
    #main .inner{
        left: 390px;
    }

    #main .inner1{
        left: 390px;
    }

    #section-2  .invest .naba{
        padding: 20px;
    }

   
    #section-4{
        overflow-x: hidden;
    }

    #section-4 .clients{
        margin: 10px;
        width: 140px;
        height: 80px;
        margin-top: 30px;
    }

    #section-4 .clients img{
        padding: 0px;
        padding-top: 10px;
    }

    #section-5{
        overflow-x: hidden;
    }

    #section-5 .team{
        width: 25% !important;
    }
    #section-5 .team img{
        margin-left: -15px;
        height: 185px;
        width: 185px;
    }

    #section-5 .team .desc1{
        font-size: 16px;
    }

    #section-5 .team .desc2{
        font-size: 14px;
    }

    #section-5 .team span img{
        height: 26px;
        width: 26px;
    }
}

@media only screen and (max-width: 768px) {
    #main .inner{
        left: 310px;
    }

    #main .inner1{
        left: 315px;
    }

    #section-2  .invest .naba{
        padding: 20px;
    }

    
    #section-4{
        overflow: hidden;
    }

    #section-4 .clients{
        margin: 10px;
        width: 140px;
        height: 80px;
        margin-top: 30px;
    }

    #section-4 .clients img{
        padding: 0px;
        padding-top: 10px;
    }

    #section-5{
        overflow-x: hidden;
    }

    #section-5 .team{
        width: 25% !important;
    }
    #section-5 .team img{
        margin-left: 0px;
        height: 160px;
        width: 160px;
    }

    #section-5 .team .desc1{
        font-size: 14px;
    }

    #section-5 .team .desc2{
        font-size: 12px;
    }

    #section-5 .team span img{
        height: 26px;
        width: 26px;
    }
}

@media only screen and (max-width: 600px) {
    #main .inner{
        left: 144px;
    }

    #main .inner1{
        left: 144px;
    }

    #section-2 .invest{
        width: 142px;
        height: 96px;
        margin: 5px;
        margin-top: 20px;
    }
 
    #section-2  .invest .naba{
         padding: 12px;
     }
 
    /* #section-3{
     height: 130px;
     background-size: 100% 130px;
    }

    #section-3 .potss{
        margin-top: 10px;
        width: 25% !important;
    }
 
    #section-3 .potss img {
         left: 25px;
         width: 32px !important;
         height: 32px;
     }
 
     #section-3 .potss .desc1{
         font-size: 18px;
         margin-top: 20px;
         line-height:5px;
     }
 
     #section-3 .potss .desc2{
         font-size: 10px;
         margin-top: 0px;
         line-height: 20.05px;
     } */
 
     #section-4 .clients{
         margin: 10px;
         width: 140px;
         height: 80px;
         margin-top: 30px;
     }
 
     #section-4 .clients img{
         padding: 0px;
         padding-top: 10px;
     }
 
     #section-5{
         overflow-x: hidden;
     }
     #section-5 .team{
         width: 50% !important;
     }
     #section-5 .team img{
         margin-left: 20px;
         height: 150px;
         width: 150px;
     }
 
     #section-5 .team .desc1{
         font-size: 14px;
     }
 
     #section-5 .team .desc2{
         font-size: 12px;
     }
 
     #section-5 .team span img{
         height: 26px;
         width: 26px;
     }
}

@media only screen and (max-width: 320px) {
   #main .inner{
    left: 92px;
   }

   #main .inner1{
       left: 90px;
   }

   #section-2 .invest{
       width: 142px;
       height: 96px;
       margin: 5px;
       margin-top: 20px;
   }

   #section-2  .invest .naba{
        padding: 12px;
    }

   /* #section-3{
    height: 130px;
    background-size: 100% 130px;
   }
   #section-3 .potss{
       margin-top: 10px;
       width: 25% !important;
   }

   #section-3 .potss img {
        left: 10px;
        width: 32px !important;
        height: 32px;
    }

    #section-3 .potss .desc1{
        font-size: 18px;
        margin-top: 20px;
        line-height:5px;
    }

    #section-3 .potss .desc2{
        font-size: 10px;
        margin-top: 0px;
        line-height: 20.05px;
    } */

    #section-4 .clients{
        margin: 10px;
        width: 140px;
        height: 80px;
        margin-top: 30px;
    }

    #section-4 .clients img{
        padding: 0px;
        padding-top: 10px;
    }

    #section-5{
        overflow-x: hidden;
    }
    #section-5 .team{
        width: 50% !important;
    }
    #section-5 .team img{
        margin-left: -8px;
        height: 150px;
        width: 150px;
    }

    #section-5 .team .desc1{
        font-size: 14px;
    }

    #section-5 .team .desc2{
        font-size: 12px;
    }

    #section-5 .team span img{
        height: 26px;
        width: 26px;
    }
}
