/* 
Theme Name: zluto
*/

body {
  margin: 0;
  padding: 0;
  background-color: #070808;
}

img {
  width: 100%;
  height: auto;
}
.splash-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  overflow: hidden;
}

.splash-screen img {
  position: absolute;
  max-width: 100%;
  opacity: 0;
  animation: fadeInOut 6s linear forwards;
}

/* First image */
.splash-screen img:nth-child(1) {
  animation-delay: 0s;
}

/* Second image */
.splash-screen img:nth-child(2) {
  animation-delay: 2s;
}

/* Third image */
.splash-screen img:nth-child(3) {
  animation-delay: 4s;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.navbar {
  background-color: #080c1c;
}

.navbar .container,
.navbar-nav,
.navbar-collapse,
.navbar-brand,
.nav-item a,
.navbar a,
.navbar li {
  background-color: transparent;
}

.navbar a {
  font-family: var(--lato-font);
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.navbar .nav-item a {
  font-family: var(--lato-font);
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.marque {
  background-color: #20232f;
  padding: 10px 0 5px;
}

marquee {
  background-color: transparent;
  color: white;
}

marquee:hover {
  animation-play-state: paused;
}

marquee a {
  background-color: transparent;
  color: #a3ff91;
  text-decoration: none;
}

marquee a:hover {
  color: #a3ff91;
}

.main-page-banner {
  width: 100%;
  height: auto;
  background-image: url(./images/banner-img-mainpage_1x.webp);
  padding: 140px 0;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#rotating-word {
  display: inline-block;
  position: relative;
  overflow: hidden;
  top: 15px;
  color: #9e6ef9;
}

.fade-out {
  animation: fadeOutUp 0.5s forwards;
}

.fade-in {
  animation: fadeInUp 0.5s forwards;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

div,
span,
strong {
  background-color: transparent;
}

h1,
h2,
h3,
p,
li,
a {
  color: white;
  background-color: transparent;
}

h1,
h2 {
  font-family: var(--regular-font);
}

.main-page-banner h1 {
  font-size: 60px;
  position: relative;
}

.main-page-banner h1::after {
  position: absolute;
  content: "";
  width: 178px;
  height: 134px;
  background-image: url(./images/banner-h1-after-img.webp);
  background-size: cover;
  background-repeat: no-repeat;
  top: 15px;
  left: 93%;
}

p,
li,
a,
button {
  font-size: 16px;
  font-family: var(--lato-font);
  font-weight: 500;
  line-height: 26px;
}

.banner-btn-section button {
  background-color: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 35px;
  padding: 10px 25px;
}

.section-2 {
  width: 100%;
  height: auto;
  padding: 75px 0 50px;
  background-image: url(./images/section-2-bg-img.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.section-2 img {
  width: 100%;
  height: auto;
  background-color: transparent;
}
.section-2 .row .col-3 img {
  width: auto;
  height: 25px;
}

.section-2 button,
.home-contact-us button {
  background-color: white;
  color: black;
  padding: 10px 40px;
  border-radius: 35px;
  margin: 5px 0 30px;
  border: none;
}

.section-2 h2, .accordion-section h2, .services-section h2 {
  font-size: 60px;
  line-height: 75px;
  position: relative;
  z-index: 10;
}

.section-2 h2::before {
  position: absolute;
  content: "";
  width: 296px;
  height: 30px;
  background-image: url(./images/section-2-h2-before.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  top: 48%;
}

.section-2 .col-md-5 {
  padding-right: 220px;
}

.home-contact-us {
  width: 100%;
  height: auto;
  background-image: url(./images/contact-us-section-bg-img-new.webp);
  background-size: 100%;
  background-position: right;
  padding: 140px 0;
}

.home-contact-us input,
.home-contact-us textarea {
  width: 100%;
  display: block;
  padding: 10px 0;
  margin: 40px 0;
  border: none !important;
  border-bottom: 1px solid #f7f0ff !important;
  background-color: transparent;
  color: #f7f0ff;
}

::placeholder {
  color: #f7f0ff;
  opacity: 1;
}

.home-contact-us form {
  width: 80%;
  margin-left: 20%;
}

.home-contact-us h2 {
  height: 80%;
  font-size: 32px;
  line-height: 60px;
  font-family: var(--regular-font);
}

.home-contact-us h2 span {
  font-size: 54px;
}

.home-contact-us p {
  font-family: var(--regular-font);
  font-size: 24px;
  position: relative;
  padding-top: 60px;
}

.home-contact-us p::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 108px;
  height: 58px;
  content: "";
  background-image: url(./images/home-contact-us-para-before.webp);
  background-size: cover;
}

.accordion-input {
    display: none;
  }
  
  .accordion-label {
    display: block;
    cursor: pointer;
    padding: 1em;
    color: white;
    border-radius: 6px;
    user-select: none;
    font-size: 1.1rem;
    transition: background-color 0.3s;
    border: 1px solid transparent;
    margin: 10px 0;
    position: relative;
  }
  
  .accordion-label:hover,
  .accordion-label:focus {
    outline: none;
    border: 1px solid whitesmoke;
  }
  
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 1em;
    border-radius: 0 0 6px 6px;
    transition: max-height 0.35s ease, padding 0.35s ease;
    font-size: 1rem;
    line-height: 1.4;
  }
  
  .accordion-input:checked ~ .accordion-content {
    max-height: 500px;
    padding: 1em;
  }
  
  /* Plus/Minus icon */
  .accordion-label::after {
    content: "+";
    position: absolute;
    right: 1em;
    font-weight: bold;
    transition: transform 0.3s ease;
    font-size: 1.3rem;
  }
  
  .accordion-input:checked + .accordion-label::after {
    content: "-";
  }
  
  /* Highlight active accordion */
  .accordion-input:checked + .accordion-label {
    background-color: #444;  /* Change this color as needed */
    border: 1px solid #888;
  }

  
  .accordion.active .accordion-content{
    border: 1px solid #888;
    border-top: 0;
  }

  .accordion.active label{
    border-radius: 5px 5px 0 0;
    margin: 10px 0 0;
    border-bottom: 0;
  }

  footer{
    background-color: #01031C;
    padding: 30px 0 10px;
  }

  footer hr{
    background-color: #2C3172;
    color: #2C3172;
  }

  footer span{
    color: #707070;
  }

  footer h2{
    font-family: var(--regular-font);
  }

.services-section{
	margin:50px 0;
}

.services-section .text-center img{
	width:auto;
	height:150px;
}

.services-section .card{
	background: #5E19FF;
background: linear-gradient(0deg, rgba(94, 25, 255, 1) 0%, rgba(117, 85, 255, 1) 100%);
	border-radius:25px;
	border:2px solid white;
	padding:20px;
}


.services-section {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.services-section .grid {
    display: grid;
	grid-template-columns:repeat(3, 1fr);
    gap: 25px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 0;
}

.services-section .grid::-webkit-scrollbar {
    display: none;
}

.services-section .item {
    flex: 0 0 350px; /* card width */
}

.arrow-btn {
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    background: rgba(94, 25, 255, 0.8);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	display:none;
}
.arrow-left { left: 10px; }
.arrow-right { right: 10px; }


.services-section .card-head{
	font-family:var(--regular-font);
	color: white;
	font-size:24px;
}

.services-section .card-content{
	font-family:var(--regular-font);
	font-size:16px;
	line-height:26px;
	color:white;
	margin-top:10px;
	font-weight:400;
}

.globe-section{
	margin:50px 0;
}

.globe-section img{
	width:100%;
	height:auto;
}

.globe-section h2{
	font-size:60px;
	text-align:center;
}

.globe-section p{
	font-weight:400;
	font-size:18px;
	line-height:28px;
	text-align:center;
}

.services-section .read-more-btn {
    display: block;
    margin-top: 10px;
    color: white;
    cursor: pointer;
}

.services-section .card-head{
	height:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
}

.services-section{
	background-image:url(https://zluto.in/wp-content/themes/zluto/images/home-services-bg-img.webp);
	background-size:cover;
	background-repeat:no-repeat;
	padding:150px 0;
}