/*!
Theme Name: Abanob Adel
Theme URI: https://abanob.co
Author: Abanob Adel
Author URI: http://abanob.co/
Description: Theme Start For My Websites
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: abanob
Tags: wordpress, theme-from-scratch, abanob-adel

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/
p {
  margin: 0;
}
body,
html {
  font-family: "Baloo Bhaijaan 2", Sans-serif;
}
ul {
  list-style: inside;
}
a {
  color: inherit;
}
.rtl {
  margin: 0 !important;
}
.menu-header {
  border-radius: 4px !important;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 131.92%
  );

  backdrop-filter: blur(21px);
}

.center-slider .swiper-slide .slide-image {
  transform: scale(0.8);
  height: 150px;
  opacity: 0.7;
  filter: blur(2.6500000953674316px);
  object-fit: cover;
}
.center-slider .swiper-slide-active .slide-image {
  transform: scale(1);
  opacity: 1;
  filter: blur(0px);
  height: 100%;
}
.gform_wrapper {
  width: 100%;
}

.gform_fields {
  gap: 12px !important;
}
.gform_fields input:not([type="submit"]),
.gform_fields textarea {
  border-radius: 8px !important;
  border: 2px solid #1a1a1a !important;
  background: #f6f6f6 !important;
  text-align: right !important;
}
#gform_submit_button_1 {
  font-size: 24px;
  width: 100% !important;
  color: #1a1a1a !important;
  font-weight: 500 !important;
  border-radius: 4px !important;
  background: #fc0 !important;
  box-shadow: 0px 2px 0px 0px #353535 !important;
}
#gform_submit_button_2 {
  font-size: 24px;
  width: 100% !important;
  color: #fff !important;
  font-weight: 500 !important;
  border-radius: 4px !important;
  background: #00a651 !important;
  box-shadow: 0px 2px 0px 0px #353535 !important;
}
