@charset "utf-8";
/* CSS Document */

/******************************/
/*******common css*************/

 
/******* fonts *********/

@import url('../fonts/worksans-stylesheet.css');
@import url('../fonts/ortical-stylesheet.css');

/******* fonts *********/

html{
  overflow-x: hidden;
}

body{
  font-family: 'Ortica Linear' !important;
  overflow-x: hidden;
  color: #3B3B3B;
  background-color: #F9F9F9;
}

p{
  font-size: 13px;
  font-family: 'Work Sans';
  color: #737373;
}

h1{
  font-family: 'Ortica Linear';
  font-size: 125px;
  font-weight: 900;
  color: transparent;
  position: absolute;
  bottom: -45px;
  right: 30px;
  -webkit-text-stroke: 1px #fffcfc94;
}

h2{
  font-family: 'Ortica Linear';
  font-size: 32px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 20px;
}

h3{
  font-family: 'Ortica Linear';
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 15px;
}

h5{
  font-family: 'Ortica Linear';
  font-size: 14px;
  color: #272B2C;
  font-weight: 600;
}

.cover_bg{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.border_btn{
  border: 0.5px #000000 solid;
  border-radius: 0;
  padding: 15px 25px;
  transition: all .4s ease-in-out;
}

.border_btn:hover{
  background-color: #000000;
}

.border_btn:hover p{
   color: #ffffff; 
}

.btn p {
  font-family: 'Ortica Linear';
  font-size: 14px;
  color: #000000;
  transition: all .4s ease-in-out;
}

.arrow_btn {
  border-bottom: 0.5px #000000 solid;
  border-radius: 0;
  padding: 15px 25px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.arrow_btn::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  bottom: -1px;
  left: -20px;
  transition: all 1s ease-in-out; /* smooth movement */
}

.arrow_btn:hover::before {
  left: calc(100% - 5px); /* move to right edge */
}

.arrow_btn img{
  width: 20px;
  height: 20px;
  transition: all .5s ease-in-out; /* smooth movement */
}

.arrow_btn:hover img{
  margin-left: 8px;
}

/* .btn_div{
  position: absolute;
  bottom: 50px;
} */

/* header */

.main_banner{
  height: 50vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.logo_bar{
  background-color: #00000080;
  margin-top: 20px;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo_bar .logo_div{
  width: 240px;
}

.logo_bar p{
  position: relative;
  font-size: 13px;
}

.logo_bar p::before{
  position: absolute;
  content: '';
  width: 40px;
  height: 1px;
  background-color: #FFD54C;
  left: 0;
  margin-left: -47px;
  top: 9px;
}

/* about */

.about_con{
  padding: 10px 0;
  background-image: linear-gradient(to left, #ffffff 40%, rgba(0, 0, 0, 0) 40%), url(../images/pattern_bg.jpg)
}
  
/* list */

.list_con{
  padding: 80px 0;
}

 .swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    width: 177px !important;
    left: 55px !important;
    bottom: -5px;
  }

.slide-progress {
    width: 285px;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 45%;
    bottom: 40px;
    margin-left: -110px;
    z-index: 3;
    text-align: center;
    justify-content: space-between;
}

.slide-progress span {
    display: inline-block;
    color: #fff;
    font-family: "Fjalla One", sans-serif;
    font-size: 14px;
    top: -8px;
    position: relative;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background-color: #ffffff !important;
}

.swiper-button-next, .swiper-button-prev{
  color: #ffffff !important;
}

.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 15px !important;
  border: 2px solid #ffffff;
  padding: 11px;
  border-radius: 50px;
  width: 40px !important;
  height: 40px !important;
  transition: .3s ease-in-out;
}

.swiper-button-next:hover:after, .swiper-button-prev:hover:after{
  color: #ffffff;
  background-color: #06B9AA;
}

/* ============================ */

.detail_card{
  background-color: #ffffff;
  padding: 100px 50px;
}

.card_logo{
  width: 150px;
  margin-bottom: 40px;
}

.detail_card p{
  font-weight: 400;
}

.btn_div{
  position: absolute;
  bottom: 100px;
}

/* ================================ */

.read-more {
  --line-clamp: 3;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.read-more__text {
  display: -webkit-box;
  -webkit-line-clamp: var(--line-clamp);
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.read-more__checkbox {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.read-more__checkbox~.read-more__label {
  cursor: pointer;
  font-size: 0.75em;
  font-weight: 700;
  text-decoration: underline;
  color: #3B3B3B;
}

.read-more__checkbox:hover~.read-more__label {
  text-decoration: none;
}

.read-more__checkbox~.read-more__label::before {
  content: attr(data-read-more);
}

.read-more__checkbox:checked~.read-more__label::before {
  content: attr(data-read-less);
}

.read-more__checkbox:checked~.read-more__text {
  --line-clamp: none;
  -webkit-line-clamp: var(--line-clamp);
}

/* footer */

.footer_con{
  padding-bottom: 30px;
  background-image: linear-gradient(to right, #003631 76%, rgba(0, 0, 0, 0) 40%), url(../images/footer_img.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.footer_logo_div {
  background-color: #06B9AA;
  padding: 40px;
  width: 335px;
  border-radius: 3px;
  margin-top: -50px;
}

.footer_contact{
  font-size: 20px;
}

.footer_contact a, .footer_link a{
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.footer_contact a:hover, .footer_link a:hover{
  color: #FFD54C;
}

.footer_left_div{
  display: flex;
  padding-top: 20px;
  padding-bottom: 30px;
}

/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/

.scroll-top-element{
  background-color: #003631 !important;
  z-index: 999999999 !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.scroll-top-element:hover{
  color: #ffffff !important;
  background-color: #9b7700 !important;
}

/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/

/* ====================================================================================== */
/* ====================================================================================== */
/* ====================================================================================== */
/* ====================================================================================== */