/*---------------------------------------------------------------------------------

 Theme Name:   DiviChildTheme
 Theme URI:    https://imranit.net/
 Description:  Child theme for Divi parent theme
 Author:       Imran Hossain
 Author URI:   https://imranit.net/
 Template:     Divi
 Version:      1.2.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
/* Remove the sidebar globally by default */

#main-content .container:before {
  background: none;
}
#sidebar {
  display: none;
}


h2,h3,h4,h5,h6{
    letter-spacing: 1px;
}

.banner-heading-animate h1 {
  display: flex;
	overflow: hidden;
  letter-spacing: 1px;
}

.banner-heading-animate h1 span {
  opacity: 0;
  transform: translateY(30px);
  animation: slideUp 0.5s ease-out forwards;
}

.banner-heading-animate h1 .space {
  display: inline-block;
  width: 32px;  /* Adjust space width as needed */
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.header-area .menu-area  nav.et-menu-nav ul li a {
    padding-top: 18px;
    padding-bottom: 18px;
}


 .footer-area .footer-social-row .footer-social a {
      padding: 96px 50px;
      display: block;
  }



.footer-area .footer-social-row .footer-social a {
    transition: .3s all;
}

.footer-area .footer-social-row .footer-social a:hover {
    color: #fff !important;
}


.linkdinbg .et_pb_section.bg-color {
    background: #0A66C2 !important;
}

.dribbblebg .et_pb_section.bg-color {
    background: #EA4C89 !important;
}

.Behancebg .et_pb_section.bg-color {
    background: #053EFF !important;
}

.form-area input, .form-area textarea {
    border: 1px solid !important;
}

.image-verticle-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


@media (min-width: 981px) {


 

}


@media all and (max-width: 980px) {

  .footer-area .footer-social-row .footer-social a {
      padding: 50px;
  }

  .banner-heading-animate h1 .space {
      width: 8px;
  }

  .header-area .menu-area ul.et_mobile_menu {
      top: 42px;
      padding: 0 !important;
      height: auto !important;
  }


}

@media all and (max-width: 767px) {

}

@media all and (max-width: 479px) {

}

