/*################################################################################//
//########################     Footer Styles     #############################//
//################################################################################*/
/*########################         Imports          ##############################*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "CrashFont";
  src: url("../../../fonts/Crashnumberinggothic-MAjp.ttf");
  font-weight: normal;
  font-style: normal;
}
/*##########################     Footer Styles    ##############################*/
.footer-wrapper {
  background-color: black;
  z-index: 22;
  position: relative;
}
.footer-wrapper .footer-container {
  border-top: 1px solid rgba(202, 202, 202, 0.377);
  max-width: 2000px !important;
  z-index: 23;
  background-color: black;
}
.footer-wrapper .footer-container .footer-row {
  background-color: black;
  z-index: 24;
}
.footer-wrapper .footer-container .footer-row .footer {
  background-color: black;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 25;
}
.footer-wrapper .footer-container .footer-row .footer .footer-details {
  gap: 20px;
}
.footer-wrapper .footer-container .footer-row .footer .footer-details .left .logo {
  padding-top: 10px;
}
.footer-wrapper .footer-container .footer-row .footer .footer-details .left .logo .text {
  color: white;
  font-size: 18px;
  padding-left: 30px;
  padding-top: 10px;
}
.footer-wrapper .footer-container .footer-row .footer .footer-details .left .logo a {
  padding-left: 30px;
}
.footer-wrapper .footer-container .footer-row .footer .footer-details .left .logo a img {
  width: 120px;
}
.footer-wrapper .footer-container .footer-row .footer .footer-details .left .menus {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  padding-top: 20px;
  padding-left: 30px;
}
.footer-wrapper .footer-container .footer-row .footer .footer-details .left .menus .menu-left .footer-left-menu .footer-menu {
  list-style: none;
}
.footer-wrapper .footer-container .footer-row .footer .footer-details .left .menus .menu-left .footer-left-menu .footer-menu .menu-item {
  width: 100%;
  transition: 0.4s ease all;
  cursor: pointer;
}
.footer-wrapper .footer-container .footer-row .footer .footer-details .left .menus .menu-left .footer-left-menu .footer-menu .menu-item a {
  color: white;
  text-decoration: none;
  transition: 0.4s ease all;
}
.footer-wrapper .footer-container .footer-row .footer .footer-details .left .menus .menu-left .footer-left-menu .footer-menu .menu-item:hover a {
  color: #0075A2;
}
.footer-wrapper .footer-container .footer-row .footer .footer-details .left .menus .menu-right .footer-right-menu .footer-menu {
  list-style: none;
}
.footer-wrapper .footer-container .footer-row .footer .footer-details .left .menus .menu-right .footer-right-menu .footer-menu .menu-item {
  width: 100%;
  transition: 0.4s ease all;
  cursor: pointer;
}
.footer-wrapper .footer-container .footer-row .footer .footer-details .left .menus .menu-right .footer-right-menu .footer-menu .menu-item a {
  color: white;
  text-decoration: none;
  transition: 0.4s ease all;
}
.footer-wrapper .footer-container .footer-row .footer .footer-details .left .menus .menu-right .footer-right-menu .footer-menu .menu-item:hover a {
  color: #0075A2;
}
.footer-wrapper .footer-container .footer-row .footer .footer-details .right {
  color: white;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 22px;
}
.footer-wrapper .footer-container .footer-row .footer .footer-details .right a {
  text-decoration: none;
  color: white;
  padding: 20px 20px 0px 0px;
  transition: 0.4s ease all;
}
.footer-wrapper .footer-container .footer-row .footer .footer-details .right a:hover {
  color: #0075A2;
}
.footer-wrapper .footer-container .footer-row .footer .footer-details .right .socials {
  transition: 0.4s ease all;
}
.footer-wrapper .footer-container .footer-row .footer .footer-details .right .socials:hover {
  color: #0075A2;
}

.additional-footer {
  background-color: black;
  position: relative;
  z-index: 25;
}
.additional-footer .additional-footer-details {
  background-color: black;
  z-index: 25;
  width: 90%;
  border-top: 1px solid rgb(158, 158, 158);
  color: white;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 18px;
  padding: 20px;
}

@media (max-width: 1200px) {
  .footer-wrapper .footer-container .footer-row .footer .footer-details .left .logo {
    width: 30%;
  }
  .footer-wrapper .footer-container .footer-row .footer .footer-details .left .logo a {
    width: 100%;
  }
  .footer-wrapper .footer-container .footer-row .footer .footer-details .left .menus {
    width: 70%;
  }
}
@media (max-width: 998px) {
  .footer-wrapper .footer-container .footer-row .footer .footer-details {
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
  }
  .footer-wrapper .footer-container .footer-row .footer .footer-details .left {
    width: 90%;
  }
  .footer-wrapper .footer-container .footer-row .footer .footer-details .left .logo {
    width: 30%;
  }
  .footer-wrapper .footer-container .footer-row .footer .footer-details .left .logo a {
    width: 100%;
  }
  .footer-wrapper .footer-container .footer-row .footer .footer-details .left .menus {
    width: 70%;
  }
  .footer-wrapper .footer-container .footer-row .footer .footer-details .right {
    width: 90%;
    padding-bottom: 10px;
  }
  .footer-wrapper .footer-container .footer-row .footer .footer-details .right .email {
    padding: 0px 20px 0px 0px;
  }
}
@media (max-width: 768px) {
  .footer-wrapper .footer-container .footer-row .footer .footer-details {
    width: 100%;
  }
  .footer-wrapper .footer-container .footer-row .footer .footer-details .left {
    flex-direction: column;
    width: 100%;
  }
  .footer-wrapper .footer-container .footer-row .footer .footer-details .left .logo {
    width: 100%;
  }
  .footer-wrapper .footer-container .footer-row .footer .footer-details .left .logo a {
    padding-left: 0px;
    width: 60%;
    justify-content: start !important;
  }
  .footer-wrapper .footer-container .footer-row .footer .footer-details .left .logo .text {
    padding-left: 10px;
  }
  .footer-wrapper .footer-container .footer-row .footer .footer-details .left .menus {
    width: 100%;
    padding-top: 10px;
    padding-left: 0px;
  }
  .footer-wrapper .footer-container .footer-row .footer .footer-details .left .menus .menu-left .footer-left-menu .footer-menu {
    padding-left: 10px;
  }
  .footer-wrapper .footer-container .footer-row .footer .footer-details .right {
    width: 95%;
  }
  .additional-footer .additional-footer-details {
    font-size: 14px;
    padding: 10px 0px;
  }
}

/*# sourceMappingURL=footer.css.map */
