/* star rating css */
:root {
  --star-size: 20px;
  --star-color: lightgrey;
  --star-background: #fc0;
}

.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}

.Stars::before {
  content: '★★★★★';
  letter-spacing: 0px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.star-rating {
  display: none;
}

.zoom img {
  transform-origin: 50% 65%;
  transition: transform 5s, filter 3s ease-in-out;
  filter: brightness(150%);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2);
  /* Safari 3-8 */
  transform: scale(1.2);
}

/* --------- SLIDER--------- */

#carousel-slider-section {
  position: relative;
  z-index: 1;
  height: 870px;
  padding: 0;
  border-radius: 50px;
}
.slider-inner-contents {
  flex-direction: column;
  display: flex
;
  align-items: center;
  justify-content: center;
}
.slider-image-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.slider-content-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  padding-left: 12px;
}

.carousel-caption h6 {
  font-family: Livvic;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 11%;
  text-align: center;
  text-transform: uppercase;
  color: #263C28;
  background: #FFFFFF;
  border-radius: 99px;
  max-width: fit-content;
  padding: 8px 15px;
}

.carousel-caption {
  z-index: 9;
}

.carousel-caption {
  position: absolute !important;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 0 !important;
  left: unset;

  color: #fff;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex !important;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.slider-image img {
  width: 100%;
  height: 870px;
  animation: pulse 15s infinite;
  object-fit: cover;
}

.slider-button-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-caption h1 {
  font-family: Livvic;
  font-weight: 700;
  font-style: Bold;
  font-size: 80px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-shadow: 4px 4px #00000066;

}

.carousel-caption h1 span {
  color: #F7C35F;
  animation: fadeInLeft 2s infinite;
}

.carousel-caption {
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-caption .slider-paragraph {
  width: 100%;
  font-family: Livvic;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 22px;
  line-height: 37px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
}

.slider-para-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.slider-connect-content p {
  font-family: Inter;
  font-weight: 300;
  font-size: 14px;
  line-height: 133%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: #312E2E;
  padding: 8px 34px 14px;
  margin: 0;
}

.slider-connect-content h4 {
  font-family: Lora;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A5F5A;
}

.slider-connect-icon i {
  width: 52px;
  height: 52px;
  background: #18A69D;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
}

.slider-connect-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}



.slider-connect-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-button-box a span {
  font-family: Livvic;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #263C28;
}
.slider-button-box a {
  background: #F7C35F;
  padding: 16px 26px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.slider-button-box a span{
  position: relative;
  z-index: 1;
}
.slider-button-box a i{
  position: relative;
  z-index: 1;
}
.slider-button-box a::after {
  content: "";
  width: 0%;
  position: absolute;
  background: #fff;
  top: 0;
  bottom: 0;
  height: 0%;
  border-radius: 10px;
}
.slider-button-box a:hover::after{
width: 100%;
height: 100%;
transition: 0.3s ease-in-out;
}
.slider-button-box a i {
  color: #263C28;
  transform: rotate(-45deg);
  padding-left: 5px;
  padding-top: 8px;
  left: 0;
  right: 0;
}
/* Our Clients */



/* Faq */

.faq-main-heading h2 {
  font-family: Lora;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0C394C;
  padding-bottom: 60px;
}

.faqcontent-left-box {
  background: #0C394C;
  border-radius: 15px;
  padding: 15px;
  height: 100%;
}

.faq-contactus-content svg {
  animation: tada 4s infinite;
  width: 72px;
  height: 72px;
}

.faqcontent-left-box p {
  font-family: Inter;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  padding: 25px 15px;
}

.faq-contactus-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.faq-contactus-content a {
  font-family: Inter;
  font-weight: 500;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.faq-contactus-content h6 {
  font-family: Lora;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin: 0;
  padding: 28px 0 20px;
}

.faq-left-image {
  height: 190px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.faq-left-image::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.faqcontent-left-box:hover .faq-left-image::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}




.faq-left-image img {
  width: 100%;
  border-radius: 15px;
  height: 100%;
}

.faq-callme-button a {
  font-family: Lato;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A5F5A;
  background: #FFD443;
  border-radius: 30px;
  padding: 0px 30px 0px 30px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.faq-callme-button:hover i {
  background: #fff;
  transition: 0.6s ease-in-out;
  transform: translate(-3px, 0px);
  color: #0A5F5A;

}


.faq-callme-button:hover a {
  background: #fff;
  transition: 0.6s ease-in-out;
  color: #0A5F5A;

}



.faq-callme-button a i {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0A5F5A;
  padding-left: 24px;
  border-left: 3px solid #0C394C;
  padding: 22px 0px 22px 22px;
  margin-left: 25px;
  font-size: 23px;
}

.faq-callme-button {
  display: flex;
  align-items: center;
  justify-content: center;
}




























/* EXcellence */

.excellence-image-icon {
  width: 62px;
  height: 62px;
}
.excellence-image-icon svg path {
  fill: #5B8C51;
}
#excellence {
  padding: 60px 0;
  position: relative;
  z-index: 1;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.excellence-image-icon svg path {
  fill: #5B8C51;
}

.excellence-image-icon {
  width: 80px;
  height: 80px;
}

#excellence .background-image-overlay {
  background: #022446;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0.85;
}

.excellence-inner-content-box {
  display: flex;
  align-items: flex-start;

  flex-direction: column;
}

.excellence-inner-content-box h4 {
  text-align: center;
  color: #000000;
  margin: 0;
  padding: 0px 0px 6px;
  font-family: Livvic;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}

.excellence-headings h2 {
  color: #0C394C;
  text-align: left;
  font-family: Lora;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
}

.excellence-headings h2 span {
  color: #FF6600;
  animation: fadeInLeft 2s infinite;
}


.excellence-headings h5 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  text-align: center;
  margin-top: 14px;
}

.excellence-image-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}




.excellence-parters-box:hover .excellence-inner-content-box h4 {
  color: #fff;
}

.excellence-parters-box:hover .excellence-inner-content-box p {
  color: #fff;
}

.excellence-parters-box {
  border-radius: 20px;
  padding: 40px 30px 66px;
  background: #FFFFFF;
  margin: 10px 0;
  clip-path: polygon(93.939% 0%, 6.061% 0%, 6.061% 0%, 5.078% 0.086%, 4.145% 0.334%, 3.275% 0.732%, 2.481% 1.265%, 1.775% 1.921%, 1.169% 2.685%, 0.676% 3.544%, 0.309% 4.485%, 0.079% 5.494%, 0% 6.557%, 0% 73.592%, 0% 73.592%, 0.079% 74.655%, 0.309% 75.664%, 0.676% 76.605%, 1.169% 77.464%, 1.775% 78.228%, 2.481% 78.884%, 3.275% 79.417%, 4.145% 79.815%, 5.078% 80.063%, 6.061% 80.149%, 12.464% 80.149%, 12.464% 80.149%, 13.447% 80.235%, 14.379% 80.483%, 15.249% 80.881%, 16.043% 81.414%, 16.749% 82.07%, 17.355% 82.834%, 17.848% 83.693%, 18.215% 84.634%, 18.445% 85.643%, 18.524% 86.707%, 18.524% 93.443%, 18.524% 93.443%, 18.604% 94.506%, 18.833% 95.515%, 19.201% 96.456%, 19.694% 97.315%, 20.299% 98.079%, 21.006% 98.735%, 21.8% 99.268%, 22.669% 99.666%, 23.602% 99.914%, 24.585% 100%, 93.939% 100%, 93.939% 100%, 94.922% 99.914%, 95.855% 99.666%, 96.725% 99.268%, 97.519% 98.735%, 98.225% 98.079%, 98.831% 97.315%, 99.324% 96.456%, 99.691% 95.515%, 99.921% 94.506%, 100% 93.443%, 100% 6.557%, 100% 6.557%, 99.921% 5.494%, 99.691% 4.485%, 99.324% 3.544%, 98.831% 2.685%, 98.225% 1.921%, 97.519% 1.265%, 96.725% 0.732%, 95.855% 0.334%, 94.922% 0.086%, 93.939% 0%);
position: relative;
z-index: 1;
}
.excellence-parters-box::after {
  content: "";
  width: 0%;
  height: 0%;
  display: flex;
  align-items: center;
  background: #263C28;
  position: absolute;
  left: 0;
z-index: -1;
}
.excellence-arrow-icon a{
  position: relative;
  z-index: 1;
}
.excellence-arrow-icon a::after{
  content: "";
  width: 0%;
  height: 0%;
  display: flex;
  align-items: center;
  background: #263C28;
  position: absolute;
  left: 0;
  border-radius: 15px;
z-index: -1;
}
.excellence-inner-content:hover .excellence-arrow-icon a::after{
  opacity: 1;
  width: 100%;
  height: 100%;
  bottom: 0;
  transition: 0.4s ease-in-out;
  }
  .excellence-inner-content:hover .excellence-arrow-icon a i{
    color: #FFFFFF;
    transition: 0.4s ease-in-out;

  }
.excellence-inner-content:hover .excellence-image-icon svg circle {
  fill: #FFFFFF;
  transition: 0.4s ease-in-out;

}



.excellence-inner-content:hover .excellence-image-icon svg path {
  fill: #FFFFFF;
  transition: 0.4s ease-in-out;

}
.excellence-inner-content:hover .excellence-parters-box::after {
opacity: 1;
width: 100%;
height: 100%;
bottom: 0;
transition: 0.4s ease-in-out;
}

.excellence-inner-content-box p {
  text-align: left;
  color: #263C28;
  margin: 0;
  font-family: Livvic;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0%;
}



/* About us */

#about-us {
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.about-left-content h2 {
  font-family: Livvic;
  font-weight: 600;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}

.about-left-content p {
  font-family: Livvic;
  font-weight: 400;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #263C28;
}

.about-left-content h6 {
  font-family: Livvic;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #263C28;
  background: #F7C35F;
  max-width: fit-content;
  border-radius: 99px;
  padding: 6px 14px;
}
.about-left-image {
  /* height: 792px; */
  border-radius: 30px;
  overflow: hidden;
}
.about-left-image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  clip-path: polygon( 95.652% 0%,4.348% 0%,4.348% 0%,3.643% 0.05%,2.974% 0.193%,2.35% 0.423%,1.78% 0.731%,1.273% 1.109%,0.839% 1.551%,0.485% 2.047%,0.222% 2.591%,0.057% 3.173%,0% 3.788%,0% 64.394%,0% 64.394%,0.057% 65.008%,0.222% 65.591%,0.485% 66.135%,0.839% 66.631%,1.273% 67.072%,1.78% 67.451%,2.35% 67.759%,2.974% 67.989%,3.643% 68.132%,4.348% 68.182%,50.145% 68.182%,50.145% 68.182%,50.85% 68.231%,51.519% 68.375%,52.143% 68.605%,52.713% 68.913%,53.219% 69.291%,53.654% 69.733%,54.007% 70.229%,54.271% 70.772%,54.436% 71.355%,54.493% 71.97%,54.493% 96.212%,54.493% 96.212%,54.55% 96.827%,54.714% 97.409%,54.978% 97.953%,55.332% 98.449%,55.766% 98.891%,56.273% 99.269%,56.842% 99.577%,57.466% 99.807%,58.135% 99.95%,58.841% 100%,95.652% 100%,95.652% 100%,96.357% 99.95%,97.026% 99.807%,97.65% 99.577%,98.22% 99.269%,98.727% 98.891%,99.161% 98.449%,99.515% 97.953%,99.778% 97.409%,99.943% 96.827%,100% 96.212%,100% 3.788%,100% 3.788%,99.943% 3.173%,99.778% 2.591%,99.515% 2.047%,99.161% 1.551%,98.727% 1.109%,98.22% 0.731%,97.65% 0.423%,97.026% 0.193%,96.357% 0.05%,95.652% 0% );
}

.about-left-content h2 span {
  color: #F7C35F;
}


.about-inner-content-box h4 {
  font-family: Livvic;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}

.about-inner-content-box p {
  font-family: Livvic;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #263C28;
  margin: 0;
}

.about-image-icon {
  width: 110px;
  height: 110px;
  background: #344C31;
  border-radius: 50%;
  display: flex
;
  align-items: center;
  justify-content: center;
}
.about-content-box {
  border-bottom: 1px solid #263C284D;
  padding: 30px 0;
}
.about-image-icon svg {
  animation: tada 4s infinite;

  
}



/* Book Your Consultant */
#book-consultant {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}


.contact-now-box {
  background: #FFFFFF;
  border-radius: 30px;
  padding: 100px 40px;
} 








/* Trends blogs */

#blogs {
  padding: 300px 0 120px;
  position: relative;
  z-index: 1;
  background: #263C28;
  border-radius: 50px;
  margin-top: -200px;
}




/* countdown css */
.countdown {
  position: absolute;
  top: -50px;
  right: 100px;
  z-index: 1;
  width: 100%;
}

.countdown .border-rounded {
  background-color: white;
  min-width: 380px;
  height: 100px;
  padding: 10px;
}

.bg-color-countdown {}

.countdown-number {
  font-size: 30px;
  color: #AEA679;
  font-weight: 500;
}

.p-10 {
  padding: 10px;
}

.position-days {
  position: absolute;
  top: 58px;
  left: 52px;
}

.position-hours {
  position: absolute;
  top: 58px;
  left: 146px;
}

.position-minutes {
  position: absolute;
  top: 58px;
  left: 222px;
}

.position-seconds {
  position: absolute;
  top: 58px;
  left: 302px;
}

/* latest arrival */

.category-tab {
  background-color: transparent;
  font-family: "Roboto";
  font-size: 20px;
  color: black;
  border: none;
  outline: none !important;
}


.product-img {
  text-align: center;

  position: relative;
}


#latest-arrival .tabcontent {
  display: none;
}

/* latest arrival animations */

#latest-arrival .box,
#millions-of-hours .box {
  overflow: hidden;
  position: relative;
}

#latest-arrival .box:before,
#millions-of-hours .box:before {
  border-radius: 0 50px 50px 0;
  opacity: 0;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1;
  transition: all 0.5s ease 0s;
}

#latest-arrival .box:hover:before,
#millions-of-hours .box:hover:before {
  width: calc(100% - 85px);
  opacity: 0.9;
}

#latest-arrival .box img,
#millions-of-hours .box img {
  width: 100%;
  height: auto;
  height: auto;
  transform-origin: 50% 65%;
  transition: transform 1s, filter 3s ease-in-out;
  padding: 15px 25px;
}

#latest-arrival .box img:hover,
#millions-of-hours .box img:hover {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#latest-arrival .box:hover img,
#millions-of-hours .box:hover img {
  opacity: 1;
}

#latest-arrival .box .box-content,
#millions-of-hours .box .box-content {
  color: white;
  background-color: #4E5668;
  opacity: 0;
  position: absolute;
  bottom: 0;
  z-index: 1;
  transition: all 0.4s ease 0.2s;
  width: 100%;
}

#latest-arrival .box:hover .box-content,
#millions-of-hours .box:hover .box-content {
  opacity: 1;
}

#latest-arrival .box .title,
#millions-of-hours .box .title {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
}

#latest-arrival .box .post,
#millions-of-hours .box .post {
  display: block;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
}

/* best-deal */
#best-deal .best-deal-height {
  height: 220px;

}

.color-1 {
  color: #F5806A;
}

.color-2 {
  color: #88A4FB;
}

.color-3 {
  color: #74CAC7;
}

.bg-1 {
  background-color: #F5806A;
}

.side-bg-1 {
  background-color: #FDE6E1;
}

.bg-2 {
  background-color: #88A4FB;
}

.side-bg-2 {
  background-color: #CAD7FF;
}

.bg-3 {
  background-color: #74CAC7;
}

.side-bg-3 {
  background-color: #D8F2F6;
}

.position-right {
  position: absolute;
  top: 0;
  right: 0.5rem;
  padding: auto;
  border-radius: 50% 0 0 50%;
  height: 220px;
  width: 160px;
  background: rgba(0, 0, 0, 0) radial-gradient(120deg, #4f4f4f 68%, #ed0009 32%) repeat scroll 0 0;
}

.position-right img {
  align-items: right;
}

.position-left {
  position: absolute;
  top: 0;
  border-radius: 0 0 25px 0;
}

.best-deal-position {
  position: absolute;
  top: 30%;
  color: white !important;
}

.best-deal-position a {
  color: white;
}

.font-small-size {
  font-size: 14px;
}

#best-deal h5 {
  color: white;
}

/* best deal animations */


section {
  overflow: hidden;
}

.section-bg {
  background: #f5f8fd;
}

.section-header h3 {
  font-size: 36px;
  color: #413e66;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}

@media (max-width: 767px) {
  .section-header p {
    width: 100%;
  }
}

/* best-deal animation */
#best-deal .col-xl-4 {
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

#best-deal .col-xl-4:hover {
  transform: scale(1.05);
}

/* find with category */
#find-with-category .box {
  overflow: hidden;
  position: relative;
}

#find-with-category .box img {
  width: 100%;
  height: auto;
  transform-origin: 50% 65%;
  transition: transform 1s, filter 3s ease-in-out;

}

#find-with-category .box img:hover {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#find-with-category .box .box-content {
  color: white;
  background: #4E5668;
  text-align: center;
  padding: 5px 0 0 0;
  opacity: 0;
  transform: translateY(-50%) translateX(-50%) scale(2);
  position: absolute;
  top: 80%;
  left: 50%;
  z-index: 2;
  transition: all 0.3s ease-out 0s;
  height: 60px;
}

#find-with-category .box:hover .box-content {
  opacity: 1;
  transform: translateY(-50%) translateX(-50%) scale(1);
}

#find-with-category .box .title {
  font-weight: 400;
  margin: 0 0 3px;
}

@keyframes flash {
  0% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}


/* our speciality */
#our-speciality {
  background-color: #F2F2F2;
}

#our-speciality .service-css {
  background-color: white;
  box-shadow: 5px 5px 2rem 0rem lightgrey;
}

/* service animations */

#our-speciality body {
  background: #007bff !important;
}

#our-speciality .main {
  position: relative;
  cursor: pointer;
}

.service {
  z-index: 1;
  transition: transform .8s;
}

/* Mengatur posisi logo service */
.service-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Membuat border title */
.service h4 {
  position: relative;
}

.service h4::after,
.service h4::before {
  content: '';
  position: absolute;
  z-index: -1;
}

.service h4::after {
  background: linear-gradient(to right, #fff, #007bff);
  right: -2px;
  top: -2px;
}

.service h4::before {
  background: linear-gradient(to right, #007bff, #fff);
  left: -2px;
  bottom: -2px;
}


/* membuat shadow untuk service */
.main::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10%;
  z-index: -1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform .8s;
}

.main::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 18%;
  z-index: -2;
}

.main:hover .service {
  transform: translateY(-10px);
}

.main:hover::after {
  transform: translateY(-10px);
}

.service-logo img {
  transition: transform 1s;
}

.main:hover .service-logo img {
  transform: rotate(360deg);
}

/* Our popular platform */
#our-popular-platform {
  background-color: #F2F2F2;
}

.partner-bg-color {
  background-color: white;
  box-shadow: 5px 5px 2rem 0rem lightgrey;
}

.partner-bg-color img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.partner-bg-color:hover {

  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.partner-bg-color img:hover {
  -webkit-filter: inherit;
  filter: inherit;
}

/* Instagram */
#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
  width: 14%;
}

#sb_instagram .sbi_photo_wrap {
  position: relative;
  width: 200px;
  height: 200px;
}

#sbi_load,
.sb_instagram_header.sbi_no_avatar {
  display: none;
}

/* support */
#support {
  background-color: #F9FAFB;
}

.support-button-color {
  background-color: #AEA679 !important;
}

.support-button-color:hover {
  background-color: #4E5668 !important;
}





/* Newsletter */


.newsletter-headings h2 {
  color: #FFFFFF;
  font-family: Lora;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
}

.newsletter-headings h2 span {
  color: #FF6600;
  animation: fadeInLeft 2s infinite;

}

.newsletter-headings p {
  color: #FFFFFF;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  margin: 0;

}

.newsletter-right-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 32%;
  bottom: 0;
  height: 100%;
  z-index: -1;
}

.newsletter-right-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}


#newsletter input[type="email"] {
  border-bottom: 1px dashed #212224;
}

.newsletter-form-box .wpcf7-form p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#newsletter input[type="email"]::placeholder {
  font-family: Poppins;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #212224;

}

#newsletter input[type="submit"] {
  background-color: unset;
  font-family: Poppins;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FF6600;
  border: unset;
}