/*  LinkedIn:: in/elbazz :: Arabic language */
/*$font-family-default: 'SegoeUI', sans-serif;
$font-numbers-default : Myriad Pro, Arial, sans-serif;
$fonts-map-default: (
    (
        family: 'SegoeUI',
        weight: 200,
        path: 'SegoeUI/SegoeUI-Light'
    ),
    (
        family: 'SegoeUI',
        weight: 400,
        path: 'SegoeUI/SegoeUI'
    ),
     (
        family: 'SegoeUI',
        weight: 600,
        path: 'SegoeUI/SegoeUI-SemiBold'
    ),
     (
        family: 'SegoeUI',
        weight: 700,
        path: 'SegoeUI/SegoeUI-Bold'
    )
); */
a:hover {
  text-decoration: none;
}

.definition {
  color: #464749;
}

.definition body {
  background-color: #EDF0ED !important;
}

.definition .main-section {
  height: 450px;
}

.definition .main-section .right-element {
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.definition .main-section .right-element .green-part {
  background: #70B02F;
  width: 60px;
  height: 580px;
}

.definition .main-section .right-element .gray-part {
  background-color: #EDF0ED;
  width: 30px;
  height: 580px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}

.definition .main-section img.main-section-img {
  height: 480px;
  width: 600px;
  position: absolute;
  right: 60px;
  top: 45px;
  z-index: 5;
}

@media (max-width: 786px) {
  .definition .main-section img.main-section-img {
    height: 380px;
    width: 400px;
  }
}

.definition .main-section .main-section-text {
  width: 70%;
  float: left;
  height: 580px;
  background-color: #EDF0ED;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  padding-right: 19rem;
  padding-top: 12rem;
  padding-left: 159px;
  position: relative;
}

.definition .main-section .main-section-text header {
  font-size: 25px;
}

.definition .main-section .main-section-text span {
  font-size: 42px;
}

.definition .main-section .main-section-text p {
  font-size: 20px;
}

.definition .main-section .main-section-text .readMore {
  background: #70B02F;
  color: white;
  font-size: small;
  width: 120px;
  height: 45px;
}

.definition .main-section .main-section-text::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 255px;
  background: #70B02F;
}

.about .center-img {
  position: inherit;
  top: -31px;
  z-index: 99999;
}

@media (min-width: 319px) and (max-width: 767px) {
  .about .center-img {
    position: inherit;
    top: 0;
  }
}

.about .center-img img {
  height: 400px;
  width: 100%;
}

@media (min-width: 319px) and (max-width: 767px) {
  .about .center-img img {
    width: 95%;
    height: 100%;
    float: right;
    padding-top: 45px;
  }
}

.about .detil {
  font-size: 15px;
}

.about .detil header {
  font-size: 25px;
  font-weight: 700;
}

.about .detil p {
  font-size: 18px;
  font-weight: 600;
}

.about .more {
  border: 2px solid #70B02F;
  width: 148px;
  height: 50px;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}

.about .more:hover {
  border: 3px solid #70B02F;
  font-weight: 800;
}

.about .more a {
  color: #70B02F;
}

@media (min-width: 319px) and (max-width: 767px) {
  .about .more {
    margin-left: 60px;
  }
}

[dir="ltr"] .more {
  padding: 13px;
}

@media (min-width: 319px) and (max-width: 767px) {
  [dir="ltr"] .about .center-img img {
    float: left;
  }
}

.tasksCenter {
  color: #464749;
  padding-top: 25px;
  padding-bottom: 20px;
}

.tasksCenter span {
  font-size: 25px;
  font-weight: 700;
}

.tasksCenter .detil p {
  font-size: 18px;
  font-weight: 600;
}

.tasksCenter .detil a {
  color: #70B02F;
  border: 2px solid #70B02F;
  width: 148px;
  height: 50px;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}

.tasksCenter .detil a:hover {
  border: 3px solid #70B02F;
  font-weight: 800;
}

@media (min-width: 319px) and (max-width: 767px) {
  .tasksCenter .detil a {
    margin-left: 60px;
  }
}

@media (min-width: 319px) and (max-width: 767px) {
  .tasksCenter .task {
    margin: 30px;
    text-align: center;
  }
}

.tasksCenter .task img {
  float: left;
  height: 395px;
  -webkit-box-shadow: 32px -23px 0px 0px #e0e0e0;
          box-shadow: 32px -23px 0px 0px #e0e0e0;
  border-radius: 15px;
}

@media (min-width: 319px) and (max-width: 767px) {
  .tasksCenter .task img {
    float: none;
    width: 100%;
  }
}

.tasksCenter .list-task {
  list-style-type: none;
  padding: 0;
}

.tasksCenter .list-task .item-task {
  border-radius: 30px;
  background-color: #EDF0ED;
  padding: 13px;
  margin: 5px;
}

.tasksCenter .list-task .item-task p {
  font-size: 18px;
  color: #12235F;
}

.tasksCenter .list-task .item-task span {
  background-color: #70B02F;
  border-radius: 50%;
  height: 35px;
  /* width: 35px; */
  padding: 7px 10px;
  color: white;
  font-family: 'DIN Next LT Arabic';
  font-size: 15px;
  font-weight: bold;
}

[dir="ltr"] .tasksCenter .more {
  padding: 15px;
}

[dir="ltr"] .tasksCenter .task img {
  -webkit-box-shadow: -32px -23px 0px 0px #e0e0e0;
          box-shadow: -32px -23px 0px 0px #e0e0e0;
}

.centerNews {
  background-image: url(../../images/PNG/news-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  color: white;
}

@media (min-width: 319px) and (max-width: 767px) {
  .centerNews {
    width: 100%;
  }
}

.centerNews header {
  font-size: 25px;
  font-weight: 700;
}

.centerNews p {
  font-size: 18px;
}

.centerNews .detil a {
  color: white;
  border: 2px solid white;
  width: 148px;
  height: 50px;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}

.centerNews .card-news a {
  color: white;
}

.centerNews .card-news .col-lg-3 {
  padding: 0 7px;
}

.centerNews .card-news .col-lg-3:first-child {
  padding-right: 15px;
}

.centerNews .card-news .col-lg-3:last-child {
  padding-left: 15px;
}

.centerNews .card-news .cards {
  background: #70B02F;
  border-radius: 15px;
}

.centerNews .card-news .cards:hover {
  font-weight: 800;
}

.centerNews .card-news .cards:hover .card-img-top::after {
  width: 100%;
}

.centerNews .card-news .card-img-top {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 164px;
  border-radius: 15px 15px 0px 0px;
}

.centerNews .card-news .card-img-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background: white;
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}

.centerNews .card-news .card-img-top .card-body {
  font-size: small;
  background-color: #70B02F;
  color: white;
  border-radius: 0px 0px 15px 15px;
  min-height: 8rem;
}

[dir="ltr"] .detil a {
  padding: 13px;
}

.centerPictures {
  background-color: #F8F9F8;
}

.centerPictures header {
  font-size: 34px;
  color: #464749;
}

.centerPictures .picters .gallary {
  border: none;
  width: 212px;
}

.activitiesEvents {
  color: #464749;
}

.activitiesEvents header {
  font-size: 34px;
}

.activitiesEvents .react-calendar {
  background-color: #70B02F;
  border-radius: 15px;
  padding: 15px;
}

.activitiesEvents .react-calendar .react-calendar__navigation {
  color: white;
}

.activitiesEvents .react-calendar .react-calendar__navigation button {
  background: transparent;
  border: none;
  color: white;
  font-size: 12px;
  font-family: 'Droid Arabic Kufi';
}

.activitiesEvents .react-calendar .react-calendar__viewContainer .react-calendar__month-view .react-calendar__month-view__weekdays {
  color: white;
}

.activitiesEvents .react-calendar .react-calendar__viewContainer .react-calendar__month-view .react-calendar__month-view__weekdays .react-calendar__month-view__weekdays__weekday {
  font-size: 12px;
  padding-right: 10px;
}

.activitiesEvents .react-calendar .react-calendar__viewContainer .react-calendar__month-view .react-calendar__month-view__weekdays .react-calendar__month-view__weekdays__weekday abbr {
  text-decoration: none;
}

.activitiesEvents .react-calendar .react-calendar__viewContainer .react-calendar__month-view .react-calendar__month-view__days {
  height: 277px;
}

.activitiesEvents .react-calendar .react-calendar__viewContainer .react-calendar__month-view .react-calendar__month-view__days button {
  background: transparent;
  border: none;
  color: white;
  font-size: 16px;
  font-family: 'cario';
}

.activitiesEvents .slidedate-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.activitiesEvents .slidedate-container .mySlides {
  margin: 17px;
}

.activitiesEvents .slidedate-container .mySlides:hover {
  background-color: #EDF0ED;
  width: 100%;
  height: 117px;
  border-radius: 15px;
}

.activitiesEvents .slidedate-container .mySlides .date {
  color: #1F4253;
  font-size: 12px;
}

.activitiesEvents .slidedate-container .mySlides .date .day {
  color: #70B02F;
  font-family: 'roboto';
  font-size: 52px;
}

.activitiesEvents .slidedate-container .mySlides .date span {
  font-weight: bold;
  font-family: 'roboto';
}

.activitiesEvents .slidedate-container .mySlides .line {
  border-left: solid 1px #E9E9E9;
  opacity: 16%;
  height: 88px;
  margin-top: 16px;
}

.activitiesEvents .slidedate-container .mySlides .detilse {
  color: #999999;
  font-size: 14px;
}

.activitiesEvents .slidedate-container .mySlides .detilse span {
  color: #70B02F;
}

@media (min-width: 319px) and (max-width: 767px) {
  .main-slider {
    font: size 12px;
  }
}

.main-slider .main-slider-bg {
  /* background: url('fold.png');
    background-size: cover; */
  height: 100%;
}

.main-slider .main-slider-bg img {
  width: 100%;
  height: 100%;
}

@media (min-width: 319px) and (max-width: 767px) {
  .main-slider .main-slider-bg img {
    height: 300px;
  }
}

.main-slider .main-slider-bg .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.main-slider .main-slider-bg::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #70B02F;
  width: 61px;
  z-index: 9999;
}

@media (min-width: 319px) and (max-width: 767px) {
  .main-slider .main-slider-bg::before {
    width: 10px;
  }
}

.main-slider .main-slider-bg::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #70B02F;
  width: 30px;
  height: 214px;
}

@media (min-width: 319px) and (max-width: 767px) {
  .main-slider .main-slider-bg::after {
    display: none;
  }
}

.main-slider .slider-container {
  top: 35%;
  right: 10%;
  width: calc(100% - 200px);
  height: 300px;
  overflow: hidden;
}

.main-slider .slider-container .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

@media (min-width: 319px) and (max-width: 767px) {
  .main-slider .slider-container {
    width: calc(100% - 70px);
  }
}

.main-slider .slider-container .swiper-wrapper {
  width: 70%;
}

@media (min-width: 319px) and (max-width: 767px) {
  .main-slider .slider-container .swiper-wrapper {
    width: 90%;
  }
}

.main-slider .slider-container .main-section-text {
  color: #ffffff;
}

.main-slider .slider-container .main-section-text header {
  font-size: 25px;
}

@media (min-width: 319px) and (max-width: 767px) {
  .main-slider .slider-container .main-section-text header {
    font-size: 12px;
  }
}

.main-slider .slider-container .main-section-text span {
  font-size: 25px;
  font-weight: 700;
}

@media (min-width: 319px) and (max-width: 767px) {
  .main-slider .slider-container .main-section-text span {
    font-size: 22px;
  }
}

.main-slider .slider-container .main-section-text p {
  font-size: 18px;
  font-weight: 600;
}

@media (min-width: 319px) and (max-width: 767px) {
  .main-slider .slider-container .main-section-text p {
    overflow: hidden;
    height: 79px;
  }
}

.main-slider .swiper-container-vertical > .swiper-pagination-bullets {
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.main-slider .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 4px !important;
  height: 90px !important;
  border-radius: 0 !important;
  background: #fff !important;
  opacity: unset !important;
}

@media (min-width: 319px) and (max-width: 767px) {
  .main-slider .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    height: 50px !important;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .main-slider .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    height: 55px !important;
  }
}

.main-slider .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #70B02F !important;
}

[dir="ltr"] .main-slider .swiper-container-vertical > .swiper-pagination-bullets {
  top: 0 !important;
  left: auto !important;
  right: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.media {
  padding-top: 35px;
}

.media header {
  font-size: 25px;
  font-weight: 700;
  color: #464749;
}

.media .picters .images-card .gallary {
  border: 0;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.media .picters .images-card .gallary img {
  height: 200px;
  width: 100px;
  border-radius: 5px;
}

.media .picters .images-card .gallary img:hover {
  border: 1px solid #eee;
}

@media (min-width: 319px) and (max-width: 767px) {
  .media .twitter .title {
    padding: 15px;
  }
}

.media .twitter .title .twittet-btn {
  color: #54ACEE;
  border: 2px solid #54ACEE;
  font-family: 'Roboto';
  font-size: 16px;
  border-radius: 39px;
  width: 113px;
  height: 45px;
  background: #FFFFFE;
}

.media .twitter .detil {
  background-color: #F8F9F8;
  height: 435px;
  padding: 10px;
  font-family: 'Roboto';
}

.media .twitter .detil .head-detil {
  font-weight: bold;
  font-size: 15px;
}

.media .twitter .detil .head-detil span {
  color: #B2B2B2;
  font-size: 14px;
}

.media .twitter .detil .body-detil {
  font-size: 15px;
}

@media (min-width: 319px) and (max-width: 767px) {
  .media .twitter .detil .body-detil img {
    width: 100%;
  }
}

.media .twitter .detil .body-detil .hash {
  color: #54ACEE;
  font-weight: bold;
  font-size: 13px;
}

.media .twitter .detil .body-detil span {
  color: #464749;
  font-size: 12px;
  float: left;
}

.media .videoRelease {
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.media .viw-video {
  margin-top: 47px;
  width: 100%;
  height: 410px;
}

@media (min-width: 319px) and (max-width: 767px) {
  .media .viw-video {
    padding-top: 0;
  }
}

.mekeGreen {
  background: #F8F9F8;
  color: #464749;
  margin-top: 50px;
}

@media (min-width: 319px) and (max-width: 767px) {
  .mekeGreen .video {
    text-align: center;
  }
}

.mekeGreen .video img {
  width: 350px;
  height: 100%;
}

@media (min-width: 319px) and (max-width: 767px) {
  .mekeGreen .video img {
    width: 100%;
    height: 322px;
  }
}

.mekeGreen .video .videoRelease {
  width: 40px;
  position: absolute;
  top: 0;
  left: 50%;
}

.mekeGreen .head span {
  font-size: 25px;
  font-weight: 700;
}

.mekeGreen .head a {
  color: #70B02F;
  border: 2px solid #70B02F;
  width: 135px;
  height: 50px;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}

.mekeGreen .head a:hover {
  border: 3px solid #70B02F;
  font-weight: 800;
}

@media (min-width: 319px) and (max-width: 767px) {
  .mekeGreen .head a {
    margin-left: 30%;
  }
}

.mekeGreen .detil {
  font-size: 18px;
  font-weight: 600;
}

@media (min-width: 319px) and (max-width: 767px) {
  .mekeGreen .detil {
    padding-bottom: 10px;
  }
}

.mekeGreen .campaignGoals span {
  font-size: 23px;
}

.mekeGreen .campaignGoals .card-gov {
  margin: 5px;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
}

.mekeGreen .campaignGoals .card-gov .goals P {
  font-size: 14px;
  margin: 8px;
}

@media (min-width: 319px) and (max-width: 767px) {
  .mekeGreen .campaignGoals .card-gov .goals P {
    margin: 15px;
  }
}

.mekeGreen .campaignGoals .card-gov .goals .cycle {
  font-size: 21px;
  background: #F8F9F8;
  border-radius: 100%;
  width: 63px;
  height: 63px;
  margin-bottom: 1rem;
}

.mekeGreen .campaignGoals .card-gov .goals .cycle span {
  margin: 15px 20px 15px 20px;
  font-family: 'Roboto-Bold';
}

@media (min-width: 319px) and (max-width: 767px) {
  .mekeGreen .campaignGoals .card-gov .goals .cycle span {
    margin-left: 25px;
  }
}

.mekeGreen .video img {
  width: 100%;
  height: 400px;
}

.viw-video {
  margin: 5px;
  border: 2px solid #70B02F;
}

[dir="ltr"] .head a {
  padding: 13px;
}

.afforestationSystem {
  color: #464749;
  background: #F4F4F4;
  background-image: url(../../images/PNG/tree.png);
  background-repeat: no-repeat;
  background-position-x: 117px;
  background-position-y: 25px;
  height: auto;
}

.afforestationSystem .head span {
  font-size: 25px;
  font-weight: 700;
}

.afforestationSystem .head p {
  font-size: 18px;
  font-weight: 600;
  float: right;
  margin-top: 5px;
}

.afforestationSystem .head .free-sm {
  text-align: center;
  float: none;
  padding-bottom: 40px;
}

.afforestationSystem .head .detil p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.afforestationSystem .head .detil a {
  background: #70B02F;
  height: 50px;
  width: 203px;
  text-align: center;
  padding: 10px;
  color: #ffffff;
  font-size: 19px;
}

.afforestationSystem .head .detil a:hover {
  font-weight: 800;
}

.afforestationSystem .head .detil .more-sm {
  margin: auto;
  width: 100%;
}

@media (min-width: 319px) and (max-width: 767px) {
  .afforestationSystem .audience {
    padding-top: 15px;
  }
}

.afforestationSystem .audience span {
  font-size: 25px;
  font-weight: 700;
  padding-left: 16px;
  display: block;
  padding-bottom: 10px;
}

@media (min-width: 319px) and (max-width: 767px) {
  .afforestationSystem .audience span {
    display: block;
    padding-bottom: 25px;
  }
}

.afforestationSystem .audience .card-gov {
  text-align: center;
  width: auto;
  height: 148px;
  padding: 32px;
  font-size: 18px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 319px) and (max-width: 767px) {
  .afforestationSystem .audience .card-gov {
    margin-bottom: 15px;
  }
}

.afforestationSystem .audience .card-gov:hover {
  border: 2px solid #eee;
}

.afforestationSystem .audience .card-gov img {
  width: 55px;
  margin-bottom: 7px;
}

[dir="ltr"] .more {
  padding: 13px;
}

[dir="ltr"] .afforestationSystem .head .detil a {
  font-size: 16px;
  font-weight: 500;
  padding: 13px;
}

.Gallery {
  margin-bottom: 30px;
}

.Gallery .all-photos a, .Gallery .all-video a {
  background-color: #FFFFFF;
  border: 1px solid #00A78B;
  color: #00A78B;
  border-radius: 30px;
  font-size: 11px;
  padding-top: 5px;
  height: 30px;
  width: 100px;
  text-align: center;
}

@media (max-width: 768px) {
  .Gallery .all-photos a, .Gallery .all-video a {
    font-weight: 100;
    text-decoration: underline;
    background-color: initial;
    border: 0;
    color: #00A78B;
    border-radius: 30px;
    height: 30px;
    width: 100px;
  }
}

.Gallery .card-album-sm {
  text-align: center;
}

.Gallery .card-album-sm img {
  height: 100%;
  width: 100%;
}

.Gallery .card-album-sm .card-album .overlay {
  position: absolute;
  bottom: 1rem;
  left: 30px;
  right: 30px;
  background: black;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: auto;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  padding: 15px;
  opacity: 1;
  border-radius: 5px;
}

.Gallery .card-album-sm .card-album .overlay p {
  text-align: center;
  margin-bottom: 0;
}

.Gallery .play-video {
  border-radius: 4px;
  overflow: hidden;
}

.Gallery .play-video .video-poster {
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  .Gallery .play-video .video-poster {
    height: 500px;
  }
}

@media (max-width: 576px) {
  .Gallery .play-video .video-poster {
    height: 475px;
  }
}

@media (max-width: 414px) {
  .Gallery .play-video .video-poster {
    height: 340px;
  }
}

.Gallery .play-video .overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  height: 100%;
  width: 100%;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.Gallery .play-video .overlay .play-icon {
  margin: 20% auto 2%;
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.Gallery .play-video .overlay .play-icon img {
  width: 40px;
}

@media (max-width: 576px) {
  .Gallery .play-video .overlay .play-icon img {
    height: 33px;
  }
}

@media (max-width: 768px) {
  .Gallery .play-video .overlay .play-icon {
    margin: 30% auto 2%;
    width: 85px;
    height: 85px;
  }
}

.Gallery .play-video .overlay .video-caption {
  font-weight: 300;
}

@media (min-width: 769px) {
  .Gallery .gallerySwiper .swiper-wrapper {
    position: relative;
    height: 350px;
  }
}

@media (max-width: 768px) {
  .Gallery .gallerySwiper .swiper-wrapper {
    height: 240px;
  }
}

.Gallery .gallerySwiper .photo-card .card-img {
  background-size: cover;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .Gallery .gallerySwiper .photo-card:nth-child(1), .Gallery .gallerySwiper .photo-card:nth-child(2) {
    width: 35% !important;
    height: 47%;
    margin-left: 1rem;
  }
}

@media (max-width: 768px) {
  .Gallery .gallerySwiper .photo-card:nth-child(1), .Gallery .gallerySwiper .photo-card:nth-child(2) {
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .Gallery .gallerySwiper .photo-card:nth-child(3) {
    width: calc(100% - 37%) !important;
  }
  .Gallery .gallerySwiper .photo-card:nth-child(2) {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

@media (max-width: 769px) {
  .Gallery .gallerySwiper .photo-card {
    padding-right: 10px;
    padding-left: 10px;
    width: 40% !important;
  }
}

@media (max-width: 575px) {
  .Gallery .gallerySwiper .photo-card {
    width: 70% !important;
  }
}

@media (max-width: 370px) {
  .Gallery .gallerySwiper .photo-card {
    width: 80% !important;
  }
}

@media (min-width: 768px) {
  [dir="ltr"] .Gallery .gallerySwiper .photo-card:nth-child(1), [dir="ltr"] .Gallery .gallerySwiper .photo-card:nth-child(2) {
    margin-right: 1rem;
  }
}

[dir="ltr"] .Gallery .gallerySwiper .photo-card:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
}
/*# sourceMappingURL=homePage.css.map */