/* 
******  Fonts Link******** 
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Playfair+Display:wght@500&display=swap');

body {
  font-family: 'Poppins', sans-serif !important;
}

h1, h2, h3, h4 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
}

h5, h6 p {
  font-family: 'Playfair Display', serif !important;
}

/* 
***** header styling ******
*/

header {
  background-color: #000;
  padding-bottom: 100px;
}

.back {
  background-image: url(images/hero\ image.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 105vh;
  position: relative;
}

.nav {
  padding: 50px 0 50px 0;
}



.hero-row {
  padding-top: 31%;
  display: flex;
  text-align: center;
  position: relative;
}

.hello {
  font-size: 110px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: .7px rgb(255,255,255);
  line-height: 80px;
  margin-top: 30px !important;
  font-weight: 600 !important;
  font-family: 'Poppins', sans-serif !important;
}

.hero-row h1{
  font-size: 110px;
  color: #fff !important;
  text-transform: uppercase;
  line-height: 105px;
    font-weight: 600 !important;
  font-family: 'Poppins', sans-serif !important;
}

.heading-span {
  color: rgba(15, 84, 251, 1);
}

.feature-row {
  margin-top: 15.1% !important;
  margin-bottom: 5% !important;
}

.full {
  background: rgba(15, 84, 251, 1);
}

.nav-row a {
  color: #000;
  text-decoration: none;
}

.nav-row h5 {
  font-size: 40px;
  color: rgba(0, 0, 0, 1) !important;
  font-weight: 500 !important;
  text-transform: uppercase;
}

.nav-row {
  justify-content: center;
  align-items: center;
  padding: 15px 0 !important;
  margin-bottom: 150px;
}

.nav_col {
  display: flex;
  gap: 70px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.about-heading {
  font-size: 90px;
  color: rgba(18, 19, 20, 1);
  margin-bottom: 30px;
}

.about-vector {
  width: 52px !important;
  height: 52px !important;
  margin-left: -1%;
  position: relative;
  z-index: -1;
}

.about-text {
  font-size: 20px;
}

.about-content {
  font-size: 28px;
  line-height: 36px;
  color: rgba(18, 19, 20, 1) ;
  font-family: 'Playfair Display', serif !important;
  margin-bottom: 100px;
}

.about-row {
  align-items: center;
  justify-content: center;
}

.about-row .col-md-3 {
  width: 21%;
}

.about-row .col-md-3 img:first-child {
  margin-bottom: 20px;
}

.color {
  color: #0F54FB;
  font-size: 80px;
  font-family: 'Playfair Display', serif !important;
}

.about-para {
  font-size: 18px;
  margin-bottom: 50px;
  font-family: 'Poppins', sans-serif !important;
}

.years {
  font-family: 'Playfair Display', serif !important;
  font-size: 22px;
}

.about {
  margin-bottom: 150px;
}

.port-heading {
  font-size: 90px;
  color: rgba(18, 19, 20, 1);
  text-align: center;
}

.port-para {
  text-align: center;
  font-size: 26px;
  font-family: 'Playfair Display', serif !important;
  margin-bottom: 100px;
}

.list-group-item {
  cursor: pointer;
  border: none;
  font-size: 40px;
  padding: 30px 10px !important;
  transition: border-color 0.3s ease, border-left 0.3s ease;
  line-height: 30px;
  font-family: 'Playfair Display', serif !important;
  font-weight: 400 !important;
  color: rgba(169, 169, 169, 1) !important;
  transition: 0.3s ease;
}

.list-group-item:hover {
  color: #000 !important;
}

small {
  font-size: 12px !important;
  font-family: 'Poppins', sans-serif !important;
}

.margin {
  margin-left: 10%;
}

.margin-2 {
  margin-left: 16.1%;
}

.list-group-item.active {
  font-weight: bold;
  border-left: 4px solid #007bff;
  background-color: #e9ecef;
}

.image-container {
  width: 100%;
  max-width: 590px;
  height: 100%;
  position: relative;
}

.image-container img {
  /* position: absolute; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px !important;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.image-container img.fade {
  opacity: 1;
}

.list-group-item {
  border: none !important;
  border-top: 1px solid rgba(74, 74, 75, 0.14) !important;
  border-bottom: 1px solid rgba(99, 99, 99, 0.14) !important;
}

.list-group-item.active {
  color: black !important;
  background-color: transparent !important;
  border-bottom: 2px solid #0d6efd !important;
}

.gallery {
  margin-top: 150px;
  margin-bottom: 100px;
}

.instagram {
  font-size: 20px;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 300 !important;
  margin-bottom: 100px;
  color: rgba(18, 19, 20, 1) !important;
}

.testimonial-container {
  position: relative;
  height: 250px;
  overflow: hidden;
  background-color: #E9E9E9;
  border-radius: 10px;
  user-select: none; /* Disable text selection */
  cursor: grab; /* Indicate draggable area */
}

.testimonial {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0px 30px 30px 30px;
  opacity: 0; 
  transition: opacity 0.5s ease;
  pointer-events: none;
  margin-top: 5%;
}

.testimonial.active {
  left: 0;
  opacity: 1;
}

.testimonial img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}


.testimonial-controls {
  text-align: center;
  margin-top: -4%;
}
.circle {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  border: 1px solid #ccc;
}

.circle.active {
  background-color: #0d6efd;
  border: 1px solid #007bff;
}

.test-para-1 {
  font-size: 20px;
  color: rgba(15, 84, 251, 1);
  font-family: 'Playfair Display', serif !important;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 15px !important;
}

.test-para-2,
.test-para-3 {
  color: rgba(15, 84, 251, 1);
  font-size: 18px;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  margin: 0 !important;
} 

.banner {
  background-image: url(images/banner\ 1.png);
  max-width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 100px;
  margin-top: 150px;
}

.banner h3 {
  text-align: end !important;
  font-size: 40px;
  color: #fff !important;
  font-weight: 700 !important;
  margin-bottom: 25px;
}

a {
  text-decoration: none !important;
  color: #fff !important;
  text-align: end;
}

.banner a {
  font-size: 15px !important;
  font-weight: 600 !important;
  background-color: transparent;
  border: 2px solid #fff;
  display: inline-block !important;
  border-radius: 100px;
  padding: 12px 20px 12px 20px  !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.banner-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.end {
  display: flex;
  justify-content: end;
}

.btn-img {
  margin-right: 15px !important;
}

.footer-a {
  padding: 0px 15px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  font-family: 'Poppins', sans-serif !important;
}

footer {
  background-color: #000;
  padding: 70px 70px;
  margin-top: -1px;
  z-index: -1;
  position: relative;
}

.footer-margin {
  margin-bottom: 80px;
}

.footer-div {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

footer p {
  margin: 0 !important;
  color: #ffffffb6;
  font-size: 14px;
}

.feature-row img,
.gallery img {
  transition: .4s ease; 
}

.feature-row img:hover,
.gallery img:hover {
  cursor: pointer;
  transform: scale(1.05); 
}