body{
    margin: 0;
    padding: 0;
    font-family: myfont , myfont2;
}
.img-div{
    background:##fbfaea;
}
@font-face {
    font-family: myfont;
    src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family: myfont2;
    src: url(../fonts/Monospace.ttf);
}
.navbar{
    padding: 0px 7% ;
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog 
,.contact-us{
    padding: 10px 20px;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 10px;
}
.blog:hover{
    color: #000;
    background-color: #fff;
}
.contact-us:hover{
    color: #000;
    background-color: #fff;
}
.two-btn{
    display: flex;
    gap: 10px;
}
.toggle_btn{
    cursor: pointer; 
    display: none;
}
.two-btn2{
    display: none;
    width: 100%;
    background-color: #000;
     padding: 10px 0;
}
.two-btn2 .blog .contact-us{
    display: block; 
     height: 35px;
    text-align: center;
    line-height: 35px;
}
.heading-1{
    font-size: 38px;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 20px;
    padding: 0px 10px 10px 10px;
    font-weight: bold;
    font-family:verdana;
}
.heading-2{
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 30px;
    padding: 10px;
    font-weight: 700;
}
.para-1{
    text-align: center;
    padding: 20px 10px;
    width: 65%;
    line-height: 28px;
    font-size: 16px;
    margin-bottom:0px;
    color: #000;
    padding-top: 0px;
    margin-top: 0px;
}
.center-para{
    padding: 20px 30px;
    width: 90%;
    text-align: start;
    border-radius: 30px;
    background: #fff;
}
.para-2{
    margin-bottom: 30px;
    line-height: 22px;
}

.heading-3{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}
.footer{
    padding: 70px 7% 20px 7%;
    background-color: #000;
}
.footer-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-item-1{
    display: flex;
    gap: 20px;
}
.ankar-1{
    text-decoration: none;
    color: #fff;
}
.para-3{
    color: #fff;
    font-size: 14px;
}
.textareas-div{
    width: 80%;
    display: flex;
    background-color: #fff;
    box-shadow: gray 0px 0px 8px;
    border-radius: 15px;
}
.textarea-1{
    width: 50%;
    border:1px solid #000;
    border-radius: 15px 0px 0px 15px;
}
.textarea-2{
    width: 50%;
    border:1px solid #000;
    border-radius: 0px 15px 15px 0px;
}
.textarea{
    width: 100%;
    height: 300px;
    font-size: 16px;
    border: none;
    color: #000;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 15px 0px 0px 15px;
}
.tt1{
    border-left: none;
    border-radius: none;
    border-radius: 0px 15px 15px 0px;
}
.btn-1{
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    border-radius: 7px;
    border: none;
    font-size: 18px;
}

.btn-1:hover{
     background-color: #fff;
    color: #000;
    border: solid 1px #000;
}
.end-area{
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 25px;
    border-radius: 30px 0px 0px 30px;
    box-sizing: border-box;
    border-radius: 10px;
}
.i1{
 display: none;
 font-size: 30px;
 color: #80F2FF;
}
.long-div{
    display: flex;
    justify-content: center;
}
.contact{
    width: 600px;
    padding: 20px;
    border: solid 1px;
    background-color: #fff;
    box-sizing: border-box;
}
.para-2{
    font-weight: 600;
}
.para1-41{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}
.text-1{
width: 100%;
box-sizing: border-box;
padding: 10px;
}
.text-2{
    width: 100%;
    height: 120px;
}
.submit{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #fff;
    margin-top: 15px;
    background-color: #272764;
}
.four-blog{
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
    padding: 0% 5%;
    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 30px;
}
.first-blog{
    width: 240px;
    height: auto;
    box-shadow: gray 0px 0px 8px;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
}
.first-blog img{
    width: 100%;
}
.para-big{
    font-size: 24px;
    color: #000;
    font-weight: 600;
}
.long-div{
    padding: 0% 10%;
    display: flex;
}
.first-long{
    width: 885px;
    padding: 12px;
    box-sizing: border-box;

}
.item-long-1{
        border-bottom: solid 1px #000;
}
.item-long-1 p{
    color: #0d6efd;
    font-size: 44px;
}
.second-long{
    padding: 12px;
}

.strong{
    display: flex;
    gap: 5px;
    font-size: 18px;
    color: #267d5e;
    width: 182px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.icon-2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    flex-direction: row;
}
.para-111{
margin-top: 50px;
}

.first-icon{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    background-color: #000;
    justify-content: center;
    border-radius: 5px;
}
.four-blog {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
    gap: 15px;
    padding: 0% 5%;
    box-sizing: border-box;
    margin-top: 30px;
    flex-direction: column;
    margin-bottom: 30px;
}
.first-blog img{
    width: 100%;
}


















  
@media (max-width: 990px) and (min-width: 769px){
    
       .para-1{
        width: 90%;
       }
       .four-blog{
        flex-wrap: wrap;
        gap: 30px;
        align-items: center;
        justify-content: center;
       }
       .contact-us-1{
        width: 100%;
        padding: 0px 5%;
        margin: 0;
       }
       .long-div{
        flex-direction: column;
       }
       .second-long{
        margin: 0;
       }
  }
















  @media (max-width: 768px) and (min-width: 0px){
    .two-btn{
        display: none;
       } 
       
       .toggle_btn{
         display: inline-block;
       }
        .blog .contact-us {
             margin: 0px 7px;
    margin: 5px 81px!important;
    text-align: center;
    margin-bottom: 10px;
        }
.two-btn2{
     padding: 10px 50px;
    box-sizing: border-box;
}
       
       .textarea-2{
        width: 100%;
        height: auto;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 0px 0px 15px 15px;
       }
       .textarea-1{
        width: 100%;
        border-radius: 15px 15px 0px 0px;
       }
       .textareas-div, .textarea, .end-area{
        border-radius: 15px;
       }
       .textareas-div{
        flex-direction: column;
       }
       .para-1{
        width: 90%;
       }
       .heading-1 , .heading-2{
        width: 100%;
        box-sizing: border-box;
       }
       .center-para{
        box-sizing: border-box;
        padding: 20px 5px;
       }
       .footer,.footer-item ,.footer-item-1{
        flex-direction: column;
        height: auto;
        gap: 30px;
        align-items: center;
        justify-content: center;
       }
       .para-3{
        text-align: center;
       }
       .i1{
        display: initial;
        font-size: 30px;
        color: #80F2FF;
       }
       
    .four-blog {
        flex-direction:column ;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }
    .img-2-2{
        width: 100%;
    }
    .big-blog{
        flex-direction: column;
    }
    .contact-us-1{
     width: 100%;
     padding: 0px 5%;
     margin: 0;
    }
    .center-para-1{
        width: 90%;
        padding: 0;
    }
    .i1{
     display: initial;
     font-size: 30px;
     color: #80F2FF;
    }
    .contact{
        width: 90%;
    }
    
    .long-div{
        flex-direction: column;
        height: auto;
        padding: 0% 3%;
       }
       .second-long{
        margin: 0;
        display: flex;
        justify-content: center;
       }
       .first-long{
        width: 100%;
       }
       .btm-mar{
        margin-bottom: 80px;
       }
       .item-long-1 p {
        font-size: 24px;
       }
       .center-1-1{
        display: initial;
       }
  }