*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scrollbar-color: #333 #f1f1f1;
    scroll-behavior: smooth;
}
/* body */
.main_body_all_cont{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url('/images/logo/inter_back_1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
/* end body */
/* nav bar */
nav{
    background-color: #333;
    color: white;
    padding: 10px;
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 10px;
}

.main_head_nav_logo{
    align-items: center;
    display: flex;
    height: 100px;
    width: 40%;
}
.main_logo_img_nav{
    height: auto;
    width: 100px;
    margin: 0px;
    padding: 5px;
    
}
#imege_nav_id_01{
    height: auto;
    width: 300px;
    padding-bottom: 40px;
}
.main_azim_desc_nav_s_logo{
    color: #f1f1f1;
    font-size: 2rem;
    text-shadow: #000000 10px 7px 7px;
}

.main_head_nav_menu {
    display: flex;
    justify-content: flex-end;  
    align-items: center;
    width: 70%;
}

.devmenue_des ul.nav_menue_list {
    display: flex;
    justify-content: flex-end;   
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 24px; 
    padding-right: 20px;   
            
}

.nav_menue_list li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.5rem;
    padding: 8px 16px;
    border-radius: 4px;
    display: block;              
}

.nav_menue_list li a:hover {
    background: #444;
}

/* HIDE the menu toggle checkbox */
#menu-toggle {
    display: none;
}

/* Hamburger icon */
.menu-icon {
    display: none;
    font-size: 30px;
    cursor: pointer;
    color: white;
    margin-left: auto;
    user-select: none;
    transition: color 0.2s;
}


/*responsive menu */

/* Responsive menu */
/* ----------- max-width: 1024px ----------- */
@media (max-width: 1024px) {
  nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 5vw;
    position: relative;
  }
  .main_head_nav_logo {
    width: 100%;
    height: 60px;
    margin-bottom: 8px;
    justify-content: flex-start;
  }
  .main_logo_img_nav {
    width: 70px;
  }
  #imege_nav_id_01 {
    width: 300px;
  }
  .main_azim_desc_nav_s_logo {
    font-size: 1.4rem;
  }
  .menu-icon {
    display: block;
    position: absolute;
    right: 24px;
    top: 18px;
    z-index: 2;
    padding: 10px;
    font-size: 2rem;
  }
  .main_head_nav_menu {
    width: 100%;
    flex-direction: column;
    background: #333;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    border-radius: 0 0 8px 8px;
    position: absolute;
    top: 100%;
    left: 0;
    transition: max-height 0.4s cubic-bezier(.4,0,.2,1), opacity 0.3s;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
  }
  #menu-toggle:checked ~ .main_head_nav_menu {
    max-height: 400px;
    opacity: 1;
    pointer-events: auto;
  }
  .devmenue_des ul.nav_menue_list {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 10px 0;
    gap: 0;
  }
  .nav_menue_list li {
    width: 100%;
  }
  .nav_menue_list li a {
    width: 100%;
    padding: 14px 24px;
    border-radius: 0;
    border-bottom: 1px solid #444;
  }
  .nav_menue_list li a:hover,
  .nav_menue_list li a:focus {
    background: #222;
  }
}

/* ----------- max-width: 900px ----------- */
@media (max-width: 900px) {
  .main_head_nav_logo {
    height: 50px;
  }
  .main_logo_img_nav {
    width: 100px;
  }
  #imege_nav_id_01 {
    padding: 2px;
    width: 300px;
  }
  .main_azim_desc_nav_s_logo {
    font-size: 1.1rem;
  }
}

/* ----------- max-width: 600px ----------- */
@media (max-width: 600px) {
  nav {
    padding: 6px 2vw;
  }
  .main_head_nav_logo {
    height: 40px;
  }
  .main_logo_img_nav {
    width: 36px;
    padding: 2px;
  }
  #imege_nav_id_01 {
    width: 200px;
  }
  .main_azim_desc_nav_s_logo {
    font-size: 1rem;
  }
  .menu-icon {
    font-size: 1.5rem;
    right: 12px;
    top: 12px;
  }
}

/* ----------- max-width: 400px ----------- */
@media (max-width: 400px) {
  nav {
    padding: 6px 2vw;
  }
  .main_head_nav_logo {
    height: 40px;
  }
  .main_logo_img_nav {
    width: 36px;
    padding: 2px;
  }
  #imege_nav_id_01 {
    width: 200px;
  }
  .main_azim_desc_nav_s_logo {
    font-size: 1rem;
  }
  .menu-icon {
    font-size: 1.5rem;
    right: 12px;
    top: 12px;
  }
}

/*end nav bar */


/* main content */
/*home page main content */
.main_head_main_cont_home{
    height: 600px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    
}
.cont_all_full{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.603);
}
.main_head_main_cont_h1{
    color: #fff;
    padding: 5px;
    word-spacing: 5px;
    font-size: 2rem;
    font-weight: 200;
    margin-bottom: 20px;
    font-family: cursive;
}
.main_head_main_cont_h2{
    color: #fff;
    word-spacing: 5px;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 1024px) {
    .main_head_main_cont_home{
    height: 800px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0px;
    padding: 0px;
    
}
    .main_head_main_cont_h1 {
        font-size: 3rem;
    }
    .main_head_main_cont_h2 {
        font-size: 4rem;
    }
}


/* Responsive for tablets */
@media (max-width: 800px) {
    .main_head_main_cont_home {
        height: 500px;
        font-size: 3rem;
        padding: 0px;
        margin: 0px;
    }
    .main_head_main_cont_h1 {
        font-size: 3rem;
    }
    .main_head_main_cont_h2 {
        font-size: 2rem;
    }
}


/* Responsive for small mobiles */
@media (max-width: 400px) {
    .main_head_main_cont_home{
    height: 370px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0px;
    padding: 0px;
    
}
    .main_head_main_cont_h1,
    .main_head_main_cont_h2 {
        font-size: 1.5rem;
        margin-bottom: 0px;
        padding: 7px;
    }
}
/*end home page main content */

/* Exp page main content */
.cont_service_full{
    background-color: #ffffff;
    width: 100%;
    height: fit-content;
}
.o_service_data_cont_div{
    text-align: center;
    
}


.o_service_data_cont_p{
    padding: 20px;
    color: #000000;
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.o_service_data_cont_h2{
    padding-top: 20px;
    color: #000000;
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 20px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.exp_data_but_design{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.exp_data_but_design a{
    text-decoration: none;
    color: #000;
    margin: 0px;
    padding: 0px;
}
.exp_data_but_design_full{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 0px;
}
.part_2_img_data_exp{
    background-color: transparent;
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 10px;
    
}
.part_1_img_data_exp{
    background-color: transparent;
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: right;
    align-items: center;
}

.exp_data_but_design_div{
    background-color: transparent;
    width: 200px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: center;
    align-items: center;
    
}

.imgcont_exp_data{
    background-color: aqua;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imgcont_exp_data img{
    width: 150px;
    height: 150px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imgcont_exp_data img:hover{
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.exp_data_but_design_p{
    margin: 20px;
    font-size: 2rem;
    text-align: center;
    font-weight: 500;
}

#hide_dot_exp{
    color: transparent;
    
}
/* Responsive styles for Exp page main content and gallery */

/* ----------- max-width: 1024px (large tablets/small laptops) ----------- */
@media (max-width: 1024px) {

  .exp_data_but_design_full {
    gap: 0px;
  }
  .part_1_img_data_exp,
  .part_2_img_data_exp {
    width: 100%;
    min-width: 200px;
    padding: 8px;
  }
  .exp_data_but_design_div {
    width: 160px;
    height: 220px;
  }
  .imgcont_exp_data,
  .imgcont_exp_data img {
    width: 120px;
    height: 120px;
  }
  .exp_data_but_design_p {
    font-size: 1.5rem;
  }
  .gallery_items_ae {
    gap: 16px;
  }

  #hide_dot_exp{
    color: transparent;
    
}
}

/* ----------- max-width: 900px (tablets) ----------- */
@media (max-width: 900px) {

  .exp_data_but_design_full {
    gap: 12px;
  }
  .exp_data_but_design_div {
    width: 130px;
    height: 180px;
  }
  .imgcont_exp_data,
  .imgcont_exp_data img {
    width: 90px;
    height: 90px;
  }
  .exp_data_but_design_p {
    font-size: 1rem;
  }
  #hide_dot_exp{
    color: transparent;
    
}
}

/* ----------- max-width: 600px (mobiles) ----------- */
@media (max-width: 700px) {

  .cont_all_full {
    padding: 10px 0;
  }
  .exp_data_but_design_full {
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
  .part_1_img_data_exp,
  .part_2_img_data_exp {
    width: 100%;
    min-width: 0;
    padding: 4px;
  }
  .exp_data_but_design_div {
    width: 98vw;
    max-width: 220px;
    height: 120px;
    padding: 8px 0;
  }
  .imgcont_exp_data,
  .imgcont_exp_data img {
    width: 100px;
    height: 100px;
  }
  .exp_data_but_design_p {
    font-size: 0.9rem;
    margin: 6px 0 0 0;
  }
  .gallery_items_ae {
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
  
  .exp_data_but_design{
    display: flex;
    flex-direction: column;
  }
  #hide_dot_exp{
    color: transparent;
    
}
}

/* ----------- max-width: 400px (small mobiles) ----------- */
@media (max-width: 400px) {

  .exp_data_but_design_div {
    width: 96vw;
    max-width: 160px;
    height: 100px;
    padding: 4px;
  }
  .imgcont_exp_data,
  .imgcont_exp_data img {
    width: 70px;
    height: 70px;
  }
  .exp_data_but_design_p {
    font-size: 0.7rem;
    margin: 4px;
    padding: 5px;
  }

  .part_1_img_data_exp{
    width: 100%;
  }
  #hide_dot_exp{
    color: transparent;
    
}
}


/*end about page main content */


/* about page cont*/
.about_us_main_all_cont{
    background-color: #0c0c0cde;
    width: 100%;
    height: fit-content;
}
.about_conte_all{
    height: fit-content;
    width: 100%;    
    display: flex;
    margin: 0;
    padding: 5px;
    background-color: transparent;

}
.head_about_top{
    color: #fff;
    padding: 20px;
}
.para_top p{
    text-align: center;
    font-size: 4rem;
    font-weight: 100;
    font-family: Britannic Bold;
}
.about_cont_div_l{
    height: fit-content;
    padding: 5px;
    width:50%;
    background-color: transparent;
    
    
}
.about_cont_div_r{
    height: fit-content;
    padding: 5px;
    width:50%;
    background-color: transparent;
    
}
.about_des_left{
    width: 100%;
    height: fit-content;
}
.about_des_left #para_1_about_left_div{
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
}
.about_des_left #para_2_about_left_div{
    margin: 0px;
    padding: 20px;
    text-align: center;
    color: #ffffff;
    font-style: normal;
    text-align: justify;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    
}
.about_left_para_image_area{
    background-color: transparent;
    height: fit-content;
    width: 100%;
    display: flex;
    justify-content: center;

}
#about_left_para_image_area_1{
    padding: 10px;
    height: auto;
    width: 600px;
    margin: 0px;
    
}
.about_des_right{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.about_right_image_r_2 img{
    height: 100%;
    width: 100%;
    max-width: 350px;
    max-height: 400px;
    object-fit: cover;
    border-radius: 10px;
    padding: 5px;
}
.about_right_image_r_1 img{
    height: 100%;
    width: 100%;
    max-width: 350px;
    max-height: 400px;
    object-fit: cover;
    border-radius: 10px;
    padding: 5px;
    
}
.about_right_cont_para_1{
    text-align: justify;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}
.about_right_cont_para_2{
    font-size: 2rem;
    padding: 10px;
    margin: 10px;
    text-align: justify;
    max-width: 400px;
    text-align: center;
    border-radius: 10px;
    
}
.about_right_cont_para_2{
    color: #fff;
}






/* Responsive styles for about page content */
@media (max-width: 1024px) {
  .about_conte_all {
    flex-direction: column;
    padding: 0 10px;
    gap: 0;
  }
  .about_cont_div_l,
  .about_cont_div_r {
    width: 100%;
    padding: 10px 0;
  }
  #about_left_para_image_area_1 {
    width: 90vw;
    max-width: 100%;
    margin: 10px auto;
    padding: 5px;
  }
  .para_top p {
    font-size: 2.2rem;
  }
  .about_des_left #para_1_about_left_div {
    font-size: 1.3rem;
  }
  .about_des_left #para_2_about_left_div {
    font-size: 1rem;
    margin: 10px;
  }
  .about_right_image_r_2 img,
  .about_right_image_r_1 img {
    display: none;
    max-width: 90vw;
    max-height: 250px;
    padding: 4px;
  }
  .about_right_cont_para_2 {
    font-size: 1.2rem;
    max-width: 90vw;
    padding: 8px;
    margin: 8px auto;
  }
}

@media (max-width: 900px) {
    .about_conte_all {
        flex-direction: column;
        padding: 0;
    }
    .about_cont_div_l,
    .about_cont_div_r {
        width: 100%;
        padding: 10px 0;
    }
    #about_left_para_image_area_1 {
        width: 90vw;
        max-width: 100%;
        margin: 10px auto;
        padding: 5px;
    }
    .para_top p {
        font-size: 2.2rem;
    }
    .about_des_left #para_1_about_left_div {
        font-size: 1.3rem;
    }
    .about_des_left #para_2_about_left_div {
        font-size: 1rem;
        margin: 10px;
    }
    .abot_cont_r_div_para{
        text-align: center;
        font-size: 1.2rem;
        padding: 10px;
    }
    .about_right_cont_para_1{
    text-align: justify;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    }
    .about_right_cont_para_2{
        font-size: 2rem;
        padding: 10px;
        margin: 10px;
        text-align: justify;
        max-width: 400px;
        text-align: center;
        border-radius: 10px;
    
    }
}

@media (max-width: 600px) {
    .about_conte_all {
        flex-direction: column;
        padding: 0;
    }
    .about_cont_div_l,
    .about_cont_div_r {
        width: 100%;
        padding: 5px 0;
    }
    #about_left_para_image_area_1 {
        width: 98vw;
        max-width: 100%;
        margin: 5px auto;
        padding: 2px;
    }
    .para_top p {
        font-size: 1.3rem;
    }
    .about_des_left #para_1_about_left_div {
        font-size: 1rem;
        padding: 5px;
    }
    .about_des_left #para_2_about_left_div {
        font-size: 0.9rem;
        margin: 5px;
        padding: 5px;
    }
    .abot_cont_r_div_para{
        text-align: center;
        padding: 7px;
    }
}

/*end about page cont */

/*img_galary content */

.imag_galary_main{
    width: 100%;
    height: fit-content;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.img_gal_data_head{
    color: #000;
    font-size: 2rem;
    font-weight: 500;
    margin: 10px;
    padding: 5px;
    text-align: center;
}

.imag_galary_main_img_cont{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px;
    padding-bottom: 30px;
    gap: 10px;
}
.imag_galary_main_img_div{
    width: 230px;
    height: 400px;
    display: flex;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 3px;
}
.imag_galary_main_img_div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}
.imag_galary_main_img_div img:hover{
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

/* Responsive styles for image gallery */
@media (max-width: 1024px) {
  .img_gal_data_head {
    font-size: 1.5rem;
    padding: 4px;
  }
  .imag_galary_main_img_div {
    width: 180px;
    height: 300px;
    padding: 2px;
  }
  .imag_galary_main_img_cont {
    gap: 8px;
    padding-bottom: 20px;
  }
}

@media (max-width: 900px) {
  .img_gal_data_head {
    font-size: 1.2rem;
    padding: 3px;
  }
  .imag_galary_main_img_div {
    width: 140px;
    height: 220px;
    padding: 2px;
  }
  .imag_galary_main_img_cont {
    gap: 6px;
    padding-bottom: 16px;
  }
}

@media (max-width: 600px) {
  .img_gal_data_head {
    font-size: 1.7rem;
    margin: 6px;
    padding: 2px;
  }
  .imag_galary_main_img_cont {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
  }
  .imag_galary_main_img_div {
    width: 300px;
    max-width: 500px;
    height: 300px;
    margin: 0 auto;
    padding: 1px;
  }
}

@media (max-width: 400px) {
  .img_gal_data_head {
    font-size: 1.5rem;
    margin: 0px;
    padding: 0px;
  }
  .imag_galary_main_img_div {
    width: 290;
    max-width: 290px;
    height: 200px;
    padding: 0;
  }
}
/* End Responsive styles for image gallery */

/*end img_galary content */


/* Contact page content */

.contact_all{
  width: 100%;
  height: fit-content;
  background-color: #000000cb;
}
.cont_content_div{
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cont_head_top{
  color: #fff;
  padding: 20px;
  text-align: center;
}
.cont_head_top h2{
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.cont_head_top p{
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 20px;
}
.cont_cont_add_form{
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.cont_data_div1{
  color: #fff;
  width: 40%;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.cont_data_div2{
  color: #fff;
  width: 60%;
  height: fit-content;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}

#cf-contact-form {
  display: flex;
  flex-direction: column;
  background: #000000ea;
  width: 400px;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 0 40px 9px rgba(0, 0, 0, 0.4);
}


.cf-title,
.cf-description {
  text-align: center;
  color: white;
}

.cf-description {
  font-size: 12px;
}

.cf-label {
  margin-left: 20px;
}

.cf-input,
.cf-textarea {
  padding: 10px;
  margin: 5px 20px 20px 20px;
  outline: none;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.cf-input:focus,
.cf-textarea:focus {
  border: 1px solid rgb(0, 0, 0);
}

.cf-textarea {
  resize: vertical;
}

.cf-button {
  outline: none;
  background: rgb(248, 248, 248);
  border: none;
  padding: 10px;
  border-radius: 50px;
  margin: 10px;
  color: rgb(0, 0, 0);
  cursor: pointer;
  transition: all 0.5s;
}

.cf-button:hover {
  background: rgb(28, 45, 61);
  color: rgb(248, 248, 248);
}
.cont_data_head{
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 5px;
}
.cont_data_value{
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: center;
} 
.cont_data_value a{
  color: #fff;
  text-decoration: none;
}
.contact_mail_data{
  padding: 5px;
  margin: 10px;
}

/* Responsive styles for contact page content */

/* ----------- max-width: 1024px ----------- */
@media (max-width: 1024px) {
  .cont_head_top h2 {
    font-size: 2.2rem;
  }
  .cont_head_top p {
    font-size: 1.1rem;
  }
  .cont_cont_add_form {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .cont_data_div1,
  .cont_data_div2 {
    width: 100%;
    padding: 10px 0;
  }
  #cf-contact-form {
    width: 90vw;
    max-width: 400px;
    padding: 16px;
  }
  .cont_data_head,
  .cont_data_value {
    font-size: 1.5rem;
  }
}

/* ----------- max-width: 900px ----------- */
@media (max-width: 900px) {
  .cont_head_top h2 {
    font-size: 1.7rem;
  }
  .cont_head_top p {
    font-size: 1rem;
  }
  .cont_data_head,
  .cont_data_value {
    font-size: 1.2rem;
  }
  #cf-contact-form {
    width: 95vw;
    max-width: 350px;
    padding: 12px;
  }
}

/* ----------- max-width: 600px ----------- */
@media (max-width: 600px) {
  .contact_all {
    padding: 0;
  }
  .cont_head_top {
    padding: 10px;
  }
  .cont_head_top h2 {
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
  .cont_head_top p {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
  .cont_content_div {
    padding: 0;
  }
  .cont_cont_add_form {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 0;
  }
  .cont_data_div1,
  .cont_data_div2 {
    width: 100%;
    padding: 5px 0;
  }
  #cf-contact-form {
    width: 98vw;
    max-width: 98vw;
    padding: 8px;
    border-radius: 8px;
  }
  .cf-label {
    margin-left: 8px;
  }
  .cf-input,
  .cf-textarea {
    margin: 5px 8px 12px 8px;
    padding: 8px;
    font-size: 0.95rem;
  }
  .cf-button {
    padding: 8px;
    font-size: 1rem;
    margin: 6px;
  }
  .cont_data_head,
  .cont_data_value {
    font-size: 1rem;
    padding: 2px;
  }
  .contact_mail_data {
    padding: 2px;
    margin: 4px;
    font-size: 0.95rem;
  }
}

/* ----------- max-width: 300px ----------- */
@media (max-width: 400px) {
  .cont_head_top h2 {
    font-size: 0.9rem;
  }
  .cont_head_top p {
    font-size: 0.7rem;
  }
  #cf-contact-form {
    width: 100vw;
    max-width: 100vw;
    padding: 2px;
    border-radius: 4px;
  }
  .cf-label {
    margin-left: 2px;
  }
  .cf-input,
  .cf-textarea {
    margin: 2px 2px 6px 2px;
    padding: 4px;
    font-size: 0.8rem;
  }
  .cf-button {
    padding: 4px;
    font-size: 0.8rem;
    margin: 2px;
  }
  .cont_data_head,
  .cont_data_value {
    font-size: 0.7rem;
    padding: 1px;
  }
  .contact_mail_data {
    padding: 1px;
    margin: 2px;
    font-size: 0.8rem;
  }
}
/*End Contact page content */

/* end main content */



/* footer */
.main_head_foot{
    height: 40px;
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #000000;
}

/* footer */