@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;700&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "tex_gyre_adventorbold" sans-serif;
}

:root {
  --primary: #073842;
  --secondory: #355d65;
  --dark: #21252f;
  --body: #888;
  --bg-section: rgb(0, 0, 100, 0.1);
  --white: #ffffff;
  --font-bold: 900;
  --animate-delay: 2s;
  --box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--scroll-padding, 100px);
}

body {
  color: var(--dark);
  overflow-x: hidden; /* Hide horizontal scrollbar */
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  color: var(--primary);
}

p {
  color: rgba(51, 45, 45, 0.904);
  /* font-size:  14px;
     */
}

.bg-title {
  color: #ffffff;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1em;
  -webkit-text-stroke-color: #000;
  stroke: #000;
}

h1,
h2,
h3,
h4,
.display-1,
.display-2,
.display-4,
.display-3,
.display-6 {
  font-weight: var(--font-bold);
  font-family: "Sora", sans-serif;
}

ul {
  list-style: none;
}

.container-fluid {
  padding: 0%;
}

section {
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  height: auto;
}

/* Utility classes */
.btn {
  border-radius: 5px;
  border-width: 2px;
  padding: 5px 15px;
}

.overlay-carousel {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 10, 0.4),
    rgba(0, 0, 10, 0.4)
  );
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    to right,
    rgb(250, 248, 248),
    rgba(0, 0, 10, 0.3)
  );
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.quote {
  margin-top: 50px;
  background-color: var(--bg-section);
}

/* component classes */
/* nav-bar */
.navbar-light .navbar-nav .nav-link {
  font-weight: 500;
  transition: all 0.4s ease;
  color: var(--white);
}

nav {
  background-color: transparent;
  backdrop-filter: blur(14px);
  height: 100px;
}

nav.scrolled {
  background-color: #ffffff;
}

nav.scrolled div ul li a {
  font-weight: 500 !important;
  color: var(--primary) !important;
  background-color: #ffffff;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: var(--primary);
  font-weight: 600;
  /* transform: scale(1.2); */
}

.navbar {
  box-shadow: var(--box-shadow);
}

.nav-item {
  margin-left: 20px;
}

.navbar .navbar-brand {
  transition: all 0.4s ease;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* .navbar-brand:hover {
  transform: scale(1.2);
} */

.nav_line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.276);
}

.navbar-brand {
  position: relative;
  text-decoration: none;
  color: #1f1f1f;
}

/*nav ends*/

.barLine {
  position: absolute;
  height: 1px;
  width: 1000px;
  background-color: red;
  border: 1px solid black;
  margin-top: 120px;
}

/*carousel item */
.carouselItem {
  height: 100vh;
}

.carouselInner img {
  position: absolute;
  object-fit: cover;
  height: 100%;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 50, 0.4),
    rgba(0, 0, 50, 0.4)
  );
}

.spacer {
  height: 50vh;
}

.main-content {
  position: absolute;
  color: white;
  width: 100%;
  height: 100%;
  top: 40%;
  text-align: center;
}

.main-content p {
  color: white;
}

/* .carousel-header{
position: absolute;
top: 0;
} */

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.5, 1.5);
  }
}

.carouselInner .carouselItem > img {
  -webkit-animation: zoom 40s;
  animation: zoom 20s;
}

/*Services */
.plus_icon {
  color: var(--primary);
  font-size: 25px;
  font-weight: 900;
  padding-top: 8px;
}

.service_name {
  color: #41536f;
  font-size: 17px;
  padding: 0px 0px 0px 5px;
  font-weight: 500;
}

.services-header {
  position: relative;
  color: var(--primary);
  font-size: 4rem;
  font-weight: 600;
  /* border-bottom: 1px solid #02010114"; */
  padding-bottom: 12px;
  width: 80%;
  border-bottom: 1px solid #02010114;
}

.services-secondsub p {
  /* position: absolute; */
  color: var(--secondory);
  font-size: 2rem;
  font-weight: 700;
  margin-top: 12px;
}

.services-anchor a {
  position: absolute;
  color: var(--primary);
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 10px;
}

.services-anchor a:hover {
  color: var(--secondory);
}

/* marquee section */

.marqueeSection {
  background-image: url("images/carouselbackground.jpg");
  height: 400px;
  width: 100%;
  background-attachment: fixed;
  /* top: 0;
  left: 0; */
  /* position: absolute; */
}

/* philosophy */

.philosophy a {
  /* position: absolute; */

  color: var(--primary);
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600;
  margin-left: 9 00px;
}

.fa-arrow-right {
  transform: rotate(-45deg);
}

.fa-arrow-right:hover {
  transform: rotate(-45deg);
  transform: scale(0.9);
  color: #355d65;
}

.philosophy-header {
  color: var(--primary);
  font-size: 5rem;
  font-weight: 600;

  /* font-family: "-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif "; */
  padding-bottom: 12px;
}

.img_gal {
  position: relative;
}

.img1,
.img2,
.img3,
.img4 {
  background-size: cover;
  background-position: center;
  position: absolute;
  transition: transform 2s ease;
  transform-style: preserve-3d;
}

.img1 {
  background-image: url("./images/animation1.jpg");
  top: 0%;
  left: 0%;
  height: 350px;
  width: 300px;
}

.img2 {
  background-image: url("images/animation2.jpg");

  height: 350px;
  width: 300px;
  top: 10%;
  left: 5%;
}

.img3 {
  background-image: url("images/animation3.jpg");

  height: 350px;
  width: 300px;
  top: 20%;
  left: 10%;
}

.img_par {
  color: var(--primary);
  font-size: 1.2rem;
  font-weight: 700;
}

.img_par1 {
  color: var(--primary);
  text-align: justify;
}

/* gallery */
.img-container {
  /* width: 100%; */
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 200px;
  margin-bottom: 150px;
}
.img-container img {
  width: 300px;
  height: 350px;
  background-color: #fff;
  border-radius: 16px;
  position: absolute;
  user-select: none;
  transition-property: transform, opacity, zIndex;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.arrows {
  width: 1100px;
  height: auto;
  display: flex;
  justify-content: space-between;
  z-index: 100;
  color: #000;
}
.arrows svg {
  width: 60px;
  height: 60px;
  position: relative;
  fill: #023047;
  opacity: 0.8;
  cursor: pointer;
}

.arrows svg:active {
  transform: scale(0.9);
  opacity: 1;
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

/* .gal_img:hover {
  opacity: 0.4;
  transition-duration: 3s;
  color: black;
  transform: translateX(1.5);
} */
/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100;
  /* -webkit-backface-visibility: hidden; */
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}
/* our services new starts */
.our_service_inner .left_content {
  padding: 30px;
  padding-right: 0;
}

.our_service_inner {
  background: whitesmoke;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}

.our_service_inner .image {
  overflow: hidden;
}

.our_service_inner .view_case {
  pointer-events: auto;
}

.our_service_inner:hover {
  background-color: var(--primary);
  color: white;
}

.view_case:hover {
  color: white;
}

.our_service_inner:hover .image img {
  transform: scale(1.2);
}

.our_service_inner .image img {
  transition: 0.5s all ease-in-out;
}

.our_service h2 {
  font-size: 30px;
  line-height: 44px;
}

.our_service h3 {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 0;
}

.our_service_inner ul {
  margin-top: 16px;
  height: 184px;
}

.our_service_inner ul li {
  font-size: 16px;
  text-align: left;
}

.our_service_inner ul li:not(:last-child) {
  margin-bottom: 10px;
}

.our_service_inner ul {
  margin-top: 16px;
}

.card-button {
  background-color: var(--primary);
  color: white;
  font-weight: bold;
}

.our_service_inner:hover .card-button {
  background-color: var(--white);
  color: rgb(10, 10, 10);
}

/* our services new ends*/
/* partners */
.slider-p {
  height: 150px;
  margin: auto;
  position: relative;
  width: 50%;
  display: flex;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.5) 0px 7px 29px 0px;
}

.slide-p {
  height: 150px;
  display: flex;
  align-items: center;
  animation: slideshow-p 10s linear infinite;
}

.slide-p img {
  height: 150px;
  width: auto;
  margin: 0 20px 0 20px;
}

@keyframes slideshow-p {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* Courses */
.services-content {
  text-align: center;
  z-index: 100;
}

.service {
  transition: 0.5s ease;
}

.service:hover {
  transform: scale(1.05);
}

.card {
  height: 250px;
  position: relative;
  z-index: -1;
}

.card img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: fill;
}

.card-title {
  margin-top: 100px;
}

/* Courses ends */
/* why close */

/* text animation */
.animate_content {
  color: var(--primary);
  font-size: 2rem;
  white-space: nowrap;
  overflow: hidden;
  font-weight: var(--font-bold);
  animation: typing 6s steps(18, end) infinite;
}

@keyframes typing {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.process-icon {
  height: 150px;
  width: 150px;
  background-color: #073842;
  border-radius: 50%;
}

.process-title {
  padding-top: 10px;
  font-weight: bold;
  color: #073842;
}

.under-line {
  border-bottom: 1px solid #02010114;
}

/*image animation */
.imagegalary {
  position: relative;
}
.innerImg {
  width: 100%;
  height: 100%;
}

.image1,
.image2,
.image3 {
  width: 280px;
  height: 280px;
  position: absolute;
  overflow: hidden;
  animation-duration: 8s;
  animation-iteration-count: infinite;
}

.imagegalary .image1 {
  animation-name: image1;
}

@keyframes image1 {
  0% {
    left: 0px;
    top: 0px;
    z-index: 100;
  }
  25% {
    left: 50px;
    top: 50px;
    z-index: 101;
  }
  50% {
    left: 100px;
    top: 100px;
    z-index: 102;
  }
  100% {
    left: 0px;
    top: 0px;
    z-index: 100;
  }
}

.imagegalary .image2 {
  animation-name: image2;
}
@keyframes image2 {
  0% {
    left: 50px;
    top: 50px;
    z-index: 101;
  }
  25% {
    left: 100px;
    top: 100px;
    z-index: 102;
  }
  50% {
    left: 0px;
    top: 0px;
    z-index: 100;
  }
  100% {
    left: 50px;
    top: 50px;
    z-index: 101;
  }
}
.imagegalary .image3 {
  animation-name: image3;
}

@keyframes image3 {
  0% {
    left: 100px;
    top: 100px;
    z-index: 102;
  }
  25% {
    left: 0px;
    top: 0px;
    z-index: 100;
  }
  50% {
    left: 50px;
    top: 50px;
    z-index: 101;
  }
  100% {
    left: 100px;
    top: 100px;
    z-index: 102;
  }
}
/*image animation close */

.fa-solid1:hover {
  color: rgb(10, 10, 10);
}
/* chat icon */
.chat_icon {
  position: fixed;
  bottom: 10%;
  left: 90%;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  z-index: +10;
}

.call_bttn {
  color: #fff;
}

.call_bttn:hover {
  color: #000;
}

.fa-arrow-right {
  color: #fff;
}

.footer-title {
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.244);
  padding: 20px;
  font-size: 4rem;
}

.arrow-icon {
  font-size: 25px;
  margin-bottom: 25px;
}

.carouselImg {
  width: 100%;
}
@media screen and (min-width: 1023px) {
  .carouselContainer {
    width: 600px;
    margin: auto;
  }
}
/* responsive mode */
@media screen and (max-width: 1535px) {
  .main-content {
    top: 50%;
  }
}

@media screen and (min-width: 1279px) {
  .imagegalary {
    height: 50vh;
  }
}

@media screen and (max-width: 1023px) {
  .office-info {
    margin-bottom: 20px;
  }
  .imagegalary {
    height: 50vh;
  }
  .imagegalary .image1,
  .image2,
  .image3 {
    width: 400px;
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .bg-title {
    font-size: 2.6rem;
  }
  .services-header {
    font-size: 3rem;
  }

  .services-secondsub p {
    font-size: 1.6rem;
    margin-top: 6px;
  }
  .imagegalary .image1,
  .image2,
  .image3 {
    width: 220px;
    height: 220px;
  }
  .chat_icon {
    left: 80%;
  }
}

@media screen and (max-width: 639px) {
  .main-content {
    padding: 10px;
  }

  .img-container {
    height: 100vw;
    width: 300px;
    margin: auto;
    overflow-x: hidden;
    width: 100%;
  }

  .carouselInner img {
    object-position: top center;
  }
  .arrow-icon {
    font-size: 0;
  }
  .img_gal {
    height: 60vh;
  }

  .footer {
    background-position: top center;
  }
  .footer-title {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 359px) {
  .imagegalary .image1,
  .image2,
  .image3 {
    width: 140px;
    height: 140px;
  }
  .chat_icon {
    left: 70%;
  }
}
