* {
  font-family: "Bai Jamjuree", sans-serif;
}

html {
  overflow: hidden !important;
}

body {
  overflow: hidden !important;
}

.mh10p0 {
  min-height: 10px;
  padding: 0px;
}

.mh10p5 {
  min-height: 10px;
  padding: 5px;
}

.mh10p10 {
  min-height: 10px;
  padding: 10px;
}

/* Menu Start */

.menuOuter {
  width: 70px;
  height: 100vh;
  background-color: #fff;
  float: right;
  position: relative;
  border-left: 1px solid #f5f5f5;
}

.menuTopBtns {
  width: 100%;
  min-height: 10px;
  float: left;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 10px;
}

.menuBottomBtns {
  width: 100%;
  min-height: 10px;
  float: left;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.menuBtn {
  width: 50px;
  height: 70px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  font-weight: 500;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: -1px;
  color: #333 !important;
  text-decoration: none !important;
}

.menuButtonsOuter {
  width: 450px;
  height: 100vh;
  background-color: #fff;
  position: absolute;
  right: 70px;
  z-index: 44;
  overflow: auto;
  padding: 30px;
  transition: 0.3s ease all;
  border-right: 1px solid #e9e9e9;
}



.menuButtonsOuter::-webkit-scrollbar {
  width: 10px;
}

.menuButtonsOuter::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.menuButtonsOuter::-webkit-scrollbar-thumb {
  background: #888;
}

.menuButtonsOuter::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.menuButtonsOuter h3 {
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 800;
  color: #333;
  letter-spacing: 1px;
  margin: 0px;
  margin-bottom: 25px;
}

.menuButtonsLinkOuter {
  width: 100%;
  min-height: 20px;
  float: left;
  padding: 20px 0px;
  font-size: 16px;
  font-weight: 400;
  color: #333 !important;
  text-decoration: none !important;
  text-transform: uppercase;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: -1px;
  cursor: pointer;
}

.menuTextsOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  line-height: 50px;
  text-transform: uppercase;
  padding: 20px 0px;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}

.menuTextsButtonsOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.menuTextsButtonsOuter * img {
  height: 40px;
  border-radius: 5px;
  border: 2px solid #f5f5f5;
}

/* Menu Start */

/* Slider Start */

.contentsOuter {
  width: calc(100% - 70px);
  height: 130vh;
  float: right;
  position: relative;
  overflow-x: hidden !important;
}

.contentsOuter::-webkit-scrollbar {
  width: 4px;
}

.contentsOuter::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.contentsOuter::-webkit-scrollbar-thumb {
  background: #888;
}

.contentsOuter::-webkit-scrofllbar-thumb:hover {
  background: #555;
}

.sliderOuter {
  width: 100%;
  min-height: 100vh;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  overflow: hidden !important;
}

.sliderOuter video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  z-index: 1;
  float: left;
}

.sliderOuter:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.sliderTopLineOuter {
  width: 100%;
  min-height: 10px;
  padding: 15px 0px;
  float: left;
  padding-left: 80px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  position: relative;
  z-index: 4;
}

.sliderTopLineLogo {
  width: 60px;
  height: 60px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sliderTopLineLogo img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  object-position: center;
}

.sliderTopLineText {
  font-size: 20px;
  color: #fff;
  text-shadow: 0 0 2px #190938, 0 0 2px #190938, 0 0 2px #190938,
    0 0 2px #190938;
  letter-spacing: 2px;
}

.sliderTopLineText2 {
  font-size: 16px;
  color: #537fbc;
  letter-spacing: 2px;
  margin-bottom: -20px;
}

.sliderBottomContentsOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  position: relative;
  z-index: 4;
  padding-left: 80px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.sliderBottomContentsBigBox {
  width: 450px;
  height: 225px;
  float: left;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 30px;
  gap: 15px;
}

.sliderBottomContentsBigBox img {
  width: 40px;
}

.sliderBottomContentsBoxes {
  flex: 1;
  height: 225px;
  float: left;
}

.sliderBottomContentsBoxesBox {
  margin-top: -100px;
  width: calc((100% / 3) + 1px);
  height: 285px;
  border-radius: 10px;
  border: 1px solid #5581bf;
  float: left;
  margin-left: -1px;
  padding: 20px;
}

.sliderBottomContentsBoxesBox h3 {
  margin: 0px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.sliderBottomContentsBoxesBox p {
  margin: 0px;
  font-size: 9px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 24px;
}

.sliderBottomContentsBoxesBigBox {
  width: 100%;
  height: 65px;
  float: left;
  border-radius: 10px;
  border: 1px solid #5581bf;
  margin-left: -1px;
  margin-top: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  gap: 40px;
}

.sliderBottomContentsBoxesBigBoxArrows {
  flex: 1;
  height: 40px;
  font-size: 20px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 35px;
  padding-top: 10px;
}

.sliderBottomContentsBoxesBigBoxArrows:last-child {
  justify-content: flex-start;
}

.sliderCenterContents {
  width: 100%;
  height: 80vh !important;
  flex: 1;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-left: 80px;
  padding-right: 30px;
  flex-direction: column;
}

.sliderCenterContents h1 {
  width: 55%;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1a0736;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
  line-height: 60px;
}

.sliderCenterContents h2 {
  width: 55%;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  color: #e5e5eb;
  line-height: 60px;
}

.sliderCenterContents p {
  margin-top: 20px;
  width: 55%;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 0 3px #1a0736, 0 0 3px #1a0736, 0 0 3px #1a0736,
    0 0 3px #1a0736;
  line-height: 30px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1200px) {
  .sliderCenterContents p {
    width: 100%;
  }
}

.slider_app_btns_outer {
  width: 450px;
  min-height: 10px;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.slider_app_btns_outer * img {
  height: 50px;
  border-radius: 5px;
  border: 2px solid #f5f5f5;
}

/* Slider End */

/* About Start */

.aboutLineOuter {
  width: 100%;
  min-height: 50px;
  float: left;
  padding: 50px;
  padding-left: 80px;
  padding-right: 20px;
}

.aboutLineInner {
  width: 100%;
  min-height: 20px;
  float: left;
}

.aboutLineInner h4 {
  width: 100%;
  float: left;
  font-size: 20px;
  font-weight: 400;
  color: #333;

  margin: 0px;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.aboutLineInner h3 {
  width: 100%;
  float: left;
  font-size: 38px;
  font-weight: 600;
  color: #274b99;
  margin: 0px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.aboutLineInner p {
  width: 100%;
  float: left;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  margin: 0px;
  margin-bottom: 15px;
}

/* About End */

/* How Works Start */

.howWorkLineOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  background-color: #537fbc;
  padding: 50px;
  padding-left: 80px;
  padding-right: 20px;
  position: relative;
}

.howWorkLineOuter video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  z-index: 1;
  float: left;
  opacity: 0.1;
}

.howWorkLineInner {
  width: 100%;
  min-height: 10px;
  float: left;
  position: relative;
  z-index: 3;
}

.howWorkLineInner h4 {
  width: 100%;
  float: left;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin: 0px;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.howWorkLineInner h3 {
  width: 100%;
  float: left;
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  margin: 0px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.howWorkBoxesOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.howWorkBox {
  flex: 1;
  min-height: 430px;
  background-color: #d9e6ec;
  float: left;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 1200px) {
  .howWorkBox {
    min-height: 280px;
  }
}
.howWorkIcon {
  width: 50px;
  height: 50px;
  float: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 40px;
  color: #3d4d6a;
}

.howWorkBoxesOuter h3 {
  width: 100%;
  text-align: start;
  font-size: 20px;
  font-weight: 600;
  color: #190938;
  margin: 0px;
  text-transform: uppercase;
}

.howWorkBoxesOuter p {
  width: 100%;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin: 0px;
}

/* How Works End */

/* App İmages Start */

.appImagesOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  background: radial-gradient(
    circle at 10% 20%,
    rgba(0, 149, 218, 0.85) 9.9%,
    rgb(56, 80, 114) 100.3%
  );
  padding: 50px;
  padding-left: 80px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.appImagesOuter video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  z-index: 1;
  float: left;
  opacity: 0.3;
}

.appImagesOuter:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  background-color: rgba(83, 127, 188, 0.471);
}

.appImagesInner {
  width: 100%;
  min-height: 10px;
  float: left;
  position: relative;
  z-index: 5;
}

.appImagesInner h4 {
  width: 100%;
  float: left;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin: 0px;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.appImagesInner h3 {
  width: 100%;
  float: left;
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  margin: 0px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.appImagesButtonsOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.appImagesButton {
  min-width: 10px;
  height: 40px;
  float: left;
  background-color: #fff;
  padding: 0px 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  opacity: 0.5;
}

.mixitup-control-active {
  opacity: 1;
}

.projectImagesListOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}

@media only screen and (max-width: 475px) {
 
.projectImagesListOuter {
  gap: 0px!important;
}
}

.projectImageBox {
  width: calc((100% / 3) - (30px / 3));
  height: 200px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}


.projectImageBox img {
  width: 100%;
  height: 200px!important;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: contain;
  object-position: center;
}

@media only screen and (max-width: 1200px) {
  .projectImageBox {
    height: 150px;
    margin-bottom: 0px!important;
  }
  .projectImageBox img {
    width: 100%;
    height: 150px!important;
  }
}


/* App İmages End */

/* SSS Start */

.sssContentsOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 25px;
}

.sssBoxesOuter {
  flex: 1;
  min-height: 20px;
  float: left;
}

.sssContentVideoOuter {
  width: 40%;
  height: 800px;
  float: left;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sssContentVideoOuter video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  z-index: 1;
  float: left;
}

.sssContentVideoOuter:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.sssContentVideoOuter img {
  width: 40%;
  position: relative;
  z-index: 3;
  opacity: 0.9;
}

.sssLineOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 5px 0px;
  border-top: 1px solid #1a0839;
  border-bottom: 1px solid #1a0839;
  margin-bottom: -1px;
  cursor: pointer;
}

.sssLineBtn {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.sssLineText {
  flex: 1;
  min-height: 10px;
  float: left;
  font-size: 15px;
  font-weight: 600;
  color: #190938;
  margin-top: -1px;
}

.sssContentLine {
  width: 100%;
  min-height: 10px;
  float: left;
  border-top: 1px solid #1a0839;
  border-bottom: 1px solid #1a0839;
  margin-bottom: -1px;
  padding: 15px 0px;
  padding-bottom: 20px;
}

/* SSS End */

/* Footer Start */

.footerOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  background-color: #537fbc;
  padding: 40px;
  padding-left: 80px;
  padding-right: 20px;
}

.footerBottomLineOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  border-radius: 10px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  margin-bottom: -10px;
}

.footerBottomLineCenterBtn {
  min-width: 10px;
  height: 30px;
  float: left;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  line-height: 25px;
  padding-bottom: 2px;
  cursor: pointer;
}

.footerBottomLineMiniTexts {
  flex: 1;
  min-height: 10px;
  float: left;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
}

.footerBottomLineMiniTexts:last-child {
  text-align: right;
}

.footerBottomLineMiniTexts a {
  color: #fff;
}

.footerSocialsOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

.footerSocialsOuter span {
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  float: left;
}

.footerSocialsCircle {
  width: 34px;
  height: 34px;
  float: left;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  cursor: pointer;
  font-size: 16px;
  padding-top: 2px;
  cursor: pointer;
  color: #222222;
}

.footerBoxesOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}

.footerBoxesInner {
  flex: 1;
  min-height: 10px;
  float: left;
}

.footerBoxesInner h3 {
  width: 100%;
  min-height: 10px;
  float: left;
  margin: 0px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.footerBoxesContent {
  width: 100%;
  min-height: 10px;
  float: left;
  font-size: 11px;
  padding: 14px 0px;
  color: #ffffffb0;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  margin-top: -1px;
  cursor: pointer;
  transition: 0.3s ease all;
  text-decoration: none !important;
}

.footerBoxesContent:hover {
  color: #fff;
}

.footerInputOuter {
  width: 100%;
  min-height: 10px;
  float: left;
}

.footerInputOuter input {
  width: 100%;
  height: 45px;
  background-color: transparent;
  border: 0px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  outline: 0px;
  color: #fff;
  padding: 0px 10px;
  padding-bottom: 2px;
}

.footerInputOuter textarea {
  width: 100%;
  height: 85px;
  background-color: transparent;
  border: 0px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  outline: 0px;
  color: #fff;
  padding: 10px;
  resize: none;
}

.footerInputOuter input::placeholder {
  color: #fff;
}

.footerInputOuter textarea::placeholder {
  color: #fff;
}

.footerInputBox {
  padding: 0px;
  padding-right: 15px;
  margin-bottom: 15px;
}

.footerInputOuter button {
  float: right;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 10px 15px;
  color: #fff;
  padding-bottom: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Footer End */

/* Custom Slider Start */

.customModalOuter {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
}

.customModalCloseBtn {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #fff;
  float: left;
}

.customModalContentsOuter {
  width: 60%;
  min-height: 50px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
  float: left;
}

.customModalContentsTitle {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #dadada;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 15px;
  font-weight: 600;
  color: #333;
  font-size: 16px;
}

.customModalContentsTexts {
  width: 100%;
  min-height: 50px;
  max-height: calc(100vh - 350px);
  float: left;
  padding: 15px;
  overflow: auto;
}

.customModalContentsTexts::-webkit-scrollbar {
  width: 10px;
}

.customModalContentsTexts::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.customModalContentsTexts::-webkit-scrollbar-thumb {
  background: #888;
}

.customModalContentsTexts::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Custom Slider End */

/* Mobile Start */

@media only screen and (max-width: 950px) {
  .sliderBottomContentsOuter {
    display: none;
  }

  .sliderCenterContents h1 {
    width: 70%;
    font-size: 26px;
    line-height: 49px;
  }

  .slider_app_btns_outer * img {
    width: 60%;
    height: auto;
  }

  .sliderTopLineOuter {
    padding-left: 20px;
  }

  .sliderCenterContents {
    padding-left: 20px;
  }

  .aboutLineOuter {
    padding-left: 20px;
  }

  .howWorkLineOuter {
    padding-left: 20px;
  }

  .howWorkBoxesOuter {
    flex-direction: column;
  }

  .appImagesOuter {
    padding-left: 20px;
  }

  .projectImageBox {
    width: 100%;
  }

  .sssContentsOuter {
    flex-direction: column;
  }

  .sssContentVideoOuter {
    width: 100%;
  }

  .footerOuter {
    padding-left: 20px;
  }

  .footerBoxesOuter {
    flex-direction: column;
  }

  .footerBottomLineOuter {
    display: block;
  }

  .footerBottomLineMiniTexts {
    width: 100%;
    min-height: 40px;
    text-align: center !important;
    line-height: 40px;
    padding: 10px 0px;
    line-height: 20px;
  }

  .footerBottomLineCenterBtn {
    width: 100%;
    height: 50px;
    gap: 10px;
    font-size: 14px;
  }

  .footerBottomLineCenterBtn i {
    display: none;
  }

  .menuButtonsOuter {
    width: calc(100vw - 70px);
  }

  .customModalContentsOuter {
    width: 80%;
  }
  
  .sliderOuter {
    min-height: 10px;
    padding-bottom: 30px;
  }

  .menuTopBtns {
    position: relative;
    padding-bottom: 0px;
  }

  .menuBottomBtns {
    position: relative;
    padding-top: 0px;
  }
}

@media only screen and (max-width: 475px) {
  .contentsOuter {
    height: 170vh !important;
  }
  .slider_app_btns_outer {
    margin-left: 30px;
  }
}

/* Mobile End */

@media only screen and (max-width: 540px) {
  .sliderCenterContents p {
    font-size: 16px !important;
  }
  .sliderCenterContents h1 {
    line-height: 30px !important;
    margin-top: 50px !important;
    width: 100% !important;
  }
  .sliderCenterContents p {
    line-height: 24px !important;
  }
}


@media only screen and (max-width: 1200px) {
  .menuButtonsOuter {
    height: 110vh!important;
    padding-bottom: 150px!important;
  }
}

.languageBtnText{
  font-size: 8px!important;
}
.menuBtn{
  font-size: 10px!important;
  padding-top: 20px;
  margin-bottom:-20px!important;
}

.card-custom {
  min-height: 300px!important;
}




