@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
/*=======================
        General 
=======================*/
body {
  padding: 0;
  margin: 0;
}
html,
body {
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
}
p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
a:hover {
  text-decoration: none;
}
a {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
}
:focus {
  outline: none;
}
img {
  max-width: 100%;
}
ul {
  padding: 0;
  margin: 0;
}
* {
  box-sizing: border-box;
}
.list-flex {
  display: flex;
  flex-wrap: wrap;
}
.flex-center {
  justify-content: space-between;
}
.flex-middle {
  align-items: center;
}
.text-center {
  text-align: center;
}
.text-uppercase {
  text-transform: uppercase;
}
/*=======================
       Page Layout
=======================*/
.container {
  margin: 0 auto;
  max-width: 1204px;
  padding: 0 20px;
}
#header {
  padding: 20px 43px 20px 8px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background-color: #fff;
}
.menu-main ul li {
  display: inline-block;
}
.menu-main ul li {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 26px;
}
.menu-main ul li a {
  color: #262165;
}
.btn-download {
  display: inline-block;
  background: #e48725;
  box-shadow: 4px 4px 4px 5px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 10px 31px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  opacity: 0;
  margin-left: 9px;
}
#header.download .btn-download:hover {
  opacity: 0.8;
}
.bg-section {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-top {
  background-image: url(../images/bg-1.jpg);
  padding: 219px 0 199px;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.home-top .container {
  height: 100%;
  width: 100%;
}
.home-top .des {
  width: 68%;
  padding-right: 90px;
  padding-left: 90px;
  margin-top: -22px;
}
.home-top .des h1 {
  color: #fff;
  font-weight: 800;
  font-size: 55px;
  line-height: 75px;
  margin-bottom: 14px;
}
.home-top .des p {
  color: #262165;
  font-size: 34px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0;
}
.home-top .function {
  margin: 74px -32.5px 0;
}
.home-top .function a {
  display: inline-block;
  margin: 0 32.5px;
  height: 70px;
}
.home-top .function a img {
  height: 100%;
  display: block;
}
.home-top .featured {
  width: 32%;
}
.home-top .container {
  max-width: 1485px;
}
.home-about {
  padding: 128px 0 216px;
}
.home-about .box {
  padding-right: 414px;
}
.home-about .box h2 {
  color: #262165;
  font-size: 52px;
  line-height: 1;
  margin-bottom: 67px;
  text-transform: uppercase;
}
.home-about .box p {
  font-size: 32px;
  line-height: 45px;
  color: #333;
  font-weight: 500;
  margin-bottom: 46px;
  position: relative;
  z-index: 2;
  text-align: justify;
}
.home-about .box p:last-child {
  margin-bottom: 0;
}
.home-about img {
  bottom: -132px;
  right: -60px;
  position: absolute;
  max-width: 60%;
}
.home-features {
  background-image: url(../images/bg-2.jpg);
  padding: 41px 120px;
}
.home-features .container {
  display: flex;
  align-items: center;
}
.features-it .image {
  width: 35%;
  text-align: center;
}
.features-slider .slick-track {
  display: flex !important;
}
.features-it {
  height: inherit !important;
}
.features-it .list-flex {
  height: 100%;
}
.features-it .info {
  width: 50%;
}
.features-it .info h3 {
  font-size: 40px;
  color: #fff;
  margin: 0;
  line-height: 1.3;
}
.features-it .info h3 span {
  font-size: 64px;
  color: #e48725;
  display: block;
}
.features-box {
  width: 100%;
}
.home-contact {
  padding: 93px 0 0;
}
.home-contact h2 {
  color: #262165;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 55px;
}
.contact-tab-title a {
  display: inline-block;
  width: 50%;
  color: #e5e5e5;
  font-size: 32px;
  line-height: 1;
  padding: 0 10px 28px;
  border-bottom: 4px solid transparent;
  font-weight: 700;
  margin-bottom: -2px;
}
.contact-tab-title a.active,
.contact-tab-title a:hover {
  border-color: #e48725;
  color: #333;
}
.contact-tab-title {
  margin-bottom: 9px;
  border-bottom: 2px solid #ebeaed;
}
.form-contact h4 {
  margin-bottom: 18px;
  font-size: 20px;
  color: #333;
  font-weight: 400;
  line-height: 1.5;
}
.form-contact .form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -21.5px 14px;
}
.form-contact .form-col {
  width: 50%;
  padding: 0 21.5px;
}
.form-contact input[type="text"],
.form-contact input[type="tel"],
.form-contact input[type="email"],
.form-contact textarea,
.form-contact select {
  background: #fff;
  border: 1px solid #bdbcbc;
  border-radius: 7px;
  padding: 14.5px 30px;
  font-size: 20px;
  color: #bdbcbc;
  width: 100%;
  -webkit-appearance: none !important;
}
.form-contact select {
  background: url(../images/select.svg) no-repeat right 24px center/14px auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.form-contact input[type="text"]::placeholder,
.form-contact input[type="tel"]::placeholder,
.form-contact input[type="email"]::placeholder,
.form-contact textarea::placeholder {
  color: #bdbcbc;
}
.form-contact h4.form-title {
  margin: 28px 0 23px;
}
.form-contact textarea {
  height: 116px;
  resize: none;
}
.form-contact input[type="submit"] {
  display: inline-block;
  margin-top: 27px;
  background: #e48725;
  padding: 8px 39px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-radius: 7px;
  border: 1px solid #bdbcbc;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -webkit-appearance: none !important;
}
.form-contact input[type="submit"]:hover {
  opacity: 0.8;
}
.ft-top {
  margin-top: -12px;
  margin-bottom: 9px;
}
.social {
  margin-top: 30px;
}
.social a {
  display: inline-block;
  margin-left: 15px;
  font-size: 23px;
  color: #262165;
}
.social a:hover,
.ft-bottom a.menu-term:hover {
  opacity: 0.8;
}
.ft-bottom {
  padding: 27px 0 64px;
  border-top: 2px solid #ebeaed;
}
.ft-bottom p.copyright {
  color: #262165;
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
  letter-spacing: -0.03em;
}
.ft-bottom a.menu-term {
  color: #262165;
  font-size: 20px;
  line-height: 1;
  border-bottom: 1px solid #262165;
  letter-spacing: -0.03em;
}
.tab-it {
  display: none;
}
.tab-it.show {
  display: block;
}
.features-slider .slick-arrow {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: url(../images/right-white.svg) transparent no-repeat center
    center/16px auto;
  border: 1px solid #fff;
  z-index: 5;
}
.features-slider .slick-arrow:before {
  display: none;
}
.features-slider .slick-prev {
  background-image: url(../images/left-white.svg);
  left: -100px;
}
.features-slider .slick-next:hover {
  background: url(../images/right.svg) #fff no-repeat center center/16px auto;
}
.features-slider .slick-prev:hover {
  background: url(../images/left.svg) #fff no-repeat center center/16px auto;
}
.features-slider .slick-next {
  right: -100px;
  left: auto;
}
.features-slider .slick-arrow.slick-disabled {
  display: none !important;
}
.slick-slider {
  margin-bottom: 0;
}
.toogle-menu {
  border: 0 none;
  display: none;
  height: 13px;
  width: 28px;
  z-index: 999;
  cursor: pointer;
  outline: 0;
  background: none;
  position: relative;
  top: -3px;
}
.toogle-menu span {
  font-size: 0;
  height: 3px;
  width: 100%;
  background: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 5px;
}
.toogle-menu span::after,
.toogle-menu span::before {
  font-size: 0;
  height: 3px;
  width: 100%;
  background: #333;
  position: absolute;
  left: 0;
  content: "";
  border-radius: 5px;
}
.toogle-menu span::after {
  transform: translateY(8px);
}
.toogle-menu span::before {
  transform: translateY(-8px);
}
.toogle-menu.exit span::before {
  transform: translateY(0px) rotate(45deg);
  height: 2px;
}
.toogle-menu.exit span::after {
  transform: translateY(0px) rotate(-45deg);
  height: 2px;
}
.toogle-menu.exit span {
  background-color: transparent;
}
.toogle-menu.exit {
  width: 20px;
  right: -3px;
}
.on-sp {
  display: none;
}
.menu-main ul li.active a {
  color: #e48725 !important;
}
#header.download .btn-download {
  opacity: 1;
}
#header.download .logo {
  display: none;
}
#header.black .menu-main ul li a {
  color: #262165;
}
.home-about .container {
  max-width: 1275px;
}
.features-it .image img {
  display: inline-block;
}
.ft-logo {
  position: relative;
  top: 2px;
 
}

html[dir="rtl"] .home-top {
  background-image: url(../images/rtl-bg-1.jpg);
}
html[dir="rtl"] .home-about .box {
  padding-left: 414px;
  padding-right: 0;
  min-height: 500px;
}
html[dir="rtl"] .home-about img {
  left: -60px;
  right: auto;
}
html[dir="rtl"] .features-slider {
  direction: ltr;
}
html[dir="rtl"] .features-it .info {
  text-align: right;
  padding-right: 100px;
}
html[dir="rtl"] .contact-tab-title {
  flex-direction: row-reverse;
}
html[dir="rtl"] .social a {
  margin: 0 15px 0 0;
}
html[dir="rtl"] .ft-logo {
  left: auto;
}
html[dir="rtl"] .btn-download {
  margin: 0 9px 0 0;
}
html[dir="rtl"] .form-contact select {
  background-position: left 24px center;
}
html[dir="rtl"] * {
  font-family: "GE Dinar One" !important;
}
html[dir="rtl"] .home-top .des h1,
html[dir="rtl"] .form-contact h4 {
  font-weight: 300;
}
html[dir="rtl"] .home-top .des h1 span,
html[dir="rtl"] .home-about .box h2,
html[dir="rtl"] .features-it .info h3,
html[dir="rtl"] .home-contact h2,
html[dir="rtl"] .contact-tab-title a,
html[dir="rtl"] b,
html[dir="rtl"] input,
html[dir="rtl"] .form-contact h4.form-title,
html[dir="rtl"] .ft-bottom p.copyright,
html[dir="rtl"] .ft-bottom a.term,
html[dir="rtl"] .menu-main ul li {
  font-weight: 500;
}
html[dir="rtl"] #header {
  padding: 20px 8px 20px 43px;
}

html[dir="rtl"] h3.on-sp {
  direction: rtl;
}
html[dir="rtl"] h3.on-pc {
  direction: rtl;
}

.mt5 {
	margin-top: 5px;
  }

  .mt10 {
	margin-top: 10px;
  }

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mr15 {
  margin-right: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.mt100 {
  margin-top: 100px;
}

.fh{
  height: 100vh !important;  
}
/* on mobile make it 50vh */
@media (max-width: 767px) {
  .fh{
    height: 80vh !important;  
  }
}

@media (max-width: 767px) {
  #header {
    background-color: unset;
  }

  .features-slider {
    max-height: 80vh;
    overflow: hidden; 
    float: none !important;
  }
  .slick-slide {
    direction: unset !important;
    float: none !important;
  }
  .slick-initialized .slick-slide {
    display: inline-table !important;
  }
  .features-slider .slick-dots {
    bottom: -30px !important;
  }
  .features-it {
    height: 100%;
    display: flex;
    text-align: center; /* Center-align text inside .info */
  }
  .image {
    display: flex;
    justify-content: center; /* Center-align the image */
    height: 60vh !important;
  }
  
  .features-it .image {
    max-width: 70% !important;
    display: flex;
    justify-content: center !important; 
  }
  
  #features .container {
    padding: 0 0 !important;
  }

  .slick-track {
    width: 100% !important;
  }
  
  .features-slider img {
    width: 100% !important; /* Remove fixed width to allow responsive scaling */
    max-width: 100% !important; /* Scale down to fit container */

  }
  .features-it .info h3 {
    line-height: 1.2;
    text-align: center;
    min-height: auto !important;
  }
  
  .features-it .info {
    min-height: auto !important;
  }
  .features-box {
    height: auto;
    overflow: visible;
  }
  
  .list-flex {
    display: flex;
    align-items: center; /* Center-align image and text */
    justify-content: center;
  }
  
  .features-slider {
    overflow: visible !important;
  }

  .slick-dots {
    display: block !important;
    position: relative;
    bottom: 10px;
    text-align: center;
  }
  .home-features {
    padding: 20px 10px;
  }
  .slick-list  {
    max-height: 70vh !important;
  }
  .features-it .list-flex {
    width: 100vw !important;
   }
}