@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400&family=Montserrat:wght@200;300;400;700;800&family=Roboto:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200;400;500&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}

html,
body {
  scroll-behavior: smooth;
  height: 100%;
  width: 100%;
  background: #ffffff;
}

::-moz-selection {
  color: #000;
  background: #f7b928;
}

::selection {
  color: #000;
  background: #f7b928;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* back to top */

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgb(254, 222, 0);
  color: white;
  cursor: pointer;
  padding: 6px;
  border-radius: 50px;
  font-size: 18px;
  width: 35px;
}

#myBtn:hover {
  background-color: #fede00;
  color: #000000;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.main-container {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  background-color: #000000;
}

#navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 7vw;
}

#nav-logo {
  margin-top: 6%;
  width: 20%;
}

#nav-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1vw;
}

#nav-elements a {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  border: 2px solid #009879;
  background-color: #000000;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 20px;
  white-space: nowrap;
  border-radius: 25px;
}

#nav-elements a:hover {
  background-color: #f7b928;
  color: #ffffff;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* navbar responsive */
button-responsive {
  outline: 0;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #fff;
}

.heading {
  font-weight: 600;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

/* ==== end of Base ===== */

/* ==== Navbar ==== */
.navbar-responsive {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  cursor: pointer;
}

.btn-bars {
  background-color: #000000;
  color: #39b54a;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 2px;
  border: none;
  cursor: pointer;
  padding: 0.4rem 0.9rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  margin: 1.6rem 1.6rem 0 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-bars span {
  font-size: 1.6rem;
  color: #fff;
}

.btn-bars:hover {
  color: #fff;
}
.navbar-collapse {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #000000;
  width: 280px;
  padding: 1.6rem;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-close {
  background-color: #252525;
  display: block;
  width: 33px;
  height: 33px;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.btn-close:hover {
  color: #fede00;
}
.navbar-nav-responsive {
  margin: 4rem 0;
  list-style: none;
}
.nav-item-responsive {
  margin: 1.4rem 0;
  line-height: 40px;
}
.nav-link-responsive {
  color: #fff;
  font-size: 1.3rem;
  -webkit-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.nav-link-responsive:hover {
  color: #f7b928;
  -webkit-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.nav-link:hover {
  color: #fede00;
}

.nav-social-icon {
  margin-top: 3rem;
  margin-right: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nav-social-icon a {
  color: #ffffff;
  cursor: pointer;
}

.nav-social-icon a:nth-child(1):hover i {
  color: #3b5998;
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
}

.nav-social-icon a:nth-child(2):hover i {
  color: #1da1f2;
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
}

.nav-social-icon a:nth-child(3):hover i {
  color: #0e76a8;
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
}

.nav-social-icon a:nth-child(4):hover i {
  color: #c13584;
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
}

/* === show menu ===  */
.showMenu {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* content styling  */

#content {
  height: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.left {
  height: 100%;
  width: 60%;
  padding: 6vw 7vw;
}

.left h3 {
  color: #ffffff;
  line-height: 64px;
  font-size: 45px;
  font-weight: 700;
}

#company-name {
  color: #f7b928;
}

.left p {
  color: #ffffff;
  font-size: 40px;
  font-weight: 400;
  line-height: 63px;
}

#booking-btn {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  background-color: #333;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  margin-top: 10px;
  border-radius: 5px;
}

#booking-btn:hover {
  color: #ffffff;
  background-color: #f7b928;
}

.header-links a {
  display: none;
}

.header-links a:hover {
  background-color: #f7b928;
  color: #fff;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* modal css */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
}

.close-btn {
  color: #f7b928;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.close:hover {
  color: black;
}

#cityList {
  list-style-type: none;
  padding: 0;
}

#cityList li {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}

#cityList li:hover {
  background-color: #f7b928;
}

/* right */

.right {
  height: 100%;
  width: 50%;
}

.right img {
  width: 50%;
  display: block;
  margin: auto;
  padding: 6vw 0vw;
}

/* table container */

#table-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 3vw 2vw;
  width: 50%;
  margin: 20px auto;
}

.location {
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 24px;
  margin: 21px;
}

.location h3 {
  padding: 14px;
}

.airport {
  margin-bottom: 5px;
  font-weight: bold;
  float: left;
  padding: 11px;
}

.input-field {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.input-field i {
  padding: 10px 4px 2px 2px;
  margin-top: 3px;
}

.airport-booking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 14px;
  border-radius: 12px;
  border: none;
  margin: auto;
  width: 50%;
  font-weight: 600;
  margin-top: 15px;
  text-decoration: none;
  background: #000;
  color: #ffff;
}

.airport-booking:hover {
  background-color: #f7b928;
  color: #ffffff;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* services section */
#services-section {
  min-width: 90%;
  min-height: 65%;
  text-align: center;
  position: relative;
  padding-top: 4vw;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

/* .services-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  width: 90%;
  margin: auto;
  grid-gap: 20px;
  margin-top: 30px;
}

.service-item {
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 20px;
  -webkit-box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  margin-bottom: 10px;
  position: relative;
} */

.services-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
  padding: 4vw;
  margin-top: 30px;
}

.service-item {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 20px;
  width: 40%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  /* margin-bottom: 10px; */
}

.service-item:hover {
  -webkit-box-shadow: 0 0 11px rgba(33, 33, 33, 0.5);
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.5);
  border: 2px solid rgba(0, 0, 0, 0.35);
  color: #000;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  cursor: pointer;
}

.service-item::after {
  content: "Click here to explore more";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0);
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0);
  z-index: 1;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
  -o-transition: background-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.service-item:hover::after {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2.1px);
  -webkit-backdrop-filter: blur(2.1px);
  border: 1px solid rgba(255, 255, 255, 0.17);
  color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 0 11px rgba(33, 33, 33, 0.5);
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.5);
  border: 2px solid rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.service-item img {
  max-width: 20%;
  border-radius: 50%;
  float: left;
  height: auto;
  mix-blend-mode: multiply;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  padding: 12px;
  margin-top: 20px;
}

.service-item h3 {
  font-size: 20px;
}

.service-item p {
  font-size: 14px;
  padding: 12px;
}

/* about section */

#about-container {
  min-width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: justify;
  margin: auto;
  padding: 4vw 0vw;
}

.para {
  width: 90%;
  line-height: 35px;
  padding: 12px;
  font-size: 20px;
}

#map {
  width: 90%;
  -webkit-filter: invert(-50%);
  filter: invert(-50%);
  padding: 12px;
}

/* cards section */
.fare-container {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 8px;
}

.fares-area {
  padding: 2vw 0vw;
}

.fares-area h2 {
  text-align: center;
  padding: 12px;
}

.fare-section {
  margin-bottom: 30px;
}

.fare-details {
  border: 1px solid #ddd;
  padding: 25px;
  line-height: 35px;
  margin-bottom: 15px;
  border-radius: 8px;
  background-color: #f9f9f9;
  position: relative;
}
.fare-details h3 {
  margin-top: 0;
  color: #555;
}

.fare-details li {
  list-style-type: disclosure-closed;
  padding: 5px;
}

.additional-charges {
  border: 1px solid #ddd;
  padding: 25px;
  line-height: 35px;
  border-radius: 8px;
  background-color: #f9f9f9;
  position: relative;
  text-align: center;
}
.additional-charges h2 {
  margin-top: 0;
  padding: 12px;
  color: #555;
  text-align: center;
}
.book-now-btn {
  margin-top: 12px;
  background-color: #f7b928;
  color: white;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 15px auto;
  font-size: 14px;
  cursor: pointer;
}

.book-now-btn:hover {
  background-color: #39b54a;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.note {
  padding: 12px;
  margin: 15px auto;
  list-style-type: disclosure-closed;
}

/* FAQ Css */
.container {
  margin: 0 auto;
  padding: 4rem;
  width: 70%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#faq-heading {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
  padding: 12px;
}

#faq-logo {
  width: 5vw;
  display: block;
  margin: auto;
}

.accordion .accordion-item {
  border-bottom: 2px solid #e5e5e5;
  margin: 12px;
}

.accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #03b5d2;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  padding: 17px;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #fede00;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #fede00;
  border: 1px solid #fede00;
}

.accordion button {
  padding: 1em 1.5em 1em 0;
  font-weight: 500;
  /* font-size: 16px; */
}

.accordion-title {
  font-size: 16px;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded="true"] {
  color: #fede00;
}
.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 200ms linear, max-height 200ms linear;
  -o-transition: opacity 200ms linear, max-height 200ms linear;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 13px;
  margin: 2em 0;
  font-weight: 500;
  line-height: 28px;
}

.accordion-content a {
  color: #009879;
}

/* contact css */
.complaints-form {
  width: 70%;
  margin: 20px auto;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.form-group {
  margin-bottom: 20px;
}
label {
  margin-bottom: 5px;
  font-weight: bold;
  float: left;
  padding: 11px;
}
input[type="text"],
input[type="date"],
textarea,
select {
  width: calc(100% - 22px); /* Adjusting for padding and border */
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
select {
  width: 100%;
}
textarea {
  width: calc(100% - 14px); /* Adjusting for padding and border */
  resize: vertical;
}

.customer-complaints {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 60vh;
  padding: 7vw;
  text-align: center;
}

.customer-complaints h2 {
  padding: 20px;
  text-align: center;
}

.customer-complaints h1 {
  font-size: 26px;
}

.complaint-btn {
  border-radius: 10px;
  border: none;
  outline: none;
  font-weight: 600;
  background: #000000;
  color: #ffffff;
  width: 25%;
  margin: 20px;
  padding: 1vw;
}

.complaint-btn:hover {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  color: #fff;
}

.complaint-btn:hover {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-color: #f7b928;
  color: #fff;
  cursor: pointer;
}

/* footer css */

.footer {
  background-color: #f5f5f5;
  padding: 20px 0;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-section {
  padding: 0 20px;
  margin: 12px;
}

.footer-section h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 5px;
}

.footer-section ul li a {
  text-decoration: none;
  color: #333;
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.social-icons a {
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  color: #000;
  padding: 12px;
  border-radius: 30px;
}

.social-icons a:nth-child(1):hover i {
  color: #3b5998;
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
}

.social-icons a:nth-child(2):hover i {
  color: #1da1f2;
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
}

.social-icons a:nth-child(3):hover i {
  color: #0e76a8;
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
}

.social-icons a:nth-child(4):hover i {
  color: #c13584;
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
}

.copyright {
  text-align: center;
  margin-top: 20px;
}

.copyright p {
  font-size: 14px;
  color: #000000;
}

.copyright a {
  color: #000000;
}

/* loader */
#loader {
  height: 100vh;
  width: 100%;
  background-color: #000000;
  z-index: 1000;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#loader h1 {
  font-weight: 800;
  font-size: 100px;
  color: #f1f1f1;
}
