/* Created by Tivotal */

/* Google Fonts(Poppins) */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

:root {
  --theme-color: #3867d6;
}

* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.2s linear;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-padding-top: 7rem;
  scroll-behavior: smooth;
}

body {
  background: #fff;
}

.container{
	width: 96%;
}

section {
  padding: 1rem;
}

.header {
  top:0;
  right:0;
  left:0;
  position: fixed;
  z-index: 10000;
  background-color: #fff;
  background-image:linear-gradient(to right,#fff,#fff,#fff,#F8FBFE,#EAF7FB,#EAF1FB,#E0EAF8,#CEDEF4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5.5rem 9%;
}

.header .top-right {
    position: absolute;
    top: 33px; /* Adjust the vertical positioning */
    right: 9%; /* Align with the navigation padding */
    display: flex;
    gap: 20px;
    font-size: 1.7rem;
}

.header .top-right a {
    text-decoration: none;
	text-transform:lowercase;
    color: #e06a09;
    font-weight: 500;
}

.header .top-right a:hover {
  color: var(--theme-color);
}

.header .logo {
  float: left;
  margin-right: 46px;
  overflow:hidden;
}

.header .navbar a {
  font-size: 2rem;
  color: purple;
  margin-left: 2rem;
}

.header .navbar a:hover {
  color: var(--theme-color);
}

#menu-bars {
  font-size: 3rem;
  color: #fff;
  cursor: pointer;
  display: none;
}
.btn {
  margin-top: 1rem;
  display: inline-block;
  padding: 0.8rem 3rem;
  font-size: 1.7rem;
  border-radius: 0.5rem;
  background: #666;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
}

.btn:hover {
  background: var(--theme-color);
}

.home{
	padding-top:156px;
}

.slideshow-container {
  position: relative;
  height: 100vh; /* Full viewport height */
  margin:auto;
  overflow: hidden;
}

.slide {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}

.slide img {
  width: 100%;
  height: 100%;
}

.fade {
  animation-name: fade;
  animation-duration: 1s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* Navigation buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Dots */
.dots-container {
  padding: 10px 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.heading {
  text-align: center;
  padding-bottom: 2rem;
  color: #FF9966;
  text-transform: uppercase;
  font-size: 4rem;
}

.heading span {
  color: var(--theme-color);
  text-transform: uppercase;
}

.idis{
	display:flex;
	gap:12rem;
}

.idis-container {
  height:400px;
  width:425px;
  position:relative;
}

.idis-container img {
	width:100%;
	height:100%;
}

.transition-idis {
	position:absolute;
	top:0px;
	left:0px;
	opacity:0;
	transition:opacity 0.5s ease;
}

.transition-idis:hover {
	opacity:2;
}

.fade1::after{
	content:'PPGL Ridge';
	color:white;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:20px;
	background:black;
	width:100%;	
	height:100%;	
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	transition:opacity 0.5s ease;
}

.fade1:hover::after{
	opacity:0.5;
}

.fade2::after{
	content:'Colour Coated 24 Nali Profile';
	color:white;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:20px;
	background:black;
	width:100%;	
	height:100%;	
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	transition:opacity 0.5s ease;
}

.fade2:hover::after{
	opacity:0.5;
}

.about .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.about .row .image {
  
  padding: 2rem;
}

.about .row .content {
  flex: 1 1 40rem;
}

.about .row .content h3 {
  font-size: 3.5rem;
  color: #2966B8;
}

.about .row .content p {
  font-size: 2.5rem;
  color: #006666;
  padding: 1rem 0;
  line-height: 2;
  text-decoration: none;
	  text-transform:none;
}

.hing {
  text-align: left;
  padding-bottom: 2rem;
  color: #FF9966;
  text-transform: uppercase;
  font-size: 3.8rem;
}

.vos{
	background-color:#147399;
}

.vcontainer {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      background: #147399;
      color: white;
      padding: 40px;
      align-items: center;
    }

.text-content {
      flex: 1;
      max-width: 50%;
      padding-right: 20px;
    }
	
.text-content p {
      font-size: 18px;
      line-height: 1.6;
	  text-decoration: none;
	  text-transform:none;
    }

.icons-container {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      margin-top: 20px;
    }

    .icon-box {
      background: white;
      padding: 20px;
      text-align: center;
      border-radius: 10px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .icon-box i {
  height: 6rem;
  width: 6rem;
  line-height: 6rem;
  border-radius: 50%;
  font-size: 2.5rem;
  color:#fff;
}

.icon-box h3 {
      font-size: 16px;
      margin: 10px 0;
	  color: #23819C;
    }

    .image-section {
      flex: 1;
      max-width: 45%;
    }

    .image-section img {
      width: 100%;
      border-radius: 10px;
    }

	.box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(27rem, 1fr));
  gap: 1.5rem;
}

	.box-container .box {
  border-radius: 0.5rem;
  background: #fff;
  text-align: center;
  padding: 2.5rem;
}

.box-container .box:hover {
  transform: scale(1.03);
}

.box-container .box i {
  height: 6rem;
  width: 6rem;
  line-height: 6rem;
  border-radius: 50%;
  font-size: 2.5rem;
  color: #fff;
}

.box-container .box h3 {
  font-size: 2rem;
  color: #333366;
  padding: 1rem 0;
}

.box-container .box p {
  font-size: 1.4rem;
  color: #3333CC;
  line-height: 1.8;
}


.contact{
background-color: #EAFFEF;
}

.contact h2{
	font-size:35px;
	text-align:center;
	color:#006633;
	padding-top:3px;
	padding-bottom:2px;
}
.contact p{
color :purple;
font-size:22px;
text-align :center;
text-decoration: none;
	  text-transform:none;
}

.btn1 {
  margin-top: 1rem;
  display: inline-block;
  padding: 0.8rem 3rem;
  font-size: 1.7rem;
  border-radius: 0.5rem;
  background: #333300;
  color: white;
  cursor: pointer;
  font-weight: 600;
}
.btn1:hover {
  background: var(--theme-color);
}

.footer {
  background: #111;
}

.footer .box1-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 1.5rem;
}

.footer .box1-container .box1 h3 {
  font-size: 2.5rem;
  padding: 1rem 0;
  color: #fff;
}

.footer .box1-container .box1 a {
  display: block;
  font-size: 1.5rem;
  padding: 1rem 0;
  color: #eee;
}

.footer .box1-container .box1 a i {
  padding-right: 0.5rem;
  color: var(--theme-color);
}

.footer .box1-container .box1 a:hover i {
  padding-right: 1.5rem;
  color: #fff;
}

.footer .credit {
  text-align: center;
  border-top: 0.1rem solid #222;
  color: #fff;
  padding: 2rem;
  padding-top: 2.5rem;
  margin-top: 1rem;
  font-size: 2rem;
}

.footer .credit span {
  color: var(--theme-color);
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background: #444;
}

html::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: 5rem;
}


.theme-toggler {
  position: fixed;
  top: 25rem;
  right: -20rem;
  background: #FFF4EA;
  z-index: 1000;
  width: 20rem;
  text-align: center;
}

.theme-toggler.active {
  right: 0;
}

.theme-toggler h3 {
  color: #6A6AFF;
  padding: 1rem 0;
  font-size: 2rem;
}

.theme-toggler .buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem;
}

.theme-toggler .buttons .theme-btn {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  cursor: pointer;
}

.theme-toggler .toggle-btn {
  position: absolute;
  top: 0;
  left: -5.9rem;
  padding: 1.3rem 1.5rem;
  background: skyblue;
  cursor: pointer;
}

.theme-toggler .toggle-btn i {
  color: #fff;
  font-size: 3rem;
  animation: spin 4s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(360deg);
  }
}

/* media queries  */

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }

  .header {
    padding: 1.5rem 2rem;
  }

  section {
    padding: 2rem;
  }
}

@media (max-width: 768px) {
  #menu-bars {
    display: initial;
  }

  .header .navbar {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-top: 0.1rem solid #222;
    background: #333;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }

  .header .navbar.active {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  .fa-times {
    transform: rotate(180deg);
  }

  .header .navbar a {
    display: flex;
    background: #222;
    border-radius: 0.5rem;
    padding: 1.3rem;
    margin: 1.3rem;
    font-size: 2rem;
  }

  .home .content h3 {
    font-size: 4rem;
  }
}

@media (max-width: 450px) {
  html {
    font-size: 50%;
  }

  .home .home-slider .swiper-slide {
    width: 27rem;
  }

  .contact form .inputBox input {
    width: 100%;
  }
}
