html,body{
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

  
.left-section{
    height: 790px;
}

.left-section-image{
    width: 99%;
    height: 100%;
}

.right-section{
    background-color: #D5A6BD;
    
}

.card-img{

   height: 250px;
}

ul li{
    list-style-type: none;
    padding: 10px;
}

ul li img{
    width: 40px;
}

video{
width: 100% !important;

}

.title-2{
    width: 60%;
}

.txt{
    font-size: 22px;
    color: white;
    width: 70%;
}

.text-on-bottom{
    font-size: 45px;
    font-weight: 500;
    text-align: center;
}

.join-now{
    font-size: 25px;
    background-color: black;
    width: 30%;
    border-radius: 20px;
}

.left-side{
    background-color: #D5A6BD;
    width: 98%;
    height: 100%;
}

.right-side{
    background-color: #679E62;
    height: 100%;

}

.join{
    background-color: black;
    width:20%;border-radius: 10px;
    font-size: 22px;
    font-weight: 600;
}

.banner{
    height:100%;
}

.txt-under-title{
    font-size: 25px;
    width: 80%;
}
.first-card{
    height: 250px;
}
.first-section{
    padding-top: 90px;
}

 /* .wrapper {
     display: grid;
     grid-template-columns: repeat(12, 1fr);
 } */
 
 /* .wrapper > div {
     padding: 1em;
 } */
 /* .box1 {
    grid-column-start: 1;
    grid-column-end: 11;
    grid-row-start: 1;
    grid-row-end: 2;
 } */

 /* .box2 {
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 3;
    grid-row-end: 4;
 } */
 /* .box3 {
    grid-column-start: 11;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 2;
 } */
 

 @media only screen and (max-width: 760px) {
     .title-one{
         font-size: 27px;
     }
     .title-two{
        font-size: 23px;
    }
    .txt{
        font-size: 17px;
    }
    .left-section{
        height: 100%;
    }

    .left-section-image{
        width: 100%;
    }
    .text-on-bottom{
        font-size: 25px;
        font-weight: 500;
        text-align: center;
    }
    .join-now{
        font-size: 15px;
        width: 50%;
    }
    .left-side{
        width: 100%;
        min-height: 500px;
    }
    .title-2{
        font-size: 23px;
    }
    .txt-under-title{
        font-size: 20px;
    }
    .title-tree{
       font-size: 23px;
    }


    .box1 {
        grid-column-start: 1;
        grid-column-end: 13;
        grid-row-start: 1;
        grid-row-end: 2;
     }
    
     .box2 {
        grid-column-start: 1;
        grid-column-end: 13;
        grid-row-start: 3;
        grid-row-end: 4;
     }
     .box3 {
        grid-column-start: 1;
        grid-column-end: 13;
        grid-row-start: 4;
        grid-row-end: 5;
     }
     .join{
        width:50%;border-radius: 10px;
    }
    .title-2{
        width: 100%;
    }
    .txt-under-title{
        font-size: 20px;
        width: 100%;
    }
    .card-img{

        height: 100%;
     }
     .logo{
         margin: auto;
     }
     .logo img{
         width: 120px;
     }
     .form-inline{
        margin: auto;
     }
     .footer-logo{
         display: none;
     }
     .footer-btn{
         margin: auto;
         padding-bottom: 10px;
     }
     .bunner{
         display: none;
     }
     .first-card{
        height: 100%;
    }
    .first-section{
        padding-top: 180px;
    }
  }