body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    overflow-x: hidden;
}
#navbar+h1{
    font-size: 80px;
    width: 60%;
    text-align: center;
    margin: auto;
    font-weight: 500;
    margin-top: 100px;
}
.classh2{
    width: 60%;
    text-align: center;
    font-size: 20px;
    margin: auto;
    font-weight: 300;
    margin-top: 20px;
    color:#8991ac;
    margin-bottom:100px ;
}
#header h2+input,#header input+button{
    width: 600px;
    margin: auto;
    height:70px;
    border-radius: 40px;
    padding: 5px 24px;
    border: 2px solid #ff7342;
    margin-top: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    font-size: 20px;

}
#header h2+input::placeholder{
    font-size: 18px;
}
#header input+button{
    width:150px;
    height:50px;
    margin-top:-66px;
    margin-left: 60%;
    color: white;
    background-color:#ff7342;
    margin-bottom: 20px;
    box-shadow: none;
}
#header button+div>p>i{
color: #6639b3;
}
#banner{
 width: 85%;
 margin: auto;
 margin-top: 26px;
}
#bl{
    position: absolute;
    bottom: 120px;
    height: 85.9%;
    z-index: -100;
    right:-200px;

}
#header input{
border: 1px solid #ff7342;
}
#header input:focus{
    outline: none;
    border-color:  #ff7342;;
}
#navbar+h1{
    padding-top: 50px;
    line-height: 95px;
}
#p1{
    padding-top: 20px;
}
#bs-partners{
    width: 85%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 80px ;
}
hr{
    background-color:#d7d7d7;
    width: 83.5%;
    margin-bottom: 50px;
}
hr+h1{
    font-size: 38px;
    margin-bottom: 0px;
}
#header h1+h2{
    color:black;
    font-size:28px;
}

/* 
        SINGLE SOLUTION FOR ALL ACTIVITIES
*/

#solution{
    display: grid;
    width:85%;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,1fr);
    gap:40px 30px;
    margin: auto;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 50px;
}
.solution-1{
    border:2px solid #f0f0f0;
    border-radius: 20px;
    cursor: pointer;
}
.solution-1-upper{
    display: flex;
}
.solution-1-upper-left{
    padding: 45px;
}
.solution-1-upper>div>img{
    margin-top: 50px;
    width: 85%;
}
.solution-1-lower{
    margin-top: -60px;
    padding: 45px;
}
.solution-1>hr{
    margin-top: -20px;
}
.solution-1-lower-lower{
 display: grid;
 gap:-20px;
 grid-template-columns: repeat(2,1fr);
 grid-template-rows: repeat(2,1fr);
 margin-bottom: 20px;
}
.solution-1-lower-lower>p>i{
    color:#6639b3;
    font-weight:500;
    font-size: 15px;
}
.solution-1-lower-lower>p{
    margin-top: -5px;
}
.solution-1-lower>a{
    text-decoration: none;
}
.solution-1-lower>a>button{
    background-color: #6639b3;
    color: white;
    padding: 15px 50px;
    border-radius: 3px;
    font-size: 15px;
    border: none;
    text-decoration: none;
}
.solution-1-lower>a>button:hover{
    cursor: pointer;
}
.heads{
    font-weight: 500;
}
.heads2{
    margin-bottom: 30px;
}

/* SINFLE SOLUTION FOR ALL ACTIVITIES CSS COMPLETED */

/* REVIEW SECTION */

#reviews{
    height:400px;
    background-color: #3657c2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: space-evenly;
    flex-direction: column;
    margin-top: 70px;
    margin-bottom: 70px;
}
#reviews>h2{
    color:white;
    margin-bottom: -90px;
    margin-top: 100px;
    font-weight: 600;
}
#reviews>div{
    display: flex;
    width:85%;
    margin: auto;

}

#reviews>div>img{
    width:7%;
    margin: auto;

}
                 
/*<--             2nd Middle section ended- Customer Reviews                    */
/*<--             //////////////////////////////////////////                   --> */
/*<--        3rd Middle section started -Do It All With EngageBay                   --> */

#Doit-grid{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-template-rows: repeat(5,200px);
    gap:20px;
    width: 85%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 100px;
}
#Doit-grid>div{
    display: flex;
    flex-direction: column;
    background-color: #f5f7fb;
    justify-content: center;
    border-radius: 10px;
    transition:all 0.3s linear;
    border:1px transparent ;

}
#Doit-grid>div:hover{
    border:1px solid #0e7dfe;
    transform: scale(1.05);
}
#Doit-grid>div>img{
    width:30%;
    margin: auto;
    margin-bottom: -30px
}
#Doit-grid>div>h4{
    width:60%;
    margin:auto;
    color: #515c7c;
}

/* <!--                   3rd Middle section ended - Do It All With EngageBay                   --> */
/* <!--                   ///////////////////////////////////////////////////                   --> */
/* <!--                                     Footer section                                      --> */

#footer{
    background: fixed;
    background-image:url("https://cdn5.engagebay.com/new/assets/img/footer_bg.jpeg");
    background-position: fixed;
    background-size:auto;
    background-clip:content-box ;
    margin-top: 50px;
}
#footer-1{
    color:white;
    width: 80%;
    display: flex;
    text-align: left;
    margin: auto;
    margin-top: 100px;
    height: 50%;
}

#GTgrid{
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,1fr);
    gap: 20px;
    margin: auto;
}
#GTgrid>input{
    background-color: rgba(41, 41, 45, 0.2);
    width: 320px;
    padding:15px;
    border: none;
    color: white; 
    border-radius: 5px;
}
#footer-2{
    width: 140%;
    margin-left: 50px;
    margin-top: 10px;
}
#footer-2>form{
    width: 65%;
}
#GTgrid>input:focus{
    color: white;
    border: none;
}
#GTgrid>input::placeholder{
    color: white;
}
#footer-1 img{
    width:35%
}
.footerb{
    background-color: #ff7342;
    color: white;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 14px;
    border: none;
    font-weight: 600;
    text-decoration: none;
    margin-top: 30px;
}
#footer-2>form>button{
    margin-left:10px ;
    background-color: white;
    color: black;
}
/* <!--1st section ended  -->
<!-- 2nd table section started --> */
table{
    margin: auto;
    width: 85%;
    text-align: left;
    color: white;
    font-weight: 300;
    margin-bottom: 60px;
    margin-top: 65px;
}
td{
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 400;
    width:250px
}
th{
    padding: 10px;
    font-weight: 500;
}
th:nth-child(3),td:nth-child(3){
    width: 250px;
}
th:nth-child(4),td:nth-child(4){
    width:279px
}
th:nth-child(2),td:nth-child(2){
    width:270px
}
table+hr{
    width: 100%;
    border: none;
    background-color: #29449d;
    padding: 1px;
}
#footer-last{
    width: 75%;
    color: white;
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: top;
    margin:auto;
    margin-left: 8%;
    line-height: 10px;
    margin-bottom: 50px;

}
#fl1 img:nth-child(1){
    width:40%;
}
#fl1>br+img{
    width: 15%;
}
#footer-last p{
    font-size: 13px;
}
#fl1>i{
    font-size: 20px;
    margin-right: 25px;
}
#fl1>h4{
    font-weight: 400;
}
#fl1+div>p:first-child{
    margin-top:3px
}

.upslider{
    transform: translateY(50%);
    transition: transform 500ms ease-in-out;
    opacity: 0;
}
.upslider.appear{
    transform: translateY(0);
    opacity: 1;
}

.from-left{
    transform: translateX(-50%);
}

.from-right{
    transform: translateX(50%);
}

.from-left,
.from-right{
    transition: transform 1s ease-in-out;
    opacity: 0;
}
.from-left.appear,
.from-right.appear{
    transform: translateX(0);
    opacity: 1;
    position: relative;
}
.Upslider{
    transform: translateY(300%);
    transition: transform 0.8s ease-in-out;
    opacity: 0;
}
.Upslider.appear{
    transform: translateY(0);
    opacity: 1;
}


.dropdown.active > .link,
.link:hover{ 
cursor: pointer;
color:rgb(50, 50, 189);
}
.link{
    padding: 20px;
}

.dropdown-menu{
    position: fixed;
    background-color: white;
    border: 1px transparent;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    opacity: 0;
    transform: translateY(-10%);
    transition: opacity 250ms ease-in-out, transform 250ms ease-in-out;
    pointer-events: none;
    display: flex;
    text-align: left;
}

.dropdown.active >.link+.dropdown-menu{
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.ddiv1{
    display: flex;
    padding: 20px;
    border: 1px solid #b9b9b9;
}
.dgrid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(9,1fr);
    padding: 20px;
    gap:0px 10px;
    margin-top: -20px;
    font-size: 13px;
}
.dgrid1{
    font-size: 13px;
    padding: 0px 20px;
}

.ddiv3{
    padding: 30px;
    background-color: #d7d7d7;
    border-radius: 0px 7px 7px 0px;
}
.ddiv3>hr{
    width: 100%;
}
.ddiv3>div{
    width: 80%;
    padding:15px;
    transition-duration: 0.3s;
}
.ddiv3>div:hover{
    background-color: white;
}
.ddiv3>hr+div{
    margin-top: -30px;
}
.ddiv3>div>p{
    margin-top: 0px;
    font-size: 12px;
    line-height: 18px;
}
.ddiv12{
    border-right:1px solid #b9b9b9; 
    padding-right: 20px;
}
.ddiv12>h5,.ddiv12>h4{
    padding: 10px;
    padding-right: 80px;
    margin-top: -20px;
    transition: 0.3s;
}
.ddiv12>h5:hover,.ddiv12>h4:hover{
    background-color: #99a8d5;
}

.free>p:hover{
  color:rgb(50, 50, 189);
}