.subscripe-text
 {
   color: white;
   font-size: 18px;
   text-decoration: none;
   font-family: 'Tajawal-Medium',sans-serif;
 }

.footer-extra
 { 
   border-radius: 15px;
   bottom: 121%;
   background: #9C3020 0% 0% no-repeat padding-box;
   box-shadow: 0px 8px 20px #0A0B0B2C;
   transform: scale(1);
   transition:.5s;
   
 }
 .footer-extra-scroll
 {
  transform: scale(1.1);
  transition: .5s;
 }
 .email-style
 {
   border-radius: 30px;
   background-color: #FFFFFF2E;
   border-color: #FFFFFF;
   border-width: 1px;
   color: #CCCCCC;
   width: 100%;
   height: 40px;
 }

 .email-style::placeholder {
   color: white;
   opacity: 1; /* Firefox */
   font-family: 'Tajawal-Medium',sans-serif;
 }
 
 
 .btn-sub
 {
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 30px;
    color: black;
    /* padding-right: 64px; */
    position: relative;
    align-items: center;
    justify-content: center;
    width: 182px;
    /* height: 100%; */
    font-size: 16px;
    font-family: 'Tajawal-Bold',sans-serif;
 }
 .btn-sub-mb
 {
   background-color: #FFFFFF;
   box-shadow: 0px 3px 6px #00000029;
    border-radius: 30px;
    color: black;
    padding-right: 35px;
    
    gap:1rem;
 }
 
 .footer
 {
   background-color: #2C3033;
   color: #FFFFFF;
 
   padding-top: 80px;

 }
 .news-btn-up
 {
   color: var(--white-color);
   width: 55px;
   height: 55px;
   display: flex;
   justify-content: center;
   align-items: center;
   background: #9C3020 0% 0% no-repeat padding-box;
   box-shadow: 0px 8px 20px #00000090;
   border-radius: 60px;
   position: fixed;
   bottom:40px;
   right: 6;
   padding: 0rem 0rem;
  
 }
 .news-btn-up:hover
 {
    color: white;

 }
 .footer-title-size
 {
   font-size: 14px;
   font-family: 'Tajawal-Bold',sans-serif;
   margin-bottom: .5rem;
 }
  .footer-text-size
  {
   font-size: 11px;
   direction: none;
   font-family: 'Tajawal-Regular',sans-serif;
   color: #FFFFFF;
  }
  .btn-style
  {
   background: #212527 0% 0% no-repeat padding-box;
   border-radius: 28px;
   color: #FFFFFF;
   font-size: 11px;
   font-family: 'Tajawal-Regular',sans-serif;
  }
  .btn-style:hover
  {
    color: white;
  }
  .vertical {
   border-left: 2px solid black;
   height: 100px;
}
.extra-footer-md
{
background-color: #9C3020;


}

#more-arow
{
 color: white;
 /* margin-left: 1rem; */
 left: 8px;
  top: 30%;
 position: absolute;
}

.btn-sub:hover #more-arow
{
transition: .4s;
transition-duration: .4s;
color: black;
}
.text-send-style
{
    font-size: 16px;
    font-family: 'Tajawal-Bold',sans-serif;
    /* margin-right: 50%; */
}
.footer-logo-margin
{
    margin-bottom: 10px;
}
.copyright-style
{
    color: #FFFFFF98; 
    font-size: 14px; 
    margin-top: 25px;
    font-family: 'Tajawal-Regular',sans-serif;
}
.margin-email-value
{
    margin-right: 0.6rem;
}
.border-line
{
height: 171px;
border-right: 1px solid;
padding-right: 10px;
border-color: #ffffff48;
}
/* .footer-link-div:not(:last-child) {
    border-right: 1px solid rgba(100,99,99,.25);
} */
/* .footer-pading-value
{
    padding-right: 74px;
} */
.footer-style
{
    position: absolute;
    width: 85%;
    top: -171px;
    right: 117px;
}
.footer-hide
{
  height: 138px;
  overflow: hidden;
  float: right
}
@media (min-width: 1400px)
{

  .btn-style 
   {
    font-size: 14px;
   }
  .footer-text-size 
   {
    font-size: 14px;
   }
  .footer-title-size 
   {
    font-size: 16px;
   }
   .border-line 
   {
    height: 192px;
   }
   /* .footer-pading-value 
   {
    padding-right: 198px;
   } */
}

@media (max-width: 1199px) and (min-width: 992px) 

 { 
    .btn-style 
     {
        font-size: 8px; 
     }
     .footer-text-size 
     {
        font-size: 8px;
     }
     
     .footer-title-size 
     {
        font-size: 11px;
     }
     .border-line 
     {
        height: 147px;
     }
 }