/*
	Theme Name: ما هو اسم القالب؟
	Theme URI: https://www.elnooronline.com/
	Author: تم تصميم وتطوير بواسطة شركة النور أون لاين
	Author URI: https://www.elnooronline.com/
*/
/* start part basic */
@import url(assets/css/helper\ v0.2.css);
@import url(assets/css/all.min.css);
@import url(assets/css/bootstrap-rtl-4.5.3.min.css);
@import url(assets/css/aos.css);
@import url(assets/css/slick-theme.css);
@import url(assets/css/slick.css);
@import url(assets/css/animate.min.css);
@import url(assets/css/splide.min.css);
@import url(assets/css/magnific-popup.css);

@font-face {
  font-family: arabic;
  src: url(assets/FONT/Montserrat-Arabic\ Regular.ttf);
}

.zain-extralight {
  font-family: "Zain", sans-serif;
  font-weight: 200;
  font-style: normal;
}    .landing .slider



.zain-light {
  font-family: "Zain", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zain-regular {
  font-family: "Zain", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zain-bold {
  font-family: "Zain", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zain-extrabold {
  font-family: "Zain", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.zain-black {
  font-family: "Zain", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.zain-light-italic {
  font-family: "Zain", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.zain-regular-italic {
  font-family: "Zain", sans-serif;
  font-weight: 400;
  font-style: italic;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  /* color: var(--text) !important; */
  text-decoration: none !important;
}

body {
  font-family: "Alexandria", sans-serif;
  overflow-x: hidden !important;
  -webkit-box-sizing: 0;
  box-sizing: 0;
  padding: 0;
  margin: 0;

  direction: rtl;
}
.dark-mood{
  background-color:var(--sodark);
  /*color: white;*/
}
/*.dark-mood .services .title h2,*/
/*.dark-mood .services .title a{*/
/*        color: var(--third) !important;*/
/*}*/
:root {
  --title: rgb(172, 172, 172);
  --prime: rgba(167, 148, 121, 1);
  --second: rgb(212, 186, 149);
  --third: rgb(98, 105, 156);
  --four: rgb(62, 68, 114);
  --sodark: rgba(67, 72, 103, 1);
  --border: transparent;
  --bg: rgb(20, 20, 20);
  --text: white;
  --shadow: 0px 0px 5px 2px rgba(88, 88, 88, 0.144);
}

.backgroun {
  background-color: var(--bg);
  color: var(--text);
}

p::selection,
h1::selection,
h2::selection,
h4::selection,
h5::selection,
h6::selection {
  background-color: var(--prime);
  color: white;
}

p,
h1,
h2,
h4,
h5,
h6 {
  margin: 0px;
}

p {
  font-weight: normal;
  font-size:15px;
}
h1{
    font-size:28px;
}
h2{
    font-size:20px;
}
h3{
    font-size:18px;
}
h4{
    font-size:14px;
}
h5{
    font-size:12px;
}
h6{
    font-size:10px;
}



ul {
  list-style: none;
}

ul li,
a,
button {
  font-weight: normal !important;
}

input:focus {
  outline: none;
}

.load {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--prime);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.load img {
  width: 20%;
  height: 20%;
}

.loaderlodging {
  height: 100vh;
  z-index: 10000;
  transition: 0.8s;
  background-color: var(--third) !important;
}

.loaderlodging__body {
  overflow: hidden;
}

.loaderlodging__body.afterloading {
  overflow: inherit;
}

.loaderlodging.remove {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #cecece;
  border-bottom-color: var(--third);
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loaderlodging img {
  width: 280px;
  height: 150px;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

button:focus,
a:focus-visible {
  outline: none;
}

.bg {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.bg img {
  width: 100%;
  height: 100%;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-toggle i {
  margin-right: 10px;
}

.p-desc {
  color: rgba(123, 123, 123, 1);
  line-height: 1.8rem;
  word-spacing: 1px;
  font-size: 15px;
}

.title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: solid 2px var(--prime);
  padding-bottom: 30px;
}
.dark-mood .title h2,
 .dark-mood .title a{
    color:white !important;
}
.title * {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.title h2 {
  position: relative;
  color: var(--third);
  font-weight: bolder;
  display: flex;
  flex-direction: row;
}
.title p {
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: right;
  color: var(--prime);
}

.title a {
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  flex-direction: row;
  color: var(--third);
  font-weight: bolder;
}

.title h2::after,
.title h2::before {
  content: "";
  position: absolute;
  left: 105%;
  top: 50%;
  width: 0px;
  height: 2px;
  background-color: var(--third);
  animation: title 3s infinite linear;
}

.title h2::before {
  right: 105%;
}

.row {
  margin: 0px;
}
.slick-arrow {
  display: none !important;
}

/* start slick  */
.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}
/* end basic */
/* start header  */
header {
  width: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0px;
  top: 0px;
}

header .head {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
header .head .container {
  background-color: white;
  border-radius: 50px;
  border-bottom: solid 5px var(--prime);
}
header .dropdown {
      cursor: pointer;
    
}
header .dropdown-item {
  text-align: center;
  border-radius: 3px;
  transition: 1s;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color:white !important;
}

header .dropdown-item > * {
  color: white !important;
  margin: 0px 5px;
}

header .dropdown-item:hover {
  padding: 15px;
  color: var(--prime) !important;
  background-color: white;
}

header .dropdown-item:hover > * {
  color: var(--prime) !important;
}

header .dropdown-menu {
  transform: translate3d(65px, 55px, 0px) !important;
  background-color: var(--prime);
  padding: 0px;
}

header ul .dropdown-toggle::after {
  display: none;
}

header ul .dropdown-toggle::before {
  content: "\f107";
  position: absolute;
  left: -17px;
  top: 50%;
  transform: translateY(-40%);
  font-family: "Font Awesome 6 Free";
  font-size: 13px;
  font-weight: 800;
}

header .head .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}

header .head .logo .ico-logo {
  width: 50px;
  height: 85px;
  object-fit: contain;
  animation: movlogo 2s linear infinite;
  position: relative;
  top: 0px;
}

header .head .logo img:last-of-type {
  width: 150px;
  height: 80px;
  object-fit: contain;
  /* margin-right: 15px; */
}

@keyframes movlogo {
  0% {
    top: 0px;
  }

  25% {
    top: -5px;
  }

  75% {
    top: 5px;
  }

  100% {
    top: 0px;
  }
}

header .head .col {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: 5px;
}

header .head .logo {
  justify-content: flex-start !important;
}

header .head .phone-slide {
  width: 100%;
}
header .head .list-links {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: auto;
}
header .head .list-links ..dropdown-item{
    color:white !important;

}
/*header .head .list-links > * {*/
/*  margin: 0px 20px;*/
/*}*/

header .head ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: auto 20px;
}

header .head li {
  margin: auto 10px !important;
  text-wrap: nowrap;
  position: relative;
}

header .head ul > li > a {
  transition: 1s;
  font-weight: bold;
  color: black;
  font-size: 12px;
}

header .head li:hover > a {
  color: var(--prime);
}

header .head li::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: -10px;
  width: 0%;
  height: 2px;
  background-color: var(--second);
  transition: 1s;
  z-index: 1;
}

header .head li:hover:after {
  width: 50%;
}

header .head li::before {
  content: "";
  position: absolute;
  right: 0%;
  bottom: -10px;
  width: 0%;
  height: 2px;
  background-color: var(--third);
  transition: 1s;
  z-index: 2;
}

header .head li:hover:before {
  width: 50%;
}

/* header .head .lang-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
} */

header .head .lang-btn .dropdown-toggle::after {
  display: none;
}

header .dropdown2 .dropdown-menu {
  background-color: var(--prime);
  margin: 10px -50px 0px 0px;
  min-width: 200px;
  border-radius: 15px;
  padding: 0px;
}

header .dropdown2 .dropdown-menu:hover a {
  color: white;
}

header .dropdown2 .dropdown-menu .dropdown-item:first-of-type {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

header .dropdown2 .dropdown-menu .dropdown-item:last-of-type {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

header .dropdown2 .dropdown-menu a:hover {
  color: var(--prime);
}

header .dropdown2 .dropdown-menu a {
  padding: 15px;
  color: white;
}

header .acoutn-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--prime);
  margin-left: 15px;
  transition: 1s;
}
header .acoutn-btn:hover button {
  color: var(--prime);
}
header .acoutn-btn button:hover {
  color: white !important;
  background-color: var(--prime) !important;
}
header .acoutn-btn button img {
  margin-left: 10px;
}

header .acoutn-btn button .dropdown-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

header .acoutn-btn button i {
  margin-right: 8px;
}

header .buttons-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .buttons-header div {
  /* margin-left: 25px; */
}

header .btns-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

header .btns-header button {
  margin: 0px 5px;
}
header .btns-header a{
  font-size:11px ;
}

/* end header   */
/* ////////////////////////////////////////////// */
/* start landing  */
.landing {
  position: relative;
  height: 100vh;
}
/*.landing .slick-slide{*/
/*    display:flex;*/
    
/*}*/
.landing .bg::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(133, 143, 205, 1), rgba(67, 72, 103, 1));
  opacity: 0.6;
}
.landing .container {
  height: 100%;
}
.landing .col {
  /* height: 100%; */

  color: white;
  position: relative;
}
.landing .text-landing .autoplay {
    /* margin: auto; */
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.landing .col .slider-text *{
    margin-bottom:15px;
}
.landing .col .float {
  position: absolute;
  top: 20%;
  right: -75px;
  opacity: 0.4;
  z-index:-1;
}
.landing .autoplay .slick-dots {
  position: absolute;
  bottom: 200px;
  right: -250px;
  transform: rotate(90deg);
}
  .landing .text-landing .autoplay .slick-dots{
      display:none !important;
  }
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: solid var(--prime) 1px;
  position: relative;
}
.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  opacity: 1;
  background-color: var(--prime);
  border-radius: 50%;
  transition: 1s;
}
.slick-dots li.slick-active button:before {
  width: 20px;
  opacity: 1;
  height: 20px;
}

.landing .col .float-text {
  top: 145px;
  right: -20px;
  opacity: 1;
}

.landing .slider {
  width: 100%;
  position: relative;
  top: 170px;
  right: 50px;

}
.landing .col > * {
  margin: 10px 0px;
}

.landing .slider img {
  width: 85%;
  height: 500px;
  object-fit: cover;
      border-radius: 15px;
      margin:auto;
}
/* end landing  */
/* /////////////////////////////////// */
/* start subjects  */
.subjects .col {
  border: none;
  margin: 10px 0.5%;
  padding: 0px;
}
.subjects .part-card img {
  /* width: calc(100% - 10px); */
  /* height: calc(100% - 15px); */
  width: 8.5rem;
  height: 150px;
  object-fit: cover;
  /* margin: 0px ; */
  border-radius: 5px;
}
.subjects .part-card {
  /* margin: 0px 10px ; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5px;
  color: black;
}

.subjects .part-card i {
  color: var(--prime);
}

.subjects .part-card > div {
  box-shadow: var(--shadow);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  border-radius: 5px;
  padding: 5px 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width:100%;
}

.subjects .part-card div::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 100%;
  width: 0%;
  background-color: var(--prime);
  border-radius: 10px;
  z-index: -1;
  transition: 1s;
}
.subjects .card:hover .part-card div::after {
  width: 100%;
}
.subjects .card * {
  transition-duration: 1s;
  transition-delay: 0.3s;
}
.subjects .card:hover * {
  color: white;
}
.subjects .part-card div > * {
  margin: 5px 5px;
}
.subjects .part-card div div {
  display: flex;
  align-items: center;
}
/* end subjects  */
/* //////////////////////////////////////////////////// */
/* start services  */
.services {
  /*background-color: rgba(243, 244, 254, 1);*/
}

.services .card {
  /* min-height: 300px; */
  position: relative;
  overflow: hidden;
  margin: 20px 10px;
  border: none;
  z-index: 1;
  border-bottom: 4px solid var(--third);
  display:flex;
}
.services .card::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0%;
  height: 0%;
  background-color: var(--third);
  z-index: -1;
  transition: 1s;
}
.services .card:hover:after {
  width: 100%;
  height: 100%;
}
.services .bg-card-serv img {
  width: 95%;
  height: 95%;
  position: relative;
}
.services .card:hover img {
  animation: movico 1.5s infinite linear;
}
.services .bg-card-serv {
  padding-left: 20px;
  padding-bottom: 10px;
  width: 50%;
  position: relative;
  z-index: 1;
}
.services .bg-card-serv::after {
  content: "";
  background-color: rgba(243, 244, 254, 1);
  position: absolute;
  right: -15px;
  top: -10px;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  border-top-left-radius: 50%;
}
.services .card * {
  margin: 5px 0px;
  transition: 1s;
}
.services .card:hover * {
  color: white !important;
}

.services .card .text-serviec {
  padding: 10px;
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}
.services .card .text-serviec h5 {
  color: var(--third);
}
.services .card .text-serviec p {
  font-size: 13px;
}
.services .card .text-serviec a {
  color: var(--prime);
  font-size: 12px;
}
@keyframes movico {
  0% {
    right: 0px;
    top: 0px;
  }
  50% {
    right: -10px;
    top: -10px;
  }
  100% {
    right: 0px;
    top: 0px;
  }
}
/* .services .bg-card-serv{
height: 100%;
width: 100%;
}
.services .card .text-serviec{
} */
/* end services  */
/* ///////////////////////////// */
/* start book  */
.book .nav {
  border: none;
}

.book .nav-link {
  border: none;
  background-color: rgba(243, 244, 254, 1) !important;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  transition: 1s;
  color: var(--third);
}

.book .nav-link > p {
  transition: 1s;
  padding: 10px;
}
.book .nav-item {
  margin: 10px 0.5%;
}
.book .nav-item:hover .nav-link > p {
  color: white;
}
.book .nav-item:hover .nav-link {
  background-color: var(--third) !important;
}
.book .nav-link.active {
  background-color: var(--third) !important;
}
.book .nav-link.active > p {
  color: white;
}
.book .nav-link .date-book {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  max-width: auto;
  background-color: white;
  padding: 10px;
  border-radius: 5px;
  transition: 1s;
}
.book .tab-content .col {
  margin: 5px 0.5%;
}
.book .tab-content .col-9 > .row {
  padding: 0px;
  height: 100%;
}
.book .tab-content .tab-pane > .row > .row > div {
  padding: 0px 10px;
}
.book .tab-content i {
  margin-left: 5px;
  color: var(--prime);
}
.book .tab-content p {
  font-size: 13px;
}
.book .tab-content .image-book {
  height: 200px;
}

.book .tab-content .image-book img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.book .tab-content .box {
  box-shadow: var(--shadow);
  padding: 10px;
  border-radius: 10px;
  z-index: 1;
}
.book .tab-content .box .row,
.book .tab-content .box {
  height: 100%;
}
.book .tab-content .info-book {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: solid 1px var(--prime);
  padding: 10px;
  border-radius: 5px;
  transition: 1s;
}
.book .tab-content .info-book p {
    margin-right: 10px;
    font-size: 11px;
    margin: 5px !important;
}
.book .tab-content .text-book {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-direction: column;
  height: 100%;
  border-left: solid 1px rgb(218, 218, 218);
}
.book .tab-content .book-ch {
  display: flex;
  align-items: center;
  justify-content: center;
}
.book .tab-content .book-ch * {
  margin: 0px 5px;
}

.book .tab-content .tab-pane .box {
  position: relative;
  background-color:white;
}
.dark-mood .book .tab-content .tab-pane .box {
  box-shadow:0px 0px 5px 0px;
}
.book .tab-content .tab-pane .box::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 100%;
  width: 0%;
  background-color: var(--prime);
  border-radius: 10px;
  z-index: -1;
  transition: 1s;
}

.book .tab-content .tab-pane .col:hover .box::after {
  width: 100%;
}
.book .tab-content .tab-pane .box * {
  transition-duration: 1s;
  /* transition-delay: 0.3s; */
}
.book .tab-content .tab-pane .col:hover .box * {
  color: white !important;
}
.book .tab-content .col:hover .info-book {
  border: solid 1px white;
}
.book .tab-content .col:hover .btn-primary {
  border: solid 2px white;
}
/* strt places  */
.places .bg-color {
  background-color: rgba(243, 244, 255, 2);
}
.places .row > * ,
.places .row div {

  padding: 10px;
  border-radius: 5px;  
}
.places .title-place {
  background-color: var(--prime);
  color: white;
  /* height: 100%; */
  display: flex;
  align-items: center;
}
.places .content-place {
  background-color: white;
}
.places .content-place ul {
  padding: 0px 20px;
}
.places .content-place li {
  margin-bottom: 15px;
  list-style-type: disc;
}
.places .col {
  background-color: white;
  text-align: center;
  padding: 15px;
  box-shadow: var(--shadow);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  color: black;
  transition: 1s;
  margin: 10px 0.5%;
}
.places .col h6 {
  font-size: 14px;
  margin-bottom: 10px;
}
.places .col p {
  color: var(--prime);
  line-height:25px;
    font-size: 13px;
  font-weight: bold;

}
.places .col .t-hide {
  font-size: 13px;
  font-weight: bold;
  color: var(--prime);
  line-height:25px;
  height:50px;
  overflow-y:hidden;
}
.places .info-slide {
  background-color: var(--prime);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: white !important;
  padding: 5px;
  font-size: 13px;
  border-bottom-right-radius: 30px !important;
  border-top-right-radius: 30px !important;
  margin-bottom: 20px;
  position: relative;
  left: -25px;
  transition: 1s;
}
.places .info-slide p {
  color: white !important;
  font-weight: normal;
}
.places .col:hover {
  scale: 1.03;
}
.places .col:hover .info-slide {
  left: -20px;
}
.places .info-slide > * {
  margin: 0px 5px;
}
/* ///////////////////////////////////////////////// */
/* start news  */
.news .card {
  border: none;
  margin: 10px 0.5%;
  box-shadow: var(--shadow);
  padding: 10px;
  border-radius: 10px;
  color: black;
  z-index: 1;
  transform: skew(0deg);
  transition: 1s;
}
.news .card::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 00%;
  background-color: var(--third);
  border-radius: 10px;
  z-index: -1;
  transition: 1s;
}
.news .card:hover {
  transform: skew(2deg);
}
.news .card * {
  transition: 1s;
}
.news .card:hover * {
  color: white;
}
.news .card:hover:after {
  height: 100%;
}
.news .card-img-top {
  position: relative;
  padding: 0px;
}
.news .card-img-top .date-float {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: var(--third);
  color: white;
  padding: 5px;
  border-radius: 10px;

  font-size: 13px;
}
.news .card-img-top img {
  width: 100%;
  height: 230px;
  border-radius: 5px;
}
.news .card-body {
  padding: 10px 0px;
}
.news .card-body h6 {
  margin-bottom: 20px;
}
.news .card-body .info-new {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
}
.news .card-body .info-new * {
  margin-left: 10px;
}
.news .card-body .info-new i {
  color: var(--prime);
  margin-left: 10px;
}
/* start inter pages  */
/* start landing  */
.landing-2 {
  height: 45vh;
  position: relative;
  z-index: -1;
}
.landing-2 .bg {
  width: 100%;
  height: 110%;
  left: 0%;
  top: 0%;

  border-bottom-left-radius:15px ;
  border-bottom-right-radius:15px ;
  border-radius: 0px !important;
}
.landing-2 .bg::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(133, 143, 205, 1), rgba(67, 72, 103, 1));
  border-bottom-left-radius:15px ;
  border-bottom-right-radius:15px ;
  border-radius: 0px !important;
  opacity: 0.7;
}
.landing-2 .bg img {
  width: 100%;
  height: 100%;
  border-bottom-left-radius:15px ;
  border-bottom-right-radius:15px ;
  border-radius: 0px !important;
}
.landing-2 .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.landing-2 .container .title-landing-2 {
  position: relative;
  top: 40px;
}
.landing-2 .container .title-landing-2 * {
  color: white;
  text-align: center;
  margin: 20px 0px;
  font-weight: bold;
}
.landing-2 .container .title-landing-2 h1 {
  font-size: 60px;
}
/* start contact us  */

.contact-us .content-contact {
  padding: 10px;
}
.contact-us .content-contact .content:first-of-type {
  position: sticky;
  top: 100px;
}
.contact-us .content-contact .content {
  border-radius: 15px;
  background-color: rgba(243, 244, 254, 1);
  padding: 20px;
}
.contact-us .content-contact .info-cotnact {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin: 65px 0px 0px;
  padding: 40px 0px 10px;
  border-radius: 15px;
  position: relative;
  border: solid 2px var(--prime);
  padding: 20px ;
  transition: 1s;
  background-color:white;
}

.contact-us .content-contact .info-cotnact:hover {
  background-color: var(--prime);
  color: white !important;
}
.contact-us .content-contact .info-cotnact h4 {
  color: var(--four);
  font-weight: bold;
  font-size: 25px;
  transition: 1s;
}
.contact-us .content-contact .info-cotnact:hover h4 {
  color: white;
}
.contact-us .content-contact .info-cotnact i {
background-color: var(--prime);
color: white;
  font-size: 25px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 1s;
}
.contact-us .content-contact .info-cotnact:hover i {
  background-color: white;
  color: var(--prime);
}
/* .contact-us .content-contact .info-cotnact i {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  background-color: var(--four);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}
.contact-us .content-contact .info-cotnact:hover i {
  animation: movico-contact 2s linear infinite;
}
@keyframes movico-contact {
  0% {
    top: -40px;
  }
  50% {
    top: -60px;
  }
  100% {
    top: -40px;
  }
} */
.contact-us .content-contact .info-cotnact * {
  margin: 5px 0px;
}
.contact-us .content-contact .content-left * {
  margin: 10px 0px;
}
.contact-us .content-contact .content-left h1 {
  color: var(--prime);
  padding-bottom: 15px;
  border-bottom: solid 3px var(--second);
  position: relative;
}
.contact-us .content-contact .content-left h1::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 0%;
  height: 3px;
  background-color: var(--prime);
  animation: linetitle 6s linear infinite;
}
.contact-us .content-contact .content-left h1::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -2px;
  width: 0%;
  height: 3px;
  background-color: var(--third);
  animation: linetitle 4.5s linear infinite;
}
 form span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
 form span label {
  font-weight: 600;
}
 form span input,
form span textarea {
  width: 100%;
  border-radius: 30px;
  padding: 10px;
  border: none;
  box-shadow: var(--shadow);
}
 form span textarea {
  border-radius: 15px;
}
.typehover {
  animation: type 0.7s linear infinite;
}
@keyframes type {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes linetitle {
  0% {
    width: 0%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 0%;
  }
}

/* start manger  */
.manger .container{
  padding: 20px;
  border-radius: 10px;
  /*background-color: rgba(243, 244, 254, 1);*/
  width: 100%;
}
.manger .row .col {
position: relative;
  border-radius: 15px;
  z-index: 1;
  margin: 20px 0.5%;
}
.manger .row .col::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 70%;
  width: 100%;
  z-index: -2;
  background-color: white;
  border-radius: 15px;
  transform:skewx(0deg) ;
  transition: 1s;
}
.manger .row .col::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 0%;
  width: 100%;
  z-index: -1;
  background-color: white;
  border-radius: 15px;
  transform:skewx(0deg) ;
  transition: 1s;
  z-index: -1;
}
.manger .row .col:hover:after {
  transform:skewx(3deg) ;
}
.manger .row .col:hover::before {
height: 70%;
background-color: var(--third);
transform:skewx(3deg) ;

}

.manger .row .col .info-card-mange{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.manger .row .col img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
}
.manger .row .col:hover * {
  color: white;
}
.manger .row .col *{
  margin-bottom: 10px;
  transition: 1s;
  color: black;
}
.manger .row .col .info-card-mange i{
  color: var(--prime);
  margin-left: 5px;
}
.manger .row .col:hover i{
  color: white;
}

.manger .content-manger{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
}
.dark-mood .manger .content-manger .text-center{
    color:white;
}
.manger .content-manger *{
  margin: 15px 0px;
  line-height: 30px;
}
.manger .content-manger i{
  color: var(--prime);
  margin-left: 10px;
}
.manger .content-manger img{
  border-radius: 50%;
  border: solid 2px var(--prime);
  max-height:200px;
}
.manger .content-manger .manger-desc{
  background-color: white;
  padding: 30px;
  border-radius: 20px;
  border: solid 2px var(--prime);
}

.bg-color{
  /*background-color: rgba(243, 244, 254, 1);*/
  border-radius: 10px;
  padding: 15px;
}

/* start location */

.location .col{
  background-color: white;
  margin: 20px 0.5%;
  padding: 20px;
  border-radius: 15px;
  border: solid 2px var(--prime);
}
.location .col span{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 15px 0px ;
  padding: 10px;
  border-radius: 5px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.location .col span::after{
  content:"";
  background-color: var(--prime);
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  z-index: -1;
  transition: 1s;
    border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
.location .col span:hover:after{
  width: 100%;
}
.location .col span * {
  color: black;
  transition: 1s;
}
.location .col span:hover * {
  color: white;
}
.location .col span i{
  margin-left: 10px;
  color: var(--prime);
}

/* start servies  */
.services-2 .col{
margin: 10px 0.5%;
}
/* start news  */
.news .content{
  padding: 10px;
}
.news .content > div{
  padding: 10px;
  border-radius: 15px;
  border:  solid 2px var(--prime);
  background-color: rgba(243, 244, 254, 1);
}
.news .content .right-content > *{
  margin-bottom: 20px;
}
.news .content .right-content img{
width: 100%;
height: 350px;
object-fit: contain;
border-radius: 15px;
}

.news .content .right-content ul{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.news .content .right-content ul li{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 20px;
}
.news .content .right-content ul li i{
  margin-left: 10px;
  color: var(--prime);
}
.news .content .title-list h3{
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 2px var(--second);
  position: relative;
  color: var(--four);
}
.news .content .title-list h3::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background-color: var(--prime);
  animation: linetitle 6s linear infinite;
}
.news .content .title-list h3::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background-color: var(--third);
  animation: linetitle 4.5s linear infinite;
}
.news .content .list ul li div {
  padding: 5px;
}
.news .content .list ul li img{
  width: 100%;
  height: 90px;
  object-fit: cover;
  border-radius: 10px;
}
.news .content .list ul li{
  box-shadow: var(--shadow);
  padding: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.news .content .list ul li::after{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  background-color: var(--prime);
  border-radius: 10px;
  z-index: -1;
  transition: 1s;
}
.news .content .list ul li:hover:after{
  width: 100%;
}
.news .content .list ul li *{
  transition: 1s;
  color: black;
}
.news .content .list ul li:hover *{
  color: white;
}
.news .content .list ul li div *{
  margin: 5px 0px;
}

.news .content .list-parts li a{
  margin: 20px 0px;
  padding: 15px;
  background-color: white;
  border-radius: 30px;
  border: solid 2px var(--prime);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: black;
  transition: 1s;
}
.news .content .list-parts li:hover a{
  color: white;
  background-color: var(--prime);
}
/* start places */
.places .collap button{
width: 100%;
padding: 10px 20px;
margin: 20px 0px;
border-radius: 15px;
display: flex;
align-items: center;
justify-content: space-between;
}
.places .collap button i{
  transition: 1s;
  display: none;
}
.places .collap  .collapse{
  transition: 1s;
padding: 15px;
margin: 20px 0px;
border: solid 2px var(--prime);
border-radius: 15px;
display: block;
}

/* start committe */
.committe .col{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  box-shadow: var(--shadow);
  padding: 20px;
  border-radius: 15px;
  margin: 10px .5%;
  background-color: white;
  transition: 1s;
color: var(--third);
}
.committe .col:hover{
  background-color: var(--third);
  color: white;
}
.committe .col *{
  margin-bottom: 20px;
}
.committe .col img{
  width: 190px;
  height: 45px;
  object-fit: contain;
  border-radius: 15px;
  transition: 1s;
}

.committe .col:hover img{
  scale: 1.2;
  filter: brightness(0.7);
}

/* start intern  */
.services-2 .nav-tabs{
border: none;
display: flex;
justify-content: space-between;
}
.services-2 .nav-item a{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border: solid 1px var(--prime);
  border-radius: 10px;
  text-align: center;
  color: var(--prime);
  padding: 10px;
  transition: 1s;
}
.services-2 .nav-item .active{
  color: white;
  background-color: var(--prime);
}

.services-2 .tab-pane .cont-tab{
display: flex;
align-items: center;
flex-direction: column;
margin: 15px 0px;
border: solid 2px var(--prime);
padding: 20px;
border-radius: 15px;
}
.services-2 .tab-pane .cont-tab *{
  margin: 20px 0px;
}

.services-2 .tab-pane .cont-tab p{
  line-height: 30px;
}

.services-2 .image-services{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
}
.services-2 .image-services > *{
  margin: 20px 0px;
}
.services-2 .image-services img{
  width: 100%;
  height: 500px;
  border-radius: 10px;
  object-fit: cover;
}
.services-2 .clients h2{
  display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
width: 100%;
margin: 30px 0px;
}

.services-2 .clients .col{
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  border-radius: 5px;
  box-shadow: var(--shadow);
}
.services-2 form  *{
  margin: 10px 0px;
}
/* start bussnes  */
.bussnes .image-bus img{
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  height: 500px;
  margin: 20px 0px;
}
.bussnes .content-bus {
  padding: 10px;
  border: solid 2px var(--prime);
  border-radius: 15px;
  background-color:white;
}
.bussnes .content-bus p {
  margin-bottom: 20px;
}
/* start table  */
.new-nav {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  margin: 30px 0px;
}
.table .head-table .col div:first-of-type {
  background-color: var(--prime);
  color: white;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
}
.table .head-table .col div:last-of-type {
    padding: 15px;
  text-align: center;
  border-radius: 10px;
  background-color: white;
  color: black;
  transition: 1s;
  border-bottom: solid 5px var(--prime);
  margin-top: 20px;
}
.table .head-table .col p{
  margin: 40px 0px;
}
.table .head-table  .col div:hover{
  background-color: var(--prime);
  color: white;
}

/* start activeity  */
.activity-title{
  background-color: var(--prime);
  width: 100%;
  color: white;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-radius: 10px;
  border: solid 2px var(--second);
}
.activity-title *{
  margin: 10px 0px;
}
.activity-title h2{
  text-align: right !important;
}
.activity-title ul{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.activity-title ul li{
  margin-left: 25px !important;
  margin-right: 15px !important;
    display: flex;
  align-items: center;
  justify-content: flex-start;
}
.activity-title ul li i{
  color: white !important;
}
.btn-form{
  margin: auto !important;
}
.btn-form input{
  padding: 15px;
}

/* start pagination  */
.pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  margin: 30px 0px;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination ul li a {
  margin: 0px 5px;
  box-shadow: 0px 0px 5px 5px rgba(241, 241, 241, 0.74);
  border-radius: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 1s;
  background-color: white;
}
.pagination ul li a {
  color: black;
  transition: 0.5s;
}
.pagination ul li .active {
  background-color: var(--third);
  color: white;
}
.pagination ul li:hover a {
  background-color: var(--third);
}
.pagination ul li:hover a {
  color: white;
}
.pagination ul .arrow-page:hover a {
  background-color: var(--prime);
  color: white;
}
/*start edit landing slider */
.landing .slick-initialized .slick-slide{
  display: flex;
}
.landing .slick-list{
overflow-y: visible;
overflow-x: clip;
}
.landing .slick-list::-webkit-scrollbar{
  display: none;
}
.landing .float-text{
  right: 20px;
  margin-right: 20px;
}

.landing .autoplay .slick-dots {
    position: absolute;
    bottom: 0px;
    right: 60px;
    transform: rotate(90deg);
}


/* start footer */
footer {
  position: relative;
  margin-top: 100px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: var(--sodark);
}
footer .subscribe {
  width: 100%;
  background-color: var(--prime);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  border-radius: 10px;
  border: solid 2px white;
  color: white;
  position: relative;
  top: -70px;
}
footer .subscribe input {
  padding: 10px;
  border-radius: 30px;
  border: solid 1px white;
}
footer .subscribe form {
  position: relative;
  font-size: 15px;
}
footer .subscribe .btn {
  background-color: var(--prime);
  color: white;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  position: absolute;
  left: 5px;
  top: 40%;
  transform: translateY(-50%);
}
footer .subscribe * * {
  margin-bottom: 15px;
}
.footer .bg img {
  width: 100%;
  height: 100%;
}

.footer-2::after {
  height: 100%;
}

footer .container-90 {
  border-radius: 20px;
}

footer .container-90 {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

footer .col {
  margin: 20px 0%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: white;
}

footer .col h2 {
  margin-bottom: 30px;
  color: var(--prime);
  position: relative;
  font-size: 25px;
}

footer .col ul {
  padding: 0;
  flex-wrap:wrap;
  /* margin-right: 10px; */
}

footer .col li {
  margin-bottom: 30px;
  text-align: right;
  color: white;
}

footer .col li a {
  color: white !important;
}

footer .col:last-of-type li a {
  display: flex;
  flex-direction: row;
  align-items: center;
}

footer .logo {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

footer .logo img {
  width: 180px;
  height: 80px;
  object-fit: contain;
}

footer .logo div {
  margin: 0px 10px;
}

footer .social {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  width: 100% !important;
}

footer .social li {
  margin: 10px 5px;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .social li i {
  color: var(--shadow);
  border-radius: 10px;
  border: solid 1px white;
  padding: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0px 10px;
  transition: 1s;
}

footer .social li:hover i {
  background-color: var(--prime);
  color: white;
  border: solid 1px var(--prime);
}

footer .col a {
  color: var(--prime);
}

footer .search {
  margin-top: 20px;
}

footer .search-content {
  position: relative;
  width: 100%;
}

footer .search input {
  width: 100%;
  border-radius: 30px;
  margin-top: 20px;
  padding: 15px;
  border: none;
  font-size: 15px;
  padding-right: 20px;
  box-shadow: 0px 0px 5px 5px rgba(92, 92, 92, 0.199);
}

footer .search button {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-25%);
}

footer .footer-new ul {
  margin: 0px;
}

footer .footer-new ul li {
  margin: 20px 0px;
  padding: 0px;
  color: black;
}

footer .footer-new ul li a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0px;
  color: white;
}
footer .footer-new ul li i {
  margin-top: 5px;
}

footer .footer-new ul li img {
  width: 75px;
  height: 70px;
  padding-left: 5px;
}

footer .footer-new ul li a span {
  margin-left: 0px;
}

footer .footer-new ul li a span p {
  font-size: 15px;
  margin-top: 5px;
}

footer .end-footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px;
  color: white !important;
  margin-top: 0px;
  border-top: solid 1px white;
  position: relative;
  text-align: center;
}

footer .end-footer p {
  margin-bottom: 10px;
  color: white;
}
footer .end-footer a {
  color: white !important;
}
footer .end-footer::after {
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 1px;
  background-color: var(--prime);
}

footer .elnoor {
  width: 100px;
  height: 30px;
}

footer .col .row {
  margin-top: 30px;
}

footer .col .row {
  width: 50%;
}

footer .col .col {
  padding: 0px;
  margin: 2px 0.5%;
  padding: 5px;
}

footer .col .col img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.end-footer a {
  display: flex !important;
  align-items: center;
  width: 250px;
  color: black !important;
}

.end-footer p {
  color: white;
}

.end {
  display: none;
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 60;
  background-color: var(--third);
  border: solid 1px var(--third);
  border-radius: 10px;
  height: 40px;
  width: 40px;
}

/* end footer  */

/*--------- Responsive ----- */

@media (max-width: 1200px) {
}

@media (min-width: 992px) {
  header .head-phone {
    display: none !important;
  }

  .phone {
    display: flex;
    align-items: center;
  }
  .landing .text-landing{

        top: 50%;
        transform:translatey(-25%);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
}
}

@media (max-width: 992px) {
  .title h1 {
    position: relative;
    color: var(--prime);
    font-size: 25px;
    font-weight: bolder;
    text-wrap: wrap;
    padding: 0px;
    width: 75%;
  }

  /* start header  */
  .bars {
    font-size: 30px;
    color: var(--third);
  }

  header .phone {
    display: none;
    position: absolute !important;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    align-items: flex-start !important;
    overflow-x: hidden;
  }

  header .head .col {
    align-items: flex-start !important;
  }

  header .container-90 > .row {
    margin-top: 10px;
  }

  header .head .list-links {
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    margin: 0px;
  }

  header .head .list-links > * {
    margin: 20px 10px;
    width: calc(100% - 20px);
    text-align: center;
  }

  header .acoutn-btn button {
    color: var(--prime);
  }

  header .phone-slide {
    position: absolute;
    left: -100%;
    top: 0px;
    height: 100vh;
    width: 50%;
    margin: 0px;

    background-color: var(--sodark);
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    transition: 1s;
    z-index: 100;
  }
  header .phone-slide button {
    background-color: white;
    color: var(--prime);
  }
  header .head-phone {
    margin: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  header .head-phone .closes i {
    color: white !important;
    font-size: 35px;
  }

  header .phone-slide ul {
    flex-direction: column;
    align-items: flex-start;
    margin: 0px;
    padding: 0px;
    width: 100% !important;
  }

  header .phone-slide ul li {
    margin: 15px 0px !important;
    padding: 0px;
    width: 95%;
  }

  header .phone-slide ul li a,
  header .phone-slide button * {
    color: white !important;
  }

  header .head .logo {
    justify-content: flex-start !important;
  }

  header .head-phone .logo img {
    width: 150px !important;
  }

  header .head .col-bars {
    display: flex !important;
    justify-content: flex-end !important;
    position: relative;
    left: 15px;
  }

  header .dropdown-menu {
    transform: translate3d(0px, 55px, 0px) !important;
  }

  /* start landing  */
  .landing {
    height: 120vh;
  }
  .landing .text-landing {
    margin-top: 250px;
  }
  .landing .bg img {
    object-fit: cover;
  }
  .landing .slider {
    width: 100%;
    position: relative;
    top: 60px;
    right: 0px;
  }
  .landing .col .float {
    position: absolute;
    top: 5%;
    right: -140px;
    opacity: 0.4;
  }
  .landing .autoplay .slick-dots {
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform: rotate(0deg);
  }


  .contact-us .content-contact .content:first-of-type{
    position: relative;
    top: 0px;
  }
}

@media (max-width: 768px) {
  .slick-arrow {
    display: none !important;
  }

  .title p {
    width: 100%;
  }

  .w-sm-100 {
    width: 100% !important;
  }
  header .head {
    width: 100%;
    padding: 10px;
  }

  .title h2 {
    font-size: 20px;
  }
  .landing .col h3 {
    font-size: 23px;
  }
  /* start book  */
  .book .info-book {
    width: 100%;
  }
  .book .tab-content .info-book {
    justify-content: center;
  }
  .book .tab-content .card-book {
    height: 100%;
  }
  .book .tab-content .card-body {
    height: 100%;
  }
  .book .card-book .text-book * {
    margin: 10px 0px !important;
  }

  .subjects .card {
    height: 100%;
  }
  .subjects .card img {
    width: 100%;
  }
  .subjects .part-card > div {
    width: 100%;
  }
  .book .tab-content .card-body .btn {
    /* width: 150px; */
    font-size: 10px;
  }
  .book .tab-content .card-body .book-ch {
    justify-content: flex-start;
  }
  .book-ch img {
    width: 60px;
  }
.landing-2 .container .title-landing-2 h1 {
  font-size: 35px;
}
.landing-2 .container .title-landing-2 h4{
font-size: 17px;
}
  /* start footer */
  footer .col {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .subscribe {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .subscribe > * {
    margin-bottom: 15px;
  }
  footer .col:last-of-type li i {
    margin: 25px 10px;
    font-size: 25px;
  }
  footer .bg img {
    object-fit: cover;
  }
  footer::after {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  .map iframe {
    height: 450px !important;
  }
  section {
    overflow-x: hidden;
  }
  .services-2 .image-services img{
    height: 300px;
  }
  .activity-title * {
    margin: 10px 5px !important;
  }
  .activity-title h2 {
    font-size: 25px;
    line-height: 35px !important;
  }
  .activity-title ul {
    flex-wrap: wrap;
  }
  .activity-title ul li {
    margin: 5px 0px !important;
  }

    .landing .slider {
        top:130px;
}
.bussnes .image-bus img{
  object-fit: cover;
  height: 100%;
}
}

@media (max-width: 500px) {
}

@media (max-width: 380px) {
  .landing {
    height: 135vh;
  }
  footer .logo ul li {
    margin: 0px 10px;
    padding: 0;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* start basic js  */
.left-0 {
  left: 0% !important;
}

.flex {
  display: flex !important;
}

.block {
  display: block !important;
}

.noen {
  display: none !important;
}
.rotate180{
  transform: rotate(180deg) !important;

}
.header-fixed {
  position: fixed !important;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100px;
  transition: 1s;
  z-index: 50;
  transition: 1s all;
  animation-name: down;
  animation-duration: 0.7s;
  transition-delay: 0s;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.header-fixed .list-links ul li a,
.header-fixed .list-links i,
.header-fixed .dropdown .dropdown-toggle {
  color: var(--third);
}

.header-fixed .dropdown .dropdown-toggle {
  color: var(--prime) !important;
}
/* .header-fixed .btn {
  background-color: white;
  color: var(--prime);
  border: var(--prime) solid 1px ;
} */

@keyframes down {
  from {
    position: fixed;
    top: -100%;
  }

  to {
    position: fixed;
    top: 0%;
  }
}

.auto-hover {
  animation-name: hover;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes hover {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.toggle {
  position: relative;
  display: block;
  width: 50px;
  height: 30px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .toggle:before {
    content: "";
    text-align: right;
    position: relative;
    top: 3px;
    left: 3px;
    width: 50px;
    height: 22px;
    font-size: 10px;
    display: block;
    background: #e6e6e6;
    border-radius: 30px;
    -webkit-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
    padding: 2px 8px; }
  .toggle span {
    position: absolute;
    top: 2px;
    left: 0;
    width: 24px;
    height: 24px;
    display: block;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
    .toggle span:before {
      font-family: 'Fontawesome';
      content: '\f186';
      position: absolute;
      display: block;
      margin: 0;
      width: 24px;
      height: 24px;
      background: #000;
      border-radius: 50%;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
      pointer-events: none;
      color: #fff; }

#cbx:checked + .toggle:before,
#cbx2:checked + .toggle:before {
  background: #f6d379;
  content: '';
  text-align: left;
  color: #fff; }

#cbx:checked + .toggle span,
#cbx2:checked + .toggle span {
  background: #f1bc31;
  -webkit-transform: translateX(31px);
  -ms-transform: translateX(31px);
  transform: translateX(31px);
  -webkit-transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
  -o-transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
  transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
  -webkit-box-shadow: 0 3px 8px rgba(241, 188, 49, 0.7);
  box-shadow: 0 3px 8px rgba(241, 188, 49, 0.7); }
  #cbx:checked + .toggle span:before,
  #cbx2:checked + .toggle span:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    font-family: 'Fontawesome';
    content: '\f185';
    background: #f1bc31;
    color: #000; 
  }
