/*
Primary Color:  #f35702
Secondary Color: #25181b
Tertiary Color: #8f1007

*/

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

html,
body {
  background-color: #fff;
  color: #555;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

li {
  list-style: none;
}

section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
  visibility: hidden;
}

h1,
h2,
h3,
h4 {
  font-weight: 500;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #fff;
  font-size: 5rem;
  word-spacing: 4px;
  letter-spacing: 1px;
}

header h2 {
  font-size: 1.5rem;
  word-spacing: 2px;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

h2 {
  font-size: 42px;
  color: #25181b;
  font-weight: 500;
  text-align: center;
}

h3,
h4 {
  font-size: 150%;
  margin-bottom: 50px;
  line-height: 1;
}

h3:after {
  display: block;
  height: 2px;
  background-color: #f35702;
  content: " ";
  width: 100px;
  margin: 0 auto;
  margin-top: 30px;
}

p {
  line-height: 1.2;
}

a,
label {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  text-decoration: none;
  background-color: transparent;
}

a:focus,
a:active,
label:focus,
label:active {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  text-decoration: none;
  background-color: transparent;
}

.form-group label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/******  HEADER ******/

header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgb(37, 19, 9, 85%)),
      to(rgb(7, 0, 15, 85%))
    ),
    url("/resources/css/img/1.avif");
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  height: 100vh;
  background-attachment: scroll;
}

header .btn:link,
header .btn:visited {
  text-decoration: none;
  padding: 24px 50px;
  border-radius: 200px;
  display: inline-block;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 400;
}

header .btn:hover,
header .btn:active {
  text-decoration: none;
  padding: 24px 50px;
  border-radius: 200px;
  display: inline-block;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 400;
  background: linear-gradient(rgb(225, 106, 40), rgb(129, 1, 1));
  background: linear-gradient(rgb(225, 93, 20), rgb(88, 8, 8));
  box-shadow: inset 0px -4px 13px 4px rgb(73 5 29 / 87%);
}

.header-box {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.header-text-box {
  margin-bottom: 2rem;
}

header h1 {
  font-weight: 900;
}

header h2 {
  font-weight: 700;
}

.btn:link,
.btn:visited,
input[type="submit"] {
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 200px;
  display: inline-block;
}

.btn-full:link,
.btn-full:visited,
input[type="submit"] {
  background-color: #e12878;
  color: white;
  background: linear-gradient(rgb(225, 106, 40), rgb(129, 1, 1));
  box-shadow: inset 0px -4px 13px 4px rgb(73 5 29 / 87%);
  border: 1px solid rgb(87, 38, 0);
  border-top: 1px solid rgb(166, 60, 11);
  border-bottom: 1px solid rgb(76, 24, 0);
  padding: 12.2px 32px;
  transition: transform 0.2s ease-in-out;
}

.btn-full:hover,
.btn-full:active,
input[type="submit"]:hover,
input[type="submit"]:active {
  background: linear-gradient(rgb(225, 93, 20), rgb(88, 8, 8));
  box-shadow: inset 0px -4px 13px 4px rgb(73 5 29 / 87%);
  padding: 12.2px 32px;
  box-shadow: inset 0px -4px 13px 4px rgb(73 5 29 / 87%);
  transform: translateY(-0.15em);
}

/****** NAVBAR ******/

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  backdrop-filter: blur(10px);
}

.nav-row img {
  margin-left: 2rem;
}

.nav-row ul {
  margin-right: 2rem;
}

/*---Sticky Navigation---*/
.sticky {
  position: fixed;
  background-color: rgb(0 0 0 / 60%);
  -webkit-box-shadow: 0px 2px 2px 0px #000000;
  box-shadow: 0px 2px 2px 0px #25181b;

  z-index: 9999;
}

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
  color: #e2e2e2;
}

.logo {
  height: 80px;
  margin: 1rem 0 1rem;
}

/* Hamburger Icon */
.hamburger {
  position: absolute;
  right: 2rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 24px;
  gap: 4px;
  z-index: 110;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

/* Rotate spans to create 'X' when menu is open */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Slide-in Navigation */
.main-nav {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0);
  flex-direction: column;
  height: 100vh;
  width: 25vw;
  z-index: 100;
  transform: translateX(120%);
  transition: transform 0.3s ease;
}

.main-nav.active {
  transform: translateX(20%);
}

.main-nav ul {
  list-style: none;
  padding: 0;
}

.main-nav li {
  margin-bottom: 2rem;
  margin-left: 1.5rem;
  text-transform: uppercase;
}

.main-nav li a {
  text-decoration: none;
  color: white;
  font-weight: 400;
  transition: border-bottom 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active {
  border-bottom: 2px solid #f35702;
}

/******  ABOUT ******/

.btn-ghost:link,
.btn-ghost:visited {
  border: 2px solid #c81561;
  color: #c81561;
  border: 4px solid #f35702;
  color: #f35702;
  font-weight: 700;
}

.btn-ghost:hover,
.btn-ghost:active {
  color: #fff;
  background: linear-gradient(rgb(225, 106, 40), rgb(129, 1, 1));
  border: 1px solid rgb(87, 38, 0);
  border-top: 1px solid rgb(166, 60, 11);
  border-bottom: 1px solid rgb(76, 24, 0);
  box-shadow: inset 0px -4px 13px 4px rgb(73 5 29 / 87%);
  padding: 12.2px 32px;
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-box {
  display: flex;
  width: 70%;
  align-items: center;
  justify-content: center;
}

.about-text-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
  margin-right: 15%;
}

.about-heading {
  text-align: left;
}

.about-laptop {
  display: contents;
}

.laptop-screen {
  width: 30%;
  border-radius: 20px;
}

/******  DEFINE US ******/

.section-define {
  background-color: #f4f4f4;
}

.row-define {
  max-width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.section-define::after {
  content: "";
  display: table;
  clear: both;
}

.define-heading {
  color: #25181b;
  font-weight: 500;
  margin-bottom: 50px;
  text-align: center;
}

.justify-content {
  display: flex;
  align-items: stretch;
  float: none;
  margin: 0;
  justify-content: space-evenly;
}

.what-defines-us {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.define-us {
  display: block;
  height: 2px;
  content: " ";
  width: 350px;
  font-size: 150%;
  margin-bottom: 80px;
}

.define-us:after {
  display: block;
  height: 2px;
  background-color: #f35702;
  content: " ";
  width: 340px;
  margin-top: 10px;
  padding: 10px;
}

.define-para {
  max-width: 400px;
  margin-bottom: 30px;
}

.define-img {
  width: 300px;
  border-radius: 40px;
  margin-right: 10%;
  border-radius: 40px;
}

.define-img-right {
  width: 300px;
  border-radius: 40px;
  margin-left: 10%;
  border-radius: 40px;
}

.define-box:first-child {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.thank-you-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin: 50px 0;
}

.thank-you {
  display: flex;
  width: 500px;
  height: 100px;
  background-color: #e12878;
  background: linear-gradient(rgb(225 40 120), rgb(129 1 49));
  box-shadow: inset 0px -4px 13px 4px rgb(73 5 29 / 87%);
  border: 1px solid rgb(97 0 38);
  border-bottom: 1px solid rgb(57 0 22);
  transition: transform 0.2s ease-in-out;
  background-size: cover;
  font-size: 150%;
  color: white;
  font-weight: 700;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

.thank-you:hover {
  transform: translateY(2px);
}

/****** GALLERY ******/

.section-work {
  background-color: #fff;
  text-align: center;
  margin: 0 50px;
}

.work-showcase {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: center;
}

.work-showcase li {
  display: block;
  float: left;
  width: 25%;
  margin: 30px 50px;
}

.work-para {
  padding: 10px 0;
  text-align: center;
}

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

.photo {
  max-width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 20px;
}

.photo img {
  max-width: 100%;
  height: 200px;
}

.work-photo {
  overflow: hidden;
  border-radius: 20px;
  padding: 10px;
}

.work-photo img {
  opacity: 1;
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 30px;
  padding: 10px;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.work-photo img:hover {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/******  GALLERY ******/

.gallery-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery {
  max-width: 400px;
  font-size: 1.2rem;
  text-align: center;
  margin: 30px 0;
}

.gallery-bottom {
  font-size: 1.1rem;
}

.gallery-box {
  display: flex;
  margin: 40px 0;
  padding: 0 30px;
  text-align: center;
  max-width: 50%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-gallery {
  background-color: #f4f4f4;
}

.gallery-h3 {
  max-width: 800px;
}

/***** SERVICES *****/

.services-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.service-heading {
  margin-bottom: 50px;
}

.section-services {
  text-align: center;
  padding: 80px 40px 40px;
  gap: 2rem;
}

.service-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  flex: 1;
  margin: 0 1%;
}

.service-card p {
  height: 5rem;
}

.service-para-heading {
  color: #f35702;
  margin-bottom: 0;
}

.service-read-more {
  align-self: center;

  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  border: 2px solid #f35702;
  color: #fff;
  background: linear-gradient(rgb(225, 106, 40), rgb(129, 1, 1));
  border: 1px solid rgb(87, 38, 0);
  border-top: 1px solid rgb(166, 60, 11);
  border-bottom: 1px solid rgb(76, 24, 0);
  box-shadow: inset 0px -4px 13px 4px rgb(73 5 29 / 87%);
  padding: 12.21px 32px;
  border-radius: 200px;
  background: linear-gradient(#f35702, rgb(225, 106, 40));
}

.service-read-more:hover {
  align-self: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  border: 2px solid #f35702;
  color: #f35702;
  border: 4px solid #f35702;
  color: #f35702;
  font-weight: 700;
  background-color: white;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 200px;
  background: none;
  box-shadow: none;
}

.icon-big {
  font-size: 250%;
  display: block;
  color: #5e1ea6;
  margin-bottom: 40px;
}

.icon-pic {
  display: flex;
  align-self: center;
  width: 110px;
  height: 110px;
  margin-bottom: 10px;
  border-radius: 100%;
  border: 4px solid orange;
  justify-content: center;
  align-items: center;
}

.icon-pic img {
  width: 100px;
}

.brand-logo-photo {
  width: 65%;
  height: auto;
}

.section-partners {
  background-color: #fff;
  text-align: center;
  padding: 0 12% 5%;
}

.card-container {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 58.4%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55vw;
  height: auto;
  backdrop-filter: blur(10px);
  z-index: 9999;
  background-color: rgb(240 125 0);
  padding: 20px;
  border-radius: 40px;
  box-shadow: 4px 4px 10px 0px rgb(0, 0, 0, 85%);
  overflow: auto;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9998;
  display: none;
  backdrop-filter: blur(10px);
}

.card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: white;
  font-size: 1rem;
  background-color: rgb(30, 18, 22);
  padding: 40px;
  padding-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 72%);
  border-radius: 30px;
  box-shadow: 4px 4px 10px 4px rgb(109, 61, 0, 84%);
  text-align: left;
  z-index: 9999;
}

.card p {
  line-height: 1.5rem;
}

.close-button {
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(rgb(225, 106, 40), rgb(129, 1, 1));
  border: 1px solid rgb(87, 38, 0);
  border-bottom: 1px solid rgb(76, 24, 0);
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 200px;
  align-self: center;
}

/***** Testimonials *****/

.section-testimonials {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url("/resources/css/img/testimonials.avif");
  background-size: cover;
  color: #fff;
  background-attachment: fixed;
  padding: 0;
  background-position: 50% 50%;
}

.overlay-testimonials {
  backdrop-filter: blur(10px);
  padding: 80px 0;
}

.testimonial-box {
  text-align: left;
  display: flex;
  text-align: left;
  justify-content: center;
  align-items: center;
}

h2.testimonials-heading {
  color: #fff;
}

blockquote {
  display: flex;
  padding: 2%;
  font-style: italic;
  line-height: 145%;
  position: relative;
  margin-top: 40px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

blockquote:before {
  content: "\201C";
  font-size: 500%;
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
}

cite {
  font-size: 90%;
  margin-top: 25px;
  display: block;
}

cite img {
  height: 100px;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}

.quotes-box {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 40px;
  padding-bottom: 60px;
  gap: 4rem;
}

/***** Packages *****/

.section-packages {
  background-color: #f4f4f4;
}

.package-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 3px 4px 5px 2px #efefef;
  box-shadow: 3px 4px 5px 2px #efefef;
  text-align: left;
}

.package-box h4 {
  margin-bottom: 30px;
}

.package-box div {
  padding: 29px;
  border-bottom: 1px solid #e8e8e8;
  height: 18rem;
}

.package-box div:first-child {
  background-color: #fcfcfc;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  height: 17rem;
}

.package-box div:last-child {
  text-align: center;
  border: 0;
  margin: 20px;
  height: 5.8rem;
}

.price-boxes {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  gap: 1rem;
  max-width: 80%;
}

.price-deal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  max-width: 33%;
}

.package-price {
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #f35702;
}

.package-price span {
  font-size: 40%;
}

.package-price-duration {
  font-size: 90%;
}

.package-box ul {
  list-style: none;
}

.package-box ul li {
  padding: 5px 0;
  margin-left: 40px;
}

.icon-small {
  display: inline-block;
  width: 30px;
  text-align: center;
  color: #f35702;
  font-size: 120%;
  margin-right: 10px;
  line-height: 120%;
  vertical-align: middle;
  margin-top: -5px;
  float: left;
}

/***** Form *****/
.container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 4rem;
}

.mail-gif {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 40%;
  flex: 1;
}

.contact-img {
  max-width: 80%;
  transform: scaleX(-1);
  border-radius: 20px;
}

.form-row h2 {
}
.form-box {
  display: flex;
  flex: 2;
  justify-content: center;
  align-items: center;
}

form {
  .form-control {
    background-color: #f4f4f4;
    border-radius: 2rem;
    border: none;
    box-shadow: 0px 2px 5px 1px #2219004a;

    &.thick {
      height: 3.3rem;
      padding: 0.5rem 2rem;
    }

    &:focus {
      border: 1px solid #adadadba;
    }
  }

  .message .form-control {
    padding: 1rem 8rem 0.5rem 3rem;
    padding: 1.5rem 2rem;
  }

  ::placeholder {
    font-size: 1rem;
    color: #a6a6a6;
    position: relative;
    left: 0;
  }

  input,
  textarea {
    font-size: 1rem;
  }

  .icon {
    color: #57565c;
    height: 1.3rem;
    position: absolute;
    left: 1.5rem;
    top: 1.1rem;
  }
}

textarea#formMessage {
  width: 500px;
}

form div {
  margin: 20px 0;
}

.form-group {
  border: none;
}

*:focus {
  outline: none;
}

.btn.btn-primary {
  color: white;
  font-weight: 500;
  padding: 12px 32px;
  border: 0;
  border-radius: 3rem;
  background: linear-gradient(rgb(225, 106, 40), rgb(129, 1, 1));
  transition: all 0.3s ease-in-out;
}

.btn.btn-primary:hover:enabled {
  box-shadow: inset 0px -4px 13px 4px rgb(73 5 29 / 87%);
  background-size: 100% 100%;
  transform: translateY(-0.15em);
}

/****** Footer *****/

footer {
  background-color: #25181b;
  padding: 50px;
  font-size: 0.9rem;
}

.social-links {
  text-align: center;
  list-style: none;
}

.social-links li {
  display: inline-block;
  margin-right: 20px;
}

.social-links li:last-child {
  margin-right: 0;
}

.social-links li a:link,
.social-links li a:visited {
  text-decoration: none;
  border: 0;
  color: #adadad;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.social-links li a:link,
.social-links li a:visited {
  font-size: 1.5rem;
}

.fa-facebook,
.fa-x-twitter,
.fa-instagram {
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.fa-facebook:hover {
  color: #1877f2;
}

.fa-x-twitter:hover {
  color: white;
}

.fa-instagram:hover {
  color: #e1306c;
}

footer p {
  color: #adadad;
  text-align: center;
  margin-top: 20px;
}

/* ----------------------------------------------- */
/* JQUERY ANIMATE ON SCROLL */
/* ----------------------------------------------- */

.js--define img,
.js--define-right img {
  opacity: 0;
}

.js--define.animate__animated {
  opacity: 1;
}

.js--define-right.animate__animated {
  opacity: 1;
}

.js--define img.animate__bounceInLeft,
.js--define-right img.animate__bounceInRight {
  opacity: 1;
}

.js--package-box-enterprise {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
