@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

:root {
  --white: rgb(255, 255, 255);
}

html {
  scroll-behavior: smooth;
}

body {
  background: #f2f2f2;
}

header {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 5;
  width: 100%;
  background: #f2f2f2e5;
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.521);
}

.header_section {
  display: flex;
  flex-direction: row;
  justify-content: center;
}


 .contact_short_menu {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  z-index: 27349;
  padding: 2px 20px 0px 20px;
  margin: 0px;
  background: #fff;
}

.contact_short_menu p {
  font-size: 0.7rem;
  color: #000000;

}

.contact_short_menu img {
  height: 18px;
  cursor: pointer;
  padding: 0;
  /* border: 1px solid red; */
  margin: 0;
}

.social_handle_img a {
  padding: 0;
  margin: 0;
  
}

.navbar .action_bar_hire_cta {
  margin: 10px 20px;
  border: 1px solid white;
  padding: 10px 20px;
  background-color: #ea2a0c;
  color: white;
  cursor: pointer;
}

.navbar #desktop-hire-cta {
  display: block;
}

.navbar .action_bar_hire_cta:hover {
   color: white;
}

.navbar #mobile-hire-cta {
  display: none;
}

.navbar {
  display: flex;
  padding: 0 10px;
  max-width: 1200px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.navbar input#menu-toggler {
  display: none;
}

.navbar #hamburger-btn {
  cursor: pointer;
  display: none;
  align-items: center;
  color: #ea2a0c;
}

.navbar .toggle_btn i {
  padding: 5px;
}

.navbar .all-links {
  display: flex;
  align-items: center;
}

.navbar .all-links li {
  position: relative;
  list-style: none;
}

.navbar .all-links li Button{
   list-style: underline;
}

.navbar .logo a {
  display: flex;
  align-items: center;
  margin-left: 0;
}

.navbar .logo img {
  height: 30px;
}

.header_section a {
  margin-left: 40px;
  text-decoration: none;
  color: #3edde9;
  height: 100%;
  display: inline-block;
}

.header_section a {
  color: #000;
  font-weight: 500;
  font-size: 1.2rem;
}

.header_section a:hover {
  color: #ea2a0c;
}

.homepage {
  height: 100vh;
  width: 100%;
  position: relative;
  background: url("../img/orca-key-img-extended.jpg");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

/* Padding reduction without having*/
#home {
  display: flex;
  align-items: start;
  flex-direction: column;
  padding: 0px 0 0;
}

.homepage .content {
  display: flex;
  height: 100%;
  z-index: 3;
  justify-content: center;
  flex-direction: column;
  padding: 100px 69px 100px 215px;
  width: 62%;
  /* border: 2px solid red; */
  background-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
}

.homepage .content h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.homepage .content .text {
  margin-bottom: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

#content-tag-line {
  margin-top: 8px;
}

.content a {
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 10px 30px;
  border-radius: 5px;
  background: rgb(182, 3, 3);
  border: 1px solid #fff;
  transition: 0.4s ease;
  font-weight: 500;
  box-shadow: 1px 1px 8px 1px rgba(255, 255, 255, 0.7);
  text-decoration: none;
  width: 23rem;
  display: flex;
  justify-content: space-evenly;
  cursor: pointer;
}

.content span {
  align-items: center;
  display: flex;
}

.content a:hover {
  color: #fff;
  background: rgba(255,255,255,0.3);
  /* box-shadow: 1px 1px 10px 5px rgba(255, 255, 255, 0.7); */
}

.animate-pulse {
  -webkit-animation: pulse .5s ease 0s infinite;
  animation: pulse .5s ease 0s infinite;
}

@-webkit-keyframes pulse {
  50% {
      opacity: .5
  }

  0% {
      opacity: 1
  }

  38% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes pulse {
  50% {
      opacity: .5
  }

  0% {
      opacity: 1
  }

  38% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

svg {
  vertical-align: middle;
}


section {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 80px 20px 0 20px;
}

section h2 {
  font-size: 2rem;
  color: #ea2a0c;
}

section hr {
  border: none;
  width: 280px;
  height: 2px;
  color: #ea2a0c;
  background-color: #ea2a0c;
 
}

section > p {
  text-align: center;
}

section .cards {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-top: 50px;
  padding: 0 10px;
  /* justify-content: space-between; */
  gap: 20px;
}

section.about {
  margin: 0 auto;
  max-width: 1200px;
}

.about .company-info {
  margin-top: 30px;
}

.about h3 {
  margin: 30px 0 10px;
}

.about .team {
  text-align: left;
  width: 100%;
}

.about .team ul {
  padding-left: 20px;
}

section .cards .card {
  background: #fff;
  padding: 40px 15px;
  list-style: none;
  border-radius: 5px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
  margin-bottom: 25px;
  width: calc(100% / 3 - 30px);
  text-align: center;
  cursor: pointer;
}

.portfolio .cards .card {
  padding: 0 0 20px;
}

.services .card img {
  width: 120px;
  height: 120px;
  margin-bottom: 31px;
  object-fit: cover;
}

.portfolio .card img {
  width: 100%;
  padding-bottom: 10px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 7px;
}

.cards .card p {
  padding: 0 15px;
  margin-top: 5px;
}

.about .row {
  padding: 0 10px;
}

.contact .row {
  margin: 60px 0 90px;
  display: flex;
  max-width: 1200px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.contact .row .col {
  padding: 0 10px;
  width: calc(100% / 2 - 50px);
}

.contact .col p {
  margin-bottom: 10px;
}

.contact .col p i {
  color: #7a7a7a;
  margin-right: 10px;
}

.contact form input {
  height: 45px;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  outline: none;
  border: 1px solid #bfbfbf;
}

.contact form textarea {
  padding: 10px;
  width: 100%;
  font-size: 16px;
  height: 150px;
  outline: none;
  resize: vertical;
  border: 1px solid #bfbfbf;
}

.contact form button {
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 17px;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  background: #333;
  transition: 0.2s ease;
}

.contact form button:hover {
  background: #525252;
}


/* Footer */

footer {
  height: 200px;
  width: 100%;
  background: #000;
  color: #fff;
}

footer a {
  padding: 0;
}

.footer_sh_label {
  text-align: center;
}

#copyright_txt {
  display: block;
  text-align: center;
  color: #ababab;
}

footer .footer_social_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 40px 10px;
}

footer .footer_social_handles img {
  width: auto;
  height: 20px;
}

footer .footer_social_handles a {
  width: 15px;
  height: 15px;
  padding: 5px 20px;
  justify-self: center;
}

@media screen and (max-width: 950px) {
  .navbar .all-links {
    position: fixed;
    left: -100%;
    width: 300px;
    display: block;
    height: 100vh;
    top: 97px;
    /* background: #333; */
    transition: left 0.3s ease;
    background: rgba(255, 255, 255, 0.98);
    z-index: 5;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.521);
  }

  .navbar #menu-toggler:checked~.all-links {
    left: 0;
  }

  .navbar .all-links li {
    font-size: 18px;
  }

  .navbar #hamburger-btn {
    display: flex;
    flex-direction: row;
  }

  .navbar #desktop-hire-cta {
    display: none;
    font-size: 10px;
  }

  .navbar #mobile-hire-cta {
    display: block;
  }

  section > p {
    text-align: center;
  }

  section .cards .card {
    width: calc(100% / 2 - 15px);
    margin-bottom: 30px;
  }

  .homepage .content h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .homepage .content .text {
    font-size: 17px;
  }

  .contact .row {
    flex-direction: column;
  }

  .contact .row .col {
    width: 100%;
  }

  .contact .row .col:last-child {
    margin-top: 40px;
  }

  footer a {
    height: 0;
  }
}

@media screen and (max-width: 500px) {
  .contact_short_menu {
    display: flex;
    flex-direction: column;
  }

  #chat_span_divider {
    display: none;
  }

  .navbar .all-links {
    top: 113px;
  }

}

@media screen and (max-width: 357px) {
  .navbar .all-links {
    top: 130px;
  }
}

@media screen and (max-width: 290px) {
  .navbar .all-links {
    top: 143px;
  }
}

@media screen and (max-width: 300px) {
  .content a {
    width: 10rem;
    font-size: 17px;
    padding: 9px 20px;
  }
  
}

@media screen and (min-width: 300px) and (max-width: 350px) {
  .content a {
    padding: 10px 10px;
    width: 18rem;
    text-align: center;
  }
}

@media screen and (min-width: 350px) and (max-width: 985px) {
  .content a {
    padding: 10px 10px;
    width: 20rem;
    text-align: center;
  }
}



@media screen and (max-width: 560px) {
  section .cards .card {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1600px) {
  .homepage .content { 
    padding: 100px 0px 100px 50px;
  }
}



@media screen and (max-width: 400px) {
  .homepage .content h1 {
    font-size: 25px;
  }
  
  .homepage .content .text {
    font-size: 18px;
  }
}


@media screen and (min-width: 400px) and (max-width: 545px) {
  .homepage .content h1 {
    font-size: 31px;
  }
  
  .homepage .content .text {
    font-size: 18px;
  }
}

@media screen and (min-width: 545px) and (max-width: 985px)  {
  .homepage .content h1 {
    font-size: 36px;
  }
  
  .homepage .content .text {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1350px) and (max-width: 2100px) {
  .homepage {
      position: relative;
      background: url("../img/orca-key-img-extended.jpg");
      background-position: center right;
      background-size: cover;
      background-repeat: no-repeat;
  }
}

@media only screen and (min-width: 985px) and (max-width: 1350px) {
  .homepage  {
      background: url("../img/orca-key-img-mobile-2.jpg");
      background-position: 65% center;
      background-repeat: no-repeat;
      background-size: cover;
      /* background-attachment: fixed; */
    }
}

@media only screen and (max-width: 985px) {
  .homepage  {
    background: url("../img/orca-key-img-mobile-2.jpg");
    background-position: 65% center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
  } 

  .homepage .content {
    padding: 10px 15px 90px 15px;
    width: 100%;
    justify-content: end;
    align-items: center;
    text-align: center;
    background-image: none;
    background-image: linear-gradient(to top, #000000b5 44%, #7f4caf00 52%);
    /* background-size: 100% 200%;
    background-position: top;
    transition: background-position 1s ease; */
  }
}

/* Testimonials */
.testimonial-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  gap: 100px;
}

.testimonial-item {
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  align-items: center;
  gap: 15px;
}

.testimonial-item-t1 {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1200px;
  align-items: center;
  align-self: end;
  gap: 15px;
}

.client-data-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.client-data-details p {
  font-size: 13px;
  color: #3c3c3c;
  min-width: 120px;
}

.client-data-details img{
  width: 50px;
  border-radius: 50%;
  border: 1px solid #ea2a0c;
  align-self: center;
}

.testimonial-client-msg p {
  font-size: 1rem;
  align-items: center;
  justify-items: center;
  max-width: 800px;
  line-height: 1.5rem;
}

.testimonial-client-msg p::before {
  content: "\f10d";
  position: relative;
  top: -13px;
  left: -9px;
  font-size: 1.5rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #ea2a0c47;
}

.testimonial-client-msg p::after {
  content: "\f10e";
  position: relative;
  bottom: -15px;
  right: -3px;
  font-size: 1.5rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #ea2a0c47;
}

@media screen and (max-width: 370px) {
  .testimonial-item {
    flex-direction: column-reverse;
  }

  .testimonial-item-t1 {
    flex-direction: column-reverse;
  }

  .client-data-details {
    display: flex;
    flex-direction: row;
    align-self: end;
  }

}


/* Dialog Form */

.modal-dlg-section {
  z-index: 9;
}

.modal-dlg-container {
  position: fixed;
  width: 100%;
  background: rgba(4, 4, 4, 0.373);
  /* backdrop-filter: blur(3px); */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.modal-dlg-container .modal-dlg {
  width: 50%;
  background: #f2f2f2;
  border-radius: 6px;
  overflow: scroll;
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
  z-index: 9;
}

.modal-dlg .modal-heading {
  display: flex;
  width: 50%;
  padding: 10px 20px 6px 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #f2f2f2;
  position: fixed;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  z-index: 10;
}

.modal-heading h2 {
  font-size: 22px;
}


.modal-dlg-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}


.close-modal {
  width: 40px;
  cursor: pointer;
  display: block;
  border: none;
  color: var(--white);
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}

.modal-dlg .close-btn {
  width: 200px;
  height: 45px;
  background: transparent;
  border-radius: 6px;
  border: none;
  outline: none;
  box-shadow: 0 0 10px  rgba(0,0,0,0.1);
  cursor: pointer;
  font-size: 18px;
  color: #f2f2f2;
  background-color: #ea2a0c;
  font-weight: 500;
}

#cancelBtn {
  width: 200px;
  height: 45px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 18px;
  color: #494848;
  font-weight: 500;
  background-color: transparent;
  border: 2px solid gray;
}

.hidden {
  display: none;
}

#contact{
  position: relative;
  margin: 50px 0px 10px 0px;
}

#contact::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}

#contact-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 20px;
  margin-top: 50px;
}

#contact-box form {
  width: 100%;
}

.form-group {
   margin-bottom: 20px;
}

#form-group-gender-age {
  display: flex;
  justify-content: space-between;
}

#contact-box label {
  font-size: 1.5 rem;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

#contact-box input,
#contact-box textarea,
#contact-box select {
  width: 100%;
  padding: 0.5rem;
  border-radius: 5px;
  border: 1px solid black;
}

#contact-box select {
  padding: 0.5rem;
  border-radius: 5px;
  border: 1px solid black;
  overflow: visible;
  position: relative;
}

.form-action-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 30px;
}

#contact-box .mand-span {
  color: #000;
}

#contact-box .form-group.success input,
#contact-box .form-group.success select {
  border:2px solid #09c372;
}


#contact-box .form-group.error input,
#contact-box .form-group.error select {
  border:2px solid #ff0000;
}


.form-group .error {
  color: #ff3860;
  font-size: 10px;
  height: 13px;
  display: none;
}

#success-submission-message {
  display: none;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

#success-submission-message img {
  height: 80px;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 975px) {
  .modal-dlg-container .modal-dlg {
    width: 70%;
  }
  
  .modal-dlg .modal-heading {
    width: 70%;
  }
}

@media only screen and (max-width: 695px) {
  .modal-dlg-container .modal-dlg {
    width: 90%;
  }
  
  .modal-dlg .modal-heading {
    width: 90%;
  }

  .modal-heading h2 {
    font-size: 17px;
  }
}

#server-error-message {
  color:#ea2a0c;
  text-align: center;
  font-weight: bold;
  display: none;
}

.services .card-service a {
    text-decoration: none;
    color: black;
}

#index-logo {
    width:130px;
    height:auto;
}
