@import url(https://fonts.googleapis.com/earlyaccess/scheherazade.css);
@import url("https://fonts.googleapis.com/css2?family=Playwrite+PL:wght@100..400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* root */
:root {
  --main_color: #fd4646;
  --text_color: #171427;
  --bag_color: #fff;
}

/* Global Values */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

body {
  background-color: rgb(207, 201, 201);
}

/* ----------------------------Container Style------------------------------------------- */
.Container {
  padding: 0 5%;
  margin-left: auto;
  margin-right: auto;
}

.Container .Mn_Title,
.section .Mn_Title {
  font-size: 50px;
  color: rgb(75, 71, 71);
  font-weight: 800;
  text-align: center;
  letter-spacing: -3px;
  margin-bottom: 7rem;
}

.Container .Mn_Title span,
.section .Mn_Title span {
  font-size: 100px;
  color: gold;
  text-shadow: -1px -1px 0 goldenrod, 1px -1px 0 goldenrod, -1px 1px 0 goldenrod,
    1px 1px 0 goldenrod;

  font-weight: 800;
  text-align: center;
  letter-spacing: -3px;
  margin-bottom: 3rem;
}

.Mn_Title i {
  font-size: 50px;
  color: rgb(16, 165, 16);
}

@media (max-width: 768px) {
  .Container .Mn_Title {
    font-size: 34px;
    margin-top: 50px;
  }
  .Container .Mn_Title span {
    font-size: 70px;
  }
  .section .Mn_Title {
    font-size: 34px;
    margin-top: 27px;
  }

  .section .Mn_Title span {
    font-size: 34px;
    margin-top: 50px;
  }
}

/* -----------------------------------line trick Section---------------- */
.trick {
  width: 100%;
  height: 40px;
  background-color: #212024;
  color: #ffffff;
  font-size: 20px;
}

.trick .newsTicker {
  width: 100%;
  overflow: hidden;
}

.trick .newsTicker .swiper-wrapper {
  transition-timing-function: linear !important;
  text-align: center;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .trick {
    font-size: 10x;
    height: 30px;
  }
}

/* ----------------------------------------Nav Bar style -----------------------*/
.Navb {
  display: flex;
  background-color: rgb(61, 58, 58);
  height: 78px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

/* .Navb img {
  height: 235px;
  width: 200px;
  z-index: 100;
} */

/* Small Bar Section */

.Navb .Small_bar {
  display: none;
  font-size: 25px;
  color: #f7f2f2;
}

.ULlist {
  display: none;
}

.ULlist.active {
  display: flex;
}

.Navb .Small_bar .ULlist {
  flex-direction: column;
  align-content: center;
  justify-content: center;
  list-style: none;
  background-color: #857878b6;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  margin: 0;
  min-width: 280px;
  z-index: 5;
}

.Navb .Small_bar ul a {
  display: block;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  color: black;
  font-family: "Noto Kufi Arabic", sans-serif;
  transition: 0.2s ease;
}

.Navb .Small_bar ul a:hover {
  background-color: #fd4646;
  padding-left: 30px;
}

.Navb .Small_bar ul li:not(:last-child) a {
  border-bottom: 2px solid gray;
}

/*----- Big list section -------- */

.Navb .BigList {
  display: block;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 50%;
}

.BigList .bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.Navb .BigList a {
  list-style: none;
  color: rgb(243, 238, 238);
  padding: 15px;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 900;
  font-family: "Playwrite PL", cursive;
}

.Navb .BigList a:hover {
  color: #d1b932;
  text-decoration: underline;
}

.Navb #Card_icon {
  font-size: 25px;
  color: gold;
  text-shadow: -1px -1px 0 goldenrod, 1px -1px 0 goldenrod, -1px 1px 0 goldenrod,
    1px 1px 0 goldenrod;
}

.Navb #Card_icon:hover {
  color: rgb(10, 223, 28);
}

.Navb .logoDiv {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.Navb .logoDiv a {
  color: white;
  /* text-shadow: -1px -1px 0 silver, 1px -1px 0 silver, -1px 1px 0 silver,
    1px 1px 0 silver; */
  font-size: 25px;
  font-weight: 900;
  font-style: italic;
}

.Navb .logoDiv a span {
  color: rgb(248, 245, 245);
  font-size: 25px;
  font-weight: 900;
  font-style: italic;
  text-shadow: -1px -1px 0 goldenrod, 1px -1px 0 goldenrod, -1px 1px 0 goldenrod,
    1px 1px 0 goldenrod;
}



.SearchBar {
  position: relative;
  margin: auto;
  z-index: 2;
  width: 50%;
  height: 44px;
}

.SearchBar #SearchIn {
  position: absolute;
  background-color: rgb(255, 255, 255);
  border: 3px solid #9a9ad1;
  height: 100%;
  width: 100%;
  padding: 18px;
  border-radius: 25px;
}

.SearchBar #SearchIn:focus {
  outline: none;
  border: 1px solid #b1b1b8;
}

.SearchBar #Search_icon {
  position: absolute;
  color: #071170;
  font-size: 25px;
  right: 30px;
  top: 5px;
  padding: 2px;
  border: 1px solid transparent;
  border-radius: 15px;
  cursor: pointer;
}

.SearchBar i:hover {
  background-color: rgb(15, 163, 231);
}

/* search hight line */
.highlight {
  background-color: yellow;
}

/* ******************************* */
/* Navbar  Media */
@media (max-width: 1276px) {
  .Navb {
    height: 100px;
  }
}

@media (max-width: 911px) {
  .Navb .logoDiv a {
    font-size: 25px;
  }
  .Navb .logoDiv img {
    width: 70px;
    height: 70px;
  }
  .Navb .logoDiv a span {
    font-size: 25px;
  }
}

/* Responsive code */
@media (max-width: 833px) {
  .Navb .bar {
    display: none;
  }
  .Navb .BigList {
    width: 25%;
  }
  .Navb .Small_bar {
    display: block;
  }
  .Navb .logoDiv a {
    font-size: 20px;
  }
  .Navb .SearchBar #Search_icon {
    font-size: 17px;
    top: 13px;
    right: 2px;
  }
  .SearchBar #SearchIn {
    width: 105%;
  }
}

/* nav respond */

@media (max-width: 768px) {
  .Navb .logoDiv img {
    width: 50px;
    height: 50px;
  }
  .Navb .logoDiv a {
    font-size: 18px;
  }
}

/* ------------------------------------Slider style------------------------------------------ */
.slider {
  position: relative;
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.slider .Holder {
  display: grid;
  grid-template-columns: repeat(6, 100%);
  width: 100%;
  height: 100%;
  animation: slider 20s infinite ease-out alternate;
}

.slider .Holder #img-1 {
  background-image: url(../imgs/ed1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slider .Holder #img-2 {
  background-image: url(../imgs/ed2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slider .Holder #img-3 {
  background-image: url(../imgs/ed3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slider .Holder #img-4 {
  background-image: url(../imgs/ed4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slider .Holder #img-5 {
  background-image: url(../imgs/ed7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@keyframes slider {
  0% {
    transform: translateX(0%);
  }

  10% {
    transform: translateX(-100%);
  }

  20% {
    transform: translateX(-100%);
  }

  30% {
    transform: translateX(-200%);
  }

  40% {
    transform: translateX(-200%);
  }

  50% {
    transform: translateX(-200%);
  }

  60% {
    transform: translateX(-200%);
  }

  70% {
    transform: translateX(-300%);
  }

  80% {
    transform: translateX(-300%);
  }

  90% {
    transform: translateX(-400%);
  }
  100% {
    transform: translateX(-400%);
  }
}

/* --------------------------Welcom------------------------------------- */
.Welcom,
.Welcom h1 {
  color: #343449;
  font-size: 35px;
  text-align: center;
  padding: 40px;
  font-weight: 900;
  font-style: italic;
  text-shadow: -1px -1px 0 goldenrod, 1px -1px 0 goldenrod, -1px 1px 0 goldenrod,
    1px 1px 0 goldenrod;
}
.Welcom span {
  color: rgb(11, 43, 73);
  font-size: 70px;
}
.Welcom h1 {
  color: #0a5c3a;
  padding: 0;
  text-shadow: -1px -1px 0 gainsboro, 1px -1px 0 gainsboro, -1px 1px 0 gainsboro,
    1px 1px 0 gainsboro;
}

@media (max-width: 768px) {
  .Welcom,
  .Welcom h1 {
    font-size: 20px;
  }
  .Welcom span {
    font-size: 44px;
  }
}

/* ----------------------------Education section------------------------------- */

.Education {
  margin-top: 10px;
  padding-top: 100px;
  padding-bottom: 20px;
}
.Teacher {
  padding-top: 0;
}

.Education .Education_box {
  margin: auto;
  width: 90%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  row-gap: 2rem;
  column-gap: 1rem;
  padding: 10px;
}

.Education-card {
  background-color: rgb(153, 147, 147);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 4px solid rgb(139, 131, 131);
  padding: 20px;
  border-radius: 15px;
}

.Education .Education-card img {
  height: 130px;
  width: 200px;
}

.Education .teacher_section img {
  height: 100px;
  width: 100px;
}

.Education .Education-card:hover {
  background-color: whitesmoke;
  border: 1px solid whitesmoke;
}

.Education-card h1 {
  font-size: 25px;
}

.Education .Education-card:hover h1 {
  color: #071170;
}

/* ******responding*********** */

@media (max-width: 768px) {
  .Education .Education-card img{
    width: 60px;
    height: 60px;
  }
  .Education-card h1 {
    font-size: 16px;
  }
  .Education .Education_box {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}

@media (max-width: 911px) {
  .Education .Education-card img{
    width: 100px;
    height: 100px;
  }
  .Education-card h1 {
    font-size: 20px;
  }
}


/*------------------- ------------------------Best Box section ---------------*/

.Best {
  background-color: rgb(233, 227, 227);
  position: relative;
  padding: 90px;
}

.best-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 300px;
  max-width: 300px;
  margin-right: 25px;
  padding: 20px;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  color: #292727;
  font-size: 10px;
}

#best-centers .best-box {
  border: 3px solid rgb(161, 150, 150);
  border-radius: 15px;
  background-color: rgb(218, 205, 205);
}
#best-centers .best-box:hover {
  background-color: #7ab89e;
}

.best-box img {
  height: 250px;
  width: 250px;
  overflow: hidden;
  padding: 15px;
  border-radius: 50%;
}

#best-centers img {
  border-radius: 15px;
}

.best-box:hover {
  background-color: #ceced8;
}

.Pro_title {
  font-size: 25px;
  font-weight: 600;
  color: black;
}

.Discount {
  position: absolute;
  padding: 0 10px;
  background-color: gold;
  font-size: 23px;
  text-align: center;
  color: black;
  left: 2px;
  top: 0;
}

.Discount span {
  text-decoration: line-through;
}

.Add-btn {
  display: flex;
  width: 70%;
  height: 50px;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  background-color: rgb(3, 77, 77);
  border-radius: 15px;
  margin: 0 auto;
  color: white;
  transition: 0.3s ease;
  cursor: pointer;
}
@media (max-width: 768px) {
  .Add-btn {
    width: 80%;
    font-size: 15px;
  }
}

.Add-btn:hover {
  background-color: rgb(36, 224, 11);
  color: #171427;
}

.Best .wave-top {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 1;
}

.swiper-pagination {
  margin-bottom: 30px;
}

.swiper-pagination-bullet {
  background: black;
  height: 15px;
  width: 15px;
}
.swiper-btn {
  color: black;
  margin-top: 90px;
  transition: 0.3s ease;
}

.swiper-btn:hover {
  color: green;
}

/* Media Swiper Service Section---  */

@media (max-width: 768px) {
  .swiper-btn {
    display: none;
  }
}

/* ----------------------------------------Fixed img-------------------------- */

.Fixed_box {
  padding: 150px 0;
  display: flex;
  height: 300px;
  width: 100%;
  font-size: 30px;
  justify-content: center;
  align-items: center;
  background-image: url(../imgs/elearning3.jpg);
  background-size: cover;
  background-attachment: fixed;
  border: 1px solid #ccc;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.Fixed_box .text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  text-align: center;
}

/* ------------------------------------Fixed Simba------------------------------- */

.Simba {
  display: none;
  padding: 10px;
  justify-content: center;
  align-items: center;
  background-image: url(../imgs/Funny.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  border-radius: 15px;
  margin: 400px 0;
}

.Simba-img {
  overflow: hidden;
  border-radius: 15%;
  width: 50%;
  height: 400px;
  border: 1px solid #ccc;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
}

.Simba-img img {
  width: 100%;
  height: 100%;
}
/* --------------------------------Service box----------------------------------------------------------- */

.Service {
  width: 98%;
}

.Service-box {
  margin: auto;
  width: 90%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  row-gap: 2rem;
  column-gap: 1rem;
  padding: 50px;
  background-color: gray;
  border: 1px solid gray;
  border-radius: 15px;
  margin-bottom: 20px;
}

.Service-Card {
  display: flex;
  margin: auto;
  width: 65%;
  align-items: center;
  justify-content: center;
  /* border: 1px solid black; */
  /* background-color: #fd4646; */
}

.Service-Card .Service-Div img {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}

.Service-Card .Service-Div {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  padding: 30px;
  border-radius: 15px;
  border: 1px solid #ccc;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: 0.5s;
}

.Service-Card .Service-Div h2 {
  font-size: 20px;
}

.Service-Card .Service-Div:hover {
  background-color: rgb(155, 155, 255);
}

.Service-box .Service-Div:nth-child(1) img {
  animation: waveUpDown 1.5s ease-in-out infinite 0.2s;
}
.Service-box .Service-Div:nth-child(2) img {
  animation: waveUpDown 1.5s ease-in-out infinite 0.4s;
}
.Service-box .Service-Div:nth-child(3) img {
  animation: waveUpDown 1.5s ease-in-out infinite 0.6s;
}
.Service-box .Service-Div:nth-child(4) img {
  animation: waveUpDown 1.5s ease-in-out infinite 0.8s;
}
.Service-box .Service-Div:nth-child(5) img {
  animation: waveUpDown 1.5s ease-in-out infinite 1s;
}
.Service-box .Service-Div:nth-child(6) img {
  animation: waveUpDown 1.5s ease-in-out infinite 1.5s;
}

@keyframes waveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

/*---------------------------Contact------------------------*/

.Contact {
  position: relative;
  background-color: #5396bd;
  padding: 50px;
}

.Contact .wave-top {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 1;
}

.Contact .Contact_box {
  height: 400px;
  width: 100%;
  z-index: 2;
  padding-top: 8px;
  color: white;
  text-align: center;
}

.Contact_box .Mn_Title {
  padding: 15px;
  margin: 0;
  font-size: 60px;
  color: #f1ecec;
}

.Contact_box .Mn_Title span {
  margin: 0;
  padding: 0;
  font-size: 70px;
}

.Contact_box .Mn_Title + p {
  font-size: 40px;
  color: #173f53;
  font-family: "Courier New", Courier, monospace;
  font-weight: 700;
}

.Contact .info {
  padding-top: 10px;
}

.Contact .info .label {
  font-weight: 800;
  color: white;
  letter-spacing: -2px;
  font-size: 40px;
  margin-bottom: 15px;
}

.Contact .info .link {
  display: block;
  margin: auto;
  /* width: 40%; */
  text-decoration: none;
  color: gold;
  font-weight: 800;
  font-size: 35px;
}
.Contact .info .link:hover {
  color: #071170;
  text-decoration: underline;
}

.Contact .info .social {
  display: flex;
  overflow: hidden;
  width: 30%;
  margin: 30px auto 0 auto;
  justify-content: space-between;
  /* border: 1px solid black; */
  font-size: 20px;
}
.Contact .info i {
  font-size: 1.8rem;
  padding: 13px 17px;
  color: #2c4755;
  border: 2px solid #2c4755;
  border-radius: 50%;
}

.Contact .info i:hover {
  color: white;
  background-color: #2c4755;
}

/* Footer Section */
.footer {
  background-color: #2c4755;
  text-align: center;
  padding: 10px 50px;
  color: white;
  font-size: 13px;
}

.footer span {
  font-weight: bold;
  color: gold;
}

/* responsive code */

@media (max-width: 768px) {
  .Contact .info .label {
    font-size: 30px;
  }
  .Contact .info .link {
    font-size: 25px;
  }

  .Container .Mn_Title span {
    font-size: 70px;
  }
  .Contact .info .social {
    width: 60%;
    margin: 5px auto 0 auto;
  }
  .Contact .info i {
    font-size: 15px;
    padding: 10px 15px;
  }
}

/*  ***************************************Teacher Page Section************************************ */

.welcome_video .video_area {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}

.welcome_video video {
  border: 4px solid rgb(56, 44, 44);
  border-radius: 15px;
  height: 100%;
}

/* -------News Section----------- */

.News {
  width: 90%;
  direction: rtl;
  text-align: start;
  border: 1px solid black;
  background-color: rgb(4, 14, 37);
  padding-bottom: 20px;
}

.News h1 {
  font-size: 50px;
  font-weight: 600;
  color: #e5e1ec;
}

.News #News_line {
  border: 1px solid black;
  padding: 30px;
  background-color: rgb(65, 62, 62);
}

.News #News_line h2 {
  font-size: 25px;
  font-weight: 600;
  color: white;
  padding-bottom: 10px;
}

/* --------------------------------------------profile teacher----------- */

.profile {
  position: relative;
  width: 100%;
  height: 300px;
  background-image: url(../imgs/bahgey.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.Teacher1 {
  background-image: url(../imgs/teach.jpg);
}

.Navb .profile_image {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border: 1px solid white;
  border-radius: 50%;
}

.profile img {
  position: absolute;
  left: 50px;
  top: 150px;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border: 5px solid white;
  border-radius: 50%;
}

/* -----------------------------------------------Service-------------- */

.Teach_serv {
  display: flex;
  margin: 50px auto;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 300px;
  padding: 10px;
  background-image: url(../imgs/ed4.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.Teach_serv .Serv_box {
  width: 20%;
  text-align: center;
  color: white;
  font-size: 16px;
  background-color: #1f1f1d;
  border: 3px solid rgb(243, 236, 236);
  box-shadow: 0 4px 15px rgba(226, 197, 197, 0.05);
  transition: 0.5s;
  border-radius: 15px;
}

.Teach_serv .Serv_box:hover {
  background-color: #0ba558;
  border: 4px solid rgb(230, 50, 50);
  cursor: pointer;
}

/* ----------------------------------teacher Video section----------------------------------- */

.video_section {
  margin: auto;
  width: 90%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
  margin-bottom: 100px;
}

.video-card {
  display: flex;
  min-height: 150px;
  background-color: rgb(247, 243, 243);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #0b5f35;
  border: 2px solid rgb(192, 183, 183);
  border-radius: 15px;
  padding: 10px 0;
}

.video-card:hover {
  background-color: #aab0e0;
}

.video-card .price_box {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  text-align: center;
}
.video-card .price_box h1 {
  font-size: 30px;
  color: goldenrod;
}

.video-card .price_box button {
  width: 90%;
  padding: 10px;
  border-radius: 15px;
  margin-top: 5px;
  transition: 0.5s;
  cursor: pointer;
}

.video-card .price_box .buy1:hover {
  background-color: #e2230a;
  color: white;
}

.video-card .price_box .buy2:hover {
  background-color: #187007;
  color: white;
}

.video-card h1 {
  font-size: 20px;
}

.video-card img {
  width: 60px;
  height: 60px;
}

/* -------------------------------------------SubVideo Fetching------------------------- */
.video_section #Sub_Video {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
}

.subv-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 3px solid gray;
  background-color: #f2f8fc;
  border-radius: 15px;
  padding: 10px;
  text-align: center;
  margin-top: 50px;
}
.subv-box video {
  width: 100%;
}

/* --------------------login page---------------------------- */
.login {
  display: flex;
  margin: 120px auto auto;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 50%;
  height: 500px;
  background-color: #173f53;
  border-radius: 15px;
}

.login h2 {
  color: wheat;
  font-size: 50px;
}

#loginForm {
  display: flex;
  height: 50%;
  width: 100%;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

#loginForm input {
  width: 80%;
  height: 50px;
  border-radius: 15px;
  padding: 10px;
}

#loginForm button {
  width: 30%;
  height: 20%;
  background-color: #a3660b;
  border-radius: 15px;
  border: 2px solid rgb(127, 14, 233);
  color: white;
  font-size: 20px;
  font-weight: 400;
}

#loginForm button:hover,
#logoutBtn:hover {
  background-color: #25a30b;
}

#logoutBtn {
  width: 100px;
  height: 50px;
  color: wheat;
  background-color: #071170;
  font-size: 16px;
  border: 1px solid beige;
  border-radius: 15px;
  cursor: pointer;
}

/* --------------------------------------------------Fixed ms-------------------- */
.fixedMes {
	display: none;
	padding: 10px 0;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 500px;
  background-color: green;
  color: white;
  text-align: center;
  font-size: 30px;
  border-radius: 10px;
  z-index: 9999;
}

.fixedMes button{
  margin: 5px 0;
  padding: 8px 16px;
  background-color: white;
  color: rgb(33, 6, 58);
  border: none;
  border-radius: 15px;
  cursor: pointer;
  font-size: 25px;
	font-weight: 800;
	width: 80%;
	transition: 0.5s;
}

.fixedMes button:hover{
	background-color: #071170;
	color: white;
}
.fixedMes .closebtn:hover{
	background-color: #b40c14;
	color: white;
}

.fixedMes .payment{
	display: flex;
	background-color: wheat;
	margin: auto;
	flex-direction: row;
	justify-content: space-around;
	width: 90%;
	font-size: 20px;
	color:black;
	text-align: center;
	border: 1px solid black;
	padding: 10px;
}

.fixedMes p{
	font-size: 35px;
	margin: 10px 0;
}

.fixedMes span{
	color: gold;
	font-size: 40px;
	font-weight: 600;
}

.fixedMes .info_fram{
	display: flex;
	padding: 20px;
	margin: auto;
	width: 90%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.fixedMes .info_fram input{
	width: 100%;
	height: 30px;
	border-radius: 15px;
	padding: 20px;
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
}


/* **********************************Cats ,bird, Dog, fish page Section****************** */
.section {
  background-color: beige;
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.section .wave-top {
  position: absolute;
  top: -34px;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 1;
}
.section-card {
  width: 97%;
  margin: auto;
  border-radius: 15px;
  padding: 10px;
  background-color: rgb(245, 225, 185);
}
.section-card .SliderBox .section-box,
.Best .swiper-slide .section-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-height: 100px;
  padding: 15px;
  overflow: hidden;
  text-align: center;
  color: #292727;
  font-size: 10px;
  background-color: #f0eceb;
  border: 1px solid black;
}

.section-box img {
  width: 100%;
  height: 150px;
}

.section .Mn_Title {
  padding-top: 120px;
}

.section-card .section-box .over {
  width: 180px;
  height: 1.5rem;
  direction: rtl;
  overflow: hidden;
}

.section-card .section-box p {
  font-size: 15px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section-card .section-box:hover p {
  white-space: wrap;
}

.section-card .section-box:hover .over {
  overflow: visible;
  height: 5rem;
}

.section-card .SliderBox {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  row-gap: 10px;
}

@media (max-width: 768px) {
  .section-card .SliderBox {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(115px, 1fr));
    row-gap: 10px;
  }
  .section-card .section-box p {
    font-size: 15px;
  }

  .section-card .section-box .over {
    width: 100px;
  }
  .section-card .section-box img {
    width: 100%;
    height: 75%;
  }
}
