@font-face {
    font-family: 'SourceSerif4';
    src: url('../fonts/FontOne/SourceSerif4-VariableFont_opsz\,wght.ttf') format('truetype');
    font-weight: 200 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BrownCasalova';
     src: url('../fonts/FontTow/BrownCasalova_Demo.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root{
--color-green-black:#04444A;
--color-green-medium:#587f83;
--color-green-light:#9BE6D9;
--color-brown-black:#B8A283;
--color-brown-light:#F2F1EC;
--font-primary: 'SourceSerif4', serif;
--font-secondry:'BrownCasalova', serif


}

html,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  height: 100%;
  overflow-x: hidden;

    font-family: var(--font-primary) !important;
    color: var(--color-green-black) !important;
}

/* End Login Page */

/* Start Visitor page */
/* Navigation */
/* Background */
.main_section {

  padding-bottom: 4rem;
    background: 
    radial-gradient(circle at 1% 8%, #C6B39D 0%, transparent 15%),
    radial-gradient(circle at 31% 10%, #F2F1Ec 0%, transparent 34%),
    radial-gradient(circle at 87% 28%, #F2F1Ec 0%, transparent 30%),
    radial-gradient(circle at 6% 42%, #F2F1Ec 0%, transparent 30%),
    radial-gradient(circle at 50% 57%, #FFFAE6 0%, transparent 27%),
    radial-gradient(circle at 89% 43%, #8BA0A0 0%, transparent 23%),
    radial-gradient(circle at 1% 75%, #8BA0A0 0%, transparent 21%),
    radial-gradient(circle at 10% 95%, #F2F1EC 0%, transparent 25%),
    radial-gradient(circle at 89% 95%, #F2F1EC 0%, transparent 30%),
    #ffffff;
}
.main_section .navbar .navbar-nav a {
  color: #587f83 !important;
}
.main_section .nav-item .active-link{
    background-color: rgba(88, 127, 131, 0.4) !important;
      color: white !important;
}
.main_section .navbar-nav .nav-item .nav-link{
      color: var(--color-green-black) !important;
}
.navbar .btn-custom{
     font-family: var(--font-primary);
      font-size: 0.95rem;
}
#services .btn-custom{
 background-color: rgba(88, 127, 131, 0.4);
      color: var(--color-green-black) !important;
        font-family: var(--font-primary);
}

/* Navbar */
.nav-link {
  color: #04444a !important;
  font-size: 0.95rem;
}
.nav-link:hover {
  color: white !important;
}

.active-link {
  background-color: #587f83 !important;
  padding: 0.6rem 1.4rem !important;
  border-radius: 20px !important;
  border: solid white !important;
  border-width: 0.5px 0 0.5px 0 !important;
}

/* Button Style */
.btn-custom {
  background-color: #587f83;
  padding: 0.7rem 2rem;
  border-radius: 25px;
  border: solid white;
  border-width: 0.5px 0 0.5px 0;
  color: white;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: 0.3s;
}
.btn-custom:hover {
  background: rgba(255, 255, 255, 0.4);
}
/* Footer */
footer {
  position: relative; /* ضروري لو هتستخدم ::before */
  background-color: #f2f1ec; /* لون الخلفية الأساسي */
  color: white;
  padding: 50px 20px;
  overflow: hidden;
}

.outside-banner {
  height: 470px;
  background-image: url("/img/logo/servicebanner.png");
  background-repeat: no-repeat;
  background-size: contain; /* المهم */
  background-position: center;
  border-radius: 20px;
}

.outside-banner h3 {
  font-size: 2.75rem;
  color: white;
  text-align: center;
  padding-top: 104px;
  padding-bottom: 12px;
  font-family: var(--font-primary);
  font-weight: bold;
}
.outside-banner h5 {
  font-size: 1.25rem;
  color: white;
  font-weight: 300;
  text-align: center;
  padding-bottom: 20px;
}
.outside-banner input {
  width: 25%;
  border-radius: 30px;
  background: transparent;
  color: white;
  margin: auto;
  cursor: default;
}

.outside-banner input:focus {
  outline: none;
  box-shadow: none;
}
.outside-banner input::placeholder {
  color: white;
  font-size: 18px; /* عدل الحجم زي ما تحب */
  opacity: 0.8;
}

/* دعم إضافي للمتصفحات */
.outside-banner input::-webkit-input-placeholder {
  color: white;
  font-size: 18px;
}

.outside-banner input::-moz-placeholder {
  color: white;
  font-size: 18px;
}

.outside-banner input:-ms-input-placeholder {
  color: white;
  font-size: 18px;
}
.outside-banner input,
.outside-banner input:focus,
.outside-banner input:active {
  background-color: transparent !important;
  color: white !important;
  border-color: white; /* اختياري */
  box-shadow: none !important;
  outline: none !important;
}


.image1 img {
  height: 250px;
  width: 400px;
      margin-top: 12px;

}
.content1 h2 {
  font-size: 3rem;
  font-weight: bold;
}
.first-section .content1 {
  padding-left: 50px;
}
.content1 p {
  width: 72%;
  font-size: 1.5rem;
}
.content1 h4 {
  width: 70%;
}
.content3 i,
.content3 h3 {
  font-size: 20px;
}
.content4 h3,
.content4 i {
  font-size: 20px;
}
.content4 i {
  padding: 15px;
}
.content3 i {
  padding: 15px;
}
.content6 img {
  width: 400px;
  border-radius: 20%;
}
.second-section{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.second-section .content5 {
  margin-top: 30px;
  padding-right: 50px;
}
.second-section .content5 h2 {
  font-size: 48px;
  font-weight: bold;
}

.second-section .content5 h3 {
  font-size: 24px;
}
.second-section .content5 h4,
.second-section .content5 i {
  font-size: 20px;
  text-align: right;
}
.second-section .content5 h4:first-of-type {
  font-size: 24px !important;
  font-weight: 400;
  text-align: left;
}
.second-section .content6 img {
  margin-top: 40px;
}
.third-section {
  margin: 30px 0px 30px 0px;
}
.third-section .content1 h4 {
  margin-bottom: 15px !important;
}
.third-section .content1 h3,
.third-section .content1 i {
  font-size: 20px;
}
.image3 img {
  width: 400px;
  border-radius: 20%;
  margin-top: 15px;
}
.fourth-section{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.fourth-section .content7 {
  padding-right: 50px;
}
.fourth-section h2 {
  font-size: 48px;
  font-weight: bold;
  text-align: right;
  padding-left: 310px;
}
.fourth-section p {
  font-size: 24px;
  text-align: right;
}
.fourth-section h4 {
  text-align: right;
  margin-bottom: 10px;
}
.fourth-section .content7 h3,
.fourth-section .content7 i {
  font-size: 20px;
  text-align: right;
}
.fourth-section .content7 i{
  padding-left: 15px;
}
.fifth-section{
  margin-top: 2.5rem !important;
}

.fifth-section .content1 h2 {
  padding-right: 100px;
}
.fifth-section .content1 h4 {
  margin-bottom: 10px;
}
.fifth-section .content1 h3,
.fifth-section .content1 i {
  font-size: 20px;
}
.fifth-section .content1 i{
  padding-right: 15px;
}
.six-section h4 {
  font-size: 48px;
  font-weight: bold;
}
.six-section h2 {
  font-size: 126px;
  color: var(--color-green-medium);
  font-weight: bold;
}
.six-section h3 {
  font-size: 30px;
}
.six-section h5 {
  font-size: 16px;
  
  padding: 0px 10px 0px 10px;
  width: 226px;
    margin: auto;
        text-align: justify;
    text-align-last: left;
    hyphens: auto;
}
.sevens-section h3 {
  font-size: 18px;
  text-align: left;
  margin-top: 3.5rem !important;
}
.sevens-section h2 {
  font-size: 60px;
  font-weight: bold;
  text-align: left;
  padding: 0px 30px 0px 20px;
      margin-top: 42px;
    padding-right: 55px;
    line-height: 59px;

}
.eaght-section h3 {
  font-size: 30px;
  padding: 20px 20px;
  text-align: left;
}
.div-image11 {
  height: 425px !important;
  background-image: url("/img/logo/gemi.png");
  background-position: center;
  background-size: cover;
  border-radius: 30px;
}
.div-image12 {
  height: 300px !important;
  background-image: url("/img/logo/hand.png");
  background-position: center;
  background-size: cover;
  border-radius: 30px;
}
.div-image12 p{
  font-size: 13px;
  margin-top: 96px;
}
.div-image11 p{
  font-size: 13px;
}
.div-image13 {
  height: 200px !important;
  background-image: url("/img/logo/tires.png");
  background-position: center;
  background-size: cover;
  border-radius: 30px;
}
.div-image14 {
  height: 300px !important;
  background-image: url("/img/logo/key.png");
  background-position: center;
  background-size: cover;
  border-radius: 30px;
}
.div-image15 {
  height: 425px !important;
  background-image: url("/img/logo/phone2.png");
  background-position: center;
  background-size: cover;
  border-radius: 30px;
}
.section-photo img {
  border-radius: 30px;
}

footer::before {
  content: "";
  position: absolute;
  top: -130px;
  right: 713px;
  width: 150%;
  height: 222%;
  background-image: url("/img/logo/footer.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  transform: scaleX(-1);
  opacity: 0.3;
  z-index: 0;
}
.responsive-text {
  font-size: clamp(9px, 2vw, 22px);
}
.six-section .effect {
  width: 20px;
  height: 20px;
  background-color: var(--color-green-medium);
  margin: auto;
  border-radius: 50%;
  position: relative;
}


.six-section .effect::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%; /* يبدأ من آخر الدائرة */
  width: 120px; /* طول الخط */
  height: 2px;
 background-color: var(--color-green-medium);
  transform: translateY(-50%);
}
.number4 .effect::after {
  display: none;
}
.six-section .row > div:not(:first-child) .effect::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%; /* الخط يطلع شمال النقطة */
  width: 220px; /* طول الخط */
  height: 2px;
  background-color: var(--color-green-medium);
  transform: translateY(-50%);
}
/* Footer */
footer {
  position: relative; /* ضروري لو هتستخدم ::before */
  background: linear-gradient(
    to right,
    #04444a 0%,
    #587f83 100%
  ); /* لون الخلفية الأساسي */
  color: white;
  padding: 50px 20px;
  overflow: hidden;
  font-family: var(--font-primary);
}

footer::before {
  content: "";
  position: absolute;
  top: -131px;
  right: 831px;
  width: 150%;
  height: 222%;
  background-image: url("/img/logo/footer.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  transform: scaleX(-1);
  opacity: 0.3;
  z-index: 0;
}

footer * {
  position: relative; /* عشان النصوص والأزرار تكون فوق الصورة */
  z-index: 1;
}
.footer-header {
  width: 17%;
}
.footer-header p {
  font-size: 12px;
}
footer h2{
  font-weight: bold;
  
    font-size: 43px;
}
footer h6{
    text-align: center;
    line-height: 23px;
    font-size: 15px;
    /* margin: 15px 0px; */
    margin-top: 15px;
    margin-bottom: 15px;
}
footer h2,
h6 {
  width: 45%;
  margin: auto;
  text-align: center;
}
footer h5 {
    padding: 0.6rem 1.5rem;
    border-radius: 20px;
    border: solid white;
    border-width: 0.5px 0 0.5px 0;
    color: white;
    /* font-weight: bold; */
    font-family: var(--font-primary);
    background-color: rgb(155, 230, 217, 0.4);
    font-size: 16px;
    margin: auto;
    text-align: center;
    width: 22%;
}
.footer-content {
  display: flex;
  margin-top: 30px;
  justify-content: space-evenly;

  margin-bottom: 3rem;
}

.footer-logo {
  font-size: 3rem;
  font-weight: bold;
}
.footer-logo img{
        width: 197px;
    height: 123px;
}
.footer-header .logo-content{
    margin-top: 1rem;
    opacity: 0.8;
    text-align: justify;
    width: 250px !important;
    font-size: 14px;
    
}
.footer-header .logo-content span{
  font-weight: bold;
  opacity: 1;
  font-size: 16px;
}
.footer-links{
      margin-left: 35px;
}
.footer-links
.footer-links h4 {
  margin-bottom: 1rem;
}

.footer-links ul {
  list-style: none;
  padding-left: 0px !important;
}
.footer-links input{    
  width: 100%;
  padding: 0px !important;

  margin-bottom: 1rem;
  background-color: transparent;
  border: 1px solid white !important;
  
}
.footer-links input::placeholder{
  color: white;
  font-size: 10px;
  padding-left: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  display: block;
  margin-bottom: 0.5rem;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: white;
}
.footer-links .btn-custom{
      padding: 0.1rem 1rem;
          font-size: 11px;
     
}

.social-icons {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.social-icon {
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:  0.3s ease all;
}

.social-icon:hover {
  background: rgba(255, 255, 255, 0.3);
   transform: scale(1.2) rotateY(360deg);
}
.social-icon .bi-facebook:hover {
    color: #1877F2; /* الأزرق الفيسبوك */
}
.social-icon .bi-instagram:hover {
    color: #C13584; /* لون الإنستجرام */
}

.social-icon .bi-tiktok:hover {
    color: #69C9D0; /* لون تيك توك */
}

.social-icon .bi-twitter:hover {
    color: #1DA1F2; /* لون X/Twitter */
}
@media (max-width: 576px){
.navbar-brand img{
  width: 100px;
  height: 80px;
}
  .outside-banner h3 {
    font-size: 12px;
    padding-top: 72px;
    padding-bottom: 0px;
  }
  .outside-banner{
        height: 246px;
  }
   .outside-banner h5{
    font-size: 12px;
    padding-bottom: 6px;
   }
   .outside-banner input{
     width: 40%;
     height: 20px;
    }
    .outside-banner input::placeholder{
      font-size: 12px;
    }
    .image1 img{
      height: 195px;
    }
    .first-section {
    justify-content: center !important;
    padding: 0 !important;
    margin: auto !important;
  }
  .first-section .image1 {
    width: 75% !important;
  }
  .first-section .image1 img {
    margin: 0 !important;
    padding: 0 !important;
  }
  .content1 {
    text-align: center !important;
  }
  .content1 h2 {
    font-size: 19px;
    padding-top: 10px;
  }
  .content1 p {
    font-size: 15px;
    width: auto;
  }
  .content1 h4 {
    font-size: 18px;
    width: auto;
  }
  .content3 i,
  .content3 h3 {
    font-size: 14px;
  }
  .content4 i,
  .content4 h3 {
    font-size: 14px;
  }
  .second-section {
    flex-direction: column;
  }
  .content6 {
    order: -1;
    display: flex;
    justify-content: center;
  }
  .second-section .content6 img {
    width: 75% !important;
    height: 250px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .second-section h2 {
    font-size: 19px;
    padding-top: 10px;
    font-weight: bold;
    text-align: center;
  }
  .second-section h4 {
    font-size: 15px;
    width: auto;
  }
  .second-section .content5 h4:first-of-type{
    font-size: 15px !important;
    text-align: center;
  }
  .second-section .content5 h3,
  .second-section .content5 i{
    font-size: 14px;

  }
   .second-section .content5 h2{
    font-size: 19px;
   }
  .second-section .content5 h4{
    font-size: 14px;
  }
  .second-section h3 {
    font-size: 17px;
    width: auto;
    text-align: center;
  }
  .third-section {
    justify-content: center;
    padding: 0 !important;
    margin: auto !important;
  }
  .third-section .image3 {
    width: 75%;

    margin: 0 !important;
    padding: 0 !important;
  }
  .third-section .image3 img {
    height: 250px;
  }
  .third-section .content1 h3 {
    text-align: left !important;
  }
  .third-section .content1 h3,
  .third-section .content1 i {
    font-size: 14px;
  }
  .fourth-section {
    flex-direction: column;
    justify-content: center;
  }
  .fourth-section .image3 {
    order: -1;
    display: flex;
    justify-content: center;
    margin: 20px 0px 20px 0px !important;
  }
  .fourth-section .image3 img {
    width: 75% !important;
    height: 250px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .fourth-section .content7 {
    text-align: center;
  }
  .fourth-section .content7 h2 {
    font-size: 19px;
    padding-top: 10px;
    font-weight: bold;
        padding-left: 0px;
    text-align: center;
  }
  .fourth-section .content7 h4 {
    font-size: 17px;
    width: auto;
  }
  .fourth-section .content7 h3,
  .fourth-section .content7 i {
    font-size: 14px;
  }
  .fourth-section {
    margin-bottom: 20px;
  }
  .fourth-section p{
    font-size: 15px;
  }
  .fifth-section {
    justify-content: center !important;
    padding: 0 !important;
    margin: auto !important;
  }
  .fifth-section .image3 {
    width: 75% !important;
  }
  .fifth-section .image3 img {
    height: 250px;
  }
  .fifth-section .content1 h3,
  .fifth-section .content1 i {
    font-size: 14px;
    text-align: left;
  }
  .fifth-section .content1 h2{
    padding-right: 0px;
  }
  .six-section h4 {
    font-size: 22px;
    font-weight: bold;
  }
  .six-section h6 {
    font-size: 18px;
    width: 70%;
  }
  .six-section h2 {
    font-size: 35px;
    font-weight: bold;
  }
  .six-section h3 {
    font-size: 22px;
  }
  .six-section h5 {
    font-size: 14px;
    padding: 0px 60px 0px 20px;
    text-align: center;
  }
  .six-section .effect{
    display: none;
  }
  .sevens-section h3 {
    font-size: 18px;
  }
  .sevens-section h2 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
  }
  .eaght-section h3 {
    font-size: 12px;
    padding: 0;
    padding-top: 10px;
    text-align: center;
  }
  .eaght-section p {
    font-size: 9px;
  }
  .effective1 .number3,
  .effective1 .number4{
    margin-top: 70px !important;
  }
  .div-image11 , .div-image12,.div-image13,.div-image14{
    padding: 0px !important;
  }
   footer h2 {
    font-size: 25px !important;
    width: 100%;
  }
  footer h6 {
    width: 100%;
    font-size: 13px;
    padding: 10px;
  }
  footer h5 {
    font-size: 13px;
    width: 200px;
  }
  .footer-header p {
    margin: 0;
      font-size: 7px;
    text-align: justify;
  }
  .footer-links h4 {
    font-size: 10px;
    margin-top: 25px;
    text-align: center;
  }
  .footer-links li {
    font-size: 10px;
  }
  .footer-links p {
    font-size: 10px;
    text-align: center;
  }
  .footer-links input {
    padding: 0 !important;
    margin-left: 10px;
  }
  .footer-links input::placeholder {
    font-size: 7px;
  }
  .footer-logo img{
    height: 56px;
    max-width: 100%;
  }
  .footer-header .logo-content{
    font-size: 7px ;
    max-width: 100%;
  }
  .footer-header .logo-content span{
    font-size:9px ;
  }

}

@media (min-width: 576.98px) And (max-width: 767.98px) {
  .outside-banner {
    height: 200px;
  }
  .outside-banner h3 {
    font-size: 18px;
    padding-top: 33px;
    padding-bottom: 0px;
  }
  .outside-banner h5 {
    font-size: 15px;
    padding-bottom: 0px;
  }
  .outside-banner input {
    padding: 0 0 0 5px;
    width: 50%;
  }
  .outside-banner input::placeholder {
    font-size: 12px;
  }
  .first-section {
    justify-content: center !important;
    padding: 0 !important;
    margin: auto !important;
  }
  .first-section .image1 {
    width: 75% !important;
  }
  .first-section .image1 img {
    margin: 0 !important;
    padding: 0 !important;
  }
  .content1 {
    text-align: center !important;
  }
  .content1 h2 {
    font-size: 19px;
    padding-top: 10px;
  }
  .content1 p {
    font-size: 15px;
    width: auto;
  }
  .content1 h4 {
    font-size: 18px;
    width: auto;
  }
  .content3 i,
  .content3 h3 {
    font-size: 16px;
  }
  .content4 i,
  .content4 h3 {
    font-size: 16px;
  }
  .second-section {
    flex-direction: column;
  }
  .content6 {
    order: -1;
    display: flex;
    justify-content: center;
  }
  .second-section .content6 img {
    width: 75% !important;
    height: 250px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .second-section h2 {
    font-size: 19px;
    padding-top: 10px;
    font-weight: bold;
    text-align: center;
  }
  .second-section h4 {
    font-size: 15px;
    width: auto;
  }
  .second-section .content5 h4:first-of-type{
    font-size: 15px !important;
    text-align: center;
  }
  .second-section .content5 h3{
    font-size: 15px;

  }
   .second-section .content5 h2{
    font-size: 19px;
   }
  .second-section .content5 h4{
    font-size: 16px;
  }
  .second-section h3 {
    font-size: 17px;
    width: auto;
    text-align: center;
  }
  .third-section {
    justify-content: center;
    padding: 0 !important;
    margin: auto !important;
  }
  .third-section .image3 {
    width: 75%;

    margin: 0 !important;
    padding: 0 !important;
  }
  .third-section .image3 img {
    height: 250px;
  }
  .third-section .content1 h3 {
    text-align: left !important;
  }
  .third-section .content1 h3,
  .third-section .content1 i {
    font-size: 16px;
  }
  .fourth-section {
    flex-direction: column;
    justify-content: center;
  }
  .fourth-section .image3 {
    order: -1;
    display: flex;
    justify-content: center;
    margin: 20px 0px 20px 0px !important;
  }
  .fourth-section .image3 img {
    width: 75% !important;
    height: 250px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .fourth-section .content7 {
    text-align: center;
  }
  .fourth-section .content7 h2 {
    font-size: 19px;
    padding-top: 10px;
    font-weight: bold;
        padding-left: 0px;
    text-align: center;
  }
  .fourth-section .content7 h4 {
    font-size: 17px;
    width: auto;
  }
  .fourth-section .content7 h3,
  .fourth-section .content7 i {
    font-size: 16px;
  }
  .fourth-section {
    margin-bottom: 20px;
  }
  .fourth-section p{
    font-size: 15px;
  }
  .fifth-section {
    justify-content: center !important;
    padding: 0 !important;
    margin: auto !important;
  }
  .fifth-section .image3 {
    width: 75% !important;
  }
  .fifth-section .image3 img {
    height: 250px;
  }
  .fifth-section .content1 h3,
  .fifth-section .content1 i {
    font-size: 16px;
    text-align: left;
  }
  .fifth-section .content1 h2{
    padding-right: 0px;
  }
  .six-section h4 {
    font-size: 22px;
    font-weight: bold;
  }
  .six-section h6 {
    font-size: 18px;
    width: 70%;
  }
  .six-section h2 {
    font-size: 35px;
    font-weight: bold;
  }
  .six-section h3 {
    font-size: 22px;
  }
  .six-section h5 {
    font-size: 16px;
    padding: 0px 20px 0px 20px;
    text-align: center;
  }
  .six-section .effect{
    display: none;
  }
  .sevens-section h3 {
    font-size: 18px;
  }
  .sevens-section h2 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
  }
  .eaght-section h3 {
    font-size: 14px;
    padding: 0;
    padding-top: 10px;
    text-align: center;
  }
  .eaght-section p {
    font-size: 12px;
  }
  footer h2 {
    font-size: 16px !important;
  }
  footer h6 {
    width: 100%;
    font-size: 14px;
    padding: 10px;
  }
  footer h5 {
    font-size: 13px;
    width: 200px;
  }
  .footer-header p {
    margin: 0;
      font-size: 7px;
    text-align: justify;
  }
  .footer-links h4 {
    font-size: 16px;
    margin-top: 25px;
    text-align: center;
  }
  .footer-links li {
    font-size: 13px;
  }
  .footer-links p {
    font-size: 13px;
    text-align: center;
  }
  .footer-links input {
    padding: 0 !important;
    margin-left: 10px;
  }
  .footer-links input::placeholder {
    font-size: 12px;
  }
  .footer-logo img{
    height: 56px;
    max-width: 100%;
  }
  .footer-header .logo-content{
   
   max-width: 100% !important;
    font-size: 7px !important;
    
}
.footer-header .logo-content span{
 
  font-size: 7px;
}
}
@media (min-width: 768px) And (max-width: 992px) {
  .outside-banner {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 290px;
    padding-bottom: 50px !important;
  }
  .outside-banner h3 {
    font-size: 26px !important;
    margin: 0px !important;
    padding: 0px 0px 20px 0px !important;
  }
  .outside-banner input {
    margin: 0;
  }
  .fifth-section .image1 {
    width: 100px;
  }
  .first-section {
    padding: 0 !important;
    margin: auto !important;
  }

  .first-section .image1 img {
    margin: 0 !important;
    padding: 0 !important;
  }
  .content1 {
    padding-left: 50px !important;
  }
  .content1 h2 {
    font-size: 30px;
    padding-top: 15px;
  }
  .content1 p {
    font-size: 18px;
  }
  .content1 h4 {
    font-size: 21px;
        width: 82%;
  }
  .content3 i,
  .content3 h3 {
    font-size: 16px;
  }
  .content4 i,
  .content4 h3 {
    font-size: 16px;
  }
  .content5 h2{
    font-size: 30px;
  }

  .second-section .content5 h2{
    font-size: 30px;
  }
  .second-section .content6 img {
    height: 310px !important;
    margin: 20px 0px 0px 0px !important;
    padding: 0 !important;
  }
  .second-section h2 {
    font-size: 35px;
    padding-top: 10px;
    font-weight: bold;
    text-align: center;
  }
  .second-section .content5 h4:first-of-type  {
    font-size: 18px !important;
    font-weight: 400;
    text-align: right;
  }
  .second-section h3 {
    font-size: 21px;
    text-align: right;
  }
   .second-section .content5 h3{
    font-size: 21px;
   }
  .second-section h4,
  .second-section i {
    font-size: 16px;
  }
  .second-section .content5 h4,
  .second-section .content5 i{
    font-size: 16px;
  }
  .third-section {
    padding: 0 !important;
    margin: auto !important;
  }
  .third-section .image3 {
    margin: 0 !important;
    padding: 0 !important;
  }
  .third-section .image3 img {
    height: 330px;
    margin-top: 20px;
  }
  .third-section .content1 h3 {
    text-align: left !important;
  }
  .third-section .content1 h3,
  .third-section .content1 i {
       font-size: 16px;
  }
  .fourth-section {
    margin-top: 30px !important;
  }

  .fourth-section .image3 img {
    height: 310px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .fourth-section .content7 {
    text-align: right;
    padding-right: 50px;
  }
  .fourth-section .content7 h2 {
    font-size: 30px;
    padding-top: 10px;
    font-weight: bold;
  }
  .fourth-section .content7 h4 {
    font-size: 21px;
  }
  .fourth-section .content7 h3,
  .fourth-section .content7 i {
    font-size: 16px;
  }
  .fourth-section .content7 p {
    font-size: 19px !important;
  }
  .fourth-section {
    margin-bottom: 20px;
  }
  .fifth-section {
    padding: 0 !important;
    margin: auto !important;
  }
  .fifth-section .content1 {
    padding-left: 50px;
  }
  .fifth-section .content1 p {
    font-size: 19px;
  }
  .fifth-section .image3 img {
    height: 330px;
    margin-top: 20px;
  }
  .fifth-section .content1 h3,
  .fifth-section .content1 i {
    font-size: 16px;
    text-align: left;
  }
  .six-section h4:first-of-type {
    font-size: 35px;
    font-weight: bold;
  }
  .six-section h6 {
    font-size: 18px;
    width: 70%;
  }
  .six-section h2 {
    font-size: 75px;
    font-weight: bold;
  }
  .six-section h3 {
    font-size: 22px;
    font-weight: bold;
  }
  .six-section h5 {
    font-size: 15px;
    padding: 0px 67px 0px 10px;
    text-align: center;
    font-weight: 400;
  }
  .six-section .row > div:not(:first-child) .effect::before {
        width: 174px;
  }
  .sevens-section h3 {
    font-size: 16px;
  }
  .sevens-section h2 {
    font-size: 35px;
    font-weight: bold;
  }
  .eaght-section h3 {
    font-size: 18px;
    padding: 0px;
    padding-top: 10px;
  }
  .eaght-section p {
    font-size: 14px;
  }
  footer h2 {
    font-size: 22px !important;
  }
  footer h6:first-of-type {
    width: 60%;
    font-size: 14px;
    padding: 10px;
    font-weight: 400px !important;
  }
  footer h5 {
    font-size: 15px;
    width: 200px;
  }
  .footer-header p {
    margin: 0;
    font-size: 10px;
  }
  .footer-logo img{
    height: 100px;
  }
  .footer-links h4 {
    font-size: 16px;
    margin-top: 25px;
    text-align: center;
  }
  .footer-links li {
    font-size: 13px;
  }
  .footer-links p {
    font-size: 13px;
    text-align: center;
  }
  .footer-links input {
    padding: 0 !important;
    margin-left: 10px;
  }
  .footer-links input::placeholder {
    font-size: 12px;
  }
}

@media (min-width: 993px) And (max-width: 1199px) {
  .outside-banner {
    height: 410px;
  }
  .outside-banner h3 {
    font-size: 35px;
  }
  .first-section .image1 img {
    height: 290px;
  }
  .content3 h3,
  .content3 i {
    font-size: 20px !important;
  }
  .content4 h3,
  .content4 i {
    font-size: 20px !important;
  }
  .second-section .content5 h2 {
    font-size: 48px;
    font-weight: bold;
    text-align: right;
  }
  .second-section .content5 h4:first-of-type {
    font-size: 24px;
    text-align: right;
    font-weight: 400;
  }
  .second-section .content5 h3 {
    font-size: 23px;
  }
  .second-section .content5 h4,
  .second-section .content5 i {
    font-size: 20px;
  }
  .content6 img {
    margin-top: 20px;
    height: 375px !important;
  }
  .second-section .content5 {
    padding-right: 50px;
  }
  .third-section .image3 img {
    margin-top: 20px;
    height: 370px;
  }
  .third-section .content1 p {
    width: auto;
  }
  .third-section .content1 h4 {
    width: auto;
    font-size: 23px;
    margin-bottom: 10px;
  }
  .third-section .content1 h3,
  .third-section .content1 i {
    font-size: 20px;
  }
  .fourth-section {
    margin-top: 30px !important;
  }
  .fourth-section h2 {
    font-size: 48px;
    font-weight: bold;
    text-align: right;
    padding-left: 100px;
  }
  .fourth-section p {
    font-size: 24px;
    text-align: right;
  }
  .fourth-section h4 {
    font-size: 23px;
    text-align: right;
    margin-bottom: 10px;
  }
  .fourth-section h3,
  .fourth-section i {
    font-size: 20px;
  }
  .fourth-section .image3 img {
    margin-top: 20px;
    height: 400px;
  }
  .fourth-section .content7 {
    padding-right: 50px;
  }
  .fifth-section .content1 p {
    width: 100% !important;
  }
  .fifth-section .content1 h4 {
    width: 100% !important;
    font-size: 23px;
    margin-bottom: 10px;
  }
  .fifth-section .content1 h3,
  .fifth-section .content1 i {
    font-size: 20px;
  }
  .fifth-section .image3 img {
    margin-top: 20px;
    height: 400px;
  }
  .fifth-section {
    margin-top: 40px;
  }
  .six-section h4 {
    font-size: 48px;
    font-weight: bold;
  }
  .six-section h2 {
    font-size: 100px;
  }
  .six-section h3 {
    font-size: 30px;
  }
  .six-section h5 {
    font-size: 18px;
  }
  .sevens-section h3 {
    font-size: 17px;
  }
  .sevens-section h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: left;
  }
  .eaght-section h3 {
    font-size: 24px;
    width: 100px;
    text-align: left;
    padding: 0px;
    padding-top: 20px;
  }
  .eaght-section p {
    font-size: 14px;
    text-align: center;
  }
  footer::before {
    right: 295px;
  }
  footer h2{
    font-size:34px ;
  }
    footer h5 {
    width: 22%;
  }
  footer h2{
    width: 80%;
  }
  footer h6{
    width: 80%;
  }
  .faq .faq-selector {
    width: 70%;
  }
  .footer-logo img{
    height: 100px;
  }
  .footer-content .footer-header p{
  width: 200px !important ;
  }
}
