/* CSS Custom Properties */
.highlight {
  color: #e63946;
}

/* Main CSS for Homepage */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #1d3557;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  color: #f1faee;
  transition: all 0.4s ease-in-out;
}

header {
  height: 100vh;
  color: white;
  overflow: hidden;
}

section {
  min-height: 100vh;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 3rem 10rem;
  background-color: #1d3557 !important;
  text-align: center;
  display: grid;
  grid-gap: 1em;
  grid-template-columns: repeat(3, 1fr);
}
section .section-title {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-align: center;
  grid-column-start: span 3;
  font-size: 2em;
}
section .section-title span {
  color: #e63946;
}
section .section-title .section-title-background {
  position: absolute;
  z-index: -1;
  font-size: 3.5em;
  font-weight: 900;
  color: #dbe1e8;
  opacity: 0.05;
  margin-top: -0.15em;
  line-height: 80%;
}
section .section-title .section-title-main {
  transition-duration: 0.2s;
}

/* Controls */
.controls {
  position: fixed;
  top: 30%;
  right: 3%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
}
.controls .active-btn {
  background-color: black !important;
  transition: all 0.4s ease-in-out;
  border: 1px solid white;
}
.controls i {
  color: white;
}

.control {
  padding: 1rem;
  margin: 0.7rem;
  cursor: pointer;
  background-color: #b2becd;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 3px 3px 15px 0px black;
}
.control i {
  display: flex;
  justify-content: center;
  align-items: center;
}

.control-icon {
  font-size: 1.2rem;
  pointer-events: none;
  z-index: 5;
  width: 1.3rem;
  height: 1.3rem;
  padding: 0.5rem;
  margin: 0.2rem;
  color: black;
}

/* Tooltip */
.control:hover .tooltip {
  opacity: 1;
  margin-right: 120px;
  transform: rotate(0deg) scale(1);
  padding: 0.2em 2em 0.2em 0.4em;
  display: block;
}
.control:hover .tooltip-home, .control:hover .tooltip-about {
  margin-right: 90px;
}
.control:hover .tooltip-services {
  margin-right: 105px;
}
.control:hover .tooltip-contact {
  margin-right: 103px;
}
.control .tooltip {
  opacity: 0;
  display: none;
  position: absolute;
  margin-right: 4em;
  display: flex;
  justify-content: right;
  transition: all 0.4s ease-in-out;
  background-color: black;
  padding: 0.2em 2em 0.2em 0.4em;
  z-index: -1;
  border-radius: 50px;
  transform: rotate(-90deg) scale(0.2);
  transform-origin: right;
  pointer-events: none;
}

/* Sections  */
.section-info .divider {
  content: "";
  margin: 5em auto;
  display: flex;
  justify-content: center;
  width: 70%;
  height: 3px;
  background-color: #12181b;
  max-width: 30em;
  opacity: 0.3;
}

.section {
  transform: translateY(-100%) scale(0);
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  padding-bottom: 3em;
}

.sec1 {
  display: none;
  transform: translateY(0) scale(1);
  background-color: #f1faee;
}

.sec2 {
  display: none;
  transform: translateY(0) scale(1);
  background-color: #f1faee;
}
.sec2 .section-info {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  margin-top: 5em;
}
.sec2 .section-info .about-section {
  display: flex;
  flex-direction: row;
  margin-bottom: 5em;
  margin-top: 5em;
}
@media screen and (max-width: 780px) {
  .sec2 .section-info .about-section {
    flex-direction: column;
  }
}
.sec2 .section-info .about-section .triangleDots {
  position: absolute;
  top: 25%;
  right: 0;
  width: 40%;
  z-index: -1;
}
.sec2 .section-info .about-section .about-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2em;
}
@media screen and (max-width: 950px) {
  .sec2 .section-info .about-section .about-text {
    transform: translateY(-10%);
  }
}
.sec2 .section-info .about-section .about-text .about-text-heading {
  text-align: left;
}
.sec2 .section-info .about-section .about-text .about-text-heading h3 {
  padding-left: 1rem;
  padding-right: 10px;
  font-size: calc(12px + 5vmin);
}
.sec2 .section-info .about-section .about-text .about-text-heading h3 span {
  color: #e63946;
}
.sec2 .section-info .about-section .about-text .about-text-par {
  text-align: left;
  background-color: #b2becd;
  padding: 2rem;
  position: relative;
  width: 100%;
  box-shadow: -10px 10px 0px 0px #e63946;
}
.sec2 .section-info .about-section .about-text .about-text-par p {
  color: #1d3557;
  font-weight: bolder;
  z-index: 5;
}
.sec2 .section-info .about-section .about-text .about-text-par p span {
  color: #e63946;
}
.sec2 .section-info .about-section .about-text .about-text-par .about-text-chatbox {
  position: absolute;
  bottom: -10px;
  right: 89px;
  padding: 10px;
}
.sec2 .section-info .about-section .about-text .about-text-par .about-text-chatbox .background {
  content: "";
  position: absolute;
  height: 0rem;
  width: 0rem;
  z-index: 0;
  top: -70px;
  right: -169px;
  border-top: 80px solid #b2becd;
  border-right: 80px solid transparent;
  border-bottom: 80px solid transparent;
  border-left: 80px solid transparent;
  transform: rotate(225deg);
  box-shadow: -6px -6px 0px 5px #e63946;
}
.sec2 .section-info .about-section .about-text .about-text-par .about-text-chatbox .backgroundTwo {
  border-top: 80px solid transparent;
  border-left: 80px solid #1d3557;
  box-shadow: none;
  top: -54px;
  right: -186px;
  top: -75px;
  right: -169px;
  transform: rotate(225deg) scale(1.2);
}
.sec2 .section-info .about-section .about-text .about-text-par .about-text-chatbox img {
  height: 6rem;
  z-index: 2;
  position: absolute;
}
.sec2 .section-info .about-section .about-img {
  width: 100%;
  text-align-last: left;
  position: relative;
  display: flex;
  flex-direction: column;
}
.sec2 .section-info .about-section .about-img div {
  width: 100%;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
}
.sec2 .section-info .about-section .about-img div img {
  max-height: 500px;
  min-height: 500px;
  flex-shrink: 0;
  width: 100%;
  object-fit: cover;
  z-index: 10;
  box-shadow: 10px 10px 0px 0px #e63946;
}
.sec2 .section-info .about-section .about-img div .about-mobile-background {
  height: 0rem;
}
@media screen and (max-width: 780px) {
  .sec2 .section-info .about-section .about-img div .about-mobile-background {
    content: "";
    height: 9rem;
    width: 100%;
    z-index: 0;
    box-shadow: 5px -5px -1px 5px #e63946;
    margin-top: -3rem;
  }
}
.sec2 .section-info .about-section-2 {
  flex-direction: row-reverse;
  margin-top: 8em;
}
@media screen and (max-width: 780px) {
  .sec2 .section-info .about-section-2 {
    flex-direction: column;
  }
}
.sec2 .section-info .about-section-2 .about-sec2-text .about-sec2-text-par {
  box-shadow: 10px 10px 0px 0px #e63946;
}
.sec2 .section-info .about-section-2 .about-sec2-text .about-sec2-text-par .about-sec2-text-chatbox {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateY(-1px);
}
.sec2 .section-info .about-section-2 .about-sec2-text .about-sec2-text-par .about-sec2-text-chatbox img {
  transform: rotate(270deg);
  left: 60px;
  top: 50px;
}
.sec2 .section-info .about-section-2 .about-sec2-text .about-sec2-text-par .about-sec2-text-chatbox .background-sec2 {
  content: "";
  position: absolute;
  height: 0rem;
  width: 0rem;
  z-index: 0;
  top: -38px;
  left: -23px;
  right: 0px;
  border-top: 80px solid #b2becd;
  border-right: 80px solid transparent;
  border-bottom: 80px solid transparent;
  border-left: 80px solid transparent;
  transform: rotate(135deg);
  box-shadow: 6px -6px 0px 5px #e63946;
}
.sec2 .section-info .about-section-2 .about-sec2-text .about-sec2-text-par .about-sec2-text-chatbox .backgroundTwo-sec2 {
  border-top: 80px solid transparent;
  border-left: 80px solid transparent;
  top: -54px;
  right: -186px;
  top: -63px;
  right: 0px;
  left: -25px;
  transform: rotate(135deg) scale(1.2);
  box-shadow: 6px 6px 0px 5px #1d3557;
}
.sec2 .section-info .about-section-2 .about-sec2-text .about-sec2-text-par .about-sec2-text-chatbox .backgroundThree-sec2 {
  content: "";
  height: 120px;
  width: 50px;
  left: 7px;
  bottom: -70px;
  position: absolute;
  background-color: #1d3557;
}
.sec2 .section-info .about-section-2 .about-sec2-img div .about-sec2-mobile-background {
  box-shadow: 0px 0px 0px 0px #e63946;
}
@media screen and (max-width: 780px) {
  .sec2 .section-info .about-section-2 .about-sec2-img div .about-sec2-mobile-background {
    box-shadow: -8px 5px 0px 5px #1d3557;
  }
}
.sec2 .section-info .about-section-2 .about-sec2-img div img {
  box-shadow: -10px 10px 0px 0px #e63946;
}
.sec2 .section-info .about-section-3 {
  margin: 0 auto;
  margin-top: 6em;
  display: flex;
  justify-content: center;
}
.sec2 .section-info .about-section-3 .about-section-3-text-container {
  padding: 3rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  background-color: #b2becd;
}
.sec2 .section-info .about-section-3 .about-section-3-text-container p {
  color: #1d3557;
  font-weight: bolder;
}
.sec2 .section-info .about-section-3 .about-section-3-text-container p span {
  color: #e63946;
}

.section-info .divider {
  content: "";
  margin: 5em auto;
  display: flex;
  justify-content: center;
  width: 70%;
  height: 3px;
  background-color: #12181b;
  max-width: 30em;
  opacity: 0.3;
}

.sec3 {
  display: none;
  transform: translateY(0) scale(1);
  background-color: #f1faee;
}
.sec3 .section-info {
  margin: 0 auto;
  max-width: 900px;
}
.sec3 .section-info .service-section {
  margin-bottom: 5em;
  margin-top: 7em;
}
.sec3 .section-info .services-section-1 {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  margin-top: 6rem;
}
@media screen and (max-width: 1000px) {
  .sec3 .section-info .services-section-1 {
    flex-direction: column;
  }
}
.sec3 .section-info .services-section-1 .services-section-1-text {
  width: 100%;
}
.sec3 .section-info .services-section-1 .services-section-1-text h3 {
  font-size: calc(12px + 5vmin);
  text-align: left;
}
.sec3 .section-info .services-section-1 .services-section-1-text h3 span {
  color: #e63946;
}
.sec3 .section-info .services-section-1 .services-section-1-svg {
  width: 100%;
  position: relative;
  height: 100%;
  min-height: 400px;
}
.sec3 .section-info .services-section-1 .services-section-1-svg img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 2rem;
}
.sec3 .section-info .services-section-1 .services-section-1-svg .servicesPage-phone {
  transition: 1s;
  transform: translateY(-50px);
}
.sec3 .section-info .services-section-2 .servicesContainer {
  min-height: 400px;
}
.sec3 .section-info .services-section-2 .servicesContainer .serviceContainer {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  justify-content: center;
  margin-bottom: 2rem;
}
.sec3 .section-info .services-section-2 .servicesContainer .serviceContainer:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .sec3 .section-info .services-section-2 .servicesContainer .serviceContainer {
    flex-direction: column;
  }
  .sec3 .section-info .services-section-2 .servicesContainer .serviceContainer:nth-child(even) {
    flex-direction: column;
  }
}
.sec3 .section-info .services-section-2 .servicesContainer .serviceContainer .iconContainer {
  width: 100%;
}
.sec3 .section-info .services-section-2 .servicesContainer .serviceContainer .iconContainer img {
  width: 100%;
}
.sec3 .section-info .services-section-2 .servicesContainer .serviceContainer .textContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-self: center;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .sec3 .section-info .services-section-2 .servicesContainer .serviceContainer .textContainer {
    text-align: center;
  }
}
.sec3 .section-info .services-section-2 .servicesContainer .serviceContainer .textContainer h3 {
  font-size: calc(12px + 3vmin);
}
.sec3 .section-info .services-section-2 .servicesContainer .serviceContainer .textContainer h3 span {
  color: #e63946;
}

.sec4 {
  display: none;
  transform: translateY(0) scale(1);
  background-color: #f1faee;
  padding-bottom: 8rem;
}
@media (min-width: 48em) {
  .sec4 {
    padding-bottom: 4rem;
  }
}
.sec4 .section-desc {
  margin: 1rem auto;
  padding: 0.5rem;
  max-width: 30em;
}
@media (min-width: 48em) {
  .sec4 .section-desc {
    font-size: 2rem;
  }
}
.sec4 .gallery-wrapper {
  display: grid;
  place-content: center;
  grid-template-columns: 1fr;
}
.sec4 .gallery-wrapper .gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-top: 2rem;
  margin-bottom: 5rem;
  padding: 0 1.5rem;
  width: 100vw;
}
@media (min-width: 48em) {
  .sec4 .gallery-wrapper .gallery {
    grid-template-columns: 1fr 1fr;
  }
}
.sec4 .gallery-wrapper .gallery .gallery-item {
  border: 1px solid #f1faee;
  border-radius: 1rem;
  display: grid;
  place-content: center;
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
}
.sec4 .gallery-wrapper .gallery .gallery-item a {
  text-decoration: none;
  color: white;
  font-size: 1.75rem;
  font-weight: bold;
}
.sec4 .gallery-wrapper .gallery .gallery-item:hover {
  box-shadow: 0 0 12px #1d3557, 0 0 16px rgba(255, 255, 255, 0.8);
}
.sec4 .gallery-wrapper .gallery .gallery-item:hover img {
  scale: 1.05;
  opacity: 1;
}
.sec4 .gallery-wrapper .gallery .gallery-item:hover .gallery-item-title {
  opacity: 1;
  transform: translateY(0);
}
.sec4 .gallery-wrapper .gallery .gallery-item img {
  max-width: 100%;
  height: auto;
  scale: 1;
  transition: all 0.4s ease-in-out;
  opacity: 0.8;
}
.sec4 .gallery-wrapper .gallery .gallery-item .gallery-item-title {
  position: absolute;
  bottom: 2.5%;
  left: 2%;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  font-size: 1.5rem;
  text-shadow: 0 0 8px black;
}
@media (max-width: 48em) {
  .sec4 .gallery-wrapper .gallery .gallery-item .gallery-item-title {
    opacity: 1;
    transform: translate(0);
    font-size: 1rem;
  }
}
.sec4 .gallery-wrapper .gallery .gi-4 {
  background-color: black;
}
.sec4 .gallery-wrapper .gallery .gi-5 {
  background-color: white;
}
.sec4 .gallery-wrapper .gallery .gi-6 {
  background-color: rgba(0, 0, 0, 0.5);
}
.sec4 .cta {
  margin-top: 1.8em;
  margin-inline: auto;
  width: 15em;
  border: 1px solid #e63946;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.sec4 .cta .cta-btn {
  display: flex;
  justify-content: space-between;
  font-size: larger;
  text-decoration: none;
}
.sec4 .cta .cta-txt {
  padding: 0.3em 0.3em;
  margin-left: 1em;
  font-weight: bolder;
  color: #e63946;
  transition: all 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec4 .cta .cta-txt .arrow {
  opacity: 0;
  color: black;
  margin-left: 0em;
  transition: all 0.4s ease-in-out;
}
.sec4 .cta .cta-icon {
  font-size: 1.4rem;
  border: 1px solid #e63946;
  border-radius: 50%;
  padding: 0.5em 0.6em;
  background-color: #e63946;
  color: black;
  transition: all 0.4s ease-in-out;
  transform: rotate(0deg) scale(1.03);
}
.sec4 .cta:hover {
  background-color: #e63946;
  padding-left: 0.2em;
}
.sec4 .cta:hover .cta-txt {
  color: black;
}
.sec4 .cta:hover .cta-icon {
  background-color: black;
  color: #e63946;
  transform: rotate(1080deg) scale(1.03);
}
.sec4 .cta:hover .arrow {
  opacity: 1;
  margin-left: 0.8em;
}

.sec5 {
  display: none;
  transform: translateY(0) scale(1);
  background-color: #f1faee;
}

.active {
  display: block;
  animation: scaleAnim 1s ease-in-out;
}
@keyframes scaleAnim {
  0% {
    transform: translateY(-100%) scaleY(0);
  }
  100% {
    transform: translateY(0) scaleY(1);
  }
}

.header-content {
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-items: center;
  background-color: #1d3557;
}
.header-content .left-header {
  position: relative;
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
}
.header-content .left-header .h-shape {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #e63946;
  height: 100%;
  width: 65%;
  clip-path: polygon(0 0, 46% 0, 79% 100%, 0% 100%);
}
.header-content .left-header .image {
  position: relative;
  height: 100vh;
  width: 100%;
  z-index: 5;
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin-left: 3em;
  overflow: hidden;
  align-items: center;
}
.header-content .left-header .image .imageEl {
  height: 80%;
  width: 75%;
  object-fit: cover;
  box-shadow: 3px 3px 15px 0px black;
}
.header-content .left-header .image .imageEl:hover {
  filter: grayscale(0);
  box-shadow: 3px 3px 15px 0px black;
}
@media screen and (max-width: 650px) {
  .header-content .left-header .image .imageEl {
    opacity: 0;
  }
}
.header-content .right-header {
  width: 100%;
  min-width: 37em;
  padding-right: 13em;
  padding-left: 2em;
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
}
.header-content .right-header .services {
  width: 100%;
  display: flex;
  align-items: center;
}
.header-content .right-header img {
  height: 10em;
  width: 10em;
}
.header-content .right-header h1 {
  font-size: 4rem;
  font-weight: 700;
  display: block;
}
.header-content .right-header h2 {
  font-size: 2.5rem;
  font-weight: 400;
}
.header-content .right-header .txt {
  border-right: 0.1em solid #e63946;
}
.header-content .right-header span {
  color: #e63946;
}
.header-content .right-header .sub-title-highlighted-text {
  font-weight: bolder;
}
.header-content .right-header p {
  margin-top: 2em;
  font-size: 1.3rem;
  font-weight: 400;
}
.header-content .right-header .cta {
  margin-top: 2.8em;
  width: 15em;
  border: 1px solid #e63946;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.header-content .right-header .cta .cta-btn {
  display: flex;
  justify-content: space-between;
  font-size: larger;
  text-decoration: none;
}
.header-content .right-header .cta .cta-txt {
  padding: 0.3em 0.3em;
  margin-left: 1em;
  font-weight: bolder;
  color: #e63946;
  transition: all 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-content .right-header .cta .cta-txt .arrow {
  opacity: 0;
  color: black;
  margin-left: 0em;
  transition: all 0.4s ease-in-out;
}
.header-content .right-header .cta .cta-icon {
  font-size: 1.4rem;
  border: 1px solid #e63946;
  border-radius: 50%;
  padding: 0.5em 0.6em;
  background-color: #e63946;
  color: black;
  transition: all 0.4s ease-in-out;
  transform: rotate(0deg) scale(1.03);
}
.header-content .right-header .cta:hover {
  background-color: #e63946;
  padding-left: 0.2em;
}
.header-content .right-header .cta:hover .cta-txt {
  color: black;
}
.header-content .right-header .cta:hover .cta-icon {
  background-color: black;
  color: #e63946;
  transform: rotate(1080deg) scale(1.03);
}
.header-content .right-header .cta:hover .arrow {
  opacity: 1;
  margin-left: 0.8em;
}

/* Contact section */
.contact {
  font-size: calc(15px + 0.390625vw);
  padding: 0 1rem;
  padding-bottom: 3rem;
  margin: auto;
}
.contact.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .contact-container {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  padding: 0 2rem;
}
@media (min-width: 48em) {
  .contact .contact-container {
    grid-template-columns: 49% 49%;
    gap: 1rem;
    justify-items: center;
    align-items: start;
  }
}
.contact .contact-container .section-title {
  grid-column: 1/-1;
  font-size: 2.5rem;
  margin-top: 2rem;
}
.contact .contact-container .contact-header {
  grid-column: 1/-1;
  margin: 1.5rem;
  font-size: 1.2rem;
  max-width: 40rem;
}
.contact .contact-container .contact-header a {
  text-decoration: none;
}
.contact .contact-container .contact-text {
  margin: 1.5rem auto 4rem;
  background-color: #b2becd;
  color: #1d3557;
  box-shadow: calc(-10px - 0.390625vw) calc(10px + 0.390625vw) #e63946;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: max(390px, clamp(15em, 45vw, 50vw));
  width: clamp(15em, 45vw, 50vw);
  margin: 1em;
  padding: 1em;
  z-index: 5;
  font-size: 1.5rem;
}
@media (min-width: 48em) {
  .contact .contact-container .contact-text {
    max-width: 100%;
    padding: 2rem;
  }
}
.contact .contact-container .contact-text .triangle {
  position: absolute;
  color: white;
  right: 0;
  bottom: 1px;
  translate: 50% 50%;
  border-color: transparent;
  border-bottom-color: #b2becd;
  border-width: calc(clamp(15em, 45vw, 50vw) / 6);
  border-style: solid;
  rotate: 45deg;
  z-index: 1;
  filter: drop-shadow(8px 8px #e63946);
}
.contact .contact-container .contact-text .dots {
  position: absolute;
  background-image: url(/triangleDots.699c8879.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
  right: calc(clamp(15em, 45vw, 50vw) / 50);
  bottom: calc(clamp(15em, 45vw, 50vw) / -50);
  width: calc(clamp(15em, 45vw, 50vw) / 6);
  height: calc(clamp(15em, 45vw, 50vw) / 6);
  translate: 0 100%;
}
.contact .contact-container .contact-text .social-p {
  position: absolute;
  bottom: -1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  translate: -15% 100%;
  color: #f8f8f8;
}
@media (min-width: 36em) {
  .contact .contact-container .contact-text .social-p {
    translate: -20% 100%;
  }
}
.contact .contact-container .contact-text .icon-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  color: white;
  right: 6%;
  z-index: 1000;
  bottom: -5%;
  rotate: 45deg;
  translate: 25% 125%;
  width: calc(clamp(15em, 45vw, 50vw) / 4);
  height: calc(clamp(15em, 45vw, 50vw) / 4);
}
.contact .contact-container .contact-text .icon-container i {
  margin-top: 1rem;
  rotate: -45deg;
  cursor: pointer;
  font-size: calc(15px + 0.390625vw);
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
}
.contact .contact-container .contact-text .icon-container i:hover {
  color: #e63946;
  outline: 1px solid #e63946;
  outline-offset: 0.5rem;
}
.contact .contact-container #contact-form {
  /* reset */
  /* border, padding, margin, width */
  position: relative;
  width: 90%;
  margin: calc(clamp(15em, 45vw, 50vw) / 3 + 2rem) 0 3rem 0;
  background-color: #b2becd;
  padding: 1rem;
}
.contact .contact-container #contact-form form input,
.contact .contact-container #contact-form form select,
.contact .contact-container #contact-form form textarea,
.contact .contact-container #contact-form form fieldset,
.contact .contact-container #contact-form form optgroup,
.contact .contact-container #contact-form form label,
.contact .contact-container #contact-form .StripeElement {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  border: none;
  border-radius: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.contact .contact-container #contact-form form label,
.contact .contact-container #contact-form form legend {
  font-size: 0.825rem;
  margin-bottom: 0.5rem;
}
.contact .contact-container #contact-form form input,
.contact .contact-container #contact-form form select,
.contact .contact-container #contact-form form textarea,
.contact .contact-container #contact-form .StripeElement {
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.75em 1rem;
  margin-bottom: 1.5rem;
}
.contact .contact-container #contact-form form input:focus,
.contact .contact-container #contact-form form select:focus,
.contact .contact-container #contact-form form textarea:focus,
.contact .contact-container #contact-form .StripeElement:focus {
  background-color: white;
  outline-style: solid;
  outline-width: thin;
  outline-color: gray;
  outline-offset: -1px;
}
.contact .contact-container #contact-form form [type=text],
.contact .contact-container #contact-form form [type=email],
.contact .contact-container #contact-form .StripeElement {
  width: 100%;
}
.contact .contact-container #contact-form form [type=button],
.contact .contact-container #contact-form form [type=submit],
.contact .contact-container #contact-form form [type=reset] {
  width: auto;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
.contact .contact-container #contact-form form [type=button]:focus,
.contact .contact-container #contact-form form [type=submit]:focus,
.contact .contact-container #contact-form form [type=reset]:focus {
  outline: none;
}
.contact .contact-container #contact-form form select {
  text-transform: none;
}
@media (min-width: 48em) {
  .contact .contact-container #contact-form {
    margin: 1rem auto 1rem 1rem;
  }
}
.contact .contact-container #contact-form::after {
  position: absolute;
  content: "";
  inset: 0;
  translate: calc(10px + 0.390625vw) calc(10px + 0.390625vw);
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #e63946;
}
.contact .contact-container #contact-form fieldset legend {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #454e56;
}
.contact .contact-container #contact-form ul {
  list-style: none;
}
.contact .contact-container #contact-form ul label {
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
}
.contact .contact-container #contact-form ul input,
.contact .contact-container #contact-form ul textarea {
  width: 90%;
}
.contact .contact-container #contact-form ul textarea {
  min-height: 10rem;
  resize: none;
}
.contact .contact-container #contact-form ul textarea,
.contact .contact-container #contact-form ul input {
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
}
.contact .contact-container #contact-form ul li + li {
  margin-top: 1em;
}
.contact .contact-container #contact-form ul input:focus-visible,
.contact .contact-container #contact-form ul textarea:focus-visible {
  outline: 2px solid #e63946;
}
.contact .contact-container #contact-form ul .btn {
  font-size: larger;
}
.contact .contact-container #contact-form ul .btn button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem auto;
  width: min(80%, 300px);
  padding: 0.5rem 1rem;
  background-color: #1d3557;
  border: 2px solid #e63946;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
}
.contact .contact-container #contact-form ul .btn button:hover {
  background-color: #e63946;
  border: 2px solid #000;
}
.contact .contact-container #contact-form ul .btn button:hover .cta-text {
  color: #000;
}
.contact .contact-container #contact-form ul .btn button:hover .arrow {
  transform: translateX(0);
  opacity: 1;
}
.contact .contact-container #contact-form ul .btn button:hover .cta-icon {
  transform: rotate(1440deg);
  background-color: #000;
  color: white;
}
.contact .contact-container #contact-form ul .btn button .cta-text {
  padding: 0.3em 0.3em;
  font-weight: bolder;
  color: #e63946;
  transition: all 0.4s ease-in-out;
  z-index: 10;
}
.contact .contact-container #contact-form ul .btn button .arrow {
  transition: all 0.4s ease-in-out;
  display: inline-block;
  font-size: 2rem;
  transform: translateX(-100%);
  color: black;
  z-index: 0;
  opacity: 0;
}
.contact .contact-container #contact-form ul .btn button .cta-icon {
  font-size: 1.4rem;
  border: 1px solid #e63946;
  border-radius: 50%;
  padding: 0.4em 0.6em;
  background-color: #e63946;
  color: black;
  transition: all 0.4s ease-in-out;
}

/* Submit Btn */
.main-contact-con .contact-right .cta {
  margin-top: 2.8em;
  width: 15em;
  border: 1px solid #e63946;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  margin-left: 0.5em;
}
.main-contact-con .contact-right .cta .cta-btn {
  display: flex;
  justify-content: space-between;
  font-size: larger;
  text-decoration: none;
}
.main-contact-con .contact-right .cta .cta-txt {
  padding: 0.3em 0.3em;
  margin-left: 1em;
  font-weight: bolder;
  color: #e63946;
  transition: all 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-contact-con .contact-right .cta .cta-txt .arrow {
  opacity: 0;
  color: black;
  margin-left: 0em;
  transition: all 0.4s ease-in-out;
}
.main-contact-con .contact-right .cta .cta-icon {
  font-size: 1.4rem;
  border: 1px solid #e63946;
  border-radius: 50%;
  padding: 0.4em 0.6em;
  background-color: #e63946;
  color: black;
  transition: all 0.4s ease-in-out;
}
.main-contact-con .contact-right .cta:hover {
  background-color: #e63946;
  padding-left: 0.2em;
}
.main-contact-con .contact-right .cta:hover .cta-txt {
  color: black;
}
.main-contact-con .contact-right .cta:hover .cta-icon {
  background-color: black;
  color: #e63946;
  transform: rotate(1080deg);
}
.main-contact-con .contact-right .cta:hover .arrow {
  opacity: 1;
  margin-left: 0.8em;
}

/* Mobile View Start */
@media only screen and (max-width: 650px) {
  /* Header section */
  .header-content {
    align-items: flex-start;
    justify-items: flex-start;
  }
  .header-content .right-header {
    max-width: 29em;
    padding-left: 0em;
    padding-top: 0.5em;
    min-width: 30em;
  }
  .header-content .right-header h1 {
    font-size: 3rem;
  }
  .header-content .right-header .sub-title {
    font-size: 1.7em;
  }
  .header-content .right-header .header-about {
    font-size: 1.5rem;
  }
  .header-content .right-header p {
    margin-top: 1rem;
  }
  .control {
    margin: 0.5rem;
  }
  .control:hover .tooltip {
    opacity: 0;
  }
  .controls {
    top: 93%;
    right: 40%;
    flex-direction: row;
    justify-content: center;
  }
  .control-nav {
    display: flex;
    flex-direction: row;
  }
  .right-header .services .logo {
    height: 6.5em;
    width: 6.5em;
    margin-left: -0.3em;
  }
  /* About us page - sec2 */
  section {
    padding: 3rem 4rem;
  }
  .sec2 .section-info .grid-container {
    display: block;
  }
  /* contact us page for mobile */
  .main-contact-con {
    display: block;
    margin-bottom: 5em;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 3rem 1rem;
    flex: 2;
  }
  .contact-left-header {
    font-size: 3rem;
    margin-top: 1rem;
    text-transform: uppercase;
  }
  .contact-left-text {
    margin: 1rem 0;
    line-height: 2rem;
  }
  .contact-right {
    display: flex;
    flex: 3;
    margin-left: 3rem;
    margin-top: 3rem;
  }
  .input-control {
    margin: 1.5rem 0;
  }
  .input-control textarea,
.input-control input {
    border-radius: 30px;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    padding: 1.1rem 1.1rem;
    margin: 0.1rem 0.3rem;
    border: 1px solid #1d3557;
    background-color: #6c7983;
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    resize: none;
  }
  .input-control textarea:hover,
.input-control input:hover {
    outline: 1px solid #e63946;
    transition: border 0.4s ease-in-out;
  }
  .input-control textarea::before,
.input-control input::after {
    position: absolute;
    background: #eee;
    z-index: -1;
    transition: 1s;
    content: "";
  }
  .input-control-2 {
    display: flex;
  }
  .input-control-2 :last-child {
    margin-left: 1.5rem;
  }
  .contact-form ::placeholder {
    color: #b2becd;
    opacity: 0.9;
  }
  /* ***Independant Components*** */
  /* Submit Btn */
  #submit-btn {
    border: 1px solid #e63946;
    padding: 0.5rem 1.5rem;
    border-radius: 30px;
    width: 40%;
    position: relative;
    left: 60%;
    color: #dbe1e8;
  }
  #submit-btn:hover {
    cursor: pointer;
    background-color: #e63946;
    transition: all 0.4s ease-in-out;
  }
  #submit-btn .btn-text:hover {
    margin-left: 0.3rem;
    transition: all 0.4s ease-in-out;
  }
  #submit-btn .btn-icon:hover {
    --fa-bounce-start-scale-x: 1;
  }
  .main-btn {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .main-btn .contact-right {
    margin-left: 0rem;
  }
}

/*# sourceMappingURL=/main.77bb5cfd.css.map */