html {
    scroll-behavior: smooth;
  }
  
#bookameeting{
    padding-top: 120px;
    padding-bottom: 120px;
    margin: 0;
    overflow: hidden;
}



.calendly{
    height: 700px;
    overflow: hidden;
}

.content-div {
    display: none;
    margin-top: 20px;
    padding: 20px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 100px;
    border-radius: 20px;
  }




  .grid-list4{
    display: flex;
    gap: 30px;
  }

#divs11{
    display: none;
}
#divs22{
    display: none;
}
#divs33{
    display: none;
}



.contactusss{
    padding-top: 120px;
    display: none;
}



.container12{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* padding: 0 50px; */
    margin-top: 100px;
}


.c1{
    width: 50%;
    height: 400px;
    padding: 0 100px;
}

.c2{
    width: 50%;
    height: 400px;
    padding: 0 100px;
}










  @media (max-width: 1000px) {
    .grid-list4 {
        display: grid;
        /* grid-template-rows: repeat(2, 1fr); Divide the grid into 2 equal columns */
    }

    .project .content-div .grid-list4 > li {
        display: flex;
        justify-content: center;
    }

    .calendly{
        height: 900px;
        overflow: hidden;
    }

    .project .content-div .grid-list4 > li:first-child {
        grid-column: span 2; /* Make the first list span across both columns */
    }


    #boxex124{
        max-width: 835px;
        max-height: 429px;
    }
    #boxex1245{
        max-width: 835px;
        max-height: 429px;
    }




    #boxex113{
        max-width: 835px;
        max-height: 429px;
    }
    #boxex1133{
        max-width: 835px;
        max-height: 429px;
    }



    #boxex111{
        max-width: 835px;
        max-height: 429px;
    }
    #boxex112{
        max-width: 835px;
        max-height: 429px;
    }




    #div11{
        display: none;
    }
    #div22{
        display: none;
    }
    #div33{
        display: none;
    }




    #divs11{
        display: block;
    }
    #divs22{
        display: block;
    }
    #divs33{
        display: block;
    }



    .container12{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        /* padding: 0 50px; */
        margin-top: 0px;
    }
    
    
    .c1{
        width: 50%;
        height: 400px;
        padding: 0 50px;
    }
    
    .c2{
        width: 50%;
        height: 400px;
        padding: 0 50px;
    }
    
    .c2 textarea{
        padding-inline: 20px;
        font-size: 16px;
    }
  }

  @media(max-width: 770px){

    .container12{
        display: block;
        /* justify-content: space-between; */
        align-items: center;
        width: 100%;
        padding: 0 15px;
        margin-top: 0px;
    }
    
    
    .c1{
        width: 100%;
        height: 400px;
        padding: 0 0px;
        height: min-content;
    }
    
    .c2{
        width: 100%;
        height: 400px;
        padding: 0 0px;
    }


    .grid-list4 {
        display: block;
        
    }

    .grid-list4 .project-card{
        margin-bottom: 30px;   
    }

    .project .content-div .grid-list4 > li {
        display: block;
        /* justify-content: center; */
    }
    

    #down30{
        margin-bottom: 0;
    }
  }










  @media(max-width: 680px){
    .calendly{
        height: 900px;
        overflow: hidden;
    }

    #bookameeting {
        padding-top: 60px;
        padding-bottom: 0px;
        /* margin: 0; */
        /* overflow: hidden; */
    }
  }


  @media(max-width: 570px){
    .contactusss {
        display: none;
    } 
  }