@media screen and (max-width: 1200px) {
  .depert_card{
    width: 27%;
  }
}
@media screen and (max-width: 1200px) {
  .about_main_text_1{
    width: 60%;
  }
  .about_text_div_1{
    width: 70%;
  }
}
@media screen and (max-width: 1100px){
  .hamburger {
    display: block;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: rotateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    transform: rotateY(-8px) rotate(-45deg);
  }

  .nav-menu {
    position: absolute;
    left: -130%;
    margin-top: 5%;
    gap: 0;
    flex-direction: column;
    background-color: black;
    width: 100%;
    text-align: center;
    transition: 0.3s;
  }

  .nav a {
    margin: 14px 0;
  }

  .nav-menu.active {
    left: 0%;
  }

  .nav .dropdown:hover ul {
    display: block;
    position: relative;
  }
  .depert_card{
    width: 37%;
  }
  .about_main_text_1{
    width: 70%;
  }
  .about_text_div_1{
    width: 80%;
  }
  .paper_side_div{
    flex-direction: column;
    flex-flow: column;
  }
  .paper_side_div_1{
    width:80%;
  }
  .paper_side_div_1 p{
    word-wrap: break-word;
  }
  .news_img{
    width:80%;
  }
  .alumini_main{
    width: 25%;
  }
  .news_div_1{
    width:40%;
  }
}
@media screen and (max-width: 900px) {
  .depert_card{
    width: 30%;
  }
  .about_main_text_1{
    width: 70%;
  }
  .about_text_div_1{
    width: 100%;
  }
  .course_details_div_3{
    width: 60%;
  }
  .course_details_div_1{
    width: 99%;
  }
  .course_link{
    width: 50%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .alumini_main{
    width: 30%;
  }
  .admission_div form{
    width:70%;
  }
  .main_addmission_1{
    width: 70%;
  }
  .course_btn button{
    width:30%;
  }
  
}
/* responsive code */
/* header */
@media screen and (max-width: 840px) {
  #container1 {
    flex-direction: column;
    height: 185px;
  }
  .main_div{
    flex-direction: column;
  }
  .img_div img{
    display: none;
  }
  .text_div{
    width: 80%;
    height: auto;
  }
  .slide_image_image{
    width:40%;
  }
  .news_div_1{
    width:46%;
  }
  .event_img{
    width: 48%;
  }
}

/*navbar*/

@media screen and (max-width: 800px) {
  .course_details_div_3{
    width: 70%;
  }
  .join_us_div p{
    width:50%;
  }
  .about_footer_1{
    width:60%;
  }
  .map_frame{
    width: 60%;;
  }
  .gallary_div img{
    width:40%;
    height: 400px;
  }
  .alumini_main{
    width: 40%;
  }
  .admission_div form{
    width: 80%;
  }
  .main_addmission_1{
    width: 80%;
  }
  .event_div_1{
    width:90%;
  }
  .event_div_2{
    width: 90%;
  }

}

/*Principle Desk*/
@media screen and (max-width: 740px) {
  .prince_desk_1{
    flex-direction: row;
  }
  .paper_div{
    width:90%
  }
  .notice_div{
    width: 90%;
  }
  .course_link{
    width: 80%;
  }
  .prince_desk_div{
    width:90%;
  }
  .prince_desk_2{
    width:80%;
  }
  .prince_desk_img{
    width:70%;
  }
  .slide_image_image{
    width:65%;
  }
  .news_div_1{
    width:80%;
  }
  .all_notice_div_1{
    width: 90%;
  }
  .all_notice_text{
    width:90%;
  }
  .event_img{
    width: 66%;
  }
  .course_btn button{
    width:40%;
  }
}

@media screen and (max-width: 650px) {
  .prince_desk_1{
    flex-direction: column;
  }
  .prince_desk_img{
    width:90%;
  }
  .prince_desk_2{
    width: 95%;
    margin-top: 10px;
    border: 2px solid black;
    text-align: center;
    word-wrap: break-word;
  }
  .prince_desk_2::-webkit-scrollbar{
    width: 2px;
    background: transparent;
  }
  .depert_card{
    width: 45%;
  }
  .about_main_text_1{
    width: 90%;
  }
  .about_text_div_1{
    width: 90%;
  }
  .course_details_div_3 h1{
    font-size: 22px;
  }
  .course_details_div_3 p{
    font-size: 18px;
  }
  .text_div{
    width: 90%;
  }
  .slide_img{
    width:95%;
    height: 300px;
  }
  .about_footer_1{
    width: 80%;
  }
  .map_frame{
    width:80%;
  }
  .depert_div{
    width:80%;
  }
  .gallary_div img{
    width: 70%;
    height: 300px;
  }
  .contact_text{
    width:95%;
  }
  .contact_form{
    width:95%;
  }
  .contact_form_1 input{
    width: 80%;
  }
  .alumini_main{
    width: 45%;
  }
  .admission_div form{
    width: 99%;
  }
  .main_addmission_1{
    width:99%;
  }
  .admission_div_2{
    flex-direction: column;
    flex-flow: column;
  }
  .admission_select{
    width: 50%;
  }
  .admission_text{
    width: 80%;
  }
  .add_int{
    width:45%;
  }
  .course_details_div_3{
    width:80%;
  }
  .course_details_div_3 a{
    width:70%;
  }
}
/* Contact Page */
.contact-text{
  background-color: rgba(196, 137, 116, 0.863);
  color: black;
  height: 280px;
  text-align: center;
}

.contact-text pre{
   font-size: 22px;
   font-weight: bold;
}

.map{
  height: 350px;
  width: 100%;
  background-color: rgba(219, 148, 184, 0.87);
}

@media screen and (max-width: 580px) {
  .depert_card{
    width: 50%;
  }
  .main_addmission_text h1{
    text-align: center;
  }
  .main_admission_btn{
    flex-direction: column;
    flex-flow: column;
  }
  .main_admission_btn button{
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .news_div_1{
    width:90%;
  }
.search_box_div {
    width: 60%;
  }

 
}