@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --light-blue-color: rgb(46, 111, 189);
  --blue-color: rgb(4, 8, 79);
  --dark-blue-color: rgb(1, 2, 32);
  --bg-white: rgb(248, 248, 248);
  --titles-fonts: "Jost", sans-serif;
}

* {
  font-family: var(--titles-fonts) !important;
}

::selection {
  background-color: var(--light-blue-color);
}

.section-margin {
  padding: 100px 0 !important;
}

.primary-color {
  color: var(--light-blue-color);
}

h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  font-family: var(--titles-fonts);
}

h2 {
  font-weight: 700;
  font-size: 34px;
  font-family: var(--titles-fonts);
}

h3 {
  font-weight: 700;
  font-size: 28px;
}

h4 {
  font-weight: 700;
  font-size: 26px;
}

p {
  font-size: 16px;
  font-weight: 400;
  color: black !important;
}

.sc-primary-btn {
  font-family: var(--titles-fonts);
}

.sc-primary-btn:after {
  background-color: var(--light-blue-color);
}

.sc-primary-btn:before {
  background-color: var(--blue-color);
}

.sc-heading-area .title {
  color: var(--blue-color);
}

.sc-heading-area .title.white-color {
  color: white;
}

.sc-heading-area .sub-title {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--blue-color);
  font-family: var(--titles-fonts);
}

.sc-heading-area .sub-title::before {
  display: inline-block;
  content: "";
  height: 2px;
  width: 50px;
  margin-right: 10px;
  margin-bottom: 4px;
  background-color: var(--light-blue-color);
}

.sc-heading-area .sub-title::after {
  display: none;
  content: "";
  height: 2px;
  width: 50px;
  margin-left: 10px;
  margin-bottom: 4px;
  background-color: var(--light-blue-color);
}

.sc-heading-area.text-center .sub-title::after {
  display: inline-block;
}

.sc-heading-area.text-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sc-heading-area span {
  font-style: normal;
}

/* Header --- */

.sc-topbar-section-two * {
  font-family: var(--titles-fonts);
}

.sc-topbar-section-two::before {
  display: none;
}

.sc-topbar-section-two {
  background-color: var(--dark-blue-color);
}

.sc-topbar-section .sc-header-content-left ul li a:hover {
  color: var(--light-blue-color);
}

.sc-header-section.sc-header-sticky
  .sc-header-content-style3
  .sc-main-menu
  > ul
  > li
  > a {
  color: var(--blue-color) !important;
}

.sc-header-section .sc-header-content-style3 .sc-main-menu > ul > li > a {
  color: white !important;
}

.sc-header-section .sc-header-content-style3 .sc-main-menu > ul > li > a:hover,
.sc-header-section.sc-header-sticky
  .sc-header-content-style3
  .sc-main-menu
  > ul
  > li
  > a:hover {
  color: var(--light-blue-color) !important;
}

.sc-header-content-style3 .sc-main-menu > ul > li > a {
  padding: 25px 0;
  font-family: var(--titles-fonts);
}

.sc-header-section .sc-header-logo img {
  filter: brightness(0) invert(1) !important;
}

@media (max-width: 600px) {
  .sc-topbar-section-two * {
    font-size: 0.8rem !important;
  }

  .sc-header-content-left {
    display: flex;
    width: 100%;
  }

  .sc-header-content-left .list-gap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .sc-header-content-left .list-gap li {
    padding-bottom: 0 !important;
  }
}

.sc-topbar-section-two .sc-header-social-icon .sc-social-list li a i {
  color: white;
}

.sc-topbar-section-two .sc-header-social-icon .sc-social-list li a:hover i {
  color: var(--light-blue-color) !important;
}

@media (max-width: 320px) {
  .sc-topbar-section-two * {
    font-size: 0.7rem !important;
  }
}

/* Header End --- */

/* About --- */

#bg-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.video-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(1, 2, 32, 0.5), rgba(1, 2, 32, 0.5));
  top: 0;
  left: 0;
}

.video-wrapper .container * {
  z-index: 10;
}

#about {
  background: none;
  background-color: var(--bg-white);
}

#about .accordion-item {
  padding: 5px;
}

#about .accordion-button {
  font-family: var(--titles-fonts);
}

/* About End --- */

/* Services --- */

#services {
  background: linear-gradient(rgba(3, 20, 36, 0.7), rgba(3, 20, 36, 0.7)),
    url(../img/services-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

#services h4 {
  font-size: 1.3rem;
}


#services .sc-business-text {
  height: 340px;
  background-color: var(--dark-blue-color);
}

@media (min-width: 400px) {
  #services .sc-business-text {
    height: 300px;
    background-color: var(--dark-blue-color);
  }
}

@media (min-width: 578px) {
  #services .sc-business-text {
    height: 450px;
    background-color: var(--dark-blue-color);
  }
}

@media (min-width: 780px) {
  #services .sc-business-text {
    height: 400px;
    background-color: var(--dark-blue-color);
  }
}

#services .sc-business-item:hover .sc-business-text {
  background-color: white;
}

#services p.des {
  color: white !important;
}

#services .sc-business-item:hover p.des {
  color: black !important;
}

#services .sc-business-item .sc-icon i {
  background-color: var(--light-blue-color);
}

#services .triangle-down {
  border-top-color: var(--light-blue-color);
  margin-top: 0.5rem;
}

#services .swiper-button-next:hover:after,
#services .swiper-button-prev:hover:after {
  background: var(--light-blue-color);
}

/* Services End --- */

/* Testimonials --- */

#testimonials {
  background-image: none;
  background-color: var(--bg-white);
  height: auto !important;
}

#testimonials .sc-test-item {
  margin-top: 3.5rem;
  position: relative;
}

#testimonials .sc-testimonial-text {
  padding-top: 2.4rem;
}

#testimonials .sc-testimonial-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  width: 100%;
  border-radius: 50px 50px 0 0;
  background-color: var(--blue-color);
  transition: all 0.3s ease !important;
}

#testimonials .sc-testimonial-text a {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: var(--blue-color);
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease !important;
}

#testimonials .sc-testimonial-text a img {
  margin: 0;
  filter: invert(1);
}

#testimonials .sc-test-item:hover .sc-testimonial-text a,
#testimonials .sc-test-item:hover .sc-testimonial-text::before {
  background-color: var(--light-blue-color);
}

#testimonials .sc-auother-header h5 {
  color: var(--dark-blue-color);
}

#testimonials .swiper-button-prev:hover:after,
#testimonials .swiper-button-next:hover:after {
  background-color: var(--light-blue-color);
}


@media (min-width: 770px) {
  #testimonials .sc-testimonial-text {
    height: 350px;
    font-size: 1rem;
  }
}

@media (min-width: 1000px) {
  #testimonials .sc-test-item {
    padding: 30px 20px;
  }

  #testimonials .sc-testimonial-text {
    height: 260px;
    font-size: 1rem;
  }

  #testimonials .sc-testimonial-text a {
    width: 90px;
    height: 90px;
  }

  #testimonials .sc-testimonial-text img {
    width: 45px;
  }
}

@media (min-width: 1476px) {
  #testimonials .sc-testimonial-text {
    height: 230px;
    font-size: 1rem;
  }
}

@media (max-width: 769px) {
  #testimonials .sc-testimonial-text {
    height: auto;
  }
}

/* Testimonials End --- */

/* Counters --- */

#counters {
  height: 500px !important;
  display: flex;
  align-items: center;
}

@media (max-width: 1000px) {
  #counters {
    height: auto !important;
  }
}

.sc-counter-area {
  background: linear-gradient(rgba(14, 62, 107, 0.6), rgba(14, 62, 107, 0.6)),
    url(../img/counters.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.sc-counter-box .des {
  color: white !important;
}

.sc-counter-box * {
  text-align: center;
}

.sc-counter-box .sc-counter-icon {
  margin-right: 0;
  margin-bottom: 1rem;
}

.sc-counter-box .sc-counter-icon i {
  border: 2px dashed #ffffff;
}
/* Counters End --- */

/* Projects --- */

#projects .sc-filter {
  font-family: var(--titles-fonts);
}

#projects .sc-filter:hover {
  color: var(--blue-color);
}

#projects .sc-filter::before {
  background: #eef0f1;
}

#projects .sc-filter.active {
  background-color: var(--light-blue-color);
  margin-top: 15px;
}

@media (max-width: 600px) {
  #projects .gridFilter {
    flex-wrap: wrap;
  }

  #projects .sc-filter {
    font-size: 0.8rem;
  }
}

#projects .sc-project-item {
  position: relative;
}

#projects .sc-project-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  background-color: rgba(13, 28, 43, 0.5);
  opacity: 0;
}

#projects .sc-project-item:hover::after {
  opacity: 1;
}

#projects .sc-project-item .sc-project-content-box .sc-project-icon i {
  color: var(--light-blue-color);
}

#projects .sc-project-item .sub-title {
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 0;
}

#projects .sc-project-item .sub-title::before,
#projects .sc-project-item .sub-title::after {
  display: none;
  position: static;
}

#projects .sc-project-item .sub-title::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: white;
  margin-left: 0.8rem;
}

.grid-item {
  position: relative;
  overflow: hidden;
}

.grid-item .info-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 100%;
  height: 100%;
  max-width: 30px;
  max-height: 30px;
  border-radius: 50%;
  border: none;
  background-color: var(--blue-color);
  color: white;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease;
  z-index: 10;
}

.grid-item:hover .info-btn {
  opacity: 1;
  visibility: visible;
  display: none;
}

.grid-item .info-btn::after {
  content: "i";
  font-style: italic;
}

.grid-item .info-btn:hover::after {
  content: "";
}

.grid-item .info-btn:hover {
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
  right: 0;
  top: 0;
  z-index: 30 !important;
}

.grid-item .extra-info {
  width: 100%;
  height: 100%;
  padding: 1rem;
  font-size: 1.1rem;
  opacity: 0;
  text-align: left;
  display: none;
}

.grid-item .info-btn:hover .extra-info {
  animation: fadeIn 0.7s ease 0.5s forwards;
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.grid-item .extra-info * {
  color: white !important;
}

@media (max-width: 450px) {
  #projects .grid-item h4 {
    font-size: 1.2rem;
  }

  .grid-item .extra-info * {
    font-size: 0.9rem;
  }
}

/* Projects End --- */

.sc-testimonial-section-two {
  background: none;
}

.sc-slider-section .slide-image-2 {
  background: linear-gradient(
      to bottom,
      rgba(1, 2, 32, 0.5),
      rgba(1, 2, 32, 0.5)
    ),
    url(../img/slider1.jpg);
  height: 100vh;
}

.sc-slider-section .slide-image-4 {
  background: linear-gradient(
      to bottom,
      rgba(1, 2, 32, 0.5),
      rgba(1, 2, 32, 0.5)
    ),
    url(../img/slider2.jpg);
  height: 100vh;
}

.sc-slider-section .slide-image-5 {
  background: linear-gradient(
      to bottom,
      rgba(1, 2, 32, 0.5),
      rgba(1, 2, 32, 0.5)
    ),
    url(../img/slider3.jpg);
  height: 100vh;
}

.sc-slider-section .swiper-slide .shape-overly-one {
  display: none;
}

.sc-slider-section {
  height: 100vh;
  overflow: hidden;
}

.sc-header-section {
  position: absolute;
  background-color: transparent !important;
}

.title-of-slider {
  font-size: 48px !important;
}

.sc-header-section .sc-header-content-style3 {
  background: transparent !important;
  color: white;
}

.sc-header-sticky .sc-header-content-style3 {
  background: white !important;
}

.sc-slider-style2 .sc-slider-2 .container {
  height: 100vh;
  display: flex;
  align-items: center;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.sc-header-section .sc-header-logo img {
  filter: brightness(12);
}

.sc-header-sticky .sc-header-logo img {
  filter: unset !important;
}

.sc-global-section-area {
  background-color: white;
}

.sc-slider-style2 .sc-slider-subtitle {
  border-left: 2px solid var(--light-blue-color) !important;
  font-family: var(--titles-fonts);
}

.boxfin-scroll-top-icon {
  color: var(--green-blue);
}

.boxfin-scroll-top > svg.progress-circle path {
  stroke: var(--light-blue-color);
}

.sc-project-section-area {
  margin-top: 120px;
  margin-bottom: 120px;
}

.title-service {
  padding-top: 20px;
  text-align: center;
}

.sc-project-item img {
  height: 350px;
  object-fit: cover;
  width: 100%;
}

.sc-project-text,
.sc-project-icon {
  z-index: 20;
}

.sc-project-text * {
  font-family: var(--titles-fonts);
}

.sc-project-text p {
  color: white !important;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  justify-content: center;
}

.sc-project-text h4 {
  word-wrap: break-word;
  margin-right: 1rem;
}

.sc-project-item .sc-project-content-box .sc-project-text {
  bottom: 1rem;
  left: 1rem;
}
.sc-project-item::before {
  background: var(--green-blue);
}

.sc-header-section .sc-main-menu li a {
  color: white;
}

.sc-header-section .sc-main-menu li a {
  color: white;
}

.sc-header-sticky .sc-main-menu li a {
  color: black;
}

.sc-main-menu li a:hover {
  color: var(--light-blue-color);
}

.sc-testimonial-section-three {
  margin-top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../img/sep3.jpg);
  padding-top: 120px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 550px;
}

.sc-test-item .sc-testimonial-text {
  height: 150px;
}

.sc-test-item {
  border-radius: 3px;
}

.sc-project-filter {
  margin-bottom: 50px;
}

.sc-project-filter button.active::before,
.sc-project-filter button:hover::before {
  background-color: var(--green-blue);
}

/* Contact --- */
.sc-white-btn {
  font-family: var(--titles-fonts);
}

#contact .sc-form-image {
  height: 100%;
}

#contact .form {
  padding: 5rem;
}

@media (max-width: 600px) {
  #contact .form {
    padding: 100px 2rem;
  }
}

#contact .sc-slider-form input,
#contact select,
#contact .sc-slider-form textarea,
#contact .select-selected {
  background-color: #353950 !important;
}

#contact .sc-slider-form-box .select-services .select-items > div {
  background-color: #353950 !important;
  color: white;
}

#contact .sc-slider-form-box .select-services .select-items > div:hover {
  background-color: var(--light-blue-color) !important;
}

#contact .sc-white-btn:after {
  background-color: transparent;
}

#contact .sc-white-btn {
  color: var(--blue-color);
  background-color: white;
}

#contact .sc-white-btn:hover {
  color: white;
}

#contact .sc-white-btn:before {
  background-color: var(--light-blue-color);
}

#contact .sc-form-image {
  background-image: url(./../img/sep2.jpg) !important;
  background-size: cover;
  background-position: center;
}

#contact .sc-form-inner {
  min-width: 100%;
  max-width: 100%;
}

#contact .contact-info {
  background: var(--light-blue-color);
  padding: 5rem;
  color: white;
}

#contact .contact-info .contact-info-card {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  padding: 0;
  margin-bottom: 2rem;
}

#contact .contact-info .icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 2.4rem;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 1rem;
  width: 80px !important;
  height: 80px !important;
}

#contact .contact-info h4 {
  color: white;
  font-family: var(--titles-fonts);
}

#contact .contact-info p,
#contact .contact-info a {
  color: white !important;
  font-size: 1rem;
  margin-bottom: 0;
}

#contact .contact-info a:hover {
  color: var(--blue-color) !important;
}

#contact .contact-info .sub-title::before {
  background-color: white;
}

#contact .contact-info .sub-title {
  color: white;
}

#contact .contact-info ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-left: 0;
}

#contact .contact-info ul * {
  font-size: 1.3rem;
}

@media (max-width: 400px) {
  #contact .contact-info ul * {
    font-size: 1rem;
    align-items: center;
  }
}

#contact .contact-info ul li {
  list-style: none;
}

#contact .contact-info ul li:first-of-type {
  font-size: 1.2rem;
  font-weight: bold;
}

#contact .contact-info ul li i {
  color: white;
  transition: all 0.3s ease;
}

#contact .contact-info ul li a:hover i {
  color: var(--blue-color);
}

/* Contact End --- */

/* Footer --- */

.sc-footer-section {
  background-color: var(--light-blue-color);
}

.footer-bg-image2 {
  background-image: none;
}

.sc-footer-section p {
  color: white !important;
}

.sc-footer-section .copyright-area {
  padding: 1rem;
  background-color: var(--dark-blue-color);
}

.sc-footer-section .copyright-area .copyright-text a:hover {
  color: var(--light-blue-color);
}

/* Footer End --- */

.preloader .animation-preloader .spinner::before {
  border-top: 3px solid var(--green-blue);
}

.preloader .animation-preloader .spinner {
  top: 50%;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
