@charset "UTF-8";
.main-color {
  color: #D43F52;
}

.main-decoration {
  text-decoration: underline;
}

* {
  box-sizing: border-box;
}

.social_media .icon_box, .nav_right ul li a span, .main_btn {
  transition: all 0.3s ease-in-out;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.bg_main_color {
  background-color: #1A1A1A;
  color: #ccc;
}

.main_padding {
  padding: 80px 0;
}

.res_padding {
  padding: 0;
}

.main_sec {
  padding: 50px 0;
  margin-top: 50px;
  background-color: rgba(91, 91, 91, 0.6117647059);
  overflow-x: scroll;
}
@media only screen and (max-width: 800px) {
  .main_sec {
    padding: 20px 0;
    margin-top: 10px !important;
    height: 90vh;
  }
}

.main_head {
  text-align: center;
  margin: 30px auto;
}
.main_head h2 {
  font-size: 45px;
  line-height: 21px;
  font-weight: 800;
  margin-bottom: 10px;
  font-family: auto;
  margin-top: 62px;
}
.main_head h2 span {
  color: #FF4C60;
  display: inline-block;
}

.main_btn {
  border: 2px solid #FF4C60;
  display: block;
  margin: 25px auto;
  font-size: 26px;
  font-weight: bold;
  color: #FF4C60;
}
.main_btn:hover {
  background-color: #FF4C60;
  color: rgb(255, 255, 255);
  border: 2px solid rgba(204, 204, 204, 0.5568627451);
}
.main_btn.active {
  background-color: #FF4C60;
  color: rgb(255, 255, 255);
  border: 2px solid rgba(204, 204, 204, 0.5568627451);
}
.main_btn.active:hover {
  background-color: transparent;
  color: #FF4C60;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #FF4C60;
}

form .form-group {
  margin-bottom: 11px;
}
form .form-group label {
  color: white;
  font-weight: 300;
  font-size: 18px;
}
form .form-control {
  background-color: rgba(31, 31, 31, 0.5490196078);
  border: 1px solid rgb(169, 165, 165);
  border-radius: 0;
  font-size: 16px;
  padding: 24px 15px;
}
form .form-control:focus {
  color: #e0e0d9;
  background-color: #1f1f1f;
  border-color: #FF4C60;
  outline: 0;
  box-shadow: none;
}
form textarea.form-control {
  min-height: 200px;
}

.social_media .icon_box {
  padding: 8px 10px;
  text-align: center;
  font-size: 24px;
  border: 1px solid #bebcbc;
  border-radius: 2px;
  height: 44px;
}

.social_media .title_box {
  line-height: 37px;
}
.social_media .title_box p {
  margin-top: 0px;
}

.nav_right {
  position: fixed;
  z-index: 100;
  margin-top: -53.5px;
  right: 17px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
.nav_right ul {
  padding: 0;
  margin: 0;
}
.nav_right ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.nav_right ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  margin: 20px 0;
}
.nav_right ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  border: 0;
  background: #fff;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
}
.nav_right ul li a span.active {
  background: #FF4C60;
}
.nav_right ul li:hover span {
  width: 20px;
  height: 20px;
  margin: -5px 0px 0px -5px;
}

.social_media {
  padding: 22px 0;
}
@media only screen and (max-width: 800px) {
  .social_media.home-icon {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .social_media.home-icon .icon_box {
    margin-right: 0 !important;
  }
}
.social_media .icon_box {
  display: inline-block;
  margin-right: 26px;
}
.social_media .icon_box:hover {
  background-color: #FF4C60;
  border-color: #FF4C60;
}
.social_media .icon_box a {
  color: #fff;
}
.social_media .title_box p {
  margin-top: 0px;
}

.grid-system {
  display: flex;
  grid-template-columns: 10% 90%;
}

.theBiggestParent {
  overflow: hidden;
}

/* ---- reset ---- */
body, html {
  margin: 0;
  font: normal 75% Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  background-size: cover;
  background-position: center; /* يثبت الصورة بالمنتصف */
  background-repeat: no-repeat;
}

html {
  overflow: hidden;
  height: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: auto; /* يسمح بالتمرير العمودي عند الحاجة */
}

.bg, .index_content {
  max-width: 100%;
  overflow: hidden;
}

canvas {
  display: block;
  vertical-align: bottom;
}

img, video, canvas {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ---- particles.js container ---- */
.bg {
  position: relative;
  width: 100%;
  height: 100vh;
  animation: ch_bg 72s linear infinite 5s;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  z-index: 0;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 11;
}

@media only screen and (max-width: 777px) {
  .index_content {
    text-align: center !important;
  }
}
.index_content {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(50, 48, 48, 0.5215686275);
  position: absolute;
  inset: 0;
  z-index: 12;
  color: white;
}
.index_content h2 {
  font-size: 52px;
  font-weight: bold;
  font-family: auto;
  margin-bottom: 40px;
}
.index_content h3 {
  font-size: 24px;
  margin: 12px auto;
}
.index_content .indent {
  z-index: 0;
}

@keyframes ch_bg {
  0% {
    background-image: url("../images/bg_2.jpg");
    opacity: 1;
    animation-timing-function: ease-in;
  }
  8% {
    background-image: url("../images/bg_1.jpg");
    opacity: 0.5;
    transform: scale(1.15);
    animation-timing-function: ease-out;
  }
  17% {
    background-image: url("../images/bg_3.jpg");
    opacity: 1;
    transform: scale(1.2);
  }
  25% {
    background-image: url("../images/bg_2.jpg");
    opacity: 0.5;
    transform: scale(1.4);
  }
  100% {
    background-image: url("../images/bg_1.jpg");
    opacity: 1;
  }
}
/* Preloader styles */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #121212; /* خلفية غامقة */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease; /* تأثير الخروج */
}

/* Spinner محسن */
.spinner {
  width: 100px;
  height: 100px;
  border: 6px solid rgba(255, 255, 255, 0.2); /* حدود باهتة */
  border-top: 6px solid #ff4c60; /* لون مميز */
  border-radius: 50%;
  animation: spin 1s ease-in-out infinite; /* حركة أكثر سلاسة */
  box-shadow: 0 0 20px rgba(255, 76, 96, 0.6); /* توهج خفيف */
}

/* Spin animation keyframes */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.other_page .se_blog_me .wr_box .wr_body, .other_page .my_gallery .gal_box .gal_body, .other_page .workMe_section .wr_box .wr_body {
  transition: all 0.3s ease-in-out;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.other_page {
  background-color: rgba(50, 48, 48, 0.5215686275);
  position: absolute;
  z-index: 12;
  width: 100%;
  height: 100%;
  top: 0;
  color: white;
}
.other_page .main-sidebar {
  min-width: 250px;
  position: fixed;
  z-index: 20;
}
@media (min-width: 500px) {
  .other_page .main-sidebar {
    position: relative;
  }
}
.other_page .main-sidebar.Toggle_menu {
  min-width: 55px;
}
@media (max-width: 500px) {
  .other_page .main-sidebar.Toggle_menu {
    position: relative;
  }
}
.other_page .Toggle_menu .menu {
  width: 55px;
}
.other_page .menu {
  height: 100vh;
  background-color: rgba(255, 76, 96, 0.5647058824);
  padding-top: 20px;
  overflow: hidden;
  overflow-y: scroll;
  direction: rtl;
}
@media (max-width: 500px) {
  .other_page .menu#menu {
    position: fixed;
    z-index: 10;
  }
}
.other_page .menu#menu .list ul {
  padding: 0;
}
.other_page .menu .logo img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 30px auto;
  opacity: 0.8;
}
.other_page .menu li {
  text-align: center;
  color: rgba(255, 255, 255, 0.8392156863);
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6196078431);
  border-radius: 0;
  margin: 0;
  font-size: 22px;
  font-family: initial;
  transition: all 0.3s ease-in-out;
}
.other_page .menu li a {
  text-decoration: none;
  color: white;
}
.other_page .menu li ul {
  display: none;
}
.other_page .menu li.active {
  background-color: #FF4C60;
  color: white;
}
.other_page .menu li.active ul {
  border-top: 1px solid;
  margin-top: 10px;
  display: block;
  transition: all 0.3s ease-in-out;
}
.other_page .menu li.active ul li {
  border-bottom: 1px solid;
  padding: 10px 0;
}
.other_page .menu li.active ul li:last-child {
  border-bottom: 0;
}
.other_page .menu li.active ul li .text:hover {
  background-color: #FF4C60;
  padding-left: 10px;
  transition: all 0.4s ease-in-out;
}
.other_page .menu li span.icon {
  display: none;
}
.other_page .menu li span.text {
  display: block;
}
.other_page .menu .social_media {
  display: block;
  width: 100%;
}
.other_page .menu .social_media .icon_box {
  padding: 8px 0;
  border-radius: 2px;
  height: 44px;
  width: 40px;
  margin: 5px;
}
.other_page #btn_Toggle_Menu {
  width: 39px;
  height: 38px;
  margin: 0px auto;
  position: relative;
  border-top: 3px solid #fff;
  border-color: #fff;
  display: block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0;
}
.other_page #btn_Toggle_Menu:hover, .other_page #btn_Toggle_Menu:hover::after, .other_page #btn_Toggle_Menu:hover::before {
  border-color: #FF4C60;
}
.other_page #btn_Toggle_Menu:after, .other_page #btn_Toggle_Menu:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0px;
  border-top: 3px solid #fff;
  left: 0px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.other_page #btn_Toggle_Menu:after:hover, .other_page #btn_Toggle_Menu:before:hover {
  border-color: #FF4C60;
}
.other_page #btn_Toggle_Menu:after {
  top: 6px;
}
.other_page #btn_Toggle_Menu:before {
  top: 15px;
}
.other_page #btn_Toggle_Menu.open {
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.other_page #btn_Toggle_Menu.open:hover {
  border-color: #FF4C60;
}
.other_page #btn_Toggle_Menu.open:before, .other_page #btn_Toggle_Menu.open:after {
  top: 14px;
  left: 3px;
  width: 80%;
}
.other_page #btn_Toggle_Menu.open:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.other_page #btn_Toggle_Menu.open:before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.other_page .Toggle_menu {
  overflow: hidden;
  width: auto;
}
.other_page .Toggle_menu .logo img {
  width: 49px;
  height: 53px;
  border-radius: 5%;
  margin: 30px auto;
  opacity: 0.8;
}
.other_page .Toggle_menu .main_btn {
  padding: 9px 3px;
}
.other_page .Toggle_menu li span.icon {
  display: block;
}
.other_page .Toggle_menu li span.text {
  display: none;
}
.other_page .Toggle_menu .social_media .icon_box {
  margin: 7px auto;
}
.other_page .main_sec {
  height: 90vh;
}
.other_page .content_pages {
  width: 100%;
  padding: 0 15px;
}
.other_page .content_pages .main_head h2 {
  margin-top: 42px;
}
.other_page .content_pages .main_head h2:after {
  content: "";
  display: block;
  height: 3px;
  width: 92px;
  background-color: #FF4C60;
  margin: 22px auto;
}
.other_page .content_pages .main_head p {
  margin-bottom: 50px;
}
.other_page .content_pages .about_section, .other_page .content_pages .primary_school {
  display: block;
}
.other_page .content_pages .about_section .about_content, .other_page .content_pages .primary_school .about_content {
  display: flex;
  flex-direction: column; /* stack elements vertically */
  justify-content: center; /* center vertically */
  align-items: center; /* center horizontally */
  height: 100%;
}
.other_page .content_pages .about_section img, .other_page .content_pages .primary_school img {
  width: 100%;
  border-radius: 11px;
  opacity: 0.8;
}
.other_page .content_pages .about_section h3, .other_page .content_pages .primary_school h3 {
  font-size: 26px;
  color: #f9f9f9;
  width: 100%;
  text-align: left !important;
  margin-top: 5%;
}
.other_page .content_pages .about_section .text-switcher, .other_page .content_pages .primary_school .text-switcher {
  margin: 20px auto;
  max-width: 600px;
}
.other_page .content_pages .about_section #about_section, .other_page .content_pages .primary_school #about_section {
  text-align: center;
  max-width: 600px;
  margin: 20px auto;
}
.other_page .content_pages .about_section #about_section h3, .other_page .content_pages .primary_school #about_section h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  transition: opacity 0.3s ease;
}
.other_page .content_pages .about_section, .other_page .content_pages .primary_school {
  /* text content */
}
.other_page .content_pages .about_section .text, .other_page .content_pages .primary_school .text {
  display: none;
  margin: 10px 0;
}
.other_page .content_pages .about_section .text span, .other_page .content_pages .primary_school .text span {
  display: block;
  font-size: 15px;
  line-height: 23px;
  color: #cecece;
  margin-bottom: 5px;
}
.other_page .content_pages .about_section .text.active-text, .other_page .content_pages .primary_school .text.active-text {
  display: block;
}
.other_page .content_pages .about_section, .other_page .content_pages .primary_school {
  /* buttons */
}
.other_page .content_pages .about_section .my-buttons, .other_page .content_pages .primary_school .my-buttons {
  margin-top: 15px;
}
.other_page .content_pages .about_section button, .other_page .content_pages .primary_school button {
  padding: 8px 16px;
  margin: 0 5px;
  font-size: 1rem;
  border: none;
  border-radius: 6px;
  background: #d43f52;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.other_page .content_pages .about_section button:hover, .other_page .content_pages .primary_school button:hover {
  background: #a62c3c;
}
.other_page .content_pages .about_section, .other_page .content_pages .primary_school {
  /* الموبايل: تظهر كل النصوص وتختفي الأزرار */
}
@media (max-width: 768px) {
  .other_page .content_pages .about_section .text, .other_page .content_pages .primary_school .text {
    display: block !important; /* تظهر كلها */
  }
  .other_page .content_pages .about_section .my-buttons, .other_page .content_pages .primary_school .my-buttons {
    display: none;
  }
}
.other_page .content_pages .about_section .aboust-grid-sec, .other_page .content_pages .primary_school .aboust-grid-sec {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 20px;
  width: 100%;
}
@media (min-width: 993px) {
  .other_page .content_pages .about_section .aboust-grid-sec, .other_page .content_pages .primary_school .aboust-grid-sec {
    grid-template-columns: 1fr 1fr;
  }
}
.other_page .content_pages .about_section, .other_page .content_pages .primary_school {
  /* 📱 Between 800px and 993px → single column */
}
.other_page .content_pages .about_section .box, .other_page .content_pages .primary_school .box {
  padding: 10px;
}
.other_page .content_pages .about_section .box img, .other_page .content_pages .primary_school .box img {
  height: 100%;
}
@media only screen and (min-width: 800px) {
  .other_page .content_pages .about_section .box, .other_page .content_pages .primary_school .box {
    text-align: center;
  }
  .other_page .content_pages .about_section .box img, .other_page .content_pages .primary_school .box img {
    width: 555px;
  }
}
@media only screen and (max-width: 800px) {
  .other_page .content_pages .about_section, .other_page .content_pages .primary_school {
    text-align: center !important;
    grid-template-columns: 100%;
  }
  .other_page .content_pages .about_section h3, .other_page .content_pages .primary_school h3 {
    padding-top: 15px;
  }
}
.other_page .workMe_section {
  display: none;
  margin-top: 30px;
  overflow: scroll;
  height: 90vh;
}
@media (max-width: 1200px) {
  .other_page .workMe_section .my_col_screen {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 800px) {
  .other_page .workMe_section .my_col_screen {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.other_page .workMe_section .wr_box {
  overflow: hidden;
  position: relative;
  height: 240px;
  margin-bottom: 50px;
}
.other_page .workMe_section .wr_box:hover .wr_body {
  height: 100%;
  margin-top: 0;
  padding-top: 52px;
  box-shadow: inset 1px 0px 20px 10px #ff4c60;
}
.other_page .workMe_section .wr_box .wr_bg {
  position: static;
}
.other_page .workMe_section .wr_box .wr_bg img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
}
.other_page .workMe_section .wr_box .wr_body {
  position: absolute;
  max-width: 100%;
  min-width: 88%;
  height: 196px;
  margin: 20px;
  padding-top: 32px;
  background-color: rgba(212, 63, 82, 0.7882352941);
}
.other_page .workMe_section .wr_box .wr_body h3 {
  font-size: 25px;
  font-weight: bold;
  font-family: emoji;
}
.other_page .workMe_section .wr_box .wr_body p {
  margin-bottom: 5px;
}
.other_page .workMe_section .wr_box .wr_body .main_btn {
  border: 1px solid #dadada;
  padding: 4px 11px;
  width: 135px;
  margin: 11px auto;
  font-size: 16px;
  color: #d4d4d4;
}
.other_page .se_good_at {
  display: none;
  margin-top: 40px;
  overflow: scroll;
  height: 90vh;
}
.other_page .se_good_at p {
  margin-bottom: 0;
}
.other_page .se_good_at .box {
  margin-bottom: 30px;
  background-color: rgba(138, 136, 136, 0.4588235294);
  padding: 20px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.other_page .se_good_at .box h3 {
  font-size: 30px;
  font-family: serif;
}
.other_page .se_good_at .box p {
  margin-top: 18px;
}
.other_page .se_good_at .box:hover {
  background-color: rgba(255, 255, 255, 0.795);
  color: #000000;
}
.other_page .se_good_at .box:hover span {
  color: #FF4C60;
}
.other_page .se_good_at .box span {
  transition: all 0.3s ease-in-out;
  font-size: 50px;
  margin: 23px auto;
  display: block;
  color: white;
}
.other_page .connect_me {
  display: none;
}
.other_page .connect_me .main_btn {
  border: 1px solid #D43F52;
  padding: 5px 54px;
  font-size: 26px;
  font-weight: normal;
  font-family: auto;
}
.other_page .my_gallery {
  display: none;
  text-align: center;
  overflow: hidden;
  overflow-y: scroll;
  padding-left: 6px;
  padding-bottom: 61px;
}
.other_page .my_gallery .box {
  overflow: scroll;
}
.other_page .my_gallery .box .res_padding {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 500px) {
  .other_page .my_gallery .box .res_padding {
    margin-bottom: 10px;
    padding-left: 10px;
  }
}
.other_page .my_gallery .portfolio-btn ul {
  font-size: 19px;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap; /* يخلي العناصر تنزل سطر جديد */
  gap: 10px;
}
.other_page .my_gallery .portfolio-btn ul li {
  flex: 1 1 100px;
  text-align: center;
  padding: 15px 0;
}
.other_page .my_gallery .portfolio-btn ul li:hover {
  color: #FF4C60;
  transition: all 0.5s;
}
@media only screen and (max-width: 800px) {
  .other_page .my_gallery .portfolio-btn ul li {
    font-size: 15px;
    flex: 1 1 auto;
    padding: 7px 0;
  }
}
.other_page .my_gallery .portfolio-btn ul li.active {
  background-color: #FF4C60;
  color: white;
}
.other_page .my_gallery .gal_box {
  overflow: hidden;
  width: 100%;
  height: 240px;
}
.other_page .my_gallery .gal_box:hover .gal_body {
  bottom: 0;
}
.other_page .my_gallery .gal_box .gal_bg {
  position: relative;
}
.other_page .my_gallery .gal_box .gal_bg img {
  width: 100%;
  height: 240px;
}
.other_page .my_gallery .gal_box .gal_body {
  position: absolute;
  bottom: -40px;
  width: 100%;
  height: 83px;
  text-align: left;
  padding-top: 14px;
  padding-left: 10px;
  background-color: rgba(255, 76, 96, 0.5647058824);
}
.other_page .my_gallery .gal_box .gal_body h3 {
  font-size: 21px;
  font-weight: bold;
  font-family: emoji;
}
.other_page .my_gallery .gal_box .gal_body p {
  margin-bottom: 5px;
}
.other_page .my_gallery .gal_box .gal_body .main_btn {
  border: 2px solid #dadada;
  padding: 4px 11px;
  width: 158px;
  margin: 11px auto;
  font-size: 16px;
  color: #d4d4d4;
}
.other_page .my_gallery #my_gallery {
  font-family: Arial, sans-serif;
}
.other_page .my_gallery .box.shuffile_images {
  display: flex;
  flex-wrap: wrap; /* يخلي العناصر تنزل سطر جديد */
  gap: 10px;
}
.other_page .my_gallery .box.shuffile_images .part {
  flex: 1 1 200px;
  text-align: center;
}
.other_page .my_gallery .screen-img {
  display: none;
  overflow-y: scroll;
}
.other_page .my_gallery .screen-img.on_stage {
  background-color: rgba(51, 51, 51, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100010;
  top: 0;
  left: 0;
  bottom: 0;
}
.other_page .my_gallery .screen-img .icon {
  position: fixed;
  top: 20px;
  color: white;
  background-color: #FF4C60;
  font-size: 30px;
  text-align: center;
  padding: 10px;
  height: 53px;
  width: 56px;
  cursor: pointer;
  animation: all 0.5s ease !important;
}
.other_page .my_gallery .screen-img .icon:hover {
  background-color: white !important;
  color: #FF4C60;
}
.other_page .my_gallery .screen-img .icon {
  border-radius: 5px;
}
.other_page .my_gallery .screen-img .exit {
  right: 20px;
}
.other_page .my_gallery .screen-img .arrows {
  right: 86px;
}
.other_page .my_gallery .screen-img .archive {
  right: 151px;
}
.other_page .my_gallery .screen-img .icon:hover {
  background-color: #0f74fb;
}
.other_page .my_gallery .screen-img img {
  margin: 9% auto;
  max-width: 90%;
  max-height: 791px;
  align-items: center;
  display: block;
  z-index: 100011;
}
.other_page .my_gallery .screen-img img.full-screen {
  margin: auto;
  width: 100%;
  max-height: 100%;
}
.other_page .se_blog_me {
  display: none;
  margin-top: 30px;
  overflow: scroll;
  height: 90vh;
}
.other_page .se_blog_me .wr_box {
  overflow: hidden;
  position: relative;
  width: 90%;
  height: 240px;
  margin-bottom: 50px;
}
.other_page .se_blog_me .wr_box:hover .wr_body {
  transform: rotateX(0deg);
}
.other_page .se_blog_me .wr_box .wr_bg {
  position: absolute;
}
.other_page .se_blog_me .wr_box .wr_bg img {
  width: 369px;
  height: 240px;
}
.other_page .se_blog_me .wr_box .wr_body {
  position: absolute;
  width: 85%;
  height: 196px;
  margin: 20px;
  padding-top: 32px;
  background-color: rgba(212, 63, 82, 0.7882352941);
  transform: rotateX(90deg);
}
.other_page .se_blog_me .wr_box .wr_body h3 {
  font-size: 25px;
  font-weight: bold;
  font-family: emoji;
}
.other_page .se_blog_me .wr_box .wr_body p {
  margin-bottom: 5px;
}
.other_page .se_blog_me .wr_box .wr_body .main_btn {
  border: 2px solid #dadada;
  padding: 4px 11px;
  width: 158px;
  margin: 11px auto;
  font-size: 16px;
  color: #d4d4d4;
}
.other_page .se_blog_me .port {
  display: none;
  position: fixed;
  width: 100%;
  height: 938px;
  bottom: -938px;
  left: 0;
  padding-top: 100px;
  background-color: rgba(250, 250, 250, 0.9019607843);
  z-index: 103;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  border-bottom: 1px solid #d0d0d0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.other_page .se_blog_me .port .close_body_post {
  color: #fafafa;
  background-color: #FF4C60;
  font-size: 22px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 16px;
}
.other_page .se_blog_me .port img {
  width: 49%;
}
.other_page .se_blog_me .port .description {
  float: left;
  width: 50%;
  max-height: 100%;
  padding: 0 40px 40px;
  overflow: auto;
  color: black;
}
.other_page .se_blog_me .port h1 {
  font-size: 35px;
  line-height: 2.3;
  padding: 0;
  font-family: auto;
  font-weight: bold;
}
.other_page .se_blog_me .port > * {
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.other_page .se_blog_me .port.item_open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.other_page .se_blog_me .port > * {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.other_page .se_blog_me .close {
  width: 21px;
  height: 21px;
  background: url(data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%0A%09%20id%3D%22svg2%22%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%0A%09%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2021%2021%22%0A%09%20enable-background%3D%22new%200%200%2021%2021%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22layer1%22%20transform%3D%22translate%280%2C-1031.3622%29%22%3E%0A%09%3Cpath%20id%3D%22path2987%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20d%3D%22M0%2C1031.4l21%2C21%22/%3E%0A%09%3Cpath%20id%3D%22path2989%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20d%3D%22M21%2C1031.4l-21%2C21%22/%3E%0A%3C/g%3E%0A%3C/svg%3E%0A%0A) no-repeat;
  position: absolute;
  right: 10px;
  top: -121px;
  opacity: 1;
  z-index: 1004;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.other_page .se_blog_me .item_open .close {
  opacity: 1;
  top: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main_sec.connect_me img {
  max-width: 100%;
  margin-bottom: 20px;
}
.main_sec.connect_me * {
  background: none !important;
  color: white !important;
}

.custom-pagination {
  display: flex;
  flex-direction: row; /* يبقي العناصر بجانب بعضها */
  width: 100%;
  justify-content: space-around;
  margin-bottom: 40px;
}
.custom-pagination a {
  color: white;
  background-color: #FF4C60 !important;
  border-color: #a62c3c !important;
}
.custom-pagination svg {
  width: 45px;
  height: 35px;
}

.flex.justify-between.flex-1.sm\:hidden, p.text-sm.text-gray-700.leading-5 {
  display: none;
}

span.relative.inline-flex.items-center.px-2.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.rounded-l-md.leading-5,
span.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5,
span.relative.inline-flex.items-center.px-2.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.rounded-r-md.leading-5 {
  color: rgba(6, 6, 6, 0.8392156863);
}

/*# sourceMappingURL=homepage.css.map */
