@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

:root {
  --blue: #004A63;
  --black: #0F1015;
  --white: #fff;
  --oragnge: #F95D08;
  --heading-font: "Titillium Web", sans-serif;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a,
.btn-default,
textarea {
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

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

img {
  width: 100%;
}

body {
  font-family: var(--white) !important;
  color: var(--white);
  background-image: url('../images/background.webp');
  background-size: cover;
  background-position: top center;
  overflow-x: hidden;
}

/* BUTTONS STYLING START */
.btn-padding {
  padding: 12px 22px;
  font-size: 15px;
  font-family: var(--heading-font);
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  border: 1.5px solid transparent;
}

.btn-orange {
  background-color: var(--oragnge);
  color: var(--white);
}

.btn-orange:hover {
  background-color: var(--black);
  color: var(--white);
  border: 1.5px solid #fff;
}

.btn-white {
  background-color: var(--white);
  color: var(--black);
}

.btn-white:hover {
  background-color: var(--black);
  color: var(--white);
  border: 1.5px solid #fff;
}

.btn-blue {
  background-color: var(--blue);
  color: var(--white);
}

.btn-blue:hover {
  background-color: var(--black);
  color: var(--white);
  border: 1.5px solid #fff;
}

.banner-btn-con {
  margin-top: 30px;
  flex-wrap: wrap;
}

/* BUTTONS STYLING END */

/* HEADING START */
h1 {
  font-size: 50px;
  font-weight: 700;
  font-family: var(--heading-font);
  color: var(--white);
}

h2 {
  font-size: 46px;
  font-weight: 700;
  font-family: var(--heading-font);
  color: var(--white);
}

h3 {
  font-size: 38px;
  font-weight: 700;
  font-family: var(--heading-font);
  color: var(--white);
}

p {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--heading-font);
  color: var(--white);
}

/* HEADING END */

.section-hr {
  width: 100%;
  height: 1.8px;
  opacity: 1;
  color: var(--blue);
}

header {
  position: absolute;
  width: 100%;
  z-index: 9999;
}

.logo-con img {
  filter: brightness(0) invert(3);
  width: 250px;
  margin-top: 20px;
}

.banner-sec {
  padding-block: 150px 80px;
  /*background-image: url('../images/banner.png');*/
  background-image: url('../images/anderson-LLc-christmas-banner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  z-index: 1;
}
section.banner-sec:before {
    position: absolute;
    z-index: 0;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000006e;
}

/* BANNER START HERE */
.banner-sec h1 {
  margin-bottom: 26px;
  font-size: 50px;
  width: 100%;
}

.banner-list svg {
  width: 26px;
}

.banner-list svg path {
  fill: #fff;
}

.banner-list li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #fff;
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: 18px;
  margin-top: 8px;
}

section.two-col-sec .banner-list li {
  /*display: block;*/
}

.banner-form {
  background-color: var(--blue);
  border-radius: 0px;
  padding: 20px;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.banner-form h3 {
  font-size: 21px;
  width: 70%;
  margin-bottom: 17px;
}

.banner-form h6 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: var(--heading-font);
  color: var(--white);
}

.banner-form form input,
.banner-form form select,
.banner-form form label {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-size: 16px;
  outline: none;
  margin-bottom: 1rem;
  font-family: var(--heading-font);
}

.banner-form form label {
  font-size: 12px;
  font-family: var(--heading-font);
}

.banner-form form .check-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1.0rem;
}

.banner-form form .check input {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 1px solid var(--white);
  margin: auto;
}

.banner-form form .check label {
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: 13px;
  color: var(--white);
}

.banner-form form a {
  display: block;
  width: 100%;
  text-align: center;
}

.sale-con {
  display: flex;
  align-items: center;
  background-color: var(--oragnge);
  border-top-right-radius: 40px;
  padding: 11px 0px;
  position: absolute;
  right: -13px;
  top: -19px;
  width: 136px;
}

.sale-con .discount {
  background-color: var(--white);
  position: absolute;
  color: #000;
  font-size: 10px;
  font-family: var(--heading-font);
  padding: 6px 18px;
  border-radius: 100px;
  transform: rotate(270deg);
  left: -10px;
}

.sale-con .sale span {
  font-weight: 600;
  font-family: var(--heading-font);
  color: var(--white);
  font-size: 17px;
}

.sale-con .sale {
  margin-left: 60px;
  line-height: 30px;
}

.sale-con .sale p {
  font-weight: 700;
  font-family: var(--heading-font);
  color: var(--white);
  font-size: 39px;
}

/* BANNER START END */


/* LOGO SLIDE START */
.logo-slide-sec {
  background-color: var(--blue);
  padding-block: 40px;
}

.logo-slide-sec .item img {
  width: 70%;
  display: block;
  margin: auto;
}

.logo-slide-sec .owl-dots,
.logo-slide-sec .owl-nav {
  display: none;
}

/* LOGO SLIDE END */

.half-content {
  width: 76%;
  margin: auto;
  margin-bottom: 50px;
}

/* THIRD SECTION START */
.third-sec {
  padding-block: 100px;
}

.third-sec h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}

.third-sec p {
  text-align: center;
}

.third-sec .image-box {
  position: relative;
  /* padding: 20px; */
}

ul.banner-list.row {
    margin-top: 10px;
}
.third-sec .image-box img {
  width: 100%;
}

.third-sec .image-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000063;
}

.third-sec .image-box span {
  width: 96%;
  position: absolute;
  bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  gap: 10px;
  left: 2%;
  overflow: hidden;
}

.third-sec .image-box span hr {
  color: #fff;
  width: 50%;
  height: 1px;
  opacity: 1;
}

.third-sec .image-box span p {
  width: 100%;
  color: var(--white);
  text-wrap-mode: nowrap;
  text-align: center;
}

.third-sec .image-card a {
  margin: auto;
  margin-top: -8%;
  display: block;
  width: fit-content;
  position: relative;
  z-index: 9;
}

/* THIRD SECTION END */

.row {
  --bs-gutter-y: 1.5rem;
}

/* SERVICE CARD START */

.service-sec {
  padding-block: 90px;
}

.service-card {
  background: linear-gradient(to right, var(--black) 0%, #018e9b 100%, var(--black) 100%);
  border-radius: 30px;
  padding: 24px;
  height: 100%;
  transition: all ease-in-out 0.3s;
}

.service-card:hover {
  background-position: right center !important;
  transform: scale(1.1);
}

.service-card h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
  font-family: var(--heading-font);
  line-height: 1.5em;
}

.service-card p {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.5em;
  height: 80px;
  padding-right: 6px;
  overflow-y: scroll;
}

.service-card span {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 42px;
  font-weight: 700;
  font-family: var(--heading-font);
  color: #004A63;
}

.service-card p::-webkit-scrollbar {
  width: 6px;
}

.service-sec .ser-con {
  margin-top: 20px;
}

.service-sec p {
  margin-top: 20px;
}

/* Handle */
.service-card p::-webkit-scrollbar-thumb {
  background: var(--oragnge);
  border-radius: 16px;
}

.tabs-sec {
  padding-block: 90px;
}

.tabs-sec .tab-content img {
  transition: all ease-in-out 0.3s;
  width: 100%;
  margin-bottom: 20px;
  height: 400px;
}

.tabs-sec .tab-content img:hover {
  transform: scale(1.1);
}

.tabs-sec .nav-tabs {
  background-color: var(--blue);
  padding: 14px;
  justify-content: center;
  gap: 20px;
  text-align: center;
  border-radius: 100px;
  border: none !important;
  margin-bottom: 30px;
}

.tabs-sec .nav-tabs button {
  padding: 0px !important;
  color: #cbcbcb;
  font-size: 18px;
  font-family: var(--heading-font);
  font-weight: 400;
  text-transform: uppercase;
  border: none;
}

.tabs-sec .nav-tabs button:hover {
  border: none;
}

.tabs-sec .nav-tabs .active {
  background-color: transparent;
  color: #fff;
  font-weight: 700;
}

.two-col-sec {
  padding-block: 90px;
}

.two-col-sec h2 {
  margin-bottom: 20px;
}

.two-col-sec h4 {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 22px;
  color: var(--white);
  margin-block: 20px 26px;
}

.two-col-sec .banner-list {
  border-right: 1.5px solid var(--blue);
  padding-right: 30px;
}

.two-col-sec .image-box {
  position: relative;
}

.two-col-sec .image-box .img1 {
  display: block;
  width: 84%;
  margin-left: auto;
}

.two-col-sec .image-box .img2 {
  width: 74%;
  position: absolute;
  bottom: -44%;
  animation: floatUpDown3 3s ease-in-out infinite;
}

@keyframes floatUpDown3 {
  0% {
    bottom: -110px;
  }

  50% {
    bottom: -80px;
  }

  100% {
    bottom: -110px;
  }
}

.two-col-sec .since {
  padding: 20px;
  color: var(--white);
  text-align: center;
  font-weight: 700;
  font-family: var(--heading-font);
  background: linear-gradient(90deg, #0F1015 0%, #148992 100%);
  border-radius: 50%;
  display: block;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  animation: floatUpDown2 3s ease-in-out infinite;
  font-size: 15px;
}

@keyframes floatUpDown2 {
  0% {
    margin-top: 0px;
  }

  50% {
    margin-top: 50px;
  }

  100% {
    margin-top: 0px;
  }
}

/* SERVICE CARD END */


footer {
  padding-block: 90px 0px;
  background-color: var(--black);
}

footer .half-footer {
  margin: auto;
}

footer .social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

footer .social-links li i {
  font-size: 22px;
  color: var(--white);
  padding: 14px;
  transition: all ease-in-out 0.3s;
  display: block;
}

footer .social-links li i:hover {
  background-color: var(--oragnge);
  color: var(--white);
}

.copy-right {
  border-top: 1px solid var(--white);
}

footer img {
  width: 280px;
  display: block;
  margin: auto;
      filter: brightness(0) invert(1);
}

footer p {
  max-width: 75%;
  text-align: center;
  margin: 20px auto;
}



/* TESTIMONIAL CSS START */
.testimonial-sec {
  padding-block: 90px;
}

.test-head {
  text-align: center;
}

.testimonial-slider .owl-stage-outer {
  overflow: visible;
}

.testimonial-slider {
  padding: 0px;
}

.testimonial-box {
  position: relative;
  background-color: transparent;
  color: white;
  padding: 99px 0px;
  margin-bottom: 36px;
  font-size: 14px;
  z-index: 1;
  text-align: center;
}

.testimonial-box::before {
  content: "";
  position: absolute;
  background-image: url(../images/testi-bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: 8%;
  bottom: -17px;
}

.testimonial-box h3 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 14px;
}

.testimonial-box .testimonial-text {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 5px;
  padding-inline: 50px;
  max-width: 500px;
  margin: auto;
}

.stars {
  font-size: 23px;
  color: #ff9900;
}

/* CONTACT SECTION START */
.contact-section {
  padding-block: 90px;
}

.contact-section form {
  width: 74%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.contact-section form input,
select {
  width: 49%;
}

.contact-section form select option {
  background-color: #000;
}

.contact-section form textarea {
  width: 100%;
}

.contact-section form input::placeholder,
.contact-section form textarea::placeholder {
  color: #fff;
}

.contact-section form input,
.contact-section form textarea {
  padding: 14px 0px;
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 1.5px solid #fff;
  color: #fff;
  font-family: var(--heading-font);
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-section form select {
  padding: 14px 0px;
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 1.5px solid #fff;
  color: #fff;
  font-family: var(--heading-font);
  font-weight: 600;
  margin-bottom: 20px;
  width: 49%;
}

.contact-section .contact-form .btn-padding {
  width: 100%;
  display: block;
  margin: auto;
  text-align: center;
  margin-top: 14px;
}

/* TESTIMONIAL CSS END */


/* PACKAGE SECTION START */
section.price-tab {
  padding-block: 90px;
}

.price-box a {
  width: 100%;
  display: block;
  text-align: center;
}

.price-box {
  color: #fff;
  border: 1px solid #004A63;
  border-radius: 20px;
  padding: 30px 30px;
  transition: all ease-in-out 0.3s;
}

.price-box-title {
  font-size: 34px;
}

.price-box h3 {
  text-align: center;
}

.price-box h4 {
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  font-family: var(--heading-font);
  text-align: center;
  padding: 40px 0;
}

.price-list {
  padding-bottom: 20px;
}

.price-list i {
  background: #007197;
  border-radius: 20px;
  padding: 2px 2px;
  margin-right: 10px;
}

.price-list ul {
  height: 300px;
  overflow-y: scroll;
}

/* width */
.price-list ul::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.price-list ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.price-list ul::-webkit-scrollbar-thumb {
  background: rgb(255, 255, 255);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--oragnge);
}

.price-list ul li {
  line-height: 36px;
  font-size: 16px;
  font-weight: 300;
  font-family: var(--heading-font);
  display: flex;
  align-items: baseline;
}

.price-tab .list {
  margin-top: 10px;
}

.price-box:hover {
  background: linear-gradient(292deg, rgba(20, 137, 146, 1) 0%, rgba(15, 16, 21, 1) 100%);
  border: none;
  transform: scale(1.1);
  transition: ease 0.5s;
}


.price-list::-webkit-scrollbar {
  width: 1px;
}


.price-list::-webkit-scrollbar-thumb {
  background-color: #E96D23;
  outline: 1px solid #E96D23;
}

.price-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}


/* PACKAGE SECTION END */

/* POPUP START */
.popup-overlay {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup {
  /* background-color: white; */
  background-image: url('../images/banner.png');
  padding: 20px;
  border-radius: 20px;
  position: relative;
  min-width: 300px;
  width: 800px;
  transform: scale(0.95);
  transition: transform 0.3s ease;
  overflow: hidden;
  margin: 0px 15px;
}

.popup-overlay.active .popup {
  transform: scale(1);
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--oragnge);
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-weight: bold;
}

button#showPopup {
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.popup .popup-img img {
  width: 65%;
  margin-left: -6%;
  margin-bottom: -6%;
}

.popup form input,
.popup textarea {
  padding: 10px 0px;
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 1.5px solid var(--white);
  color: var(--white);
  font-family: var(--heading-font);
  font-weight: 600;
  margin-bottom: 10px;
  width: 100%;
}

.popup form input::placeholder,
.popup form textarea::placeholder {
  color: var(--white);
}

.popup h2 {
  font-weight: 700;
  font-family: var(--heading-font);
  font-size: 34px;
  color: var(--white);
  text-transform: capitalize;
  text-align: left;
  margin-bottom: 10px;
}

.popup p {
  font-weight: 400;
  font-family: var(--heading-font);
  font-size: 15px;
  color: var(--white);
  text-align: left;
  margin-bottom: 15px;
}

.popup form a {
  background-color: var(--oragnge);
  font-family: var(--heading-font);
  text-align: center;
  font-weight: 600;
  color: var(--white);
  padding: 12px 28px;
  font-size: 15px;
  border-radius: 50px;
  transition: all ease-in-out 0.3s;
}

.popup form a:hover {
  background-color: var(--white);
  color: var(--oragnge);
}

.popup form button {
  background-color: var(--oragnge);
  font-family: var(--heading-font);
  text-align: center;
  font-weight: 600;
  color: var(--white);
  padding: 12px 28px;
  font-size: 15px;
  border-radius: 50px;
  transition: all ease-in-out 0.3s;
  border: none;
}

.popup form button:hover {
  background-color: var(--white);
  color: var(--oragnge);
}

.popup-content span {
  color: var(--oragnge);
  font-weight: bold;
  font-size: 18px;
}





.footer-contact-div {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.footer-contact-div a {
  color: #fff;
  font-size: 18px;
  font-family: var(--heading-font);
}

.footer-contact-div a:hover {
  color: var(--oragnge);
}

.footer-contact-div i {
  margin-right: 8px;
}

.form-group {
  margin: 10px 0;
}

.form-check-flex .form-check input {
  width: 13px;
  padding: 7px !important;
}

.form-check-flex .form-check {
  display: inline-block;
}

.form-check-flex .form-check label {
  padding: 0 7px;
  margin-bottom: 0;
}

.form-check-flex {
  padding-top: 0;
}

.banner-form button {
  width: 100%;
  border-radius: 9px;
  padding: 8px;
}

/* POPUP END */

@keyframes floatUpDown {
  0% {
    top: -35px;
  }

  50% {
    top: -10px;
  }

  100% {
    top: -33px;
  }
}


.banner-form form select {
  padding: 6px 10px;
  margin-bottom: 10px;
}

.banner-form form input {
  padding: 4px 10px;
}
footer p a {
    color: white;
    font-weight: 700;
    border-bottom: 1px solid;
}
.popup {
    height: 450px;
    margin-top: 60px;
}