:root {
  --div-background-color: rgb(28, 28, 28);
  --color-secondary: #efefef;
  --color-text1: #d0d0d0;
}
.header-nav-links {
  display: flex;
  justify-content: space-around;
  /* position: relative; */
  height: 5rem;
}
.sticky {
  display: flex;
  justify-content: space-around;

  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(29, 29, 29, 0.59);
  height: 4rem;
}
.nav .sticky {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C""\201D""\2018""\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*::after,
*::before {
  box-sizing: border-box;
  letter-spacing: 1px !important;
}

body {
  --color-text: #f1f1f1;
  --color-bg: #0c0c0c;
  --color-link: #1ab3de;
  --color-link-hover: #f1f1f1;
  --color-deco: #141414;
  --color-side: #353535;
  font-family: Futura, "futura-pt", sans-serif;
  min-height: 100vh;
  color: #57585c;
  color: var(--color-text);
  background-color: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Page Loader */
.js .loading::before {
  content: "";
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-bg);
}

.js .loading::after {
  content: "";
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0.4;
  background: var(--color-link);
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}

a {
  text-decoration: none;
  color: var(--color-link);
  outline: none;
}

a:hover,
a:focus {
  color: var(--color-link-hover);
  outline: none;
}

.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}

.message {
  position: relative;
  z-index: 100;
  display: none;
  padding: 1em;
  text-align: center;
  color: var(--color-bg);
  background: var(--color-text);
}

/* Icons */
.icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: currentColor;
}

.frame {
  position: fixed;
  z-index: 10000;
  top: 5rem;
  left: 0;
  width: 100%;
  max-width: none;
  min-height: 0;
  height: 100vh;
  padding: 1rem;
  pointer-events: none;
}

.frame a {
  pointer-events: auto;
}

/* Header */
.codrops-header {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.codrops-header__title {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
}

/* Top Navigation Style */
.codrops-links {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  white-space: nowrap;
}

.github {
  display: block;
  padding: 0.25em;
  margin: 0 0.25rem;
}

.codrops-icon {
  display: inline-block;
  padding: 0.25em;
  margin: 0.25em 0 0 0;
}

.slideshow {
  position: relative;
  overflow: hidden;
  margin: 0;
  height: 100vh;
  width: 100%;
  height: calc(100vh - 10rem);
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-column-gap: 0.5%;
  grid-template-rows: 100%;
  grid-template-areas: "... slide ...";
}

.slide {
  width: 100%;
  display: flex;
  pointer-events: none;
  cursor: pointer;
  position: relative;
  height: 100%;
  grid-area: slide;
}

.slideshow--previewopen .slide {
  cursor: default;
}

.slide--current {
  pointer-events: auto;
}

.slide__img-wrap {
  width: 100%;
  overflow: hidden;
  z-index: 100;
  height: 80%;
  top: 10%;
  position: absolute;
}

.slideshow__deco {
  grid-area: slide;
  background: var(--color-text);
  width: 100%;
  height: 80%;
  align-self: center;
  position: relative;
  margin: -40px 0 0 0;
  right: -20px;
}

.nav {
  position: absolute;
  background: none;
  width: 3rem;
  height: 3rem;
  z-index: 1000;
  border: 0;
  padding: 0;
  margin: 0;
  pointer-events: none;
  transition: transform 0.8s, opacity 0.8s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.nav--next {
  bottom: 1rem;
  right: 1rem;
}

.icon--navarrow-next {
  transform: rotate(45deg);
}

.nav--prev {
  top: 1rem;
  left: 1rem;
}

.icon--navarrow-prev {
  transform: rotate(-135deg);
}

.slideshow--previewopen .nav {
  opacity: 0;
  transition-duration: 0.4s;
}

.slideshow--previewopen .nav--next {
  transform: translate3d(100%, 100%, 0);
}

.slideshow--previewopen .nav--prev {
  transform: translate3d(-100%, -100%, 0);
}

.slide__img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  pointer-events: none;
  transform: scale3d(1.01, 1.01, 1);
  /* background: linear-gradient(#8e8e8e, #414141); */
  background-color: rgb(34, 34, 34);
}
.slide__img .svg {
  width: 200px;
  position: absolute;
  top: 40%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-bottom: 5px solid #000000;
  margin: auto;
  padding: 1rem;
  box-shadow: rgba(190, 190, 190, 0.4) 5px 10px,
    rgba(190, 190, 190, 0.3) 10px 20px, rgba(190, 190, 190, 0.2) 15px 30px,
    rgba(190, 190, 190, 0.1) 20px 40px, rgba(190, 190, 190, 0.05) 25px 50px;
  border-radius: 50%;
  /* background: linear-gradient(#ffffff, #414141); */
  background-color: var(--color-text);
  color: var(--color-deco);
}

.js .slide__img-wrap,
.js .slide__title-wrap,
.js .slide__side {
  opacity: 0;
  pointer-events: none;
}

.js .slide--current .slide__img-wrap {
  opacity: 1;
  pointer-events: auto;
}

.slide--visible .slide__img-wrap {
  pointer-events: auto;
}

.slide__title-wrap {
  justify-self: flex-end;
  width: 100%;
  position: relative;
  z-index: 1000;
}

.slide__number {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}

.slide__number::before {
  content: "\2014";
  display: inline-block;
  margin: 0 1rem 0 0;
}

.slide__title,
.slide__subtitle,
.slide__side {
  display: none;
}
.cards {
  position: relative;
}
.content {
  position: absolute;
  top: 10rem;
  left: 0;
  width: 100%;
  height: calc(100% - 10rem);
  pointer-events: none;
  z-index: 100;
}

.content__item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 10vh 5vw;
  overflow: auto;
  color: var(--color-deco);
}

.content__item--current,
.content__item--current ~ .content__close {
  pointer-events: auto;
}

.content__close {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: none;
  color: currentColor;
  border: 0;
  margin: 0;
  padding: 0;
  color: var(--color-deco);
}

.icon--longarrow {
  width: 2rem;
}

.content__close:focus {
  outline: none;
}

.content__number {
  font-weight: bold;
}

.content__number::before {
  content: "\2014";
  display: inline-block;
  margin: 0 1rem 0 0;
}

.content__title {
  margin: 0.5rem 0;
  font-size: 4rem !important;
  color: var(--color-deco);
}

.content__subtitle {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: normal;
  color: var(--color-deco);
}

.content__text {
  font-size: 1.2rem !important;
  color: var(--color-deco);
}

.js .content__title,
.js .content__subtitle,
.js .content__number,
.js .content__text,
.js .content__close {
  opacity: 0;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-stretch: condensed;
  font-family: "montserratlight", sans-serif;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.25;
}
.header {
  min-height: 100vh;
  max-width: 100%;
  border-bottom: 1px solid rgb(110, 110, 110);
}
.header .header-logo {
  display: flex;
  position: absolute;
  width: 70%;
  height: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.header-logo .img1 {
  width: 150px;
  animation: fadeInDown 2.5s ease-out;
  margin: auto 0 auto auto;
}
.imgp2 {
  margin: auto auto auto 0;
  width: 450px;
  animation: bounceInRight 3.5s ease-in-out;
}

@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Apply the animation to the element */
.animate-on-scroll-img1 {
  opacity: 1 !important;
  animation: bounceInRight 1.5s ease forwards;
}
.animate-on-scroll-img2 {
  opacity: 1 !important;
  animation: fadeInDown 2.5s ease forwards;
}
.animate-on-scroll-h2 {
  opacity: 1 !important;
  animation: fadeInDown 1s ease forwards;
}
.animate-on-scroll-get-in-touch {
  opacity: 1 !important;
  animation: bounceInLeft 1.5s ease forwards;
}
.animate-on-scroll-btn {
  opacity: 1 !important;
  animation: bounceInLeft 5s ease forwards;
}
.animate-on-scroll-input1 {
  opacity: 1 !important;
  animation: slideInLeft 3s ease-in-out;
}
.animate-on-scroll-input2 {
  opacity: 1 !important;
  animation: slideInLeft 2.5s ease-in-out;
}
.animate-on-scroll-input3 {
  opacity: 1 !important;
  animation: slideInLeft 2s ease-in-out;
}
.animate-on-scroll-input4 {
  opacity: 1 !important;
  animation: slideInLeft 1.5s ease-in-out;
}
.animate-on-scroll-input5 {
  opacity: 1 !important;
  animation: slideInLeft 0.5s ease-in-out;
}
.our-service {
  overflow: hidden !important;
}
@keyframes fadeInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.header .img2 {
  position: absolute;
  width: 40px;
  top: 87%;
  left: 90%;
  transform: translate(-50%, -50%);
  /* cursor: pointer; */
  animation: arrowAnimation 0.75s infinite alternate;
}
@keyframes arrowAnimation {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px); /* Adjust the amount of downward movement */
  }
}

nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
nav .tel-svg {
  width: 40px;
  animation: ring 1s infinite cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes ring {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
nav .tel-phones {
  margin: 3rem 5.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav .tel-span {
  color: #fff;
  font-size: 13px;
  margin-left: 1rem;
}
.nav-links {
  flex: 1;
  text-align: right;
  margin-right: 5.6rem;
}
.nav-links ul li {
  list-style: none;
  display: inline-block;
  cursor: pointer;
  padding: 8px 25px;
}
/* .nav-links ul li::after {
  content: "";
  width: 0%;
  height: 2px;
  background: var(--color-text);
  display: block;
  margin: auto;
  transition: 0.5s;
} */
.nav-links ul li:hover::after {
  width: 100%;
}
.nav-links ul li a {
  letter-spacing: 2px;
  color: var(--color-text);
  text-decoration: none;
  font-size: 13px;
  transition: 0.3s;
}
nav .fa {
  display: none;
}
.hero-btn {
  display: inline-block;
  text-decoration: none;
  color: var(--div-background-color);
  font-weight: 600;
  padding: 20px 34px;
  font-size: 14px;
  background-color: var(--color-secondary);
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  /* border-radius: 50px; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transition: 0.5s;
}
.hero-btn:hover {
  /* border: 1px solid #fff; */
  background-color: var(--div-background-color);
  color: var(--color-secondary);
  box-shadow: #000000 0px 5px 15px;
  transition: 0.5s;
}

.icons-header {
  margin: 2rem 0 -2rem 9.5rem;
}
.icons-header .fa {
  font-size: 15px;
  color: var(--color-text);
  transition: 0.5s;
  margin-right: 2rem;
}
.icons-header .fa:hover {
  color: var(--color-text);
  cursor: pointer;
  transform: scale(1.1) translateY(-5px);
  transition: 0.5s;
}
/*////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////SECTION ABOUT US/////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.section {
  margin: 7rem 0rem;
  padding: 1rem;
}
.vertical-line {
  width: 80%;
  height: 1px;
  background-color: rgb(110, 110, 110);
  margin: 3rem auto 0 auto;
}
.section h2 {
  font-size: 3rem;
  margin-bottom: 4rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0;
}
.grid-about-us {
  display: flex;
  width: 80%;
  margin: auto;
}
.grid-about-us--h3 {
  flex-basis: 75%;
}

.grid-about-us--h3 p {
  font-size: 1.2rem;
  padding: 1rem;
  color: rgb(150, 150, 150);
  line-height: 1.3;
}
.grid-about-us--h3 h3 {
  font-size: 2rem;
  padding: 1rem;
}

.our-specialization h3 {
  margin-left: 2rem;
}
.icons img {
  width: 80px;
  padding: 1rem;
  margin-left: 2rem;
}
.icons h4 {
  text-align: left;
  margin-left: 2rem;
  padding: 0.5rem 1rem 1rem 1rem;
  font-size: 1rem;
  letter-spacing: 3px;
}
.img {
  flex-basis: 25%;
  margin-left: 10rem !important;
  width: 25rem;
  height: 20rem;
  margin: auto;
  overflow: hidden;
}
.img img {
  width: 200px;
  margin-top: -3rem;
  margin-right: -10rem;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.about-img1 {
  margin: auto !important;
}
.about-img2 {
  margin: auto !important;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////// serices //////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.services-title {
  text-align: left;
}
.services-title img {
  margin-left: 1rem;
}
.services-title h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 3px;
}
.services {
  padding: 0rem 3rem;
  animation: fadeInUp 1s ease-out;
  z-index: -1;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}

.btn {
  text-transform: uppercase;
  margin-top: 3rem;
}
.btn:hover {
  box-shadow: #f1f1f1d4 0px 5px 15px;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.grid-container-contact {
  width: 90%;
  margin: auto;
  display: grid;
}

.grid-item-contact {
  text-align: center;
  padding: 20px;
}

.item1-contact {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 1;
  grid-row: 1;
}
.item1-contact p {
  font-size: 1.2rem;
  line-height: 2;
  color: var(--color-text);
  letter-spacing: 1px;
}
.item2-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2 / span 2;
  grid-row: 1;
}

.item3-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 6rem auto 0 auto;
  padding: 2rem;
  border: 2px solid #f1f1f1;
}
.item3-contact img {
  width: 10rem;
}
.item3-contact p {
  color: #f1f1f1;
}
.form {
  position: relative;
  width: 90%;
  height: 60%;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px;
  padding: 10px;
}
.form input {
  padding: 10px;
  /* border-radius: 10px; */
  background-color: #8484842a;
  color: var(--color-text);
  border: 2px solid var(--color-text1);
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}
.form input:focus {
  border: 2px solid var(--color-side);
}
.form textarea {
  padding: 10px;
  /* border-radius: 10px; */
  background-color: #8484842a;
  color: var(--color-text1);

  border: 2px solid var(--color-text1);
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}
.form textarea:focus {
  border: 2px solid var(--color-side);
}
.input1 {
  grid-column: 1;
  grid-row: 1;
}
.input2 {
  grid-column: 2;
  grid-row: 1;
}
.input3 {
  grid-column: 1;
  grid-row: 2;
}
.input4 {
  grid-column: 2;
  grid-row: 2;
}
.input5 {
  grid-column: 3;
  grid-row: 1 / span 2;
}
.btn2 {
  text-transform: uppercase;
  grid-column: 3;
  grid-row: 3;
  width: 9rem;
  position: absolute;
  right: 10px;
  bottom: -77px;
}
.btn2:hover {
  box-shadow: #ffffff63 0px 5px 15px;
}
/* This only works with JavaScript,
if it's not present, don't show loader */
.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  /*background: url(../img/IDEAL-BLACK.png) center no-repeat #fff;*/
  background: url(../img/preloader.png) center no-repeat #fff;
}
/* *************************************our servcie style *********************************** */
/* The page is NOT responsive. You can implement responsiveness yourself if you wanna have some fun 😃 */
.p-title p {
  text-align: center;
  margin-top: -3rem;
  font-size: 1.3rem;
}
/* nav and stickly class at the same time */

/* OPERATIONS */
.operations {
  max-width: 80rem;
  height: 32rem;
  margin: 8rem auto 0 auto;
}

.operations__tab-container {
  display: flex;
  justify-content: center;
}

.operations__tab {
  margin-right: 2.5rem;
  transform: translateY(-45%);
  display: inline-block;
  background-color: var(--color-primary);
  font-size: 1.6rem;
  font-family: inherit;
  font-weight: 500;
  border: none;
  padding: 1.25rem 4.5rem;
  /* border-radius: 10rem; */
  cursor: pointer;
  transition: all 0.3s;
}

.operations__tab span {
  margin-right: 1rem;
  font-weight: 700;
  display: inline-block;
}
.operation--img {
  width: 80px;
  height: 100px;
}
.operations__tab--1 {
  background-color: var(--color-secondary);
}

.operations__tab--1:hover {
  background-color: var(--color-text1);
}
.operations__tab--2 {
  background-color: var(--color-secondary);
}

.operations__tab--2:hover {
  background-color: var(--color-text1);
}
.operations__tab--3 {
  background-color: var(--color-secondary);
}

.operations__tab--3:hover {
  background-color: var(--color-text1);
}

.operations__tab--active {
  transform: translateY(-66%);
}
.list-operation-content {
  /* display: flex;
  justify-content: flex-start; */
  margin-left: 10rem;
  width: 52rem;
}
.operations__content {
  display: none;
  padding: 2.5rem 7rem 6.5rem 7rem;
}

.m-left {
  margin-left: 2rem;
}
.list-operation-content ul li {
  margin-left: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}
.operations__content--active {
  display: grid;
  grid-template-columns: 7rem 1fr;
  column-gap: 3rem;
  row-gap: 0.5rem;
}

.operations__header {
  font-size: 1.5rem;
  font-weight: 900;
  align-self: center;
}

.operations__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7rem;
  width: 7rem;
  /* border-radius: 50%; */
}

.operations__content p {
  grid-column: 2;
}

.operations__icon--1 {
  background-color: var(--color-secondary);
  border-bottom: 2px solid black;
  box-shadow: rgba(239, 239, 239, 0.4) 0px 5px,
    rgba(239, 239, 239, 0.3) 0px 10px, rgba(239, 239, 239, 0.2) 0px 15px,
    rgba(239, 239, 239, 0.1) 0px 20px, rgba(239, 239, 239, 0.05) 0px 25px;
}
.operations__icon--2 {
  background-color: var(--color-secondary);
  border-bottom: 2px solid black;
  box-shadow: rgba(239, 239, 239, 0.4) 0px 5px,
    rgba(239, 239, 239, 0.3) 0px 10px, rgba(239, 239, 239, 0.2) 0px 15px,
    rgba(239, 239, 239, 0.1) 0px 20px, rgba(239, 239, 239, 0.05) 0px 25px;
}
.operations__icon--3 {
  background-color: var(--color-secondary);
  border-bottom: 2px solid black;
  box-shadow: rgba(239, 239, 239, 0.4) 0px 5px,
    rgba(239, 239, 239, 0.3) 0px 10px, rgba(239, 239, 239, 0.2) 0px 15px,
    rgba(239, 239, 239, 0.1) 0px 20px, rgba(239, 239, 239, 0.05) 0px 25px;
}
.operations__icon--1 svg {
  width: 500px !important;
}
.operations__icon--2 svg {
  fill: var(--color-primary);
}
.operations__icon--3 svg {
  fill: var(--color-tertiary);
}
.operation-svg {
  width: 60px !important;
  height: 60px !important;
}

.hidden {
  visibility: hidden;
  opacity: 0;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////our project styles///////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.row {
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
}
.campus {
  width: 80%;
  margin: auto;
  text-align: center;
}
.campus-col {
  flex-basis: 32%;
  /* border-radius: 10px; */
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.campus-col p {
  color: #141414;
  /* position: absolute; */
  text-transform: uppercase;
  /* margin: 1rem; */
  padding: 0.7rem 0.5rem;
  background-color: rgb(255, 255, 255);
}
.campus-col img {
  width: 100%;
  height: 100%;
  display: block;
}
.campus-col .layer strong {
  text-decoration: underline;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  color: #f1f1f1;
  background-color: #000000c7;
}
.layer {
  background: transparent;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.layer:hover {
  background: rgba(0, 0, 0, 0.612);
}
.layer h3 {
  /* text-decoration: underline; */
  line-height: 1.5;
  letter-spacing: 4px;
  cursor: pointer;
  text-transform: uppercase;
  width: 100%;
  font-weight: normal;
  color: #fff;
  font-size: 15px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  opacity: 0;
  transition: 0.5s;
}
.layer:hover h3 {
  bottom: 49%;
  opacity: 1;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.drop-down li {
  list-style: none;
  height: 100%;
  padding: 0.5rem 1rem;
  font-weight: 600;
  cursor: pointer;
}

.drop-down {
  transition: 0.6s;
  width: 8rem;
  position: absolute;
  padding: 0.5rem 0;
  margin: 0.5rem -0.5rem;
  background: #ffffff;
  color: rgb(0, 0, 0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  font-size: 12px;
  display: none;
  text-align: center;
  z-index: 1;
  animation: bounce-down 0.6s ease forwards;
}
.projects:hover .drop-down {
  display: block;
}

.projects a {
  display: flex;
  align-items: center;
}

.projects .dropdown-icon {
  font-size: 18px;
  position: relative;
  right: -5px;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out all;
}

.projects:hover .dropdown-icon {
  transform: rotate(180deg);
}

.drop-down li:hover {
  transform: scale(1.1);
  transition: 0.1s;
}
.no-effect {
  color: var(--color-deco);
}
.nav-links li:not(.no-effect)::after {
  content: "";
  width: 0%;
  height: 2px;
  background: var(--color-text);
  display: block;
  margin: auto;
  transition: 0.5s;
  margin-top: 3px;
}
@keyframes bounce-down {
  0% {
    transform: translateY(0);
    animation-timing-function: ease-in;
  }
  50% {
    transform: translateY(10px);
    animation-timing-function: ease-out;
  }
  70% {
    transform: translateY(5px);
    animation-timing-function: ease-in;
  }
  90% {
    transform: translateY(8px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(7px);
  }
}

/************************************************************************************************************
******************************************** responsive design ******************************************************************
***************************************************************************************************************/
@media (max-width: 575.98px) {
  nav {
    display: block;
  }
  nav .tel-phones {
    margin: 3rem -5rem;
  }
  .nav {
    background-color: rgba(39, 39, 39, 0.573);
  }
  .header .header-logo {
    width: 400px;
  }
  .header-logo .img1 {
    width: 100px;
  }
  .header .img2 {
    left: 87%;
  }
  .imgp2 {
    width: 250px;
  }
  .fa-bars {
    margin-right: -5rem;
  }

  .nav-links {
    position: fixed;
    background: var(--color-side);
    height: 100vh;
    width: 200px;
    top: 0;
    right: -300px;
    text-align: left;
    z-index: 2;
    transition: 1s;
  }
  nav .fa {
    display: block;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
  }
  .fa-times {
    margin: 0.5rem 0 0 0.5rem;
  }
  nav .tel-span {
    color: #fff;
    font-size: 11px;
  }

  nav .tel-svg {
    width: 30px;
  }

  .p-title h2 {
    font-size: 2rem;
  }
  .grid-about-us {
    overflow: hidden;
    position: relative;
    width: 100%;
    flex-direction: column;
  }
  .img {
    position: absolute;
    margin-left: 5rem !important;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .img img {
    opacity: 0.1 !important;
  }
  .operations {
    height: auto;
    margin: 4rem auto 0 auto;
    padding: 1rem;
  }

  .operations__tab-container {
    flex-direction: column;
    align-items: center;
  }

  .operations__tab {
    margin-right: 0;
    margin-bottom: 1rem;
    padding: 1rem 2rem;
    transform: translateY(0%);
    width: 100%;
    font-size: 1.4rem;
  }

  .operations__tab--active {
    transform: translateY(0%);
  }

  .operations__content {
    padding: 1.5rem 2rem;
    display: none;
    text-align: center;
  }

  .operations__content--active {
    display: block;
  }

  .operations__icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 1rem auto;
  }

  .operations__header {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .list-operation-content {
    margin-left: 0;
    width: 100%;
  }

  .list-operation-content ul {
    padding: 0;
  }

  .list-operation-content ul li {
    margin-left: 0;
    font-size: 1rem;
    text-align: left;
  }

  .operation-svg {
    width: 50px !important;
    height: 50px !important;
  }
  .row {
    flex-direction: column;
    margin-top: 2%;
  }

  .campus {
    width: 95%;
  }

  .campus-col {
    flex-basis: 100%;
    margin-bottom: 20px;
  }

  .campus-col p {
    font-size: 0.9rem;
  }

  .campus-col img {
    height: auto; /* Ensure images maintain aspect ratio */
  }

  .layer h3 {
    font-size: 1rem;
    letter-spacing: 2px;
  }
  /************************************* contact ***************************************/
  .grid-container-contact {
    display: block;
    width: 100%;
    margin: 0;
  }

  .grid-item-contact {
    text-align: center;
    padding: 1rem;
  }

  .item1-contact {
    text-align: center;
    display: block;
    grid-column: 1;
    grid-row: auto;
  }

  .item1-contact p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .item2-contact {
    grid-column: 1;
    grid-row: auto;
    display: block;
    margin-bottom: 2rem;
  }

  .item3-contact {
    display: block;
    width: 100%;
    margin: 2rem auto;
    text-align: center;
    padding: 1rem;
    border: none;
  }

  .item3-contact img {
    width: 50%;
    height: auto;
    margin-bottom: 1rem;
  }

  .item3-contact p {
    font-size: 0.9rem;
  }

  .form {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    grid-template-columns: 1fr;
  }

  .form input,
  .form textarea {
    width: 100%;
    margin-bottom: 1rem;
  }

  .btn2 {
    width: 100%;
    position: static;
    margin-top: 1rem;
  }
  .icons-header {
    margin: 2rem 0 -2rem 6rem;
  }
  .p-title p {
    font-size: 0.9rem;
  }
  .slide__img .svg {
    height: auto;
    width: 80px;
  }

  /**************************** responsive s-card ***************************************************/
  .frame {
    top: 0;
    display: grid;
    align-items: start;
    justify-items: end;
    grid-template-columns: 50% 50%;
    grid-template-rows: 100%;
    grid-template-areas: "... header";
  }
  .codrops-header {
    grid-area: header;
    padding: 1rem 0.5rem;
    display: block;
  }
  .codrops-header__title {
    padding: 0 0.5rem;
  }
  .codrops-links {
    margin: 0.25rem auto 0 0.25rem;
  }
  .slideshow {
    height: 100vh;
    grid-template-columns: 27% 27% 27%;
    grid-column-gap: 9.5%;
  }
  .slide {
    padding: 10vh 0 7vh;
    flex-direction: column;
    justify-content: space-between;
  }
  .slide__side {
    margin: 0 0 0 -1.85rem;
  }
  .slide__title-wrap {
    margin: 0 0 0 -1.85rem;
  }
  .slide__title,
  .slide__subtitle,
  .slide__side {
    display: block;
  }
  .slide__title {
    font-size: 1.5rem;
    margin: 0 0 0.25rem;
  }
  .slide__subtitle {
    font-weight: normal;
    margin: 0;
    min-height: 50px;
    font-size: 0.8rem;
  }
  .slide__side {
    color: var(--color-text);
    position: relative;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    z-index: 1000;
  }
  .content {
    top: 0;
    height: 100%;
  }
  .content__item {
    padding: calc(10vh + 5rem) 0 7vh;
    width: 50.5%;
    right: 7.5%;
    overflow: visible;
  }
  .content__close {
    left: 42%;
    top: calc(10vh + 1rem);
  }
  .content__number {
    position: absolute;
    bottom: 7vh;
    right: 0;
    font-size: 2rem;
  }
  .content__title {
    font-size: 2rem !important;
  }
  .content__subtitle {
    font-size: 1.15rem;
    margin-bottom: 7.5vh;
  }
  .content__text {
    font-size: 0.95rem;
    column-gap: 2rem;
    max-width: 600px;
  }
}
@media screen and (min-width: 53em) {
  .frame {
    top: 0;
    display: grid;
    align-items: start;
    justify-items: end;
    grid-template-columns: 50% 50%;
    grid-template-rows: 100%;
    grid-template-areas: "... header";
  }
  .codrops-header {
    grid-area: header;
    padding: 1rem 0.5rem;
    display: block;
  }
  .codrops-header__title {
    padding: 0 0.5rem;
  }
  .codrops-links {
    margin: 0.25rem auto 0 0.25rem;
  }
  .slideshow {
    height: 100vh;
    grid-template-columns: 27% 27% 27%;
    grid-column-gap: 9.5%;
  }
  .slide {
    padding: 10vh 0 7vh;
    flex-direction: column;
    justify-content: space-between;
  }
  .slide__side {
    margin: 0 0 0 -1.85rem;
  }
  .slide__title-wrap {
    margin: 0 0 0 -1.85rem;
  }
  .slide__title,
  .slide__subtitle,
  .slide__side {
    display: block;
  }
  .slide__title {
    font-size: 3.25rem;
    margin: 0 0 0.25rem;
  }
  .slide__subtitle {
    font-weight: normal;
    margin: 0;
    min-height: 50px;
  }
  .slide__side {
    color: var(--color-side);
    position: relative;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    z-index: 1000;
  }
  .content {
    top: 0;
    height: 100%;
  }
  .content__item {
    padding: calc(10vh + 5rem) 0 7vh;
    width: 50.5%;
    right: 7.5%;
    overflow: visible;
  }
  .content__close {
    left: 42%;
    top: calc(10vh + 1rem);
  }
  .content__number {
    position: absolute;
    bottom: 7vh;
    right: 0;
    font-size: 2rem;
  }
  .content__title {
    font-size: 2rem !important;
  }
  .content__subtitle {
    font-size: 1.15rem;
    margin-bottom: 7.5vh;
  }
  .content__text {
    font-size: 0.95rem;
    column-gap: 2rem;
    max-width: 600px;
    text-align: justify;
  }
}
