@font-face {
  font-family: "heavy";
  src:
    local("Trickster"),
    url("/assets/fonts/AvenirLTStd-Heavy.woff") format("woff"),
    url("/assets/fonts/AvenirLTStd-Heavy.woff2") format("woff2")
}

@font-face {
  font-family: "book";
  src:
    local("Trickster"),
    url("/assets/fonts/AvenirLTStd-Book.woff") format("woff"),
    url("/assets/fonts/AvenirLTStd-Book.woff2") format("woff2")
}

@font-face {
  font-family: "medium";
  src:
    local("Trickster"),
    url("/assets/fonts/AvenirLTStd-Medium.woff") format("woff"),
    url("/assets/fonts/AvenirLTStd-Medium.woff2") format("woff2")
}

@font-face {
  font-family: "light";
  src:
    local("Trickster"),
    url("/assets/fonts/AvenirLTStd-Light.woff") format("woff"),
    url("/assets/fonts/AvenirLTStd-Light.woff2") format("woff2")
}

:root {
  --main-color: #004466;
  --main-hover-color: #003854;
  --second-hover-color: #f5f5ff;
  --color-alert: #7b7b7b;
  --alert-hover: #717171;
  --highlight-color: #cb2f33;
  --font-heavy: 'heavy';
  --font-medium: 'medium';
  --font-book: 'book';
  --font-light: 'light';
}

body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  color: #000000;
  font-size: 16px;
  line-height: 1.6em;
  overflow-x: hidden;
  height: 100%;
  scroll-behavior: smooth;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden !important;
  padding-right: 10px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #000000;
  padding: 0;
  margin: 0 0 20px 0;
  line-height: 1.3em;
  pointer-events: none;
  letter-spacing: 1px;
  text-transform: capitalize;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin-bottom: 15px;
  pointer-events: none;
  font-weight: unset;
}

b,
strong {
  text-transform: capitalize;
}

a,
li {
  font-size: 15px;
}

.title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.8rem;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.head-description {
  font-size: 1.1rem;
  line-height: 1.625rem;
  font-weight: 400;
}

ul {
  list-style: none;
  margin: auto;
  padding: 0;
}

section {
  padding: 20px 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

a {
  font-family: "Open Sans", sans-serif;
  pointer-events: painted;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
}

button {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button:focus {
  border: none;
  outline: none;
}

select {
  color: #000;
}

select:invalid,
select option[value=""] {
  color: #757575
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #000;
}

::-webkit-scrollbar-thumb {
  background: #6f6f6f;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
  background: #525252;
}

.wow {
  visibility: hidden;
}

.wow.animated {
  visibility: visible;
}

@media only screen and (min-width: 1900px) {

  section {
    padding: 50px 0;
  }

}

@media screen and (max-width: 991px) {

  body,
  html {
    font-size: 16px;
    line-height: 1.6em;
  }

  h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }
}

/*=====================================
preloader
=======================================*/

.mil-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  z-index: 1000;
}

.mil-preloader .mil-preloader-animation {
  opacity: 0;
  position: relative;
  height: 100vh;
  color: rgb(0, 0, 0);
  font-size: 2rem;
}

.mil-preloader .mil-preloader-animation .mil-pos-abs {
  position: absolute;
  height: 100vh;
  width: 105%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-preloader .mil-preloader-animation .mil-pos-abs p {
  opacity: 0;
  margin-right: 15px;
  font-weight: 500;
}

.mil-preloader .mil-preloader-animation .mil-pos-abs p:last-child {
  width: 270px;
}

.mil-preloader .mil-preloader-animation .mil-pos-abs p b {
  font-weight: 700;
  color: var(--highlight-color);
}

.per-logo {
  width: 50%;
  margin: auto;
}

@media screen and (max-width: 992px) {
  .mil-preloader .mil-preloader-animation .mil-pos-abs {
    width: 100%;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mil-preloader .mil-preloader-animation .mil-pos-abs p {
    margin-right: 0;
    margin-bottom: 45px;
    font-size: 37px;
  }
}

.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame {
  position: relative;
  padding: 0 30px;
}

.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame .mil-reveal-box {
  z-index: 4;
  position: absolute;
  opacity: 0;
  height: 100%;
  background-color: rgb(0, 0, 0);
}

.mil-preloader.mil-hidden {
  pointer-events: none;
}

/*==========================================*
NavBar header
*==========================================*/

header {
  position: fixed;
  background-color: transparent;
  width: 100%;
  padding: 110px 0 20px;
  z-index: 100;
  transition: transform 0.3s ease;
  will-change: transform;
}

header.hide-on-scroll {
  transform: translateY(-100%);
}

.desktop-nav {
  width: 98%;
  margin: auto;
}

.no-banner .scrolled-header {
  padding: 15px 0;
}

.scrolled-header .desktop-nav,
.no-banner .desktop-nav {
  width: 95%;
  display: flex;
  justify-content: space-between;
  transition: all ease-in-out .25s;
}

.scrolled-header .top-button {
  display: none;
}

.no-banner header {
  padding: 20px 0;
}

.search {
  position: absolute;
  top: 35%;
  left: 25px;
  transform: translate(0%, -50%);
  z-index: 1;
}

.search input {
  width: 255px;
  height: 40px;
  padding: 22px 15px;
  border-radius: 5px;
  font-size: .9rem;
  font-weight: 500;
  border: 1px solid transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  color: #fff;
  background-color: #b6b6b630;
  transition: all ease-in-out .25s;
}

.search input::placeholder {
  color: #ffffffb4;
  font-size: .85rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.search input:focus {
  background-color: #e7e7e750;
}

.search button {
  position: absolute;
  top: 8px;
  width: 19px;
  right: 13px;
  background: none;
  border: none;
  cursor: pointer;
  background-color: #dcdcdc52;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  transition: all ease-in-out .25s;
}

.search button img {
  width: 18px;
  height: auto;
  margin-top: -5px;
  filter: invert(1);
}

.search button:hover {
  transform: scale(1.05);
}

.scrolled-header .search,
.scrolled-header .contact-btn {
  display: none;
}

#live-search-dropdown li a {
  display: flex;
  gap: .75rem;
  padding: .5rem .75rem;
  text-decoration: none;
  color: inherit;
  transition: all ease-in-out .25s;
}

#live-search-dropdown li a:hover {
  transform: scale(1.05);
  background-color: #f5f5f5;
}

#live-search-dropdown img.thumb {
  width: 65px;
  height: 60px;
  margin: auto 0;
  object-fit: cover;
  flex-shrink: 0;
}

#live-search-dropdown .title {
  font-size: 1rem;
  font-weight: 650;
  line-height: 2rem;
  letter-spacing: 0px;
  max-width: 100%;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

#live-search-dropdown .text {
  font-size: 0.9rem;
  color: #666;
}

.scrolled-header .logo-static,
.no-banner .logo-static {
  display: flex;
  flex: 1;
  opacity: 1;
}

.no-banner .scrolled-header .logo-static img,
.no-banner .no-bg .logo-static img {
  filter: brightness(0);
}

.contact-btn {
  position: absolute;
  top: 35%;
  right: 25px;
  transform: translate(0%, -50%);
  z-index: 1;
  color: #fff;
  border-bottom: 2px solid rgb(255, 255, 255);
}

.contact-btn a {
  font-weight: 450;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: capitalize;
  text-align: center;
}

.logo-static {
  display: none;
  opacity: 0;
  transition: all ease-in .3s;
}

.logo-static img {
  width: 85px;
}

/*== NavBar ==*/

.nav-links {
  display: flex;
  justify-content: space-between;
  list-style: none;
  align-items: center;
  color: #fff;
  margin: 0;
}

.scrolled-header .nav-links,
.no-banner .nav-links {
  flex: 2;
}

.scrolled-header .nav-links,
.no-banner .nav-links,
.no-banner .scrolled-header.bg .nav-links {
  color: #000;
}

.no-banner .bg .nav-links {
  color: #ffffff;
}

.no-banner .nav-links li:last-child {
  position: relative;
  opacity: 1;
  right: auto;
}

.no-banner .bg.scrolled-header .nav-links li a:after,
.scrolled-header .nav-links li a:after,
.no-banner .nav-links li a:after,
.no-banner .nav-links a.active::after,
.no-banner .bg.scrolled-header .nav-links a.active::after {
  background: #000000;
}

.no-banner .nav-links li a:hover,
.no-banner .bg.scrolled-header .nav-links li a:hover,
.no-banner .contact-btn a:hover {
  color: #323232;
}

.nav-links li {
  font-weight: 450;
  letter-spacing: 1px;
  text-transform: capitalize;
  text-align: center;
}

.nav-links.scrolled-nav li {
  transition: all ease-in .3s;
}

.nav-links li:last-child {
  position: absolute;
  opacity: 0;
  right: -200px;
}

.nav-links.scrolled-nav li:last-child {
  position: relative;
  opacity: 1;
  z-index: 1;
  right: auto;
}

.nav-links li a,
footer li a {
  position: relative;
  padding: 0 3px 5px;
}

.nav-links li a:after,
footer li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  bottom: -4px;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

footer li a:after {
  height: 1px;
  bottom: 0px;
  background: #000000;
}

.no-banner .bg .nav-links li a:after {
  background: #ffffff;
}

.nav-links li a:hover:after,
footer li a:hover:after {
  width: 100%;
  left: 0;
}

.nav-links .logo a:hover:after {
  width: 0;
}

.nav-links li a:hover,
.contact-btn a:hover,
.no-banner .bg .nav-links li a:hover {
  color: #ffffff;
}

.nav-links.scrolled-nav li a:hover {
  color: #424242;
  border-width: 0;
}

.logo {
  position: absolute;
  top: 33%;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  z-index: 1;
  pointer-events: none;
  transform: translate(-0%, -50%);
  transition: all 0.2s ease-in-out;
}

.logo img {
  width: 105px;
  height: auto;
}

.scrolled-logo,
.no-banner .logo {
  display: none;
}

.scrolled-header {
  padding: 15px 0;
  background: white;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.scrolled-nav {
  position: relative;
  background-color: #fff;
  z-index: 5;
}

.scrolled-nav li {
  transform: translateY(0);
}

/********* Mobile Menu *********/

.mobile-menu {
  position: relative;
  display: none;
}

.mobile-logo {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
}

.mobile-logo img {
  width: 135px;
  transition: all 0.3s ease-in-out;
}

.no-bg .mobile-logo img {
  filter: brightness(0);
}

.scrolled-header .mobile-logo img {
  filter: brightness(0);
}

.mobile-menu-content {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: white;
  padding: 145px 20px;
  transition: all ease-in-out .25s;
  flex-direction: column;
}

.mobile-menu-content.active {
  left: 0;
}

.mobile-nav-links {
  display: flex;
  flex-direction: column;
  justify-content: left;
}

.mobile-nav-links li {
  text-transform: uppercase;
  padding: 20px;
}

.mobile-nav-links li a {
  font-size: 1.6rem;
  font-weight: 450;
  letter-spacing: 1px;
}

.menu-toggle {
  position: absolute;
  top: 24%;
  right: 50px;
  flex-direction: column;
  cursor: pointer;
  z-index: 100;
  display: none;
}

.menu-toggle .bar {
  width: 45px;
  height: 2.5px;
  background-color: #ffffff;
  margin: 5px 0;
  transition: 0.3s;
}

.menu-toggle.open .bar,
.scrolled-header .menu-toggle .bar,
.no-banner .menu-toggle .bar,
.no-banner .bg .menu-toggle.open .bar,
.no-banner .bg.scrolled-header .menu-toggle .bar {
  background-color: #000000;
}

.no-banner .bg .menu-toggle .bar {
  background-color: #fff;
}

.menu-toggle.open .bar1 {
  transform: rotate(-45deg) translate(-10px, 5px);
  height: 3px;
}

.menu-toggle.open .bar2 {
  opacity: 0;
}

.menu-toggle.open .bar3 {
  transform: rotate(45deg) translate(-13px, -9px);
  height: 3px;
}

.nav-links a {
  font-size: 17px;
  letter-spacing: 1px;
}

.nav-links a.active::after,
.no-banner .bg .nav-links a.active::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.logo a.active::after {
  background-color: transparent;
}

.nav-links li:first-child a.active::after {
  display: none;
}

/* Mobile */
.mobile-nav-links a {
  position: relative;
}

.mobile-nav-links a.active::after {
  content: "";
  display: block;
  margin: 0.25rem 0 0;
  height: 2px;
  width: 100%;
  background: #fff;
}

@media only screen and (min-width: 1700px) {

  header {
    padding: 125px 0 20px;
  }

  .no-banner .logo {
    top: 40px;
  }

  .logo img {
    width: 130px;
  }

  .nav-links {
    margin: 0 20px;
  }

  .nav-links li a,
  .contact-btn a {
    font-size: 1.05rem;
  }

  .top-button {
    max-width: 1900px;
    position: relative;
    top: -65px;
  }

  .search {
    left: 1%;
  }

  .contact-btn {
    right: 1%;
  }

  header .container-fluid {
    max-width: 1900px;
    margin: auto;
    left: 0;
    right: 0;
  }

  .mil-preloader .mil-preloader-animation {
    font-size: 3rem;
  }

  .per-logo {
    width: 70%;
  }

}

@media (max-width: 1200px) {

  .nav-links li {
    font-size: .9rem;
  }

  .scrolled-header .nav-links,
  .no-banner .nav-links {
    flex: 3;
  }

}

@media (max-width: 992px) {

  .scrolled-header .desktop-nav,
  .desktop-nav,
  .no-banner .desktop-nav {
    display: none;
  }

  header {
    padding: 20px 0;
  }

  .mobile-menu {
    display: block;
  }

  .menu-toggle {
    display: flex;
  }

  .mobile-menu-content.active~.mobile-logo img {
    filter: brightness(0);
  }

}

@media (max-width: 767px) {

  .mobile-logo img {
    width: 120px;
  }

  .menu-toggle .bar {
    width: 40px;
    height: 2.5px;
  }

  .mobile-nav-links li a {
    font-size: 1.4rem;
  }

}

@media (max-width: 480px) {

  header {
    padding: 15px 0;
  }

  .mobile-logo img {
    width: 90px;
  }

  .menu-toggle {
    right: 30px;
  }

  .menu-toggle .bar {
    width: 28px;
    height: 2px;
    margin: 3.5px 0;
  }

  .mobile-nav-links li {
    padding: 15px 20px;
  }

  .mobile-nav-links li a {
    font-size: 1.2rem;
  }

  .mobile-menu-content {
    padding: 115px 0px;
  }

  .menu-toggle.open .bar1 {
    transform: rotate(-45deg) translate(-5px, 1px);
  }

  .menu-toggle.open .bar1,
  .menu-toggle.open .bar2,
  .menu-toggle.open .bar3 {
    height: 2px;
  }

  .mil-preloader .mil-preloader-animation .mil-pos-abs p {
    font-size: 30px;
    margin-bottom: 25px;
  }

}

/*==========================================*
Hero
*==========================================*/

.hero {
  position: relative;
  width: 100%;
  height: 100svh;
  background-color: #cb2f33;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding-top: 145px;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
}

.projects {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 10;
  height: calc(80vh / 4);
  overflow: hidden;
}

.projects .overview {
  position: relative;
  width: calc(100% / 6);
  height: 100%;
  padding: 0px 23px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
}

.projects .overview img {
  width: calc(90vh / 4);
  height: calc(90vh / 6);
  margin-bottom: 8px;
  object-fit: cover;
}

.projects .overview p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  opacity: 0;
  margin-bottom: 0;
  transition: all ease-in-out .35s;
}

.projects .overview:hover p {
  opacity: 1;
}

.hero-logo {
  position: absolute;
  top: -25%;
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
}

.projects .overview:hover~.hero-logo {
  pointer-events: auto;
}

.hero-logo img {
  width: 250px;
  height: auto;
}

@media only screen and (min-width: 1900px) {

  .banner .container-fluid {
    width: 1975px;
  }

  .hero-logo img {
    width: 320px;
  }

  .projects .overview p {
    font-size: 17px;
  }

}

@media (max-width: 1095px) {

  .projects .overview {
    padding: 0px 8px;
  }

}

@media (max-width: 992px) {

  .hero {
    padding-top: 130px;
  }

  .projects {
    height: calc(90vh / 4);
  }

}

@media (max-width: 768px) {
  .projects-slider {
    display: block;
  }

  .projects {
    display: flex;
  }

  .hero-logo img {
    width: 225px;
  }

}

@media (max-width: 480px) {

  .hero {
    padding-top: 100px;
  }

  .projects {
    height: calc(80vh / 4);
  }

  .hero .slick-slide {
    margin: 0 !important;
  }

  .hero-logo img {
    width: 160px;
  }

  .projects .overview:hover p {
    opacity: 0;
  }

}

/*==========================================*
About Us
*==========================================*/

.about-us {
  padding: 100px 0 60px;
  overflow: hidden;
}

.about-us h2,
.about-us h3,
.about-us p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
}

.about-us h2 strong {
  font-weight: 600;
  color: var(--highlight-color);
}

.about-us-content>div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  pointer-events: none;
}

.about-us-content {
  position: relative;
}

.about-us-content>div.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: relative;
}

.about-next-btn {
  background: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
}

.about-next-btn img {
  width: 130px;
  margin-top: 30px;
  transition: all .25s ease-in-out;
}

.about-next-btn.disabled img {
  filter: grayscale(100%) opacity(0.5);
  pointer-events: none;
}

.about-next-btn img:hover {
  transform: translateX(10px);
}

@media only screen and (min-width: 1900px) {

  .about-us h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .about-us .slick-prev,
  .about-us .slick-next {
    width: 190px;
  }

}

@media (max-width: 1095px) {

  .about-us .slick-prev,
  .about-us .slick-next {
    top: 120%;
  }

}

@media (max-width: 992px) {

  .about-us h2 {
    font-size: 32px;
    line-height: 1.6;
  }

  .about-us .container {
    max-width: 95%;
  }

  .about-us {
    padding: 100px 0;
  }

  .about-us .slick-prev,
  .about-us .slick-next {
    width: 110px;
  }

}

@media (max-width: 767px) {

  .about-us .container {
    max-width: 100%;
  }

  .about-us h2 {
    font-size: 28px;
  }

  .about-us .slick-prev,
  .about-us .slick-next {
    width: 125px;
    left: 0;
  }

  .about-next-btn img {
    width: 135px;
  }

}

@media (max-width: 575px) {

  .about-us h2 {
    font-size: 22px;
  }

  .about-us .slick-prev,
  .about-us .slick-next {
    width: 90px;
    bottom: 0;
  }

  .about-next-btn img {
    width: 100px;
  }

}

@media (max-width: 480px) {

  .about-us {
    padding: 50px 0 30px;
  }

  .about-us h2 {
    font-size: 20px;
  }

  .slick-dots {
    bottom: -10px;
  }

}

@media (max-width: 389px) {

  .about-us h2 {
    font-size: 18px;
  }

  .about-next-btn img {
    width: 80px;
  }

}

/*==========================================*
image showcase section
*==========================================*/

.image-showcase {
  overflow: hidden;
  max-width: 1975px;
  margin: auto;
  margin-bottom: 40px;
}

.slider-row {
  width: 100%;
  display: block;
}

.slider-row .slick-slide {
  box-sizing: border-box;
}

.slider-row img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.image-showcase .slider-row:last-child {
  transform: rotateY(180deg);
}

.image-showcase .slider-row:last-child img {
  transform: rotateY(180deg);
}

/*==========================================*
social impact section
*==========================================*/

.social-change {
  position: relative;
  margin: auto;
  margin-top: 50px;
  overflow: hidden;
}

.head-title {
  width: 85%;
  margin: auto auto 65px;
  text-align: center;
}

.social-slider .slick-slide {
  margin: 0 25px;
}

.social-slider .slick-list {
  margin: 0 -25px;
}

.social-change-content {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.social-change-item {
  position: relative;
  width: 100%;
  transition: all ease-in-out .25s;
}

.social-change-item img {
  width: 100%;
  height: 400px;
  margin-bottom: 25px;
  object-fit: cover;
}

.social-slider .slick-slide .description {
  margin: 0 20px 0 0;
  transition: all ease-in-out .5s;
}

.social-slider .slick-slide.slick-current+.slick-slide.slick-active .description {
  margin: 0 20px 0 0;
}

.social-change .slick-prev,
.social-change .slick-next,
.ideas .slick-prev,
.ideas .slick-next {
  position: absolute;
  top: -30px;
  right: 20px;
  left: auto;
  z-index: 10;
  width: 40px;
  height: 35px;
  background-color: #000000;
}

.social-change .slick-prev,
.ideas .slick-prev {
  right: 70px;
}

.social-change .slick-next:before,
.social-change .slick-prev:before,
.ideas .slick-next:before,
.ideas .slick-prev:before {
  position: relative;
  top: -1px;
  right: -1px;
  font-family: -webkit-body;
  opacity: 1 !important;
}

.social-change .slick-prev:before,
.ideas .slick-prev:before {
  top: -1px;
  left: -1px;
  right: auto;
}

.social-change-item .description h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 5px;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  width: fit-content;
  white-space: nowrap;
}

.social-change-item .description p {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.social-change-item button {
  position: relative;
  background-color: transparent;
  border: none;
  font-weight: 600;
  font-size: 1rem;
  text-transform: capitalize;
  letter-spacing: .5px;
  margin: 5px 0;
  cursor: pointer;
  transition: all ease-in-out .25s;
}

.social-change-item button:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  bottom: -4px;
  position: absolute;
  background: #000000;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 100%;
}

.social-change-item button i {
  position: relative;
  bottom: -3px;
  right: -2px;
  font-size: 1.2rem;
}

.social-change-item button:hover:after {
  width: 0;
  left: 50%;
}

.social-change-item button:hover {
  transform: scale(1.05);
}

.all-projects-btn {
  display: block;
  font-weight: 700;
  background-color: #000;
  border: none;
  color: #fff;
  width: 300px;
  height: 50px;
  text-align: center;
  margin: 45px auto 0 auto;
  padding-top: 1px;
  align-content: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.all-projects-btn:hover {
  transform: scale(1.05);
  color: #fff;
}

/* SECTION LAYOUT */
.latest-projects,
.social-change {
  position: relative;
  margin-top: 50px;
  overflow: hidden;
}

.latest-projects {
  margin-top: 75px;
}

@media only screen and (max-width: 767px) {

  .social-slider .slick-slide .description {
    margin: 0;
  }

}

@media only screen and (max-width: 480px) {

  .slider-row img {
    height: 145px;
  }

}

@media only screen and (max-width: 400px) {

  .head-title {
    width: 100%;
  }

  .all-projects-btn {
    margin: 60px auto 0 auto;
  }

}

/*==========================================*
Latest Projects
*==========================================*/

.latest-projects {
  position: relative;
  margin-top: 75px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}

.grid-item {
  overflow: hidden;
  position: relative;
  background-color: #cb2f33;
}

.grid-item img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  z-index: 10;
  transition: all ease-in-out .25s;
}

.grid-item:hover {
  transform: scale(1.03);
}

.grid-item:hover img {
  opacity: 0.1;
}

.item-1,
.item-1 img {
  grid-column: 1;
  grid-row: 1 / span 2;
  height: 515px;
  object-fit: cover;
}

.item-2,
.item-2 img {
  grid-column: 2;
  grid-row: 1;
  height: 250px;
  object-fit: cover;
}

.item-3,
.item-3 img {
  grid-column: 3;
  grid-row: 1;
  height: 250px;
  object-fit: cover;
}

.item-4,
.item-4 img {
  grid-column: 2;
  grid-row: 2;
  height: 250px;
  object-fit: cover;
}

.item-5,
.item-5 img {
  grid-column: 3;
  grid-row: 2 / span 2;
  height: 515px;
  object-fit: cover;
}

.item-6,
.item-6 img {
  grid-column: 1;
  grid-row: 3;
  height: 250px;
  object-fit: cover;
}

.item-7,
.item-7 img {
  grid-column: 2;
  grid-row: 3 / span 2;
  height: 515px;
  object-fit: cover;
}

.item-8,
.item-8 img {
  grid-column: 1;
  grid-row: 4;
  height: 250px;
  object-fit: cover;
}

.item-9,
.item-9 img {
  grid-column: 3;
  grid-row: 4;
  height: 250px;
  object-fit: cover;
}

.item-10,
.item-10 img {
  grid-column: 2;
  grid-row: 5;
  height: 250px;
  object-fit: cover;
}

.item-11,
.item-11 img {
  grid-column: 1;
  grid-row: 5 / span 2;
  height: 515px;
  object-fit: cover;
}

.item-12,
.item-12 img {
  grid-column: 2;
  grid-row: 6;
  height: 250px;
  object-fit: cover;
}

.item-13,
.item-13 img {
  grid-column: 3;
  grid-row: 5 / span 2;
  height: 515px;
  object-fit: cover;
}

.latest-projects .description {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  align-content: center;
  text-align: center;
  z-index: 1;
}

.latest-projects .description h2 {
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

@media only screen and (min-width: 1900px) {

  .title {
    font-size: 50px;
    margin-bottom: 45px;
  }

  .item-1,
  .item-1 img,
  .item-5,
  .item-5 img,
  .item-7,
  .item-7 img {
    height: 815px;
  }

  .item-2,
  .item-2 img,
  .item-3,
  .item-3 img,
  .item-4,
  .item-4 img,
  .item-6,
  .item-6 img,
  .item-9,
  .item-9 img,
  .item-10,
  .item-10 img {
    height: 400px;
  }

}

@media only screen and (max-width: 992px) {

  .latest-projects {
    padding: 35px 10px 60px;
  }

  .title {
    font-size: 33px;
  }

  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 0px;
  }

  .item-1,
  .item-1 img,
  .item-2,
  .item-2 img,
  .item-3,
  .item-3 img,
  .item-4,
  .item-4 img,
  .item-5,
  .item-5 img,
  .item-6,
  .item-6 img,
  .item-7,
  .item-7 img,
  .item-8,
  .item-8 img,
  .item-9,
  .item-9 img,
  .item-10,
  .item-10 img,
  .item-11,
  .item-11 img,
  .item-12,
  .item-12 img,
  .item-13,
  .item-13 img {
    grid-column: auto;
    grid-row: auto;
    height: 300px;
  }

  .item-3 {
    grid-column: 1 / span 2;
    grid-row: 2;
  }

  .item-6 {
    grid-column: 1 / span 2;
    grid-row: 4;
  }

  .item-10 {
    grid-column: 1 / span 2;
    grid-row: 6;
  }

  .item-1,
  .item-4,
  .item-7 {
    margin-right: 15px;
  }

}

@media only screen and (max-width: 767px) {

  .description h2 {
    font-size: 19px;
  }

}

@media only screen and (max-width: 480px) {

  .title {
    font-size: 30px;
  }

  .description h2 {
    font-size: 15px;
  }

  .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .item-1,
  .item-1 img,
  .item-2,
  .item-2 img,
  .item-3,
  .item-3 img,
  .item-4,
  .item-4 img,
  .item-5,
  .item-5 img,
  .item-6,
  .item-6 img,
  .item-7,
  .item-7 img,
  .item-8,
  .item-8 img,
  .item-9,
  .item-9 img,
  .item-10,
  .item-10 img,
  .item-11,
  .item-11 img,
  .item-12,
  .item-12 img,
  .item-13,
  .item-13 img {
    height: 250px;
  }

  .item-3,
  .item-6,
  .item-10 {
    grid-column: auto;
    grid-row: auto;
  }

  .item-1,
  .item-4,
  .item-7,
  .item-9,
  .item-12 {
    margin-right: 0px !important;
  }

  .grid-container {
    gap: 10px 0px;
  }

  .latest-projects {
    padding: 0;
  }

}

@media only screen and (max-width: 400px) {

  .item-1,
  .item-1 img,
  .item-2,
  .item-2 img,
  .item-3,
  .item-3 img,
  .item-4,
  .item-4 img,
  .item-5,
  .item-5 img,
  .item-6,
  .item-6 img,
  .item-7,
  .item-7 img,
  .item-8,
  .item-8 img,
  .item-9,
  .item-9 img,
  .item-10,
  .item-10 img,
  .item-11,
  .item-11 img,
  .item-12,
  .item-12 img,
  .item-13,
  .item-13 img {
    height: 200px;
  }

}

/*==========================================*
Ideas
*==========================================*/

.ideas {
  position: relative;
  margin-top: 55px;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.ideas .slick-slide {
  margin: 0 15px 15px;
}

.ideas .slick-list {
  margin-left: -15px;
  margin-right: -15px;
  pointer-events: none;
}

.idea-posts .slick-slide {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.ideas .slick-prev:before,
.ideas .slick-next:before {
  left: 1px;
}

.project-card {
  position: relative;
  overflow: hidden;
  transition: all ease-in-out .25s;
}

.project-card:hover {
  transform: scale(1.03);
}

.project-image {
  height: 400px;
  background-color: #ccc;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px;
  transition: all ease-in-out .25s;
}

.project-card:hover .project-image {
  background: #cb2f33;
}

.news {
  background-color: #818181;
}

.watch {
  background-color: #222;
}

.read {
  background-color: var(--highlight-color);
}

.project-category {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.project-title {
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.project-meta {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
  font-size: 15px;
  font-weight: 400
}

.project-date {
  color: #666;
}

.project-description {
  font-weight: 400;
  font-size: 15px;
  margin: 16px 0px;
  color: #333;
  height: 67px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.project-card:hover .project-description,
.project-card:hover .project-meta,
.project-card:hover .project-date {
  color: #cb2f33;
}

.learn-more {
  display: block;
  width: 200px;
  margin: 40px auto 0;
  padding: 12px 24px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.learn-more:hover {
  background-color: #333;
}

.ideas .project-card button {
  font-size: 14px;
  font-weight: 600;
  background-color: transparent;
  border: none;
  text-transform: capitalize;
  color: #eb3f43;
  align-items: anchor-center;
  display: flex;
  gap: 5px;
}

.ideas button i {
  font-size: 19px;
  margin-bottom: -5px;
}

@media only screen and (min-width: 1900px) {

  .project-image {
    height: 550px;
  }

  .project-category {
    font-size: 22px;
  }

  .project-image {
    padding: 30px 25px;
  }

  .project-meta {
    font-size: 21px;
    margin-bottom: 25px;
  }

  .project-description {
    font-size: 22px;
  }

  .project-title {
    font-size: 27px;
  }

  .ideas button {
    font-size: 22px;
  }

}

@media (max-width: 1200px) {

  .project-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 992px) {

  .ideas .container {
    max-width: 97%;
  }

  .project-title {
    font-size: 22px;
  }

  .item-9,
  .item-12 {
    margin-right: 15px;
  }

}


@media (max-width: 767px) {

  .project-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .ideas .learn-more {
    margin: 70px auto 0;
  }

}

@media (max-width: 575px) {

  .project-meta {
    font-size: 22px;
  }

  .project-image {
    padding: 30px 15px;
  }

}


@media (max-width: 480px) {



  .project-category {
    font-size: 16px;
  }

  .project-title {
    font-size: 20px;
  }

  .project-meta {
    font-size: 16px;
  }


  .project-description {
    font-size: 17px;
  }

}

/*==========================================*
Suggestion Section
*==========================================*/

.suggestion {
  margin-top: 70px;
}

.columns-container {
  display: flex;
  flex-wrap: wrap;
}

.column {
  padding-right: 40px;
  padding-bottom: 40px;
  width: 50%;
}

.column:nth-child(even) {
  padding-left: 40px;
  padding-right: 0;
}

.column .title {
  font-size: 1.4rem;
  margin-bottom: 15px;
  letter-spacing: 0;
  line-height: 2rem;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.column .message {
  color: #686868;
  font-size: 17px;
  line-height: 1.7;
  margin: 0 5px 30px;
  text-transform: capitalize;
  text-align: left;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.message span {
  color: var(--highlight-color);
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.arrow {
  display: flex;
  margin: 20px 0;
  transition: all ease-in-out .25s;
}

.arrow:hover {
  transform: translateX(10px);
}

.arrow-icon {
  height: 25px;
  display: block;
}

.large-arrow {
  width: 50px;
  height: 50px;
  margin: 30px 0;
}

.client {
  margin-top: 60px;
}

.clients {
  width: 100%;
  display: block;
  margin: 40px 0;
}

.clients .slick-slide {
  box-sizing: border-box;
}

.clients img {
  width: 115px;
  height: auto;
  object-fit: cover;
  display: block;
}

.dev-page .image-showcase {
  margin-bottom: 20px;
}

.image-showcase.client .slider-row:last-child {
  transform: rotateY(0deg);
}

@media only screen and (min-width: 1900px) {

  .message {
    font-size: 23px;
    line-height: 1.7;
    margin-bottom: 28px;
  }

  .arrow {
    width: 124px;
  }

}

@media only screen and (max-width: 992px) {

  .suggestion .container {
    max-width: 97%;
  }

}

@media only screen and (max-width: 767px) {

  .column {
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }

  .message {
    font-size: 18px;
    line-height: 1.6;
  }

  .suggestion .arrow {
    width: 85px;
  }

  .suggestion .column:nth-child(3),
  .suggestion .column:nth-child(4) {
    display: none;
  }

  .clients img {
    width: 100px;
  }

}

/*==========================================*
Footer
*==========================================*/

footer {
  background: #f7f7f7;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 90%;
  padding-top: 60px;
  margin-top: 50px;
  animation: pan-helix 30s linear infinite;
}

@keyframes pan-helix {
  0% {
    background-position: 0 50%;
  }

  100% {
    background-position: 50% 100%;
  }
}

.contact-part {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 400px;
}

.contact-part h2 {
  font-size: 3.7rem;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.7;
}

.contact-part h3 {
  margin-bottom: 5px;
  margin-left: 10px;
}

.contact-part h3:nth-child(2) {
  width: fit-content;
  padding: 0 2px 2px;
  border-bottom: 1px solid rgb(166, 166, 166);
}

.contact-part h3 a {
  text-transform: none;
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 1.5px;
}

.social {
  display: flex;
  gap: 20px;
  margin-left: 20px;
  align-items: end;
}

.social a {
  transition: all .25s ease-in-out;
}

.social a:hover {
  transform: scale(1.10);
}

.social img {
  width: 19px;
}

.social a:nth-child(2) img {
  width: 25px;
}

.social a:nth-child(3) img {
  width: 16px;
}

footer .pages {
  margin-bottom: 40px;
}

footer p,
footer li,
footer li a {
  font-size: 15px;
}

.address {
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
  width: 100%;
  font-size: 1rem;
}

footer strong {
  display: block;
  margin-bottom: 13px;
  font-size: 20px;
  font-weight: 600;
}

footer ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

footer ul li {
  width: calc(100% / 2);
  list-style: none;
  display: block;
  margin-bottom: 30px;
}

footer ul li a {
  width: fit-content;
  height: fit-content;
  font-size: 1.05rem;
  font-weight: 400;
  border-bottom: 1px solid black;
  text-decoration: none;
  text-transform: capitalize;
}

.policy a {
  padding-bottom: 4px;
}

a:hover {
  text-decoration: none;
}

.copy-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  margin: 70px 0 0;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #cdcdcd;
  text-align: center;
}

.copyright {
  font-size: 14px;
  font-weight: 400;
  color: #2f2f2f;
  margin-bottom: 0;
}

.copyright b {
  font-weight: 550;
}

.copyright-logo {
  width: 32px;
  margin: -6px 4px 0;
}

.privacy a {
  font-size: .87rem;
  font-weight: 600;
  border-bottom: 1px solid black;
  text-decoration: none;
  text-transform: capitalize;
}

.privacy a:first-child {
  margin: 0 10px;
}

@media only screen and (max-width: 992px) {

  .contact-part h2 {
    font-size: 2.7rem;
  }

}

@media only screen and (max-width: 767px) {

  footer .row {
    gap: 70px 0;
  }

  footer .offset-lg-1 {
    margin: 0;
  }

  .contact-part {
    gap: 70px;
    height: auto;
  }

  .contact-part h3 a {
    font-size: 1.25rem;
  }

}

@media only screen and (max-width: 480px) {

  footer {
    background-size: 145%;
  }

  .contact-part h2 {
    font-size: 2.3rem;
    margin-bottom: 5px;
  }

  .copy-footer {
    flex-direction: column;
  }

  footer strong {
    font-size: 22px;
  }

  .address {
    font-size: 1.1rem;
  }

}

/*==========================================*
Contact US Page
*==========================================*/

.contact-us {
  padding: 155px 0 20px;
}

.contact-us h1 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 12px;
}

.contact-us p {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-left: 7px;
}

.contact-us .text {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 45px;
}

.contact-info {
  margin-top: 35px;
}

.info-item {
  margin-bottom: 40px;
}

.info-item strong {
  font-size: 1.3rem;
  font-weight: 550;
  display: block;
  margin-bottom: 15px;
}

.info-item p,
.info-item p a {
  font-weight: 300;
  font-size: 1.15rem;
  line-height: 1.5;
  letter-spacing: 1px;
}

.contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.contact-us .offset-md-1 {
  margin-left: 4.33333333%;
}

.contact-form input,
.contact-form textarea {
  font-size: 1.05rem;
  height: 40px;
  padding-bottom: 25px;
  margin-bottom: 45px;
  border: none;
  border-bottom: 1px solid #bdbdbd;
}

.contact-form textarea {
  height: auto;
  padding-bottom: 0;
  resize: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  font-size: 1.05rem;
  font-weight: 400;
  padding-left: 2px;
  font-style: normal;
  color: #3b3b3b;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-bottom: 1px solid #cb2f33;
  box-shadow: none;
}

.contact-form button {
  background: #000000;
  color: #fff;
  border: none;
  padding: 10px 20px 8px;
  font-size: .9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all ease-in-out .25s;
}

.contact-form button:hover {
  background: #cb2f33;
  transform: scale(1.02);
}

@media only screen and (max-width: 767px) {

  .contact-us h1 {
    font-size: 3rem;
  }

  .contact-info {
    margin-bottom: 80px;
  }

  .contact-us .offset-md-1 {
    margin-left: 0;
  }

}

@media only screen and (max-width: 480px) {

  .contact-us {
    padding: 125px 0 20px;
  }

  .contact-us h1 {
    font-size: 2rem;
    margin-bottom: 15px;
  }

}

/*==========================================*
ideas Page
*==========================================*/

.hero-page {
  position: relative;
  width: 100%;
  height: 50svh;
  background-color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding-top: 145px;
  background-size: cover;
  background-position: top;
}

.message {
  padding-top: 150px;
  width: 100%;
}

.detail h5 {
  font-weight: 400;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.detail h2 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
}

.detail h2 span {
  color: #969696;
  text-transform: capitalize;
}

.detail p {
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: 1px;
}

.detail .content {
  width: 90%;
}

.ideas-page .project-grid {
  margin-top: -40px;
  gap: 55px 25px;
}

.modal {
  position: fixed;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal.hidden {
  display: none;
}

.popup-container {
  position: absolute;
  top: 0;
}

.modal-content {
  font-weight: 400;
  width: 70%;
  margin: 80px auto calc(90vh + 50px);
  position: relative;
  padding: 2.5rem 5rem;
  border: 1px solid #232323;
  border-radius: 0;
  color: #909090;
  transition: all ease-in-out .25;
}

.modal-content:hover {
  color: var(--highlight-color);
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.modal-category {
  font-weight: 400;
  text-transform: capitalize;
  color: #666;
  margin-bottom: 40px;
}

.modal-title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.about-idea {
  display: flex;
}

.modal-meta {
  flex: 1;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 1px;
  color: #000000;
}

.modal-author {
  color: var(--highlight-color);
  text-transform: capitalize;
  font-weight: 500;
}

.modal-info {
  flex: 2;
}

.modal-image {
  width: 100%;
  height: auto;
  margin: 1rem 0 2rem;
}

.modal-media {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}

.modal-media iframe,
.modal-media img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.modal-description {
  font-weight: 400;
  white-space: pre-line;
  color: #494949;
}

.modal-description b {
  font-weight: 400;
}

.modal-description a {
  font-size: 1rem;
  color: var(--highlight-color);
}

.share {
  position: relative;
  margin-top: 30px;
  border-top: 1px solid rgb(213, 213, 213);
}

.share-btn {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 30px;
  padding: 10px 10px 7px;
  border: none;
  background-color: transparent;
  color: var(--highlight-color);
  transition: all ease-in-out .25s;
}

.share-btn:hover {
  transform: scale(1.05);
}

.share-options {
  position: absolute;
  top: 30%;
  left: 17%;
  background: transparent;
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  font-weight: 300;
  z-index: 10;
}

.share-options.hidden {
  display: none;
}

.share-options button {
  font-weight: 300;
}

.share-option {
  margin: 4px 0;
  padding: 6px 12px;
  text-align: left;
  font-size: 1.1rem;
  color: var(--highlight-color);
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all ease-in-out .25s;
}

.share-option:hover {
  transform: scale(1.05);
  color: var(--highlight-color);
}

.toast {
  position: fixed;
  top: 55px;
  right: 0;
  width: fit-content;
  padding: 12px 24px;
  background: var(--highlight-color);
  color: #fff;
  border-radius: 4px 0 0 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
  font-size: .9rem;
  pointer-events: none;
  z-index: 10000;
  transform: translateX(100%);
  transition: transform .4s cubic-bezier(.4, 0, .2, 1);
}

.toast img {
  width: 20px;
  margin-right: 5px;
  margin-top: -2px;
}

.toast.show {
  transform: translateX(0);
}

.toast:not(.show) {
  display: block;
}


@media only screen and (max-width: 1200px) {

  .detail h2 {
    font-size: 3rem;
    margin-bottom: 25px;
  }

  .detail p {
    font-size: 1.5rem;
  }

}

@media only screen and (max-width: 992px) {

  .modal-content {
    width: 95%;
    padding: 2.5rem 3rem;
  }

  .vp h1 {
    font-size: 4rem;
  }

  .detail h2 {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .detail h2 {
    font-size: 2.6rem;
  }

  .detail p {
    font-size: 1.3rem;
  }

  .project-description {
    font-size: 17px;
  }

}

@media only screen and (max-width: 767px) {

  .about-idea {
    flex-direction: column;
    gap: 20px;
  }

  .modal-title {
    font-size: 2.3rem;
  }

  .modal-title {
    margin-bottom: 30px;
  }

  .modal-category {
    margin-bottom: 25px;
  }

  .hero-page {
    height: 40svh;
  }

  .vp h1 {
    font-size: 2.8rem;
  }

  .project-description {
    height: auto;
  }

  .project-meta {
    font-size: 18px;
  }

  .ideas .project-card button {
    font-size: 17px;
    margin-top: 30px;
  }

}

@media only screen and (max-width: 480px) {

  .modal-content {
    padding: 2.5rem 1rem;
    width: 98%;
  }

  .modal-title {
    font-size: 1.6rem;
  }

  .modal-content {
    margin: 50px auto calc(90vh + 50px);
  }

  .hero-page {
    height: 30svh;
  }

  .hero-page {
    padding-top: 85px;
  }

  .detail .content {
    width: 100%;
  }

  .detail h2 {
    font-size: 2.4rem;
  }

  .share {
    margin-bottom: 30px;
  }

  .share-btn {
    font-weight: 300;
    font-size: 1.2rem;
  }

  .share-option {
    padding: 6px 8px;
    font-size: 1rem;
  }

  .message {
    padding-top: 120px;
  }

  .ideas .project-card button {
    font-size: 15px;
  }

}

@media only screen and (max-width: 400px) {

  .modal-title {
    font-size: 1.5rem;
  }

}

/*==========================================*
Blog Page
*==========================================*/

.blog {
  padding-top: 140px;
  padding-bottom: 70px;
  background-color: #17191f;
}

.blog .porjects-header {
  display: flex;
  flex-direction: column-reverse;
  gap: 48px 0;
  margin-top: 30px;
}

.hero-blog {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.slider .slick-list,
.slider .slick-track,
.slider .slide,
.background {
  height: 100%;
}

.background img {
  display: block;
  height: 100%;
  width: 100%;
}

.background:after {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.1));
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.25s ease;
}

.slider {
  position: relative;
  width: 100%;
  grid-column: 1 / span 2;
  grid-row: 1 / 3;
  border-bottom: 2px solid transparent;
  transition: all ease-in-out .25s;
}

.slider:hover,
.feature:hover {
  transform: scale(1.02);
  border-color: var(--highlight-color);
}

.mid-page-slider .slide,
.project-page-slider .slide,
.projects-slider .slide {
  position: relative;
}

.slider .slick-dots {
  bottom: 7%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slider .slick-dots button {
  background: transparent;
  border: 1px solid white;
  border-radius: 50%;
  display: block;
  margin-top: 8px;
  padding: 0;
  text-indent: -999em;
  width: 13px;
  height: 13px;
}

.slider .slick-active button {
  background-color: white;
}

.slick-dots li button:before {
  content: '';
}

.feature {
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: 2px solid transparent;
  transition: all ease-in-out .25s;
}

.feature img {
  width: 100%;
  object-fit: cover;
}

.hero-blog .content,
.mid-page-slider .content,
.project-page-slider .content,
.projects-slider .content {
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 12%;
  left: 6.33%;
  right: 0;
  overflow: hidden;
}

.feature h2 {
  position: relative;
  width: 95%;
  color: white;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 14px;
}

.slider .content h2 {
  position: relative;
  width: 90%;
  color: white;
  font-size: 35px;
  padding-bottom: 0;
}

.slider .content h2:after,
.feature h2:after {
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  bottom: -4px;
  position: absolute;
  z-index: 1000;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.slide:hover h2:after,
.feature:hover h2:after {
  width: 100%;
  left: 0;
}

.meta {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .075em;
  line-height: 18px;
  text-transform: uppercase;
  color: #b4b4b4;
}

.blog .meta span {
  color: white;
}

.content .btn,
.card .btn {
  position: relative;
  background-color: transparent !important;
  color: #fff;
  text-transform: capitalize;
  font-size: 0.95rem;
  font-weight: 600;
  margin: 22px 0;
  margin-right: auto;
  padding: 0;
  border: none;
  border-bottom: 2px solid #000000;
  border-radius: 0;
}

.hero-blog .content .btn,
.mid-page-slider .content .btn,
.project-page-slider .content .btn,
.projects-slider .content .btn {
  border-color: #fff;
}

.content .btn i,
.card .btn i {
  position: relative;
  font-size: 1.3rem;
  bottom: -3px;
  right: -2px;
}

.feature .content .btn {
  font-size: 0.85rem;
  margin: 10px auto 0 0;
}

.the-latest {
  padding-top: 80px;
  padding-bottom: 50px;
}

.the-latest .projects-header {
  padding-top: 50px;
  margin-bottom: 70px;
}

.the-latest h2,
.guides .header-title h2 {
  font-size: 3.2rem;
  font-weight: 650;
  margin-bottom: 45px;
}

.the-latest .head-p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: -25px;
  margin-bottom: 60px;
}

.the-latest .listing {
  display: flex;
  flex-wrap: wrap;
}

.the-latest .card {
  width: calc(98% / 2);
  display: flex;
  flex-direction: column;
  margin-right: 1.5%;
  margin-bottom: 35px;
  border-radius: 0;
  border: none;
  transition: all ease-in-out .25s;
}

.the-latest .card:nth-child(even) {
  margin-left: .5%;
  margin-right: 0;
}

.the-latest .card:hover {
  transform: scale(1.02);
}

.the-latest .card img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.the-latest .card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: white;
  padding: 10px 5px;
}

.the-latest .card-heading {
  font-size: 23px;
  font-weight: 550;
  line-height: 1.3;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.the-latest .teaser {
  color: #363636;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 20px;
  width: 100%;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.the-latest .meta {
  color: #9A9A9A;
  font-size: 13px;
  letter-spacing: .075em;
  line-height: 20px;
  margin-bottom: 20px;
}

.the-latest .category {
  color: #404040;
}

.card .btn {
  color: #000;
  font-size: 14.5px;
  margin: 0 auto 15px 0;
}

.resize {
  border-bottom: 1px solid rgb(220, 220, 220);
  width: 90%;
  margin: auto;
}

.no-banner .resize:last-child {
  border: none;
}

.the-latest.resize .card {
  width: calc(97% / 3);
  margin-right: 0;
}

.the-latest.resize .card img {
  height: 220px;
}

.the-latest.resize .card:nth-child(1) {
  width: 68%;
}

.the-latest.resize .card:nth-child(1) h3 {
  font-size: 26px;
}

.the-latest.resize .card:nth-child(1) img {
  height: 350px;
}

.the-latest.resize .card:nth-child(2) {
  width: 30%;
}

.the-latest.resize .card:nth-child(1),
.the-latest.resize .card:nth-child(3),
.the-latest.resize .card:nth-child(4) {
  margin-right: 1.5% !important;
  margin-left: 0 !important;
}

.slider h2,
.mid-page-slider h2,
.project-page-slider h2,
.projects-slider h2 {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.4;
  width: 100%;
  color: #fff;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.mid-page-slider p,
.project-page-slider p,
.projects-slider p {
  width: 100%;
  font-size: 1.1rem;
  font-weight: 300;
  text-transform: capitalize;
  color: #c3c3c3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.blog-slider-section {
  position: relative;
  overflow: hidden;
}

.blog.blog-slider-section .projects-header {
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 15px;
}

.all-blog.blog-slider-section .projects-header {
  margin-bottom: 30px;
}

.blog-slider-section .projects-type {
  flex: 2;
  margin-left: 5px;
}

.blog-slider-section .projects-type ul {
  display: flex;
  gap: 40px;
  margin: 0;
}

.blog.blog-slider-section .projects-type ul li a,
.blog.blog-slider-section .header-title h2,
.guides h2 {
  color: #fff;
}

.blog-slider-section .projects-type ul li:before {
  position: relative;
}

.blog-slider-section .projects-type ul .active a {
  border-bottom: 2px solid #000000;
  padding-bottom: 7px;
}

.blog.blog-slider-section .projects-type ul .active a {
  border-color: #fff;
}

.blog-head {
  position: relative;
  color: #fff;
  margin-bottom: 50px;
}

.blog-head h2 {
  font-size: 4rem;
  font-weight: 600;
  color: #fff;
}

.blog-head p {
  font-size: 1.8rem;
  font-weight: 300;
}

.projects-header .custom-prev,
.projects-header .custom-next {
  top: 175px;
}

.blog-slider {
  transition: all ease-in-out .25s;
}

.blog-slider:hover {
  transform: scale(1.02);
}

.mid-page-slider,
.project-page-slider,
.projects-slider {
  width: 80%;
}

.mid-page-slider .slide img,
.project-page-slider .slide img,
.projects-slider .slide img {
  display: block;
  height: 530px;
  object-fit: cover;
  width: 100%;
  transition: all ease-in-out .25s;
}

.project-page-slider .slide img,
.projects-slider .slide img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}

.mid-page-slider .content,
.project-page-slider .content,
.projects-slider .content {
  left: 0;
  padding-left: 4%;
  bottom: 0;
  padding-bottom: 2.5%;
}

.project-page-slider .content,
.projects-slider .content {
  padding-right: 4%;
}

.blog-slider-section.view-blog-page .slick-next {
  right: -100px;
}

.blog-slider-section.view-blog-page .slick-prev {
  right: 0;
}

.mid-page-slider .teaser,
.project-page-slider .teaser,
.projects-slider .teaser {
  font-weight: 300;
  color: white;
  font-size: 14px;
  line-height: 1.4825;
  margin-bottom: 14px;
  max-width: 50ch;
}

.mid-page-slider .slick-list,
.project-page-slider .slick-list,
.projects-slider .slick-list {
  overflow: visible;
}

.mid-page-slider .slide:not(.slick-current),
.project-page-slider .slide,
.projects-slider .slide:not(.slick-current) {
  transform: scale(.95);
  transform-origin: bottom center;
  transition: all .25s ease-in-out;
}

.mid-page-slider .slick-dots,
.project-page-slider .slick-dots,
.projects-slider .slick-dots {
  list-style-type: none;
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.mid-page-slider .slick-dots li,
.project-page-slider .slick-dots li,
.projects-slider .slick-dots li {
  display: inline-block;
}

.mid-page-slider .slick-dots button,
.project-page-slider .slick-dots button,
.projects-slider .slick-dots button {
  background-color: transparent;
  border: 1px solid #9A9A9A;
  border-radius: 50%;
  height: 15px;
  margin: 0 5px;
  padding: 0;
  text-indent: -999em;
  width: 15px;
}

.mid-page-slider .slick-dots .slick-active button,
.project-page-slider .slick-dots .slick-active button,
.projects-slider .slick-dots .slick-active button {
  background-color: #9A9A9A;
}

.blog-slider-section .slick-next,
.blog-slider-section .slick-prev {
  top: -75px;
  right: -200px;
  left: auto;
  transition: all .25s ease-in-out;
}

.blog-slider-section .slick-prev {
  right: -100px;
}

.blog-slider-section .slick-next:hover,
.blog-slider-section .slick-prev:hover {
  transform: translate(0, -50%) scale(1.05);
}

.blog-slider-section .slick-next:before,
.blog-slider-section .slick-prev:before {
  font-family: var(--font-light);
  font-size: 45px;
  opacity: 1;
}

.guides {
  padding-top: 80px;
  padding-bottom: 70px;
  background-color: #17191f;
}

.guides .porjects-header {
  margin-bottom: 75px;
}

.guides .header-title h2 {
  margin-bottom: 14px;
}

.guides .header-title .content p {
  letter-spacing: .5px;
}

.boxs {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.box-info {
  position: relative;
  overflow: hidden;
  flex: 1;
  transition: all .25s ease-in-out;
}

.box-info:hover {
  transform: scale(1.03);
}

.box-info .box-image.background:after {
  background: linear-gradient(0deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 22%));
}


.box-info .box-image img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}

.box-overlay {
  position: absolute;
  top: 4%;
  left: 0;
  right: 0;
  margin: auto;
  width: 95%;
  color: #fff;
}

.box-overlay p {
  font-size: 16px;
  font-weight: 350;
}

.box-overlay h3 {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 550;
  color: #fff;
  text-transform: none;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.guides .all-projects-btn {
  background-color: #fff;
  color: #000;
}

.categories {
  padding-top: 140px;
}

.categories .projects-header {
  margin-bottom: 0px;
}

.the-latest.category {
  padding-top: 20px;
}

@media only screen and (max-width: 1200px) {

  .the-latest .listing {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media only screen and (max-width: 992px) {

  .hero-blog {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .the-latest .card-heading,
  .the-latest.resize .card:nth-child(1) h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 17px;
  }

  .the-latest .teaser {
    margin-bottom: 5px;
  }

  .blog .header-title h2 {
    margin-bottom: 20px;
  }

  .the-latest h2,
  .guides .header-title h2 {
    font-size: 3rem;
  }

}

@media only screen and (max-width: 767px) {

  .slider .content h2 {
    font-size: 22px
  }

  .slider h2,
  .mid-page-slider h2,
  .project-page-slider h2,
  .projects-slider h2 {
    margin: 0 0 15px;
    line-height: 35px;
  }

  .content .btn,
  .card-content .btn {
    margin: 18px 0;
    margin-right: auto;
    font-size: 0.85rem;
  }

  .content .btn i,
  .card-content .btn i {
    position: relative;
    font-size: 1.1rem;
  }

  .slider .slick-dots button {
    width: 10px;
    height: 10px;
  }

  .feature img {
    height: 275px;
  }

  .feature h2 {
    font-size: 15px;
    line-height: 24px;
  }

  .meta {
    font-size: 10px;
  }

  .the-latest .listing {
    grid-template-columns: repeat(1, 1fr);
  }

  .mid-page-slider .content,
  .project-page-slider .content,
  .projects-slider .content {
    padding-left: 6%;
  }

  .mid-page-slider h2,
  .project-page-slider h2,
  .projects-slider h2 {
    font-size: 21px;
    line-height: 30px;
  }

  .mid-page-slider .teaser,
  .project-page-slider .teaser,
  .projects-slider .teaser {
    font-size: 13px;
  }

  .the-latest h2,
  .guides .header-title h2 {
    font-size: 2.5rem;
  }

  .the-latest .head-p {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .the-latest.resize .card:nth-child(1),
  .the-latest.resize .card:nth-child(2),
  .the-latest.resize .card {
    width: 100%;
    margin-right: 0;
  }

  .the-latest.resize .card:nth-child(1) img {
    height: 220px;
  }

  .the-latest .meta {
    font-size: 14px;
    margin-bottom: 15px;
  }

}

@media only screen and (max-width: 480px) {

  .hero-blog {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
  }

  .slider .content h2,
  .feature h2 {
    font-size: 17px;
    margin: 0 0 15px;
    line-height: 25px;
  }

  .slider h2,
  .project-page-slider h2,
  .projects-slider h2 {
    font-size: 17px;
    margin: 0 0 15px;
    line-height: 25px;
  }

  .mid-page-slider h2 {
    font-size: 20px;
    line-height: 25px;
    width: 100%;
  }

  .mid-page-slider p {
    width: 100%;
    font-size: 1rem;
  }

  .content .btn,
  .card-content .btn,
  .feature .content .btn {
    margin: 18px 0;
    margin-right: auto;
    font-size: 0.75rem;
  }

  .feature img,
  .background img {
    height: 275px;
  }

  .the-latest .card-heading {
    font-size: 19px;
    line-height: 26px;
  }

  .the-latest .teaser {
    font-size: 14px;
  }

  .mid-page-slider .slide img,
  .project-page-slider .slide img,
  .projects-slider .slide img {
    height: 350px;
  }

  .mid-page-slider .content,
  .project-page-slider .content,
  .projects-slider .content {
    padding-bottom: 0;
    padding-right: 4%;
  }

  .the-latest h2,
  .guides .header-title h2 {
    font-size: 2.2rem;
  }

  .the-latest {
    padding-top: 60px;
  }

  .the-latest .card {
    width: 100%;
    margin-right: 0;
  }

  .the-latest h2 {
    margin-bottom: 30px;
  }

  .guides .header-title h2 {
    margin-bottom: 15px;
  }

  .the-latest .head-p {
    font-size: 1.2rem;
  }

  .the-latest .card {
    margin-bottom: 15px;
  }

  .categories {
    padding-top: 100px;
  }

}

/*==========================================*
Blog post Page
*==========================================*/

.view-blog {
  padding-top: 150px;
  width: 100%;
  margin: auto;
}

.post-header {
  position: relative;
  border-bottom: 1px solid rgb(200, 200, 200);
  padding-bottom: 20px;
  margin-bottom: 1.2rem;
}

.post-header p:first-child {
  font-weight: 400;
  font-size: 1.05rem;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.post-header h1 {
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.post-header .lead {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 30px;
  width: 60%;
}

.post-meta {
  font-weight: 300;
  color: #4e5052;
  font-size: 1.1rem;
  text-transform: capitalize;
}

.post-meta span {
  font-weight: 450;
  color: #4b4b4b;
  border-bottom: 1px solid black;
}

.post-share a {
  color: #6c757d;
  margin-right: 0.75rem;
  transition: color 0.2s;
}

.post-share a:hover {
  color: #000;
}

.post-share a img {
  width: 15px;
}

.post-share a:first-child img {
  width: 24px;
}

.post-share a:nth-child(2) img {
  width: 16px;
}

.post-share a:nth-child(3) img {
  width: 19px;
}

.post-share a:nth-child(4) img {
  width: 19px;
}

.post-hero img {
  width: 100%;
}

.banner-view {
  height: 500px;
  object-fit: cover;
}

.view-blog .banner-view {
  margin-bottom: 40px;
}

.caption {
  font-size: .9rem;
  font-weight: 400;
  color: #3c3c3c;
  margin-top: 0.25rem;
  margin-left: 10px;
}

.description-blog {
  width: 90%;
  margin: 30px auto 0;
}

.description-blog h3 {
  font-size: 1.9rem;
  font-weight: 550;
  letter-spacing: 1px;
  margin-bottom: 25px;
  margin-left: -15px;
}

.view-blog .section-content {
  margin-bottom: 65px;
}

.description-blog ul,
.description-blog p {
  font-weight: 400;
  list-style: disc;
  line-height: 1.7;
}

.description-blog ul li,
.description-blog p {
  font-size: 1.2rem;
  margin: 20px 0;
  line-height: 35px;
}

.blockquote-custom {
  border-left: 4px solid #000000;
  padding-left: 1rem;
  font-style: italic;
}

.description-blog .ratio {
  margin: 40px 0;
  height: 450px;
}

.images {
  display: flex;
  width: 100%;
  margin: 30px 0;
}

.images img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.images div {
  flex: 1;
}

.images div:first-child {
  padding-right: 20px;
}

.blog.view-blog-page {
  padding-top: 55px;
}

.view-blog-page .blog-head h2 {
  font-size: 3rem;
  font-weight: 550;
  width: fit-content;
  padding: 5px 0;
  border-bottom: 3px solid var(--highlight-color);
}

.view-blog-page .blog-head p {
  font-size: 1.6rem;
}

.project-page-slider .slide:not(.slick-current),
.projects-slider .slide:not(.slick-current) {
  opacity: 1;
}

.view-blog-page .custom-prev,
.view-blog-page .custom-next {
  top: 15px;
}

@media (max-width: 1200px) {

  .post-header h1 {
    font-size: 2.7rem;
  }

  .post-header .lead {
    font-size: 1.5rem;
  }

}

@media (max-width: 992px) {

  .view-blog {
    width: 100%;
  }

  .post-header h1 {
    font-size: 2.2rem;
  }

  .post-header .lead {
    width: 100%;
    font-size: 1.3rem;
  }

  .images img,
  .post-hero .banner-view {
    height: 300px;
    object-fit: cover;
  }

  .post-share a {
    margin-right: 0;
  }

  .post-share a:first-child img {
    width: 20px;
  }

  .post-share a:nth-child(2) img {
    width: 14px;
  }

  .post-share a:nth-child(3) img {
    width: 16px;
  }

  .post-share a:nth-child(4) img {
    width: 17px;
  }

  .project-page-slider h2 {
    width: 100%;
  }

  .view-blog-page .blog-head h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }

  .view-blog-page .blog-head p {
    font-size: 1.5rem;
  }

}

@media (max-width: 767px) {

  .post-header h1 {
    font-size: 1.6rem;
  }

  .post-header .lead {
    font-size: 1.2rem;
  }

  .share-btn {
    padding: 10px 5px 7px;
  }

  .images {
    flex-wrap: wrap;
    gap: 15px;
  }

  .images div:first-child {
    padding-right: 0;
  }

  .view-blog-page .blog-head h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .view-blog-page .blog-head p {
    font-size: 1.3rem;
  }

}

@media (max-width: 480px) {

  .view-blog {
    padding-top: 125px;
  }

  .post-header h1 {
    font-size: 1.4rem;
  }

  .post-header .lead {
    font-size: 1.1rem;
  }

  .display-6 {
    font-size: 1.75rem;
  }

  .mid-page-slider .slick-next,
  .project-page-slider .slick-next,
  .projects-slider .slick-next {
    bottom: 2%;
  }

  .description-blog h3 {
    font-size: 1.4rem;
  }

  .description-blog ul li,
  .description-blog p {
    font-size: 1rem;
  }

  .images img,
  .post-hero .banner-view {
    height: 220px;
  }

  .description-blog ul li,
  .description-blog p {
    line-height: 25px;
  }

  .view-blog-page .blog-head h2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .view-blog-page .blog-head p {
    font-size: 1.1rem;
  }

  .view-blog-page .custom-prev,
  .view-blog-page .custom-next {
    top: 0px;
  }

}

@media (max-width: 389px) {

  .post-header h1 {
    font-size: 1.3rem;
  }

  .view-blog-page .blog-head h2 {
    font-size: 1.4rem;
  }

  .view-blog-page .blog-head p {
    font-size: 1rem;
  }

}

/*==========================================*
About US page
*==========================================*/

.about-head {
  padding: 165px 0 250px;
  background-color: #17191f;
  color: #fff;
}

.about-head .lead-xxl {
  font-family: sans-serif;
  font-size: 4rem;
  font-weight: 600;
}

.lead-xxl {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.5;
}

.video-section.about {
  margin-top: -220px;
  margin-bottom: 30px;
}

.video-placeholder {
  position: relative;
  overflow: hidden;
}

.video-placeholder video,
.video-placeholder {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
}

.video-overlay {
  position: absolute;
  inset: 0;
  transition: opacity 0.6s ease;
  z-index: 1;
}

.video-overlay img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.video-placeholder .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 75px;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: all .25s ease-in-out;
  z-index: 2;
  border: 4px solid #ffffff;
  padding: 30px 25px 30px 40px;
  border-radius: 50%;
}

.video-placeholder .play-btn:hover {
  transform: translate(-50%, -50%) scale(1.10);
}

.video-placeholder.playing .video-overlay {
  opacity: 0;
  pointer-events: none;
}

.video-placeholder.playing .play-btn {
  opacity: 0;
  pointer-events: none;
}

.section-label {
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.section-heading {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.4;
  margin-top: 15px;
  border-bottom: 1px solid black;
  padding-bottom: 80px;
}

.brand-section {
  margin-bottom: 50px;
}

.brand-section .content {
  display: flex;
  justify-content: space-between;
  margin-top: -30px;
  margin-bottom: 40px;
}

.brand-section .content h3 {
  font-weight: 500;
  width: 50%;
  font-size: 2rem;
}

.brand-section .content p {
  width: 70%;
  font-weight: 350;
  font-size: 1.3rem;
  line-height: 1.6;
}

.illus {
  width: 100%;
  height: 500px;
  object-fit: cover;
  margin-bottom: 50px;
}

.brand-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 120px;
  border-bottom: 1px solid black;
}

.brand-list .about-brand {
  position: relative;
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 60px;
}

.brand-list .about-brand:nth-child(1),
.brand-list .about-brand:nth-child(2) {
  border-bottom: 1px solid black;
  padding-bottom: 25px;
}

.brand-list .about-brand:nth-child(1),
.brand-list .about-brand:nth-child(3) {
  border-right: 1px solid black;
}

.brand-list .about-brand:nth-child(3),
.brand-list .about-brand:nth-child(4) {
  padding-bottom: 10px;
}

.brand-list .about-brand h2 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 13px;
}

.brand-list .about-brand p {
  font-size: 1.15rem;
  font-weight: 350;
  line-height: 1.6;
  color: #4d4d4d;
}

:root {
  --yellow: #fff38e;
  --orange: #f5976d;
  --pink: #f7b3cf;
  --dot: #ffd10a;
}

.about-brand::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: var(--dot);
  position: absolute;
  left: 22px;
  top: 17px;
}

@media only screen and (max-width: 1900px) {}

@media only screen and (max-width: 992px) {


  .about-head .lead-xxl {
    font-size: 3rem;
  }

  .video-placeholder video,
  .video-placeholder {
    height: 400px;
  }

  .section-heading,
  .lead-xxl {
    font-size: 1.8rem;
  }


  .brand-section .content h3 {
    width: 35%;
    font-size: 1.8rem;
  }

  .illus {
    height: 300px;
    margin-bottom: 0px;
  }

  .brand-list .about-brand {
    width: 100%;
    padding-top: 90px;
  }

  .brand-list .about-brand:nth-child(1),
  .brand-list .about-brand:nth-child(2),
  .brand-list .about-brand:nth-child(3) {
    border-right: none;
    border-bottom: 1px solid black;
    padding-bottom: 40px;
  }

  .about-brand::before {
    top: 40px;
  }

}

@media only screen and (max-width: 767px) {

  .brand-list {
    padding-bottom: 50px;
  }

  .about-head .lead-xxl {
    font-size: 1.8rem;
  }

  .video-placeholder video,
  .video-placeholder {
    height: 300px;
  }

  .section-heading,
  .lead-xxl {
    font-size: 1.5rem;
  }

  .brand-section .content {
    flex-direction: column;
    margin-top: 0;
  }

  .brand-section .content h3,
  .brand-section .content p {
    width: 100%;
  }

  .illus {
    height: 250px;
  }

  .brand-list .about-brand h2 {
    font-size: 1.5rem;
  }

}

@media only screen and (max-width: 480px) {

  .about-head {
    padding: 135px 0 250px;
  }

  .video-section.about {
    margin-top: -245px;
    margin-bottom: 5px;
  }

  .video-placeholder .play-btn {
    width: 110px;
    height: 110px;
  }

  .section-label {
    font-size: 1rem;
  }

  .brand-section {
    margin-top: -15px;
  }

  .section-heading,
  .lead-xxl {
    font-size: 1.4rem;
  }

  .brand-section .content h3 {
    font-size: 1.6rem;
  }

  .section-heading {
    padding-bottom: 40px;
  }

  .brand-list .about-brand h2 {
    font-size: 1.3rem;
  }

  .brand-section .content p {
    font-size: 1.1rem;
  }

  .brand-list .about-brand {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand-list .about-brand {
    padding-top: 60px;
  }

  .about-brand::before {
    top: 25px;
    left: 0px;
    width: 1.5rem;
    height: 1.5rem;
  }

}

@media only screen and (max-width: 400px) {

  .about-head {
    padding: 120px 0 250px;
  }

  .about-head .lead-xxl {
    font-size: 1.9rem;
  }

  .video-placeholder video,
  .video-placeholder {
    height: 250px;
  }

}

/*==========================================*
Projects page
*==========================================*/

.projects-page {
  padding-top: 150px;
}

.projects-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 90px;
}

.header-title {
  flex: 2;
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 1;
  transform: translateY(0);
}

.header-title.hiding {
  opacity: 0;
  transform: translateY(-20px);
}

.header-title.hidden {
  display: none;
}

.projects-type {
  flex: 1;
}

.header-title h2 {
  font-family: sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
  line-height: 1.3;
}

.social-page .header-title h2 {
  margin-bottom: 25px;
}

.header-title .content p {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
}

.the-latest p {
  color: #000;
}

.projects-type ul {
  width: fit-content;
  margin-right: 85px;
}

.projects-type ul li {
  position: relative;
  margin-bottom: 10px;
  transition: all ease-in-out .25s;
}

.projects-type ul li a {
  font-size: 21px;
  font-weight: 350;
  text-transform: capitalize;
  color: #999999;
}

.projects-type ul .active a {
  color: #000;
  font-weight: 500;
}

.projects-type ul .active::before {
  opacity: 1;
}

.projects-type ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
  opacity: 0;
  transition: opacity .05s;
}

.projects-type ul li:hover {
  border-color: #000;
  transform: scale(1.05);
}

.projects-type ul .active:hover {
  transform: scale(1);
}

.project-item {
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 1;
  transform: translateY(0);
  margin-bottom: 65px;
}

.project-item.hiding {
  opacity: 0;
  transform: translateY(-20px);
}

.project-item.hidden {
  display: none;
}

.project-container {
  width: 100%;
  margin-bottom: 40px;
}

.project-container .project-overview {
  padding-left: 5px;
}

.full-width-col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.full-width .cover,
.full-width .project-overview,
.full-width-col .cover,
.full-width-col .project-overview {
  flex: 1;
}

.full-width {
  width: 100%;
  display: block;
}

.cover img {
  width: 100%;
  height: 330px;
  max-height: 700px;
  object-fit: cover;
  margin-bottom: 30px;
}

.project-container .half-width .cover img {
  height: 450px;
}

.project-container .half-width:nth-child(even) .cover img {
  height: 600px;
}

.full-width .cover img {
  height: 550px;
}

.project-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.project-overview h2 {
  font-size: 2.1rem;
  font-weight: 650;
  margin-right: 20px;
  margin-bottom: 15px;
}

.project-overview p {
  font-weight: 320;
  font-size: 1.15rem;
  letter-spacing: .5px;
  line-height: 1.7;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.tags p {
  font-size: .95rem;
  color: #525252;
  border: 1.5px solid #8b8b8b;
  border-radius: 20px;
  padding: 8px 14px 6px;
  margin-left: 10px;
}

.tags p:first-child {
  margin-left: 0;
}

.project-container button {
  font-weight: 550;
  font-size: 1.05rem;
  background-color: transparent;
  margin-bottom: 2px;
  border: none;
  border-bottom: 2px solid #000;
  text-transform: capitalize;
}

.project-container button:hover {
  transform: scale(1.05);
}

.full-width-col .cover img {
  padding-right: 45px;
  margin-bottom: 0px;
}

.full-width-col.right {
  flex-direction: row-reverse;
}

.full-width-col.right img {
  padding-left: 45px;
  padding-right: 0;
  margin-bottom: 0px;
}

.project-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.half-width {
  width: 47%;
}

.medium-cover img {
  height: 450px;
}

@media only screen and (max-width: 1200px) {

  .head-page h1 {
    font-size: 4rem;
  }

  .head-page h1 span {
    margin-left: 65px;
  }

  .header-title h2 {
    font-size: 3rem;
  }

  .box-info {
    width: 48%;
    flex: none;
  }

}

@media only screen and (max-width: 992px) {

  .projects-header {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 60px;
    margin-bottom: 60px;
  }

  .projects-type {
    width: 100%;
  }

  .blog .header-title {
    width: 100%;
    margin-bottom: 30px;
  }

  .projects-type ul {
    display: flex;
    gap: 20px;
    width: auto;
    margin-right: 0;
  }

  .projects-type ul .active a {
    padding: 0 4px 8px;
    border-bottom: 2px solid black;
  }

  .projects-type ul li:before {
    display: none;
  }

  .projects-header .custom-prev,
  .projects-header .custom-next {
    top: 225px;
  }

  .half-width {
    width: 100%;
  }

  .full-width-col {
    flex-direction: column;
  }

  .full-image {
    flex-direction: column-reverse;
  }

  .full-width .cover,
  .full-width .project-overview,
  .full-width-col .cover,
  .full-width-col .project-overview {
    flex: 1;
    width: 100%;
  }

  .cover img {
    height: 250px !important;
    padding: 0 !important;
    margin-bottom: 30px !important;
  }

  .box-info {
    width: 47%;
  }

  .box-overlay h3 {
    font-size: 24px;
  }

}

@media only screen and (max-width: 767px) {

  .blog-slider-section .projects-type ul {
    gap: 25px;
  }

  .blog .container {
    max-width: 95%;
  }

  .blog .header-title {
    margin-bottom: 50px;
  }

  .blog .header-title h2 {
    font-size: 2.7rem;
  }

  .header-title .content p {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .projects-type ul {
    flex-wrap: wrap;
  }

  .project-overview h2 {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .project-container button {
    font-size: 1.15rem;
  }

  .projects-header .custom-prev,
  .projects-header .custom-next {
    top: 240px;
  }

  .box-info {
    width: 100%;
  }

}

@media only screen and (max-width: 605px) {

  .projects-header .custom-prev,
  .projects-header .custom-next {
    top: 315px;
  }

}

@media only screen and (max-width: 480px) {

  .blog {
    padding-top: 110px;
  }

  .blog .container {
    max-width: 100%;
  }

  .blog.blog-slider-section .projects-header {
    gap: 45px;
  }

  .blog.blog-slider-section .projects-header {
    margin-bottom: 25px;
  }

  .blog-slider-section .projects-type ul {
    gap: 10px;
  }

  .projects-page {
    padding-top: 100px;
  }

  .projects-type ul {
    gap: 10px;
  }

  .projects-header {
    gap: 30px;
  }

  .blog .header-title h2 {
    font-size: 2.3rem;
    margin-bottom: 15px;
  }

  .header-title .content p {
    font-size: 1.2rem;
  }

  .projects-header .custom-prev,
  .projects-header .custom-next {
    top: 250px;
  }

  .blog .custom-prev img,
  .blog .custom-next img {
    width: 35px;
    height: 35px;
  }

  .blog .custom-prev {
    right: 80px;
  }

  .projects-type ul li a {
    font-size: 17px;
    font-weight: 400;
  }

  .projects-type ul .active a {
    font-weight: 550;
  }

  .header-title h2 {
    font-size: 2.3rem;
  }

  .project-overview h2 {
    font-size: 1.5rem;
  }

  .tags p {
    padding: 6px 15px 4px;
    margin-left: 5px;
  }

  .tags p:first-child {
    margin-left: 0;
  }

  .per-project button,
  .half-width button {
    font-size: 1.1rem;
  }

  .cover img {
    height: 250px !important;
  }

  .box-info .box-image img {
    height: 400px;
  }

  .tags p {
    font-size: .85rem;
  }

}

@media only screen and (max-width: 389px) {

  .blog-slider-section .projects-type ul {
    gap: 10px 20px;
  }

  .projects-type ul li a {
    font-size: 16px;
  }

  .blog .header-title h2 {
    font-size: 2rem;
  }

  .header-title .content p {
    font-size: 1.05rem;
  }

}

/*==========================================*
project slug Page
*==========================================*/

.header-top {
  position: relative;
  overflow: hidden;
  height: 100svh;
}

.dev-page .header-top {
  height: 90svh;
}

.image-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}

.image-cover.active {
  opacity: 1;
  z-index: 2;
}

.overlap {
  position: absolute;
  inset: 0% auto auto 0%;
  background-image: linear-gradient(#0f141266, #0f141266);
  height: 100svh;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 10;
}

.overlap-container {
  position: relative;
  width: 90%;
  margin: auto auto 30px;
}

.overlap-container h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  white-space: pre-line;
}

.about-project {
  padding: 100px 0;
  background-color: #1b1b1b;
}

.list {
  margin-top: 7px;
}

.list h5 {
  font-size: 1.3rem;
  font-weight: 550;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 35px;
  margin-left: -15px;
}

.list h5:nth-child(2) {
  font-size: 1.1rem;
  margin-top: -25px;
}

.list ul li {
  font-size: 1.05rem;
  font-weight: 500;
  color: #7d7d7d;
  margin: 25px 0;
  padding-bottom: 5px;
  padding-left: 1px;
  border-bottom: 1px solid #7d7d7d;
}

.about-project .brief {
  margin-right: 35px;
}

.about-project .brief h2,
.about-project .brief h2 a {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2;
  color: #fff;
}

.about-project .brief h2 a {
  color: var(--highlight-color);
}

.dev-page .about-project .brief h2 {
  margin-top: 30px;
}

.step {
  margin-top: 80px;
}

.step-title h2 {
  font-size: 2rem;
  font-weight: 520;
  line-height: 1.5;
  letter-spacing: 1px;
}

.step-brief {
  padding-left: 65px;
}

.step-brief h4 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.7;
}

.step-brief h4 a,
.site-link {
  font-size: 1.45rem;
  color: var(--highlight-color);
  font-weight: 600;
  text-transform: none;
  border-bottom: 2px solid var(--highlight-color);
  padding-bottom: 5px;
}

.step-img {
  margin-top: 40px;
}

.step-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.step-images {
  display: flex;
  margin-top: 40px;
  gap: 40px;
}

.step-images .first-img,
.step-images .second-img {
  width: 50%;
}

.step-images .first-img img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.step-images .second-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.step-images .second-img img:first-child {
  padding-bottom: 20px;
}

.step-images .second-img img:last-child {
  padding-top: 20px;
}

.step.social-head .step-brief .s-logo {
  align-items: end;
  margin-bottom: 30px;
}

.step.social-head .step-brief .s-logo img {
  width: 150px;
  margin-bottom: 15px;
}

.project-slider-section {
  margin-top: 20px;
  height: 700px;
  overflow-x: hidden;
}

.projects-slider {
  width: 100%;
}

.project-slider-section .slide:not(.slick-current) {
  opacity: 1;
}

.project-slider-section .slick-dots {
  bottom: -40px;
}

.projects-slider .slick-dots .slick-active button {
  background-color: #000000;
}

.mokup img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

@media only screen and (max-width: 992px) {

  .overlap-container h1 {
    font-size: 2.5rem;
  }

  .list {
    margin-bottom: 65px;
  }

  .step-brief {
    padding-left: 25px;
    padding-right: 15px;
  }

  .step-title h2 {
    margin-bottom: 40px;
  }

  .step-img {
    margin-top: 0;
  }

  .step-images {
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 25px;
  }

  .step-images .first-img,
  .step-images .second-img {
    width: 100%;
  }

  .step-images .first-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }

  .mokup img {
    height: 500px;
    margin: 15px 0;
  }

}

@media only screen and (max-width: 767px) {

  .overlap-container h1 {
    font-size: 2rem;
  }

  .list h5 {
    margin-left: 0;
  }

  .list ul {
    padding: 0 10px;
  }

  .about-project .brief h2 {
    font-size: 1.1rem;
  }

  .mokup img {
    height: 400px;
  }

}

@media only screen and (max-width: 480px) {

  .overlap-container h1 {
    font-size: 1.8rem;
  }

  .overlap-container {
    width: 94%;
  }

  .step {
    margin-top: 35px;
  }

  .step-title h2 {
    font-size: 1.6rem;
  }

  .step-brief h4 {
    font-size: 1.1rem;
  }

  .step-brief {
    padding-left: 15px;
    padding-right: 15px;
  }

  .video-placeholder .play-btn {
    padding: 30px 25px 30px 35px;
  }

  .project-slider-section {
    height: 450px;
  }

}

@media only screen and (max-width: 400px) {

  .overlap-container h1 {
    font-size: 1.6rem;
  }

}

/*==========================================*
social change Page
*==========================================*/

.social-header {
  padding-top: 155px;
  margin-bottom: 80px;
}

.social-header .lead-xxl {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.6;
}

.social-page .head-page {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  padding-top: 120px;
}

.social-page .lead-xxl {
  margin-bottom: 50px;
}

.head-page h1 {
  font-weight: 600;
  font-size: 6rem;
  line-height: 1.5;
  display: grid;
}

.head-page h1 span {
  margin-left: 140px;
}

.head-page h1 span:first-child {
  padding-left: 150px;
}

.header-page {
  text-align: center;
  margin-top: 17px;
}

.header-page h1 {
  font-size: 6rem;
  line-height: 1.5;
}


@media only screen and (max-width: 992px) {

  .social-header .lead-xxl {
    font-size: 1.6rem;
  }

  .social-page .right-image {
    flex-direction: column-reverse;
  }

}

@media only screen and (max-width: 767px) {

  .social-header {
    padding-top: 155px;
  }

}

@media only screen and (max-width: 480px) {

  .social-header {
    padding-top: 120px;
    margin-bottom: 55px;
  }

  .social-header .lead-xxl {
    font-size: 1.3rem;
  }

}

@media only screen and (max-width: 389px) {

  .social-header .lead-xxl {
    font-size: 1.2rem;
  }

}

/*==========================================*
social change project Page
*==========================================*/

.about-project.social-head .brief {
  margin-left: 35px;
  margin-right: 0;
}

.list .s-logo img {
  width: 120px;
}

.brief h2 span,
.mobile-device p span {
  border-bottom: 1px solid var(--highlight-color);
  text-decoration: none !important;
}

.step .list h5 {
  font-size: 1.6rem;
  color: #000;
  font-weight: 600;
}

.gif-section {
  background-color: #1b1b1b;
  margin-top: 80px;
}

.device-section {
  display: flex;
  gap: 1rem;
  padding: 40px 0;
}

.mobile-device {
  flex: 1;
  background-color: #222328;
  border-radius: 15px;
  padding: 30px 16px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mobile-device h3 {
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}

.mobile-device p {
  font-weight: 400;
  margin-bottom: 20px;
}

.mobile-device img,
.mobile-device video {
  width: 100%;
  height: 500px;
  object-fit: contain;
  margin-top: 10px;
}

.device-section .mobile-device:last-child img {
  object-position: top;
  padding-top: 50px;
}

.gif-section a {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  background-color: var(--highlight-color);
  padding: 15px;
  margin: 15px auto;
  display: block;
  width: 20%;
  text-align: center;
  border-radius: 1px;
  text-transform: capitalize;
  transition: all ease-in-out .25s;
}

.gif-section a:hover {
  transform: scale(1.05);
}

.desktop-view,
.large-screen {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}

.large-screen {
  margin-top: 0;
}

.frame video,
.frame img {
  position: relative;
  border: 6px solid #222328;
  border-radius: 38.25px;
  border-width: 13.26px;
  margin: auto;
}

.large-screen .frame video,
.large-screen .frame img {
  width: 100%;
}

.site-preview video,
.two-screens img {
  width: 100%;
  height: 700px;
  margin: auto;
}

.site-preview .desktop-view img {
  width: 100%;
  max-height: 700px;
  object-fit: cover;
}

.contact-us.contact {
  padding: 80px 0 20px;
  text-align: center;
}

.contact-us.contact .text {
  border: none;
  font-size: 1.2rem;
}

.call-to-action {
  display: flex;
  justify-content: space-between;
  width: 55%;
  margin: 15px auto;
}

.call-to-action button,
.call-to-action a {
  width: 45%;
  padding: 15px 10px 11px;
  background-color: #000;
  color: #fff;
  border: none;
  font-size: 1.05rem;
  font-weight: 550;
  text-transform: capitalize;
  letter-spacing: 1px;
  transition: all .25s ease-in-out;
}

.call-to-action button:hover,
.call-to-action a:hover {
  transform: scale(1.05);
  background-color: var(--highlight-color);
}

.contact-form p {
  border: none;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 45px;
}

.email-modal--hidden {
  display: none !important;
}

.email-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.email-modal__content {
  background: #fff;
  padding: 4rem 3rem 3rem;
  border-radius: 0.5rem;
  max-width: 800px;
  width: 90%;
  position: relative;
}

.email-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.8rem;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {

  .device-section {
    flex-wrap: wrap;
  }

  .mobile-device {
    width: 48%;
    flex: none;
  }

}

@media only screen and (max-width: 992px) {

  .about-project.social-head .brief {
    margin-left: 0;
  }

  .desktop-view,
  .large-screen {
    margin-top: 10px;
  }

  .contact-us h1 {
    font-size: 3rem;
  }

  .contact-us .offset-md-1 {
    margin-left: 0;
    margin-top: 40px;
  }

  .contact-us h1 {
    margin-bottom: 20px;
  }

  .contact-us p {
    line-height: 1.6;
  }

}

@media only screen and (max-width: 767px) {

  .about-project {
    padding: 60px 0;
  }

  .desktop-view,
  .large-screen {
    margin-top: 0;
  }

  .contact-us h1 {
    font-size: 2.7rem;
  }

  .call-to-action {
    width: 85%;
  }

  .contact-us .offset-md-1 {
    margin-left: 0;
    margin-top: 0px;
  }

}

@media only screen and (max-width: 630px) {

  .mobile-device {
    width: 100%;
  }

  .contact-us h1 {
    font-size: 2rem;
  }

  .contact-us p {
    font-size: 1.2rem;
  }

  .contact-us.contact .text {
    font-size: 1.1rem;
    padding-bottom: 35px;
  }

  .call-to-action {
    width: 90%;
  }

  .call-to-action button,
  .call-to-action a {
    width: 48%;
  }

  .email-modal__content {
    padding: 4rem 1.5rem 3rem;
  }

  .contact-form input,
  .contact-form p {
    margin-bottom: 45px;
  }

}

/*==========================================*
Policy Page
*==========================================*/

.policy-page {
  padding-top: 140px;
  width: 75%;
}

.policy-page .projects-header {
  margin-bottom: 50px;
}

.policy-content p {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 60px;
  font-weight: 400;
  color: #606060;
}

.policy-content h2 {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: none;
  line-height: 1.2;
  margin-bottom: 70px;
}

.policy-content h3 {
  font-size: 2rem;
  font-weight: 550;
  margin-bottom: 25px;
}

.block {
  margin-bottom: 70px;
}

.block ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: -20px;
}

.block ul li,
.block ul li a {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 400;
  color: #606060;
}

.block b {
  font-weight: 550;
  color: #000;
}

@media only screen and (max-width: 992px) {

  .header-title h2 {
    font-size: 2.3rem;
  }

  .policy-content h2 {
    font-size: 1.8rem;
    margin-bottom: 50px;
  }

  .policy-content h3 {
    font-size: 1.6rem;
    font-weight: 550;
    margin-bottom: 25px;
  }

}

@media only screen and (max-width: 767px) {

  .policy-page {
    width: 100%;
  }

}

@media only screen and (max-width: 480px) {

  .policy-page {
    width: 100%;
  }

  .policy-page {
    padding-top: 100px;
  }

  .policy-page .projects-header {
    margin-bottom: 15px;
  }

  .header-title h2 {
    font-size: 2rem;
  }

  .policy-content h2 {
    font-size: 1.6rem;
  }

  .policy-content h3 {
    font-size: 1.2rem;
  }

  .policy-content p {
    font-size: 1.1rem;
  }

}

/*==========================================*
Developments page (website)
*==========================================*/

.dev-page {
  padding-top: 155px;
}

.dev-page .projects-header {
  margin-bottom: 40px;
}

.dev-page .projects-header h2 {
  font-size: 4rem;
  letter-spacing: -1px;
  text-transform: capitalize;
}

.dev-page .projects-header .lead-xxl {
  font-size: 27px;
  letter-spacing: 1px;
  margin-top: 15px;
  font-weight: 400;
  margin-left: 4px;
}

.project-show video {
  width: 100%;
  height: 750px;
  object-fit: cover;
}

.dev-page .about-project .brief h2 {
  padding-right: 50px;
}

.site-preview {
  overflow: hidden;
}

.site-preview h2 {
  font-size: 2rem;
  font-weight: 520;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-left: -7px;
  margin-bottom: 15px;
}

.site-preview p {
  font-size: 1.25rem;
  font-weight: 350;
  line-height: 1.7;
}

.site-preview .desktop-view {
  margin-top: 0;
}

.image-showcase .slider-img:last-child {
  transform: rotateY(180deg);
}

.image-showcase .slider-img:last-child img {
  transform: rotateY(180deg);
}

.slider-img {
  width: 100%;
  display: block;
}

.slider-img .slick-slide {
  box-sizing: border-box;
  margin: 30px;
}

.screens .slider-img img {
  width: 100%;
  max-width: 800px;
  height: auto;
  max-height: 350px;
}

.screens .frame img {
  width: 100%;
  max-width: 800px;
  height: auto;
  max-height: 400px;
  border: 6px solid #222328;
  border-width: 10px;
  border-radius: 25px;
}

.frame .slider-img .slick-slide {
  margin: 20px;
}

.mobile-view .s-video {
  background-color: #eeeeee;
  height: 100%;
  padding: 70px 0;
  text-align: center;
}

.mobile-view video {
  width: 370px;
  height: 650px;
  object-fit: cover;
}

.mobile-view .s-video img {
  width: 330px;
}

.side-image-half {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.side-image-half img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.side-image img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}

.two-screens {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 175px;
}

.mobile-screen {
  margin-left: 65px;
  margin-right: 100px;
  margin-top: -15px;
}

.mobile-screen img {
  width: 380px;
  height: 700px;
  object-fit: cover;
}

.mobile-screen.frame img {
  width: 330px;
  height: 650px;
}

.laptop-view {
  position: absolute;
  right: -320px;
  bottom: -150px;
}

.slider-preview {
  padding-top: 60px;
  margin-top: -60px;
}

.desktop-view-slider-wrapper .slick-slide {
  margin: 0 50px 0 5px;
}

.desktop-view-slider-wrapper {
  position: relative;
}

.desktop-view .slick-list,
.desktop-view-slider-wrapper .desktop-view {
  overflow: visible;
}

.custom-prev,
.custom-next {
  position: absolute;
  top: -70px;
  background: none;
  border: none;
  padding: 5px;
  z-index: 2;
  cursor: pointer;
}

.custom-prev {
  right: 120px;
}

.custom-next {
  right: 10px;
}

.custom-prev img,
.custom-next img {
  width: 50px;
  height: 50px;
}

.dev-page .mokup {
  margin-top: 80px;
}

.alert.alert-success {
  background-color: #fff;
  border: none;
  color: var(--highlight-color);
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 1px;
}

.the-latest .alert.alert-success {
  font-weight: 600;
  text-align: center;
}

@media only screen and (max-width: 1350px) {

  .laptop-view {
    right: -465px;
  }

}

@media only screen and (max-width: 1200px) {

  .laptop-view {
    right: -650px;
  }

}

@media only screen and (max-width: 992px) {

  .dev-page .projects-header .container {
    max-width: 95%;
  }

  .dev-page .projects-header h2 {
    font-size: 3rem;
  }

  .dev-page .projects-header .lead-xxl {
    font-size: 26px;
    margin-top: 22px;
  }

  .dev-page .about-project .row {
    flex-direction: column-reverse;
  }

  .dev-page .about-project .brief {
    margin-right: 0;
  }

  .site-preview h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .site-preview video,
  .two-screens img {
    height: auto;
    border-width: 9px;
  }

  .dev-page .about-project .brief h2 {
    padding-right: 0;
    font-weight: 400;
  }

  .screens .slider-img img {
    max-height: 300px;
  }

  .site-preview .desktop-view {
    margin-top: 30px;
  }

  .mobile-view .s-video {
    margin-bottom: 30px;
  }

  .side-image img,
  .side-image-half img {
    height: 400px;
    margin-bottom: 30px;
  }

  .two-screens {
    justify-content: center;
    margin-bottom: 0;
  }

  .laptop-view {
    display: none;
  }

  .two-screens .mobile-screen {
    margin: auto;
    margin-top: 45px;
  }

  .desktop-view-slider-wrapper {
    margin-top: 35px;
  }

}

@media only screen and (max-width: 767px) {

  .dev-page .projects-header h2 {
    font-size: 2.3rem;
  }

  .dev-page .projects-header .lead-xxl {
    font-size: 24px;
  }

  .dev-page .header-top {
    height: 50svh;
  }

  .project-show video {
    height: auto;
  }

  .site-preview h2 {
    font-size: 2rem;
  }

  .dev-page .about-project,
  .site-preview {
    padding: 40px 0;
  }

  .site-preview.screens-preview {
    padding: 40px 0 0;
  }

  .screens .slider-img img {
    max-width: 500px;
  }

  .frame video,
  .frame img {
    border-radius: 15px;
    border-width: 5px;
  }

  .mobile-view {
    margin-top: 30px;
  }

  .custom-prev img,
  .custom-next img {
    width: 45px;
    height: 45px;
  }

  .desktop-view-slider-wrapper .slick-slide {
    margin: 0 25px 0 5px;
  }

}

@media only screen and (max-width: 480px) {

  .dev-page {
    padding-top: 100px;
  }

  .dev-page .projects-header .container {
    max-width: 100%;
  }

  .dev-page .projects-header {
    margin-bottom: 25px;
  }

  .dev-page .projects-header h2 {
    font-size: 2rem;
  }

  .dev-page .projects-header .lead-xxl {
    font-size: 20px;
    margin-top: 15px;
    letter-spacing: 0px;
    font-weight: 400;
  }

  .dev-page .header-top {
    height: 40svh;
  }

  .dev-page .list ul li {
    font-size: 1.15rem;
    font-weight: 500;
  }

  .site-link {
    font-size: 1.2rem;
    padding-bottom: 10px;
    margin-left: 10px;
  }

  .dev-page .about-project .brief h2 {
    font-size: 1.1rem;
    font-weight: 400;
  }

  .site-preview h2 {
    font-size: 1.6rem;
    margin-bottom: 18px;
  }

  .site-preview p {
    font-size: 1.1rem;
  }

  .site-preview .desktop-view {
    margin-top: 15px;
  }

  .screens .slider-img img {
    max-width: 300px;
    object-fit: cover;
  }

  .side-image img,
  .side-image-half img {
    height: 300px;
  }

  .desktop-view-slider-wrapper {
    margin-top: 15px;
  }

  .custom-prev,
  .custom-next {
    top: -23px;
  }

  .custom-prev img,
  .custom-next img {
    width: 40px;
    height: 40px;
  }

}