@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  outline: none;
  scroll-behavior: smooth;
  font-family: 'Roboto' , sans-serif;
}
@viewport {
    zoom: 1.0;
    min-zoom: 0.8;
    max-zoom: 2.0;
}
:root{
    --bg-color: #FFFFFF;
    --second-bg-color: #F2F2F2;
    --third-bg-color: #1E1E1E;
    --fourth-bg-color: #EFA9C5;
    --text-color:#000000 ;
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
}
body{
    background: var(--bg-color);
    color: var(--text-color);
}

section{
    min-height: 763px;
    padding: 10rem 9% 2rem;
}

.pink {
    color: #EC4299 !important;
}

.blue {
    color: #000959 !important;
}

.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem 9%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    background: #FFFFFF;
}

.logo{
    color: var(--text-color);
    width: 162px;
    height: 32px;
    left: 84px;
    top: 16px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}

.navbar {
    min-height: 0 !important;
    margin-bottom: 0 !important;
}

.navbar a {
    width: 143px;
    height: 22px;
    left: 826px;
    top: 22px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-left: 32px;
    color: var(--text-color);
    transition: 0.5s;
}

#menu-icon{
    font-size: 3.6rem;
    color: #000000;
    display: none;
}

.header-btn{
    box-sizing: border-box;
    border: 3px solid #EC4299;
    border-radius: 30px;
    align-items: center;
    text-align: center;
    height: 25px;
    left: 17px;
    right: 16px;
    top: calc(50% - 25px/2 + 0.5px);
    padding: 0.7rem 3rem 0.7rem 3rem;
}

.home{
    background-image: linear-gradient(var(--fourth-bg-color), var(--bg-color));
    justify-content: center;
    align-items: center;
}
.home-img{
    text-align: left;
}
.home-img img{
    width: 36vw;
    
}
.home-row{
    display: flex;
    margin-top: 1.5rem;
    
}
.home-content{
    flex-basis: 46.5%;
}
.home-content h1{
    width: 690px;
    height: 113px;
    left: calc(50% - 787px/2 - 230.5px);
    top: 127px;
    margin-bottom: 2rem;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    display: flex;
    align-items: center;
    
}

h1 span {
    display: contents;
}

.home-content p{
    width: 540px;
    height: 113px;
    left: calc(50% - 540px/2 - 350px);
    top: 275px;
    margin-bottom: 2rem;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140.62%;
    /* or 28px */
    
    display: flex;
    align-items: center;
}
.home-row-bottom h4{
    width: 236px;
    height: 23px;
    left: 100px;
    top: 515px;
    margin-bottom: 1.5rem;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    display: flex;
    align-items: center;
}
.start-btn{
    background: #EC4299;
    border-radius: 25px;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    padding: 1.2rem 7rem 1.2rem 7rem;
    color: #FFFFFF;
    margin-bottom: 1rem;
}
.contact-btn{
    background:  var(--bg-color);
    border: 2px solid #000000;
    border-radius: 25px;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    align-items: center;
    padding: 1.2rem 7rem 1.2rem 7rem;
    color: #000000;
}
.see{
    text-align: center;
    font-size: 10px;
    margin-top: 5rem;
}
.see h5{
    color: #000000;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 0.2rem;
}
.see a{
    color: #000000;
    font-size: 15px;
    margin-top: 1rem;
}

.see-more{
    justify-content: center;
    align-items: center;
}
.see-more h4{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    align-items: center;
    text-align: center;
    color: #000000;

}
.see-more span{
    font-weight: 300;
}
.col1{
    text-align: center;
}
.container{
    display: flex;
    margin-top: 2rem;
    justify-content: space-between;
    padding: 0 20px 0 20px;
    
}
.col1{
    flex-basis: 46.5%;
}

.text-section{
    flex-direction: column;
    margin: 4rem;
}
.image-section{
    text-align: center;
}
.image-section img{
    width:45vh;
}
.text h3{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 21px;
}

.text p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
}


.whyWo{
    min-height: 100vh;
    padding: 7rem 9% 1rem;
}
.heading{
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 23px;
}
.col1{
    flex-basis: 31%;
    padding: 2rem;
    
}
.image-section {
    flex: 1;
}
#main-image {
    transition: opacity 0.3s ease-in-out;
    max-width: 100%;
    height: auto;
}
/* styles.css */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .image-section {
        width: 100%;
        max-height: 50vh;
        overflow: hidden;
        text-align: center;
    }

    .text-section {
        flex-direction: row;
    }
}


.text-section {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 1rem;
    flex: 1;
}

.text {
    cursor: pointer;
    padding: 10px 0px 10px 0;
    text-align: center;
}

.text:hover {
    border: 2px solid #EC4299;
}

.whyWo{
    min-height: 100vh;
    padding: 7rem 9% 1rem;
}

.row{
    margin-top: 0rem;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.row img{
    width: 60px;
    height:60px;
}

.content-btn{
    border: 1px solid #000000;
    border-radius: 5px;
    text-align: center;
    justify-content: center;
    color: #1E1E1E;
    padding: 0.5rem 2rem 0.5rem 2rem;
    /* margin: 2rem 5.5rem 1rem 5.5rem ; */

}

.why-content{
    text-align: center;
    font-weight: 500;
    font-size: 35px;
    line-height: 23px;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.articles{
    min-height: 50vh;
    padding: 10rem 9% 2rem;
}
.articles h3{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 1rem;
}
.article-row{
    display: flex;
    box-sizing: border-box;
    height: 316px;
    left: 92px;
    top: 1853px;
    right: 68px;
    border: 1px solid #000000;
}

.users{
    background-color: var(--bg-color);
    justify-content: center;
    align-items: center;
    min-height: 45vh;
}
.users h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 3rem;
}
.users img{
    background: #000000;
    border-radius: 40px;
}
.users h3{
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 140.62%;
}
.users p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140.62%;
    text-align: center;
}
.get-started{
    background-color: var(--bg-color);
    justify-content: center;
    align-items: center;
    min-height: 40vh;
    margin-top: 3rem;
    display: flex;
}
.column{
    flex-basis: 46.5%;
}
.column h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
}
.column h3{
    left: 16.32%;
    right: 62.78%;
    top: 50%;
    bottom: 31.25%;

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 3rem;
}

.btn2{
    display: grid;
    justify-content: space-between;
}

.footer{
    justify-content: center;
    align-items: center;
    padding: 2rem 9%;
    ;
}

.foot{
    text-align: center;
    align-items: center;
    color: #000000;
    justify-content: space-around;
}
.footer-row{
    flex-direction: column;
    margin-top: 3rem;
}
.foot a{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin: 2rem;
    color: #000000;
}
.social-media a{
    text-align: center;
    align-items: center;
    color: #000000;
    width: 8rem;
    height: 8rem;
    margin: 2rem 1rem 2rem 1rem;
    padding: 0.5rem;
    font-size: 2rem;

}
.footer p{
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 6rem 0 0 0;
}

@media (max-width:1200px) {
    html{
      font-size: 55%;
    }
    
}
@media (max-width:850px) {
    html{
        font-size: 75%;
    }
    #menu-icon{
      display:block;
      font-size: 2.7rem;
    }
    .home{
      padding: 4.5rem 3% 3rem;
    }
    .home-row{
        display: flex;
    }
    .home-content{
        width: 570px;
        flex-direction: column;
    }
    .image-section img{
        text-align: left;
    }
    .home-content h1{
        font-size: 35px;
        margin-top: 20px;
    }
    .home-content p{
        font-size: 17px;
    }
    .navbar{
       position: absolute;
       top: 100%;
       left: 0;
       width: 100%;
       padding: 1rem 5%;
       display: none;
       background: var(--text-color);
     }
  
    .navbar.active{
      display: block;
    }
  
    .navbar a{
       display: flex;
       font-size: 1.4rem;
       margin: 2rem 1.5rem;
       color: #FFFFFF;
     }
     .header-btn{
        box-sizing: border-box;
        border: 3px solid #EC4299;
        font-size: 1.5rem;
        border-radius: 25px;
        text-align: center;
        padding: 2rem 3rem 2rem 3rem;
        color: #EC4299 !important;
     }

.container{
    text-align: center;
    justify-content: center;
    
}
/* .text-section{
    margin-left: 2rem;
} */

     .whyWo{
        flex-direction: column;
        font-size: 100%;
     }
     .get-started{
        flex-direction: column;
        text-align: center;
     }
     .btn2{
        flex-direction: column;
     }

    
}
 
 @media (max-width : 720px){
    section{
        padding: 10rem 5% 2rem;
        min-height: 98vh;
    }
    html{
        font-size: 75%;
      }
      .home-content{
        flex-direction: column;
        justify-content: center;
      }
      .home-content h1{
          font-size: 2rem;
          line-height: 25px;
          font-weight: 600;
          margin-bottom: 0;
      }
      .home-content p{
          font-size: 1.3rem;
          font-weight: 400;
      }
      .home-content a{
        margin-bottom: 1rem;
      }
     .home-img img{
        min-height: 30vw;
     }
     .image-section img{
        width:40vh;
        height:20vh;
     }
 }
 @media (max-width:620px) {
    .row{
        flex-direction: column;
    }
 }
 @media (max-width:375px ){
    html{
        font-size: 68%;
    }
    
    .home-content{
        display: flex;
    }
    .home-img{
        flex-direction: column;
        text-align: center;
    }
    .home-img img{
        width: 30vh;
    }
    .container{
        
        text-align: center;
        justify-content: center;
    }
    .heading{
        line-height: 3rem;
    }
    .column h4{
        font-size: 3rem;
        margin: 0 1rem;
        line-height: 3rem;
    }
    .row{
        flex-direction: column;
    }
    .foot{
        display: inline;
        flex-wrap: wrap;
    }
    .foot a{
        margin-left: 1rem;
        margin-right: 1rem;
    }
 }