
@font-face {
    font-family: "IBM";
    src: url(../webfonts/IBMPlexSansArabic-Regular.ttf);
}
body {
    font-family: "IBM";
    background-color: #fff;
    color: #fff;
  }
  .hero-section
  {
    background-color: #29b6f6;
    color: #fff;
  }
  .w-fit 
  {
    width: fit-content !important;
  }
  .h-fit 
  {
    height: fit-content !important;
  }
  .clear 
  {
      height: 1px;
  }
  .fw-700
  {
      font-weight: 700;
  }

a:focus,button:focus ,input:focus,select:focus,textarea:focus,.accordion-button:focus,
input:focus-visible,button:focus-visible,button:focus:focus-visible,.btn:first-child:active,
.btn:active
{outline: 0;box-shadow: 0 0 0; border-color: transparent;}
.pt-100
{
    padding-top: 100px;
}
.centralize
{
    margin: auto;
    display: block;
    text-align: center;
    width: fit-content;
}
.center 
{
    margin: auto;
    display: block;
}
a,
a:hover {
    transition: 0.3s all ease-in-out;
    text-decoration: none;
}
.bg-purple
{
    background: #5A37B5;
}
/* //button components  */
.purpleBtn:hover,
.purpleBtn
{
    border-radius: 10px;
    background: #5A37B5;
    color: #FFF;
    padding: 12px 20px;
    transition: 0.3s all ease-in-out;
    font-size: 36px;
}
.yelBtn 
{
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    background: #FFC229;
}

.mainBordClr
{
    border-color: #ccc !important;
} 
.mainClr 
{
    color: #5A37B5 !important;
}
.mainBgClr 
{
  background-color: #5A37B5 !important;  
  color: #fff;
}

.fs-big 
{
    font-size: 48px;
    font-weight: 700;
}
.fs-16
{
    font-size: 16px !important;
}
.fs-18
{
    font-size: 18px !important;
}
.slick-prev:before, .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: bolder;
    background-color: #F2F4F7;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: block;
 line-height: 48px;
 opacity: 1;
}   
.slick-arrow
{
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    bottom: -90px;
    top: auto;
    width: fit-content;
}
.slick-arrow::before
{
    background-color: #fff;
    color: #323896;
    border: 1px solid #F5F5F5;

}
.slick-prev {
     content: "\f060";
     right: 60px;
}
.slick-next {
     content: "\f061";
     left: 60px;
}
.grBg
{
  background: rgba(246, 246, 246, 0.40);
}
/* ---------------------- login ---------------------  */
.registerSec .grBg
{
  padding: 56px 40px;
}
.registerSec .grBg img.bigImg
{
  height: 770px;
}

.logReg label
{
  color:  #6B7280;
font-size: 14px;
font-weight: 400;
line-height: 20px;
margin-bottom: 8px;
}
.logReg input 
{
  border-radius: 16px;
border: 1px solid  #C5C8D2;
padding: 18px 20px;
width: 100%;
margin-bottom: 12px;
}
.logReg input:focus,
.logReg input:focus + span i,
.logReg input:focus + span,
.logReg input:focus + span svg path
{
  border-color: #5A37B5;
  color: #5A37B5;
  stroke: #5A37B5;
}
.logReg .redNote 
{
  display: none;
}
.logReg .red+.redNote
{
  display: block;
  color: #f00;
}
.logReg .frgt 
{
  color: var(--Primary-Color, #5A37B5);
font-size: 16px;
font-weight: 600;
margin: 32px 0;
display: block;
}
.logReg .purpleBtn
{
font-size: 16px;
font-weight: 600;
line-height: 16px;
border-radius: 16px;
display: block;
width: 100%;
padding: 16px 20px;

}
.logReg h3 
{
color: #2C2C2C;
margin-top: 32px;
text-align: center;
font-size: 28px;
font-weight: 600;
line-height: 28px
}
.logReg h5 
{
color: #2C2C2C;;
text-align: center;
font-size: 18px;
font-weight: 400;
margin-top: 16px;
line-height: 18px;
margin-bottom: 30px;
}
.logReg h6
{
  color:  #2C2C2C;
text-align: center;
font-size: 16px;
font-weight: 400;
line-height: 16px;
margin: 32px 0;
}
/* ---------------------- navbar ---------------------  */

.navbar-container {
  border-radius: 24px;
  gap: 20px;
  margin-top: 10px;
  padding: 0 56px;
}
.navbar-container .container 
{
background: rgba(241, 243, 249, 0.20);
border-radius: 24px;
}
/* Logo */
.logo-img {
  height: 35px;
}
.logo-box {
    width: 12%;
}
/* Nav List */
.nav-list {
  list-style: none;
  gap: 24px;
  display: flex;
  padding: 0;
}

.nav-list li a {
  color: var(--Body, #2C2C2C);
    font-size: 16px;
    font-weight: 600;
    line-height: 100%; 
    padding: 12px 20px;
    display: inline-block;
  transition: 0.2s ease-in-out;
}

.nav-list li a:hover {
  background-color: #e1e3e9;
}

/* Buttons */
.login-btn ,
.login-btn:hover
{
  background-color: #fbbc05;
  color: #000;
  font-weight: 600;
  border-radius: 12px;
  padding: 12px 20px;
  border: none;
}

.reserve-btn ,
.reserve-btn:hover
{
  background-color: #fff;
  border: 1px solid #5c3dad;
  color: #000;
  font-weight: 600;
  border-radius: 12px;
  padding: 12px 20px;
}
.login-btn:hover,
.reserve-btn:hover
{
    opacity: 0.8;
}
/* Spacing between buttons */
.gap-2 {
  gap: 12px;
}
nav .nav-list 
{
    border-radius: 20px;
    border: 1px dashed rgba(0, 0, 0, 0.10);
    background: rgba(241, 243, 249, 0.60);
    padding: 8px 6px;
}
nav .nav-list li 
{
    margin: 0 10px;
}

/* ---------------------- Hero section ---------------------  */

.heroSec .heroImgDV 
{
  background-color: #e7ddff;
  border-radius: 20px;
}

.heroSec .container 
{
    position:relative;
}
.absDV h2 
{
   color: var(--Body, #2C2C2C);
text-align: right;
font-size: 48px;
font-weight: 600;
line-height: 48px; 
}
.absDV h2 span
{
    color: #5A37B5;
}

.absDV h3
{
    color: #FFF;
font-size: 36px;
font-weight: 500;
line-height: 36px; 
border-radius: 30px;
padding: 12px 20px;
background: #FFC229;
width: fit-content;
margin: 24px 0;
}
.absDV p 
{
   color: #000;
text-align: right;
font-size: 24px;
font-weight: 400;
margin-bottom: 45px;
}
.absDV
{
    position: absolute;
        top: 13%;
    right: 5%;
}
.hero-section
{
    position: relative;
}
/* ---  */
.the-3
{
    position: relative;
}
.the-3 
{
   
} 
.the-3 img 
{
    width: 100%;
    border-radius: 25px;
}
.the-3 h4 
{
    color: var(--Body, #2C2C2C);
font-size: 24px;
font-weight: 500;
line-height: 32px; 
margin-bottom: 0;
}
.the-3 a 
{

} 
.the-3 p 
{
  color: var(--Body, #2C2C2C);
font-size: 16px;
font-weight: 400;
line-height: 25px;  
margin-top: 24px; 
} 

.abs-3
{
    position: absolute;
    top: 0;
    width: 95%;
    padding: 48px 40px;
}
.abs-3 span
{
    background-color: #fff;
    border-radius: 28px;
    display: block;
    width: 54px;
    height: 54px;
    text-align: center;
    line-height: 55px;
    padding: 1px 12px;
    overflow:hidden;
    transition: 0.5s width ease-in-out;
}
.abs-3 span:hover small
{
   display:inline-block;
   transition: 2s display ease-in-out;
}
.abs-3 span:hover {
    width: 100px;
    color: #000;
}
.abs-3 span small 
{
    display:none;
}
.circleYel
{
  text-align: center;
  width: 236px;
  height: 82px;
  color: #000;
  font-size: 28px;
  font-weight: 600;
  line-height: 80px;
}
h4.circleYel
{
background-image: url(../img/bg_border.png);
}
.latestItem 
{
  border-radius: 24px;
border: 1px solid #EFEFEF;
background: #FFF;
box-shadow: 0 -2px 15.3px 0 rgba(0, 0, 0, 0.05);
padding: 24px;
} 
.latestItem img 
{
  width: 100%;
  margin-bottom: 16px;
  height:192px;
  border-radius:12px;
}
.latestItem .cont 
{
  position: absolute;
  padding: 40px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  top: 0;
  right: 0;
}
.latestItem .cont h5
{
  color: #838282;
font-size: 14px;
font-weight: 400;
border-radius: 8px;
background: #F9F9F9;
padding: 3px;
}
.latestItem .cont a
{
  font-size: 22px;
    background-color: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    color: #000;
    text-align: center;
    line-height: 39px;
    
}
.latest-innerDetls h6 
{
  color: #000;
font-size: 20px;
font-weight: 600;
line-height: 28px; 
margin-bottom: 16px;
}
.bbGry
{
  border-radius: 6px;
  background-color: rgba(249, 249, 249, 1);
  padding: 5px;
  margin-left:8px;
  align-items: center;
} 
.bbGry span  
{
  color: #838282;
font-size: 12px;
font-weight: 400;
line-height: 12px;
margin: 0 3px;
}
.latest-innerDetls p 
{
  color: #475467;
font-size: 16px;
font-weight: 400;
line-height: 24px;
margin: 16px 0;
}
.latestItem:hover ,
.latestItem:hover .cont h5
{
  background-color: #5A37B5;
  color: #fff;
}
.latestItem:hover .latest-innerDetls p,
.latestItem:hover .latest-innerDetls h6
{
  color: #fff;
}
.latestItem:hover .bbGry 
{
  background-color: transparent;
}
.latestItem:hover .bbGry svg path
{
  stroke: #FFC229;
}
.latestItem:hover .bbGry span
{
  color: #FFC229;
} 
.latestItem:hover .purpleBtn
{
  box-shadow: 0 0 0 0 #fff;
      width: 89%;
}
.latestItem:hover a.knowMor
{
    position:absolute;
    width:100%;
}
/* ---  */
.help-section
{
  padding: 56px 80px;
}
.kdz 
{
  background-color: #fff;
  border-radius: 24px;
  height: 370px;
  overflow: hidden;
}
.kdz img 
{
  width: 100%;
  border-radius: 0 0 17px 17px;
  height: 208px;
  object-fit: cover;
}
.nth .kdz img 
{
  border-radius: 17px 17px 0 0 ;
}
.kdz p 
{
  color: #475467;
font-size: 16px;
font-weight: 400;
line-height: 24px;
margin-bottom: 0;
}
.kdz h6 
{
  color: #000;
font-size: 20px;
font-weight: 600;
line-height: 20px;
}
.text-purple {
  color: #5e2ca5;
}
.singleCard span
{
border-radius: 50px;
background: var(--Linear, linear-gradient(175deg, rgba(53, 54, 56, 0.50) 3.89%, rgba(44, 44, 44, 0.50) 96.11%));
padding: 8px;
height: 40px;
color: #fff;
font-size: 14px;
font-weight: 600;
display: flex;
align-items: center;
}
.image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 1rem; /* optional rounded corners */
}
.singleCard .card-body .btn
{
  width: 45px;
  height: 45px;
  line-height: 33px;
}
.singleCard .card-body .btn:hover
{
  opacity: 0.7;
  background: #5A37B5;
}
.singleCard .card-text 
{
  margin-bottom: 0;
  color: var(--Body, #2C2C2C);
text-align: right;
font-size: 20px;
font-weight: 500;
line-height: 28px;
}
.singleCard .card-body
{
  background-color: #fff;
  color: #000;
  height: 66px;
  position: absolute;
  bottom: 10px;
    left: 0;
    right: 0;
    width: 95%;
    margin: auto;
    border-radius: 50px;
    padding:0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
r

/* Overlay Layer */
.image-wrapper .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4); /* black with 40% opacity */
  z-index: 0;
}
.testi-section {
  padding: 56px 100px 150px;

}
.testi-section h5 
{
color: #FFF;
text-align: center;
font-size: 16px;
font-weight: 400;
line-height: 160%; /* 25.6px */
}
.testi-section h4 
{
color: #FFF;
text-align: center;
font-size: 36px;
font-weight: 600;
line-height: 100%; /* 36px */
}
.testiItm
{
padding: 20px;
border-radius: 24px;
background: #FFF;
display: flex;
color: #000;
margin: 0 10px;
background-image: url(../img/bgYel.png);
background-repeat: no-repeat;
background-position: left top;
}
.testiItm span 
{
  color: #fff;
  font-size: 27px;
width: 56px;
height: 50px;
line-height: 55px;
text-align: center;
border-radius: 50%;
background: #FFC229;
margin-left: 23px;
}
.testiItm p 
{
color: var(--Primary-Color, #5A37B5);
font-size: 16px;
font-weight: 400;
line-height: 160%; /* 25.6px */
}
.testiItm h6 
{
  color: var(--Body, #2C2C2C);
font-size: 20px;
font-weight: 600;
line-height: 100%; /* 20px */
}
.subs-section 
{
  padding: 45px 80px;
}
.subs-section h5
{
  color: #6438DD;
font-size: 36px;
font-weight: 600;
line-height: 40px; 
letter-spacing: -1.8px;
}
.subs-section p 
{
  color:  #707070;
font-size: 20px;
font-weight: 400;
line-height: 24px; /*  */
}
.subs-section .purpleBtn
{
  font-size: 16px;
}
/* ---------------------footer------------------------ */
.myFooter img 
{
  width: 180px;
  height: 60px;
}
.myFooter 
{
  text-align: right;
  padding: 90px 100px;
}
.myFooter p 
{
  
font-size: 12px;
font-weight: 500;
line-height: 16px; 
}
.myFooter h6,
.myFooter ul,
.myFooter a,
.myFooter li 
{
text-align: right;
font-size: 18px;
font-weight: 700;
line-height: 35px;
padding: 0;
margin: 0;
color: #fff;
}
/* ------------------------- about --------------------  */
.titWzImg 
{
color: #2C2C2C;
text-align: center;
font-size: 48px;
font-weight: 700;
line-height: 48px;
}
.wholeTit
{
 padding: 56px 80px; 
}
.wholeTit + p 
{
  color: #000;
text-align: center;
font-size: 24px;
font-weight: 500;
line-height: 43.44px;
margin-bottom: 30px;
}
.whoDV
{
  border-radius: 24px;
  padding: 56px 40px;
  background: #F2E7DB;
  color: #000;
}
.whoDV h4 
{
color:  #2C2C2C;
font-size: 36px;
font-weight: 600;
line-height: 36px;
margin-bottom: 32px;
}
.whoDV p 
{
color:  #2C2C2C;
font-size: 20px;
font-weight: 400;
line-height: 32px;
padding-left: 150px;
}
.ofrsDV div 
{
height: 172px;
flex: 0 0 calc(33.333% - 20px); /* ثلاثة في الصف */
text-align: center;
padding: 24px 16px;
border-radius: var(--radius-200, 16px);
border: 1px solid #E7E9EE;
background: #F8F9FA;
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.ofrsDV h5 
{
color:  #111317;
text-align: center;
font-size: 24px;
font-weight: 600;
line-height: 24px;
margin-top: 10px;
}
.ofrsDV 
{
  padding: 0;
  gap: 16px;
  margin-bottom: 16px;
}
.service-section 
{
  padding: 56px 0;
}
.service-section h2
{
  color: #2C2C2C;
text-align: right;
font-size: 48px;
font-weight: 600;
line-height: 48px;
margin-bottom: 32px;
}
.numCircle
{
  padding: 45px;
  border-radius: 50%;
  background-image: url(../img/circle.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
    background-position: center;
    width: 100%;
    height: 250px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.numCircle img 
{
  width: 55px;
  margin: 10px auto;
}
.NumSec .bg-purple
{
  padding: 56px 40px;
  border-radius: 24px;
}
.NumSec h2 ,.comunic-section h2
{
color: #FFF;
text-align: right;
font-size: 30px;
font-weight: 600;
line-height: 36px;
}
.comunic-section h2 
{
  color: #2C2C2C;
  margin-bottom: 32px;
}
.comunic-section .container .row
{
  padding: 56px 40px;
  border-radius: 24px;
  background: #F9F9F8;
  color: #2C2C2C;
  margin: 20px auto;
}
.comunic-section li 
{
  color: var(--Body,);
text-align: right;
font-size: 20px;
font-weight: 400;
line-height: 32px;
}
.contact-section p 
{
  color: #000;
font-size: 24px;
font-weight: 500;
line-height: 43px;
margin-top: 60px;
}
.inptBG
{
  position: relative;
  margin-left: 22px;
}
.contctForm textarea,
.contctForm input 
{
  width: 100%;
  padding: 12px 20px;
  border-radius: 360px;
border: 1px solid #D1D5DB;
background: #fff;
margin-bottom: 17px;
margin-top: 8px;
text-align: right;
margin-left: 37px;
}
.contctForm textarea 
{
  border-radius: 8px;
}
.inptBG span 
{
  position: absolute;
  left: 15px;
  top: 20px;
  color: rgba(197, 200, 210, 1);
}
.contctForm label 
{
  display: block;
  color:  #6B7280;
font-size: 14px;
font-weight: 400;
line-height: 20px;
}
.comunic-section h4 
{
color: #2C2C2C;
font-size: 28px;
font-weight: 600;
line-height: 28px;
}
.blogSec img.obj {
  margin-top: -50px;
  height: 145px;
}
.blogDetlsSec 
{
  padding: 56px 80px;
}
.blogDetlsSec h6 
{
color:  #808080;
text-align: center;
font-size: 16px;
font-weight: 600;
line-height: 28px; 
}
.blogDetlsP
{
  color: #000;
text-align: right;
font-size: 18px;
font-weight: 600;
line-height: 28.8px;
}
/* ---------------------- categories ---------------------------  */
.categories-dv
{

}
.categories-dv input ,.categories-dv .dropdown 
{
  padding: 12px 20px;
  border-radius: 10px;
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 0;
  margin-top: 6px;
  font-size: 16px;
}
.categories-dv .dropdown
{
  width: 124px;
}
.categories-dv .dropdown:hover 
{
  color: #000;
}
.categories-dv .nav-link img 
{
  margin-left: 8px;
}
.categories-dv .nav-link
{
border-radius: 16px;
border: 1px solid  #DDD;
background: #FFFBF6;
padding: 10px 18px;
color: #000;
margin-left: 16px;
display: flex;
height: 100%;
align-items: center;
}
.categories-dv .nav-link h5 
{
  align-items: center;
  margin: 0;
  font-size: 24px;
font-weight: 500;
}
.categories-dv .nav-link.active 
{

    background-color: #5A37B5;
    color: #fff;
}
.pagination,
.pagination li,
.pagination li a 
{
  border: 0;
  color: #809FB8;
font-size: 14px;
font-weight: 600;
line-height: 16.8px;
margin: 0 8px;
}
.active>.page-link, .page-link.active
{
  border-radius: 8px;
background: var(--Primary-Color, #5A37B5);
}
.header
{
  position: relative;
}
.header img 
{
  width: 100%;
  height: 410px;
}

.hedr-abs
{
  position: absolute;
  top: 20%;
  right: 7%;
  width: 700px;
}
.hedr-abs a 
{
  background-color: #fff;
  display: block;
  text-align: center;
  height: 36px;
  width: 36px;
  line-height: 36px;
  color: #000;
  font-size: 20px;
  margin: 0 10px;
  border-radius: 50%;
}

.header h5 {
  color: #FFF;
text-align: right;
width: fit-content;
font-size: 24px;
font-weight: 400;
border-radius: 8px;
background:  #5A37B5;
padding: 5px 10px;
margin-bottom: 38px;
}
.header h2 {
  color: var(--white, #FFF);
text-align: right;
font-size: 50px;
font-weight: 600;
line-height: 28px;
margin-bottom: 38px;
}
.header p {
  color: #FFF;
text-align: right;
font-size: 28px;
font-weight: 400;
line-height: 44.8px;
margin-bottom: 38px;
}
.header h6 {
  color:  #2C2C2C;
font-size: 18px;
font-weight: 400;
line-height: 18px;
border-radius: 6px;
background:  #FFF;
margin-left: 16px;
padding: 5px 10px;
}
.rectangle
{
padding: 20px 16px;
border-radius: 16px;
margin-top: 24px;
border: 1px solid rgba(0, 0, 0, 0.10);
background-image: url(../img/bgYel.png);
background-repeat: no-repeat;
background-position: left top;
}
.rectangle h5
{
color:  #111317;
text-align: right;
font-size: 24px;
font-weight: 600;
line-height: 24px
}
.rectangle p 
{
color:  #111317;
text-align: right;
font-size: 18px;
font-weight: 500;
line-height: 28.8px;
margin-bottom: 0;
margin-top: 16px;
}
.rectangle ul 
{
  padding: 0;
  list-style-image: url(../img/icon_misc.png);
  list-style-position: inside;
  margin-bottom: 0;
}
.rectangle ul li
{
color: #000;
font-size: 24px;
font-weight: 400;
margin-top: 12px;
}
.vidDV 
{
  position: relative;
} 
.vidDV img 
{
  width: 100%;
} 
.vidDV span 
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
  line-height: 11;
}
.featurDV h5 
{
color:  #18191B;
text-align: right;
font-size: 24px;
font-weight: 600;
line-height: 24px;
margin-top: 24px;
margin-bottom: 24px;
}
.featurDV h6 
{
  color: #000;
text-align: right;
font-size: 24px;
font-weight: 400;

}
.featurDV .d-flex 
{
  padding: 15px 0;
  border-top: 1px solid rgba(245, 245, 245, 1);
  display: flex;
  align-items: center;
}
.lftCors
{
  margin-top: -94%;
  padding: 16px;
  border-radius: 24px;
  border: 1px solid rgba(44, 44, 44, 0.10);
  box-shadow: 4px 5px 11px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 99;
  /* width: 384px; */
}
.featurDV h3 
{
  color: #000;
text-align: center;
font-size: 28px;
font-weight: 600;
line-height: 28px;
}
.featurDV .purpleBtn 
{
  margin-top: 24px;
}
.opiniSec .rectangle
{
  background-image: none;
  padding: 56px 80px;
}
.opiniSlider {
    padding: 0 60px;
}
.opiniItm
{
  padding: 70px 10px;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  text-align: center;
}
.opiniItm i.text-warning
{
  margin: 0 2px;
  color: rgba(255, 145, 0, 1) !important;
}
.opiniItm h5 
{
color:  #2C2C2C;
text-align: center;
font-size: 24px;
font-weight: 400;
margin-top: 20px;
}
.opiniItm p 
{
color:  #5A37B5;
text-align: center;
font-size: 16px;
margin-top: 10px;
font-weight: 400;
line-height: 25.6px;
}
.opiniItm img 
{
  width: 75px;
height: 75px;
border-radius: 50%;
margin: 16px auto;
display: block;
}
.opiniSec .slick-arrow::before
{
  background-color: #5A37B5; 
  border: 7px solid #F5F5F5;
  color: #fff;
  width: 60px;
  height: 60px;
}
.opiniSec .slick-arrow:active .opiniSec .slick-arrow::before
{
  background-color: red;
}
.opiniSec .slick-arrow
{
  bottom: 0;
  top: 50%;
}
.opiniSec .slick-next
{
  right: -0.5%;
  left: auto;
}
.opiniSec .slick-prev
{
  left: -0.5%;
  right: auto;
}
.forMrg
{
  margin-right: -50px;
}
.rectangle h4 
{
color: #000;
text-align: right;
font-size: 28px;
font-weight: 600;
line-height: 28px;
margin: 16px 0;
}
.rectangle h6
{
  color: #475467;
text-align: right;
font-size: 22px;
font-weight: 400;
line-height: 35.2px;
margin-bottom: 0;
}
.allEventSec .rectangle img 
{
  height: 210px;
  object-fit: cover;
}
.allEventSec .rectangle
{
  background-image: none;
  padding: 24px;
  border-radius: 24px;
  border-color: #ccc;
  display: block;
}
.evntInfoSEc h3 
{
  color:  #2C2C2C;
text-align: right;
font-size: 36px;
font-weight: 500;
line-height: 57.6px;
margin-bottom: 16px;
margin-top: 24px;
}
.evntInfoSEc small
{
  color:  #252C32;
font-size: 12px;
font-weight: 600;
line-height: 14.4px;
margin-left: 16px;
margin-right: 7px;
display: block;
}
.evInfoContent h4 
{
color:  #5A37B5;
margin-top: 24px;
text-align: right;
font-size: 24px;
font-weight: 600;
line-height: 28px; 
border-bottom: 3px solid  #6B7280;
width: fit-content;
padding: 11px 0;
margin-bottom: 16px;
}
.evInfoContent p 
{
  color: var(--paragraf, #808080);
text-align: right;
font-size: 18px;
font-weight: 500;
line-height: 28.8px;
margin-bottom: 20px;
}
.eventImg img 
{
  height: 424px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 24px;
}
.singleCard .card-body.bg-shfaf
{
  background-color:#00000059;
  color: #fff;
}
.singleCard .card-body.bg-shfaf p 
{
  color: #fff;
}
.modal-header h2 
{
  color: var(--text-Primary, #111317);
text-align: right;

font-size: 24px;
font-weight: 600;
line-height: 24px
}
.singleCard img 
{
    height:400px;
    object-fit: cover;
}
.testItmInn
{
    width:80%;
}
/* ---------------------- responsive ---------------------  */
@media screen and (max-width:1024px) {
img 
{
  width: auto;
  height: auto;
}
.image-wrapper img {
  height: 300px;
}
.registerSec .grBg img.bigImg
{
  height: fit-content;
}
.categories-dv .nav-link h5
{
  font-size: 17px;
}
.categories-dv ul 
{
  width: 100%;
  display: block;
}
.categories-dv .nav-link li 
{
  width: 100%;
}
.categories-dv .nav-link 
{
  padding: 0px 10px;
  margin: 3px;
  width: 100%;
  min-height: 40px;
}
.categories-dv .dropdown {
    width: 130px;
    padding: 10px;
    margin-right: 15px;
}
.opiniSec .rectangle,.blogDetlsSec {
    padding: 25px 15px;
}
.opiniSlider {
    padding: 0 10px;
}
.forMrg {
    margin-right: 0;
}
.pagination, .pagination li, .pagination li a
{
  margin: auto;
}
.header img 
{
  width: 100%;
  height: 340px;
  object-fit: cover;
}
.lftCors
{
  margin-top: 20px;
}
.vidDV span
{
  line-height: 17;
}
.latestItem
{
  padding: 0 20px;
  margin-bottom: 20px;
}
.wholeTit .obj 
{
  width: 40px;
}
.hedr-abs
{
  width: 80%;
  top: 9%;
}
.header h2 {
  font-size: 25px;
  line-height: normal;
  margin-bottom: 10px;
}
.yelLine
{
  width: 150px;
}
.navbar-toggler img 
{
  width: 60px;
}
.navbar-collapse
{
  position: absolute;
  width: 92%;
  top: 73px;
  background-color: #fff;
  padding-bottom: 20px;
  border-radius: 0;
}
nav .nav-list
{
  border-radius: 0;
}
.inptBG
{
  margin: 0;
}
.whoDV p
{
  padding: 0;
}
.navbar-collapse div.d-flex 
{
  justify-content: center;
  background-color: #f7f8fb;
  padding: 14px;
  border-radius: 0 0 25px 25px;
}
.wholeTit {
    padding: 40px 40px;
}
.whoDV {
    padding: 30px 20px;
}
.comunic-section .container .row
{
  padding: 25px 10px;
}
.NumSec .bg-purple {
  padding: 30px 25px;
}
.numCircle
{
  margin: auto;
  margin-bottom: 30px;
}
.eventImg img {
    height: 324px;
}
.blogDetlsP
{
  margin-top: 20px;
}
.latestItem img 
{
  margin-top: 20px;
}
.absDV
{
    width: 55%;
    margin-bottom: 10px;
}
.singleCard .card-body
{
  height: 50px;
  padding: 5px 15px 5px 5px;
}
.help-section,.subs-section ,.myFooter,.testi-section{
    padding: 20px;
}
.testi-section
{
  padding-bottom: 150px;
  padding-top: 50px;
}
.absDV h3
{
  font-size: 19px;
  margin: 5px 0;
  padding: 0px 10px;
}
.absDV {
    top: 27%;
    right: 0%;
    width: fit-content;
    padding: 10px 28px;
}
.navbar-container
{
  padding: 0 15px;
}
.heroSec img 
{
  height: 350px;
  object-fit: contain;
  background-color: #e7ddff;
}
.mainBtn, .mainBtn2, .blueBtn
{
    /* height: 32px; */
}
/* ------------------- fonts ---------------  */

.service-section h2
{
  font-size: 40px;
}
.titWzImg
{
  font-size: 35px;
}
.absDV h2,.subs-section h5,.testi-section h4,
.NumSec h2, .comunic-section h2,
.evntInfoSEc h3
{
  font-size: 28px;
  line-height: normal;
}
.ofrsDV h5,.wholeTit + p,.header p,
.featurDV h3
{
  font-size: 20px;
  line-height: normal;
}
.absDV p,.circleYel,.featurDV h6,
.rectangle ul li
{
  font-size: 18px;
}
.heroSec .purpleBtn
{
  font-size: 17px !important;
}
.rectangle p,.evInfoContent p,.blogDetlsP
{
  font-size: 16px;
}
.singleCard .card-text
{
  font-size: 15px;
}
body ,.mainBtn, .mainBtn2,.comunic-section form label,.header h6
{
    font-size: 11px;
}
}

@media screen and (max-width:500px) {
    
   .fs-big {
    font-size: 30px;
   }
   
    .singleCard img 
    {
        height:300px;
    }
   .latestItem img {
    height: 150px;
    }
   .image-wrapper img {
    height: 200px;
    }
  .wholeTit {
  padding: 30px 10px;
    }
   .mainContTit {
    font-size: 14px;
   }
   .mainBtn, .mainBtn2, .blueBtn {
    
    
    }
}




