@font-face {
	font-family: A1;
	src: url('_v1/fonts/Tajawal-Bold.ttf');
}
@font-face {
	font-family: A2;
	src: url('_v1/fonts/Tajawal-Medium.ttf');
}
@font-face {
	font-family: A3;
	src: url('_v1/fonts/Tajawal-Regular.ttf');
}
@font-face {
	font-family: A4;
	src: url('_v1/fonts/Tajawal-Light.ttf');
}
@font-face {
	font-family: I1;
	src: url('_v1/fonts/Inter_Bold.ttf');
}
@font-face {
	font-family: I2;
	src: url('_v1/fonts/Inter_Medium.ttf');
}
@font-face {
	font-family: I3;
	src: url('_v1/fonts/Inter_Regular.ttf');
}
@font-face {
	font-family: I4;
	src: url('_v1/fonts/Inter_Light.ttf');
}
@font-face {
	font-family: I5;
	src: url('_v1/fonts/Inter_ExtraLight.ttf');
}
@font-face {
	font-family: I6;
	src: url('_v1/fonts/Inter_Thin.ttf');
}

body {
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  } 
/* scrol bar */
::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-track {background: #f2f2f2;}
::-webkit-scrollbar-thumb {background: #e5e5e5;}
::-webkit-scrollbar-thumb:hover {background: #c6c6c6;}

/* select color */
::selection {background: #0c0c0c;color: #fff;}
::-moz-selection {background: #0c0c0c;color: #fff;}

.noBlue {text-decoration: none;outline: 0;border: 0;appearance: none;-webkit-appearance: none;-moz-appearance: none;}
.noBlue:hover {text-decoration: none;outline: 0;border: 0;appearance: none;-webkit-appearance: none;-moz-appearance: none;}
.noBlue:focus {text-decoration: none;outline: 0;border: 0;appearance: none;-webkit-appearance: none;-moz-appearance: none;}

/*------------------------------------------------------------- main Div */
.headerLogo {
  }
.headerLogo .container-fluid {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
.headerLogo #headerLogoR {
  padding: 35px 70px 0 70px;
  margin: 0 0 0 0;
  }
#headerLogoR .col1 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
#headerLogoR .col1 img {
  width: 250px;
  height: auto;
  }

/*------------------------------------------------------------- Video */
.videoSEC {
  }
.videoSEC .container-fluid {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
.videoSEC #videoSECr {
  padding: 30px 70px 15px 70px;
  margin: 0 0 0 0;
  }
#videoSECr .col1 {
  --video-overlay-opacity: 0.2; /* 0 = transparent, 1 = solid black */
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  min-height: 400px;
  border-radius: 45px;
  background: url('imgs/videoBackground.jpg') no-repeat center center;
  background-size: cover;
  }
#videoSECr .col1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: var(--video-overlay-opacity);
  pointer-events: none;
  z-index: 0;
  }
#videoSECr .col1 > a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  }
#videoSECr .col1 > a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 6px;
  border-radius: 50%;
  }
#videoSECr .col1 img {
  display: block;
  width: 140px;
  height: auto;
  }

@media (max-width: 575.98px) {
  .videoSEC #videoSECr { padding: 30px 20px 0 20px;}
  #videoSECr .col1 {border-radius: 30px;}
  }
@media (min-width: 576px) and (max-width: 912.98px) {
  .videoSEC #videoSECr { padding: 30px 20px 0 20px;}
  #videoSECr .col1 {border-radius: 30px;}
  }
@media (min-width: 820px) and (max-width: 1180.98px) {
  }
@media (min-width: 913px) and (max-width: 1199.98px) {
  }
@media (min-width: 1200px) and (max-width: 1399.98px) {
  }

/*------------------------------------------------------------- main IMGS 1*/
.mainIMGS1 {
  --images-gap: 30px;
  --images-height: 500px;
  --image-shade-opacity: 0.6; /* 0 = no shading, 1 = black at the corner */
  --image-title-size: 24px;
  --image-description-size: 15px;
  --image-caption-padding: 30px;
  --image-caption-gap: 6px;
  }
.mainIMGS1 .image-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  }
.mainIMGS1 .image-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at bottom left, #000 0%, transparent 75%);
  opacity: var(--image-shade-opacity);
  z-index: 0;
  pointer-events: none;
  }
.mainIMGS1 .image-caption {
  position: absolute;
  left: var(--image-caption-padding);
  right: var(--image-caption-padding);
  bottom: var(--image-caption-padding);
  z-index: 1;
  color: #fff;
  text-align: left;
  overflow-wrap: anywhere;
  }
.mainIMGS1 .image-title {
  margin: 0 0 var(--image-caption-gap);
  font-family: I1, sans-serif;
  font-size: var(--image-title-size);
  font-weight: 700;
  line-height: 1.2;
  }
.mainIMGS1 .image-description {
  margin: 0;
  font-family: I3, sans-serif;
  font-size: var(--image-description-size);
  line-height: 1.4;
  }
.mainIMGS1 .container-fluid {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
.mainIMGS1 #mainIMGS1r {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--images-gap);
  align-items: stretch;
  padding: 15px 70px 0 70px;
  margin: 0 0 0 0;
  }
#mainIMGS1r > .col1,
#mainIMGS1r > .col2 {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  }
#mainIMGS1r .col1 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background: url('imgs/mobile.jpg') no-repeat center center;
  background-size: cover;
  border-radius: 45px;
  height: var(--images-height);
  }
#mainIMGS1r .col2 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  height: var(--images-height);
  }
#mainIMGS1r .col2 #IMGS1_col2r {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: var(--images-gap);
  height: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
#IMGS1_col2r .col3 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background: url('imgs/cat.jpg') no-repeat center center;
  background-size: cover;
  border-radius: 45px;
  min-height: 0;
  }
#IMGS1_col2r .col4 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background: url('imgs/kid.jpg') no-repeat center center;
  background-size: cover;
  border-radius: 45px;
  min-height: 0;
  }

@media (max-width: 575.98px) {
  .mainIMGS1 {--images-gap: 20px;}
  .mainIMGS1 #mainIMGS1r { grid-template-columns: minmax(0, 1fr); padding: 20px 20px 30px 20px;}
  #mainIMGS1r .col1 {height: 360px;}
  #mainIMGS1r .col2 {height: auto;}
  #mainIMGS1r .col2 #IMGS1_col2r {height: auto;grid-template-rows: repeat(2, 220px);}
  #mainIMGS1r .col1, #IMGS1_col2r .col3, #IMGS1_col2r .col4 {border-radius: 30px;}
  }
@media (min-width: 576px) and (max-width: 912.98px) {
  .mainIMGS1 {--images-gap: 20px;}
  .mainIMGS1 #mainIMGS1r { grid-template-columns: minmax(0, 1fr); padding: 20px 20px 30px 20px;}
  #mainIMGS1r .col1 {height: 360px;}
  #mainIMGS1r .col2 {height: auto;}
  #mainIMGS1r .col2 #IMGS1_col2r {height: auto;grid-template-rows: repeat(2, 220px);}
  #mainIMGS1r .col1, #IMGS1_col2r .col3, #IMGS1_col2r .col4 {border-radius: 30px;}
  }
@media (min-width: 820px) and (max-width: 1180.98px) {
  }
@media (min-width: 913px) and (max-width: 1199.98px) {
  }
@media (min-width: 1200px) and (max-width: 1399.98px) {
  }

/*------------------------------------------------------------- gallery cntact Div */
.gallerySEC {
  --gallery-gap: 30px; /* Space between columns, or between rows on small screens */
  }
.gallerySEC .container-fluid {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
.gallerySEC #gallerySECr {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--gallery-gap);
  padding: 35px 70px 35px 70px;
  margin: 0 0 0 0;
  }

#gallerySECr > .col1,
#gallerySECr > .col2 {
  width: 100%; /* Fill the grid cell instead of Bootstrap's 50% column width */
  min-width: 0;
  }
#gallerySECr img {display: block;}
@media (max-width: 991.98px) {
  .gallerySEC #gallerySECr {
    grid-template-columns: minmax(0, 1fr);
    padding: 30px 20px 0;
    }
  }

#gallerySECr .col1 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border-radius: 45px;
  }
#gallerySECr .col1 img {
  width: 100%;
  height: auto;
  border-radius: 45px;
  }

#gallerySECr .col2 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
  align-content: center;
  background-color: #58dae0;
  border-radius: 45px;
  height: 100%;
  }

#gallerySECr .col2a {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
  font-family: I3;
  font-size: 26px;
  color: #fff;
  }
#gallerySECr .col2b {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
  font-family: A2;
  font-size: 34px;
  color: #fff;
  }
#gallerySECr .col2c {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
  }
#gallerySECr .col2c img {
  width: 180px;
  height: auto;
  display: block;
  float: none;
  margin: 0 auto;
  }
#gallerySECr .col2d {
  padding: 50px 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
  }
#gallerySECr .col2d img {
  width: 70px;
  height: auto;
  display: block;
  float: none;
  margin: 0 auto;
  }









/*------------------------------------------------------------- main picture */
.mainPic {  }
.mainPic #mainPicR {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
#mainPicR .col1 {
  padding: 0;
  margin: 0;
  height: 240px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  }

/* Image Background */
#mainPicR .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  }

/* Overlay */
#mainPicR .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  }

/*------------------------------------------------------------- logo-name */
.logoName {margin-top: -30px;z-index: 2;}
.logoName #logoNameR {
  padding: 0 18px 0 18px;
  margin: 0 0 0 0;
  height: 110px;
  }

#logoNameR .col1 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  height: 110px;
  border-radius: 20px;
  }

#logoNameR .col2 {
  padding: 44px 0 0 20px;
  margin: 0 0 0 0;
  height: 110px;
  align-content:flex-start;
  }

#logoNameR .col2a {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align: left;
  font-family: I2;
  font-size: 21px;
  line-height: 24px;
  text-transform: uppercase;
  }

#logoNameR .col2b {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align: left;
  font-family: I3;
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 15px;
  }

/*------------------------------------------------------------- call social buttons */
.callSocial {}
.callSocial #callSocialR {
  padding: 22px 0 0 0;
  margin: 0 -6px 0 -6px;
  }
#callSocialR .CScolout {
  padding: 0 6px 12px 6px;
  margin: 0 0 0 0;  
  }
#callSocialR .CScolout .CScolin {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-size: 24px;
  text-align: center;
  align-content: center;
  border-radius: 18px;
  /* background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(247, 247, 247, 1) 100%); */
  height: 70px;
  }

/*------------------------------------------------------------- download button */
.downlodBu {}
.downlodBu #downlodBuR {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }

#downlodBuR .col1 {
  padding: 0 0 12px 0;
  margin: 0 0 0 0;
  }
#downlodBuR .col1 .dBu{
  width: 100%;
  height: 40px;
  border-radius: 30px;
  border: 0px;
  font-size: 17px;
  font-family: I3;
  }

/*------------------------------------------------------------- insta and google review */
.instaGoogle {}
.instaGoogle #instaGoogleR {
  padding: 0 0 0 0;
  margin: 0 -6px 0 -6px;
  }
#instaGoogleR .iGcolout {
  padding: 0 6px 12px 6px;
  margin: 0 0 0 0;  
  }
#instaGoogleR .iGcolout .iGcolin {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
  align-content: center;
  border-radius: 50px;
  height: 70px;
  }
#instaGoogleR .iGcolout .iGcolin .insta_img {
  height: 15px;
  width: auto;
  }
#instaGoogleR .iGcolout .iGcolin .google_img {
  height: 40px;
  width: auto;
  }

/*------------------------------------------------------------- share */
.shareSEC {}
.share-status {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(100% - 32px);
  padding: 10px 18px;
  border-radius: 20px;
  background: #333;
  color: #fff;
  font-size: 13px;
  text-align: center;
  z-index: 1050;
  pointer-events: none;
  }
.share-status:empty {display: none;}
.shareSEC #shareSECr {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
#shareSECr .col1 {
  padding: 30px 0 30px 0;
  margin: 0 0 0 0;
  text-align: center;
  }
#shareSECr .col1 a {
  font-size: 12px;
  text-transform: uppercase;
  }
#shareSECr .col1 a i {
  font-size: 12px;
  margin-right: 3px;
  }
#shareSECr .col1 .sCopy {
  margin-right: 15px;
  }

#shareSECr .theme-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 46px;
  height: 24px;
  padding: 0 5px;
  margin-right: 12px;
  border: 1px solid currentColor;
  border-radius: 20px;
  background: transparent;
  vertical-align: middle;
  cursor: pointer;
  }
#shareSECr .theme-switch[hidden] {display: none;}
#shareSECr .theme-switch i {font-size: 10px;line-height: 1;}
#shareSECr .theme-switch-thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: currentColor;
  transition: transform 0.2s ease;
  }
#shareSECr .theme-switch[aria-checked="true"] .theme-switch-thumb {
  transform: translateX(22px);
  }
#shareSECr .theme-switch:focus-visible {outline: 2px solid currentColor;outline-offset: 4px;}
@media (prefers-reduced-motion: reduce) {
  #shareSECr .theme-switch-thumb {transition: none;}
  }

  

  /* Portrait YouTube video inside Lity */
.lity-iframe .lity-container {
    width: min(92vw, calc(88vh * 9 / 16)) !important;
    max-width: 480px !important;
}

.lity-iframe .lity-content {
    width: 100%;
}

.lity-iframe .lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 177.7778% !important; /* 9:16 */
}

.lity-iframe .lity-iframe-container iframe {
    width: 100%;
    height: 100%;
}