/* =============== GOOGLE FONTS =============== */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

/* =============== Main Rule =============== */
*,
ul {
  padding: 0;
  margin: 0;
}

:root {
  /*========== Colors ==========*/
  --first-color: #fff;
  --second-color: #0c5da4;
  --third-color: #062744;
  --fourth-color: #07335a;
  --fifth-color: #6c7496;
  --sixth-color: #282828;
  --seventh-color: #3c3c3c;
  --eighth-color: #505050;
  --ninth-color: #dc3545a6;

  /*========== Font and typography ==========*/
  --body-font: 'Roboto', sans-serif;
  --alt-font: math;
  --h1-font-size: 1.5rem;
  --h2-font-size: 1.25rem;
  --h3-font-size: 1rem;

  /*========== Font weight ==========*/
  --font-medium: 500;
  --font-semi-bold: 600;

  /*========== z index ==========*/
  --z-sm: 10;
  --z-fixed: 100;

  /*========== Transitions ==========*/
  --main-transition: .3s;
  --alt-transition: .5s;

  /*========== Border ==========*/
  --main-radius: 6px;
  --alt-radius: 10px;

  /*========== Gap ==========*/
  --main-gap: 20px;
  --alt-gap: 10px;

  /*========== Padding ==========*/
  --main-padding: 80px 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font);
  text-transform: capitalize;
  transition: var(--main-transition);
  -webkit-transition: var(--main-transition);
  -moz-transition: var(--main-transition);
  -ms-transition: var(--main-transition);
  -o-transition: var(--main-transition);
}

ul {
  list-style: none;
}

a {
  color: var(--dark);
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

i {
  vertical-align: unset !important;
}

h1,
h2,
h3 {
  font-size: 2.2rem !important;
}

p {
  font-size: 1rem !important;
}

@media (max-width:766px) {

  a {
    font-size: .9rem !important;
  }

  i {
    font-size: 1.1rem !important;
  }

  h1,
  h2 {
    font-size: 1.2rem !important;
  }

  p {
    font-size: .9rem !important;
  }
}

@media (min-width: 767px) and (max-width:991px) {

  h1,
  h2,
  h3 {
    font-size: 1.5rem !important;
  }
}


::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-track {
  background-color: #ddd;
}

::-webkit-scrollbar-thumb {
  background: var(--gray);
  transition: var(--alt-transition);
  -webkit-transition: var(--alt-transition);
  -moz-transition: var(--alt-transition);
  -ms-transition: var(--alt-transition);
  -o-transition: var(--alt-transition);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgb(108 117 125 / 52%);
}

/* =============== Components ===============*/
/* ------ Form ------ */
form {
  margin: auto;
  padding: 30px 25px;
  max-width: 375px;
  background: #f3f4f96e;
  border: 3px solid rgb(255, 255, 255);
}

@media (max-width: 599px) {
  .form {
    width: 98% !important;
  }
}

@media (min-width: 600px) and (max-width: 699px) {
  form {
    width: 70% !important;
  }
}

@media (min-width: 700px) and (max-width: 766px) {
  form {
    width: 70% !important;
  }
}

@media (max-width: 766px) {
  form {
    margin: auto !important;
  }
}

/* ------ Asterisk Required input Filed & inputs------*/
.asterisk {
  color: darkred;
  font-size: 1rem;
  position: absolute;
  right: 13px;
  top: 60%;
  font-weight: 700;
}

input::-moz-placeholder {
  color: rgb(170, 170, 170);
}

input::placeholder {
  color: rgb(170, 170, 170);
  font-size: .9rem;
  font-weight: var(--font-medium);
  transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;
  -ms-transition: .6s;
  -o-transition: .6s;
}

input:focus::placeholder {
  opacity: 0;
}


/* ------ Head Title ------ */
.special-header {
  text-align: center;
  color: var(--gray);
  padding-bottom: 50px;
}

.special-header h2 {
  color: var(--danger);
  font-family: var(--alt-font);
  font-weight: bold;
  font-size: 2.8rem !important;
  text-transform: uppercase;
  width: fit-content;
  margin: 0 auto 16px;
  position: relative;
}

.special-header h2::after {
  content: "";
  position: absolute;
  background-color: var(--danger);
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  box-shadow: 0 0 6px var(--danger);
}

.special-header p {
  letter-spacing: .7px;
  margin: auto;
  width: 555px;
  max-width: 100%;
}

@media (max-width: 766px) {
  .special-header h2 {
    font-size: 1.8rem !important;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .special-header h2 {
    font-size: 2.2rem !important;
  }
}


/* ------ Head Paths ------ */
.paths {
  padding: 20px;
  transform: skewX(-20deg);
  font-size: .8rem;
}

.paths a {
  color: var(--gray);
  text-decoration: underline;
}

.paths a:hover {
  color: var(--danger)
}

.paths span {
  color: var(--gray);
}

/* =============== transitions =============== */
.nav_content .nav_item::after,
.account,
.nav_profile ul.dropdown-menu,
.nav_profile ul a.dropdown-item,
.nav_content .nav_item::after,
.nav_close,
.products__card,
.head_links li,
.footer a,
.contact_us .form-data .box label,
.contact_us fieldset,
.contact_us fieldset legend,
.pl_images img,
.pl_img-txt,
.pl_container .pl_box:hover::before,
.pl_container .pl_box:hover>span,
.related_card a,
.related_card a::after {
  transition: var(--alt-transition);
  -webkit-transition: var(--alt-transition);
  -moz-transition: var(--alt-transition);
  -ms-transition: var(--alt-transition);
  -o-transition: var(--alt-transition);
}

.about-us_info a,
.contact_info a,
.contact_us input[type="submit"],
.paths a,
.pd_info .pd_contact a,
.pd_images .img_box img,
ul.nav_links li,
.pl_container .pl_box:hover>span.mark {
  transition: var(--main-transition);
  -webkit-transition: var(--main-transition);
  -moz-transition: var(--main-transition);
  -ms-transition: var(--main-transition);
  -o-transition: var(--main-transition);
}

/* =============== pointer =============== */
.nav_translation,
.nav_open,
.nav_close,
button#up-scroll,
.account_page h1 span,
.submit-button,
.contact_us input[type="submit"],
.about_us-icon,
.pl_images img,
.pl_images .pl_img::after,
.pd_images .img_box img {
  cursor: pointer;
}

/* =============== transform =============== */
.logo_img-one,
.logo_img-two,
.landing_head,
.pl_img-info,
.related_card a::after {
  transform: translateX(-50%) !important;
  -webkit-transform: translateX(-50%) !important;
  -moz-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  -o-transform: translateX(-50%) !important;
}

ul.head_links,
.asterisk {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.about_us .about_us-head h2,
.products_list_head .pl_head h2,
.pl_container .pl_box>span.show {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

/* =============== Border Radius =============== */
ul.head_links,
.nav_profile .account,
.landing_head a,
.about-us_img,
.pl_container .pl_box>span.show,
.pd_info .pd_head>span,
.pd_info .pd_contact a,
.about_us-txt h2,
.contact_us .form-data .box input,
.contact_us fieldset,
.contact_us input[type="submit"] {
  border-radius: var(--main-radius);
  -webkit-border-radius: var(--main-radius);
  -moz-border-radius: var(--main-radius);
  -ms-border-radius: var(--main-radius);
  -o-border-radius: var(--main-radius);
}

.landing_page .landing_head,
.about-us_info a,
.pd_images .img_box img,
.pd_info .pd_contact h6,
.box_head,
.about_us-info a,
.contact_us-info h3,
.errors_form span,
.profile .profile-info {
  border-radius: var(--alt-radius);
  -webkit-border-radius: var(--alt-radius);
  -moz-border-radius: var(--alt-radius);
  -ms-border-radius: var(--alt-radius);
  -o-border-radius: var(--alt-radius);
}

.pl_img-info,
.about_us-img img {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.form .input,
.form .submit-button {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

/* =============== Header =============== */
header {
  height: fit-content;
  width: 100%;
  top: 0;
  z-index: 500;
  transition: all .7s ease;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
}

.bg-header {
  background-image: url("../images/landing_page.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 -95px;
}

.hide {
  height: 0 !important;
}

ul.head_links {
  top: 50%;
  right: 15px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 4px #fff;
}

.head_links li {
  padding: 8px 11px;
  border-radius: inherit;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
}

.head_links li:hover {
  box-shadow: 0 0 6px 1px;
}

.head_links a {
  color: #ffffffeb;
}

.Logo {
  width: 12%;
}

.nav_logo {
  display: grid;
}

.logo_img-one {
  width: 40px;
  left: 50%;
}

.logo_img-two {
  left: 49.4%;
  bottom: 1px;
  width: 61px;
}

.nav_content {
  gap: calc(var(--main-gap) + 30px);
}

.nav_content .nav_info {
  flex: 1;
}

.nav_content ul.nav_list {
  gap: var(--main-gap);
}

.nav_content .nav_item.active::after,
.nav_content .nav_item.active:hover::after {
  width: 100%;
  box-shadow: 0 0 3px 1px var(--second-color);
}


.nav_content .nav_item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  background: var(--second-color);
  height: 1px;
  width: 0;
}

.nav_content .nav_item:hover::after {
  width: 100%;
  box-shadow: 0 0 3px 1px var(--second-color);
}

.nav_info-body .nav_list a,
.nav_profile .account,
.nav_translation {
  font-size: .9rem;
  letter-spacing: 1px;
  font-weight: var(--font-medium);
}

.nav_content .nav_profile {
  gap: calc(var(--alt-gap) + 4px)
}

.nav_translation {
  outline: none;
  height: 25px;
}

.nav_translation option {
  color: black;
  font-size: .8rem;
}

.nav_profile .account:hover,
.nav_profile .account-active {
  box-shadow: 0 0 4px var(--first-color);
}

.nav_profile ul.dropdown-menu {
  top: -10px !important;
}

.nav_profile a.dropdown-item {
  color: #795548 !important;
  font-size: .9rem;
  font-weight: var(--font-medium);
}

.nav_profile ul a.dropdown-item:focus,
.nav_profile ul a.dropdown-item:hover {
  background-color: unset !important;
  margin-left: 8px;
  text-decoration: underline;
}

/* =============== Scroll Header =============== */
.scroll-header {
  position: fixed !important;
  top: 20px;
  background-image: unset !important;
}

.scroll-header .nav_link,
.scroll-header .nav_translation,
.scroll-header .account,
.scroll-header .nav_profile-info .nav-link {
  color: black !important;
}

.scroll-header .nav_profile .account:hover {
  box-shadow: 0 0 4px #343a409e;
}

.scroll-header .nav_content {
  gap: calc(var(--main-gap) + 30px);
  background: var(--first-color);
  border-radius: 85px;
  padding: 0 30px;
  box-shadow: -1px 4px 9px 1px #3039424d,
    0 0 6px #0627448c;
}

@media (max-width:375px) {

  .nav_list a.nav_link,
  .nav_translation,
  .nav_profile a {
    font-size: .8rem !important;
  }
}

@media (max-width: 599px) {
  .scroll-header .nav_content {
    padding: 0 23px 0 17px;
  }

  .Logo {
    width: 36%;
  }

  .logo_img-one {
    width: 35px;
  }

  .logo_img-two {
    width: 53px;
    left: 49.3%;
  }

  .nav_open {
    width: 15% !important;
  }
}

@media (min-width: 600px) and (max-width: 830px) {

  .logo_img-one {
    width: 40px;
  }

  .logo_img-two {
    width: 62px;
    left: 49.3%;
  }

}

@media (max-width: 766px) {
  .nav_open {
    color: var(--first-color);
    font-size: 1.4rem !important;
  }

  .head_links {
    display: none;
  }

  ul.nav_links {
    display: flex;
    background-color: #000000e3;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    max-width: 100%;
    justify-content: space-evenly;
  }

  ul.nav_links li {
    padding: 9px 13px;
    border-radius: calc(var(--alt-radius) + 4px);
  }

  ul.nav_links li:hover {
    box-shadow: 0 0 11px var(--gray-dark);
  }

  ul.nav_links a {
    color: #ffffffeb;
  }
}

@media (min-width: 767px) {
  .nav_links {
    display: none;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .nav_profile a.nav-link {
    font-size: .9rem;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .Logo {
    width: 25%;
  }
}

@media (min-width: 700px) and (max-width: 767px) {
  header .container {
    max-width: 650px;
  }
}

@media (min-width: 600px) and (max-width: 992px) {
  .nav_open {
    width: 10% !important;
  }
}

@media (max-width: 992px) {

  .nav_list a.nav_link,
  .nav_translation,
  .nav_profile a {
    color: black !important;
  }


  .nav_content {
    justify-content: space-between;
  }

  .nav_open {
    color: var(--first-color);
    font-size: 1.6rem;
    width: fit-content;
  }

  .scroll-header .nav_open {
    color: black;
  }

  .nav_content .nav_info {
    position: fixed;
    height: 100vh;
    left: 0;
    top: 0;
    box-shadow: 0 4px 13px 2px rgb(0 0 0 / 10%);
    background-color: var(--first-color);
    z-index: var(--z-fixed);
    padding: 20px;
    width: 0;
    opacity: 0;
    overflow: hidden;
    transition: var(--alt-transition) ease-in-out;
    -webkit-transition: var(--alt-transition) ease-in-out;
    -moz-transition: var(--alt-transition) ease-in-out;
    -ms-transition: var(--alt-transition) ease-in-out;
    -o-transition: var(--alt-transition) ease-in-out;
  }

  .nav_info-head .nav_close {
    font-size: 1.2rem;
    padding: 2px 5px !important;
  }

  .nav_info-head .nav_close:hover {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }

  .nav_content .nav_info-body {
    flex-direction: column;
    align-items: unset !important;
    height: 75%;
    border-top: 1px solid black;
    padding: 0 10px;
  }

  .nav_list {
    display: block !important;
  }

  .nav_list li.nav_item {
    padding: 20px 20px 10px 0 !important;
    transition: var(--alt-transition);
    -webkit-transition: var(--alt-transition);
    -moz-transition: var(--alt-transition);
    -ms-transition: var(--alt-transition);
    -o-transition: var(--alt-transition);
  }

  .nav_list li.nav_item:hover {
    padding-left: 15px !important;
  }

  .nav_list li.nav_item:hover::after,
  .nav_content .nav_item.active::after {
    content: unset;
  }

  .nav_profile {
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px solid black;
  }
}

@media (min-width: 993px) {

  .nav_open,
  .nav_info-head {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .Logo {
    width: 20%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .Logo {
    width: 15%;
  }

  .nav_profile {
    gap: 6px !important;
  }
}


/* ############################ Home Page ############################ */

/* =============== Landing Section =============== */
.landing_page {
  top: -120px;
  height: 100vh;
}

.landing_page img{
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: 50%;
}

.landing_page div.toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(135deg, #2828287a 0%, #2c0a03ad 100%);
}

.landing_page .landing_head {
  left: 50%;
  top: 40%;
  text-align: center;
  width: 78%;
  line-height: 1.5;
  background: #f8f9fa40;
  color: black;
  padding: 10px;
  z-index: 10;
  box-shadow: 0 0 5px var(--gray-dark), 0 0 10px var(--gray-dark);
  font-family: var(--alt-font);
}

.landing_page .landing_head h1 {
  font-size: 1.9rem !important;
  font-weight: var(--font-semi-bold);
}

.landing_head a {
  box-shadow: 0 0 5px 2px var(--second-color);
  background-color: var(--second-color);
  padding: 6px;
  font-size: 1.4rem;
  letter-spacing: 1.4px;
}

@media (max-width: 599px) {
  .landing_page .landing_head {
    min-width: 325px;
    padding: 7px !important;
  }
}

@media (max-width: 766px) {
  .landing_page .landing_head h1 {
    font-size: 1.1rem !important;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .landing_page .landing_head h1 {
    font-size: 1.3rem !important;
  }

  .landing_head a {
    font-size: 1.1rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .landing_page .landing_head h1 {
    font-size: 1.8rem !important;
  }
}


/* =============== Our Products Section =============== */
.our_products {
  margin-top: -60px;
}

.our_products .special-header {
  padding-bottom: 15px;
}

.products__container {
  padding: 1rem 0 5rem;
}

.products__card,
.products__img {
  border-radius: calc(var(--alt-radius) + 6px);
  -webkit-border-radius: calc(var(--alt-radius) + 6px);
  -moz-border-radius: calc(var(--alt-radius) + 6px);
  -ms-border-radius: calc(var(--alt-radius) + 6px);
  -o-border-radius: calc(var(--alt-radius) + 6px);
}

.products__card {
  display: grid;
  box-shadow: 1px 3px 7px hsl(228deg 1% 74% / 18%);
  width: 290px;
  background-color: var(--first-color);
  padding: 0.5rem 0.5rem 0.8rem;
  margin: 0 auto;
  min-height: 345px;
  max-height: 345px;
}

.products__card:hover,
.products__card:focus {
  box-shadow: 1px 12px 17px 2px hsl(228deg 66% 45% / 19%);
}

.products__img {
  width: 100%;
  height: 220px;
  max-height: 100%;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  background: linear-gradient(35deg, #ddd, transparent);
}

.products__data {
  padding: 0 0.4rem;
  color: var(--fifth-color);
}

.products__title {
  font-size: 1.3rem !important;
  margin-bottom: 3px;
  font-weight: var(--font-semi-bold);
}

.products__description {
  font-size: .9rem !important;
  font-weight: var(--font-medium);
}

/* Swiper class */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: '' !important;
}

.swiper-button-prev,
.swiper-button-next {
  top: initial;
  bottom: 30px;
  width: fit-content;
  height: initial;
  background-color: var(--first-color);
  border: 2px solid #dc3545a6;
  outline: none;
  padding: 3px 8px;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  font-size: 1.5rem;
  color: var(--third-color);
}

.swiper-button-prev {
  left: calc(50% - 2.5rem) !important;
}

.swiper-button-next {
  right: calc(50% - 2.5rem) !important;
}

.prd-icon {
  font-size: 1.3rem;
}

.prd-icon:hover {
  animation: unset;
}


/* =============== About Us Section =============== */
.about-us {
  padding: var(--main-padding);
  overflow: hidden;
}

.about-us .row {
  gap: 30px;
}

.about-us_info h2 {
  color: var(--fourth-color);
  text-transform: uppercase;
  font-family: var(--alt-font);
  font-weight: bold;
  text-decoration: underline;
  padding-bottom: 4px;
}

.about-us_info p {
  font-weight: var(--font-medium);
  color: var(--seventh-color);
}

.about-us_info strong {
  color: #d35400;
}

.about-us_info a {
  background-color: var(--third-color);
  color: white;
  padding: 7px;
  display: inline-block;
}

.about-us_info a:hover {
  box-shadow: 0 0 10px var(--fourth-color);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.about-us_img {
  overflow: hidden;
  box-shadow: -6px 6px 8px #07335a66;
}

@media (min-width: 430px) and (max-width: 575px) {
  .about-img {
    width: 83% !important;
  }
}

@media (max-width: 991px) {
  .about-us .row {
    flex-direction: column-reverse;
    justify-content: unset !important;
    text-align: center;
  }

  .about-us_info h2 {
    font-size: 1.8rem !important;
  }
}


/* =============== Contact US Section =============== */
.contact-us {
  margin: 40px 0;
  background-image: url("../images/bg-contact.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
}

.contact-us::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000a3;
}

.contact_container {
  display: grid;
  grid-template-columns: 40% 50%;
}

.contact_img img {
  position: absolute;
  width: 425px;
  bottom: -65px;
  z-index: var(--z-fixed);
  left: 10%;
}

.contact_info {
  z-index: var(--z-fixed);
  color: white;
}

.contact_info h3 {
  padding-right: 35px;
}

.contact_info strong {
  color: var(--danger);
  text-transform: uppercase;
}

.contact_info a {
  display: inline-block;
  background-color: var(--ninth-color);
  color: white;
  padding: 10px 14px;
  font-size: 1.2rem;
  margin-top: 12px;
  box-shadow: 0 0 6px 1px var(--danger), 0 0 4px var(--first-color);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.contact_info a:hover {
  box-shadow: 0 0 6px 2px var(--danger),
    0 0 8px var(--first-color)
}

@media (max-width: 599px) {
  .contact-us {
    margin: unset;
    height: 250px;
  }

  .contact_container {
    grid-template-columns: 48% 52%;
  }

  .contact_img img {
    width: 240px;
    bottom: -45px;
    left: -39px;
  }

  .contact_info h3 {
    font-size: 1.2rem !important;
  }

  .contact_info a {
    padding: 5px 6px;
  }
}

@media (min-width: 430px) and (max-width: 599px) {
  .contact_img img {
    left: -1px !important;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .contact-us {
    margin: unset;
    height: 335px;
  }

  .contact_container {
    grid-template-columns: 50% 50%;
  }

  .contact_img img {
    width: 360px;
    left: -10%;
  }

  .contact_info h3 {
    font-size: 1.2rem !important;
  }

  .contact_info a {
    padding: 6px 9px;
    font-size: 1.1rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-us {
    margin: 30PX 0;
    height: 360PX;
  }

  .contact_container {
    grid-template-columns: 44% 55%;
  }

  .contact_img img {
    width: 385px;
    left: -18px;
  }

  .contact_info h3 {
    font-size: 1.6rem !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact_img img {
    left: 6%;
  }
}

@media (max-width: 1199px) {
  .contact_info h3 {
    padding-right: unset;
  }
}

/* ############################ Home Page ############################ */



/* ############################ Products Pages ############################ */
/* All Products Page */
.products_list_head .pl_head {
  background-image: url("../images/bg-products.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  height: 500px;
  max-height: 100%;
}

.products_list_head .pl_head .pl_overlay,
.about_us .about_us-head .about_us-overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, var(--sixth-color) 0%, #2c0a03ad 100%);
}

.products_list_head .pl_head h2,
.about_us .about_us-head h2 {
  top: 50%;
  left: 50%;
  opacity: .5;
  font-size: 5rem !important;
  font-family: var(--alt-font);
}

/* ---- Images cards --*/
.products_list_cards {
  padding: 40px 0;
}

.pl_images {
  gap: var(--alt-gap);
}

.pl_images .pl_img,
.pl_images .pl_img::after {
  transition: .4s ease-out;
  -webkit-transition: .4s ease-out;
  -moz-transition: .4s ease-out;
  -ms-transition: .4s ease-out;
  -o-transition: .4s ease-out;
}

.pl_images .pl_img {
  flex-basis: 10%;
}

.pl_images .pl_img::after {
  content: "";
  position: absolute;
  background: rgb(64 60 68 / 45%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
}

.pl_images .pl_img.active_img {
  flex-basis: 50% !important;
}

.pl_images .pl_img.active_img::after {
  content: unset;
}

.pl_images .pl_img.active_img img {
  width: 100%;
}

.pl_images img {
  height: 400px;
  padding: 3px;
  background-color: #3c3c3c73;
  box-shadow: 0 8px 8px #343a406e;
  border-radius: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
}

/* ---- All --*/
.pl_container {
  padding-top: 80px;
  row-gap: 30px;
}

.pl_container .pl_box {
  border: 1px solid var(--fifth-color);
  border-radius: 21px;
  box-shadow: 0 5px 8px #6c749673, 0 0 4px #6c749673;
  overflow: hidden;
  transition-timing-function: ease;
  display: grid;
  height: 400px;
}

.pl_container .pl_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 25%);
  width: 100%;
  height: 0;
  transition-timing-function: ease-in-out;
  transition-delay: .1s;
}

.pl_container .pl_box:hover::before {
  height: 100%;
}

.pl_container .pl_box>span.mark {
  position: absolute;
  left: 0;
  top: 0;
  padding: 7px 5px;
  border-radius: 0 10px;
  color: white;
  letter-spacing: 2px;
  font-weight: var(--font-medium);
}

.pl_container .pl_box>span.seller {
  background-color: #28A745;
  box-shadow: 0 0 4px 1px #28A745;
}

.pl_container .pl_box>span.sale {
  background-color: #DC3545;
  box-shadow: 0 0 4px 1px #DC3545;
}

.pl_container .pl_box:hover>span.mark {
  opacity: .7;
}

.pl_container .pl_box>span.show {
  position: absolute;
  left: 50%;
  bottom: -150%;
  color: var(--first-color);
  font-weight: var(--font-semi-bold);
  box-shadow: 0 0 35px #ddd, 0 0 1px #dddddd94;
  background: #e9ecef52;
  padding: 15px;
  font-size: 1.1rem;
  width: 70%;
  text-align: center;
  transition-timing-function: ease-in-out;
}

.pl_container .pl_box:hover>span.show {
  bottom: 36% !important;
}

.pl_container .pl_box img {
  border-bottom: 1px solid #062744d4;
  width: 100%;
  height: 250px;
  max-height: 100%;
}

.pl_container .pl_box .pl_box-info {
  padding: 13px;
}

.pl_container .pl_box p {
  font-weight: var(--font-medium);
  color: var(--gray);
  margin: 0;
}

/* --Sing Product Page -- */
/* ---- Single --*/
.pd_images {
  gap: var(--main-gap);
}

.pd_images .img_box img {
  border: 1px solid #ddd;
  padding: 5px;
  box-shadow: 0 2px 12px #dee2e6;
}

.pd_images .img_box img:hover {
  box-shadow: 0 0 12px #aeb7c0;
}

.pd_images .img_box:first-child {
  display: grid;
}

.pd_images .img_box:first-child img {
  width: 140px;
  height: 118px;
  max-height: 100%
}

.pd_images .img_box:first-child img.img-h {
  height: 155px !important;
}

.pd_images .img_box:last-child img {
  width: 400px;
  height: 370px;
}

.pd_info .pd_head>span {
  padding: 7px 5px;
  color: white;
  letter-spacing: 2px;
  font-weight: var(--font-medium);
}

.pd_info .pd_head>span.seller {
  background-color: #28A745;
  box-shadow: 0 0 4px 1px #28A745;
}

.pd_info .pd_head>span.sale {
  background-color: #DC3545;
  box-shadow: 0 0 4px 1px #DC3545;
}

.pd_head h2.pd_title,
.Pd_body-list h4,
.pd_body-single h4 {
  font-family: var(--alt-font);
  color: var(--eighth-color);
  font-weight: var(--font-semi-bold);
}

.pd_head h2.pd_title {
  font-size: 1.8rem !important;
}

.pd_body p {
  font-weight: var(--font-medium);
  letter-spacing: .2px;
  color: var(--gray);
}

.pd_body p,
.pd_body ul li {
  padding-left: 20px;
}

.pd_body ul li span {
  color: #a91d2a;
  font-weight: var(--font-medium);
}

.pd_info .pd_contact h6 {
  padding: 15px 24px;
  text-align: center;
  letter-spacing: .5px;
  line-height: 1.4;
  border: 1px solid #ddd;
  box-shadow: 0 0 6px #ddd;
}

.pd_info .pd_contact a {
  padding: 14px 0;
  letter-spacing: 1px;
  font-weight: 500;
  color: var(--first-color);
  margin-top: 11px;
  text-align: center;
  background-color: var(--eighth-color);
}

.pd_info .pd_contact a:hover {
  box-shadow: 0 0 8px var(--eighth-color);
}

/* -- related products */
.related_products {
  margin-top: 40px;
}

.related-head {
  font-family: var(--alt-font);
}

.related-head h2 {
  font-weight: var(--font-semi-bold);
  color: var(--eighth-color);
}

.related-head p {
  font-weight: var(--font-medium);
  color: var(--secondary);
  font-size: 1.1rem !important;
  letter-spacing: .8px;
}

.related_cards>div {
  padding: 9px;
}

.related_card {
  border: 1px solid #ddd;
  box-shadow: inset 0 0 6px 1px #ddd, 0 0 8px #ddd;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 0 !important;
  height: 400px;
  max-height: 100%;
  display: grid;
}

.related_card img {
  height: 230px;
  max-height: 100%;
  width: 100%;
}

.related_card-info p {
  margin-bottom: 0;
  font-weight: var(--font-medium);
  color: var(--gray);
  letter-spacing: .4px;
}

.related_card a,
.related_card a::after {
  transition-timing-function: ease-in;
  transition-property: all;
}

.related_card a {
  color: var(--danger);
  font-weight: var(--font-semi-bold);
}

.related_card a:hover {
  color: var(--eighth-color);
}

.related_card a::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  left: 50%;
}

.related_card a:hover::after {
  width: 100%;
  background-image: linear-gradient(149deg, var(--eighth-color), transparent);
}

/* ---- */
@media (max-width: 489px) {
  .pl_container>div {
    flex: 0 0 90%;
    max-width: 90%;
  }

  .pd_body p,
  .pd_body ul li {
    padding-left: 20px;
  }
}

@media (min-width: 490px) and (max-width: 575px) {
  .pl_container>div {
    flex: 0 0 60%;
    max-width: 60%;
  }
}

@media (max-width: 575px) {
  .pd_body {
    text-align: center;
  }

  .pd_content>div>div {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pd_images {
    flex-direction: column-reverse;
    align-items: center;
  }

  .pd_images .img_box:first-child {
    display: flex;
    column-gap: var(--alt-gap);
  }

  .pd_images .img_box:last-child img {
    width: 380px;
    height: 320px;
  }

  .pd_images .img_box:first-child img.img-h {
    height: 135px !important;
  }

  .pd_info .pd_contact h6 {
    padding: 10px 5px;
    letter-spacing: .3px;
  }

  .pd_info .pd_contact a {
    padding: 10px 0;
  }

  /* -- */
  .related_cards>div {
    padding: 10px 25px !important;
  }

  .related_card {
    height: 390px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .pd_info h4 {
    font-size: 1.4rem;
  }

  .pd_info .pd_contact h6 {
    padding: 11px 5px;
    letter-spacing: .3px;
  }

  .pd_info .pd_contact a {
    padding: 12px 0;
    letter-spacing: .7px;
  }
}

@media (max-width: 599px) {
  .products_list_head .pl_head {
    height: 280px;
  }

  .products_list_head .pl_head h2 {
    font-size: 2.7rem !important;
    top: 60%;
  }

  .products_list_cards .special-header p {
    width: 300px !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .related_card-info p {
    width: 240px;
    margin: auto;
  }
}

@media (min-width: 600px) and (max-width: 766px) {
  .products_list_head .pl_head {
    height: 330px;
  }

  .products_list_head .pl_head h2 {
    font-size: 3.6rem !important;
  }

  .pl_images .pl_img {
    flex-basis: 15%;
  }

  .pl_images img {
    height: 320px;
  }

  .active_img .pl_img-txt {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .active_img .pl_img-info {
    left: 50%;
  }

  .pl_images {
    display: none !important;
  }

  .pl_container {
    padding-top: unset;
    row-gap: 20px;
  }

  .pl_container>div.col-sm-6 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  /* -- */

  .paths a {
    font-size: .7rem !important;
  }

  .pd_info .pd_head>span {
    font-size: .9rem;
  }

  .pd_head h2.pd_title {
    font-size: 1.4rem !important;
  }

  .Pd_body-list h4,
  .pd_body-single h4 {
    font-size: 1.3rem;
  }

  /* -- */
  .related_cards>div {
    padding: 5px;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .products_list_cards .special-header p {
    width: 410px !important;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .products_list_head .pl_head {
    height: 390px;
  }

  .products_list_head .pl_head h2 {
    font-size: 4rem !important;
  }

  /* -- */
  .pd_head h2.pd_title {
    font-size: 1.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pl_images .pl_img {
    flex-basis: 15%;
  }

  .pl_images img {
    height: 330px;
  }

  .active_img .pl_img-txt {
    height: 50px;
    width: 217px;
  }

  .pl_img-info {
    padding: 5px;
  }

  .pl_img-txt h5 {
    font-size: 1.1rem;
  }

  .pl_img-txt span {
    font-size: .8rem;
  }

  .active_img .pl_img-info {
    gap: var(--alt-gap);
  }
}

@media (max-width: 991px) {

  .pl_images .pl_img.active_img {
    flex-basis: 100% !important;
  }

  .pl_img i {
    font-size: 1.2rem;
  }

  .pl_img-txt {
    transition-delay: unset;
  }

  /* -- */

  .paths {
    font-size: .7rem;
  }

  .pd_head h2.pd_title,
  .Pd_body-list h4,
  .pd_body-single h4 {
    text-align: center;
  }

  .pd_info {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
  }

  .pd_body p,
  .pd_body ul li,
  .pd_info .pd_contact h6,
  .pd_info .pd_contact a {
    font-size: .9rem !important;
  }

  /* -- */
  .related-head p {
    font-size: unset !important;
  }

  .related_card-info p {
    font-size: .9rem !important;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  .products_list_head .pl_head {
    height: 450px;
  }

  .pl_images .pl_img {
    flex-basis: 9%;
  }

  .pl_img i {
    font-size: 1.8rem;
  }

  .active_img .pl_img-txt {
    width: 225px;
  }

  /* -- */
  .pd_head h2.pd_title {
    font-size: 1.6rem !important;
  }

  /* - */

}

@media (min-width: 768px) and (max-width: 1199px) {
  .active_img .pl_img-info {
    left: 40%;
  }

  /* - */
  .related_cards>div {
    padding: 13px;
  }

  .related_card {
    padding: 10px;
  }

  .related_card img {
    min-height: 240px;
  }

  .related_card a:hover::after {
    width: 110%;
  }
}

@media (max-width: 1199px) {
  .related_card img {
    border-radius: var(--main-radius);
    -webkit-border-radius: var(--main-radius);
    -moz-border-radius: var(--main-radius);
    -ms-border-radius: var(--main-radius);
    -o-border-radius: var(--main-radius);
  }
}

/* ############################ Products Pages ############################ */



/* ############################ About US Page ############################ */
.about_us .about_us-head {
  background-image: url("../images/bg-contactus-page.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  height: 500px;
  max-height: 100%;
}

/* ---- */
.about_us-container {
  padding: 60px 0;
}

.about_us-txt h2 {
  font-family: var(--alt-font);
  font-weight: var(--font-semi-bold);
  color: var(--danger);
  width: fit-content;
  box-shadow: inset 0 0 7px var(--danger);
  padding: 2px 10px;
  font-size: 2rem !important;
  margin-bottom: 20px;
}

.about_us-txt p,
.about_us-info p {
  font-weight: var(--font-medium);
}

.about_us-txt p,
.box_body,
.about_us-info {
  color: var(--gray-dark);
}

.box_head {
  box-shadow: inset 0 0 5px #ddd;
  padding: 7px 10px;
  border: 1px solid #ddd;
}

.box_head h3 {
  font-family: var(--alt-font);
  font-size: 1.4rem !important;
  margin: unset;
}

.box_head i {
  font-weight: var(--font-semi-bold);
}

.box_body {
  padding-top: 15px;
}

ul.about_us-list {
  list-style: circle;
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--alt-transition) ease;
  -webkit-transition: max-height var(--alt-transition) ease;
  -moz-transition: max-height var(--alt-transition) ease;
  -ms-transition: max-height var(--alt-transition) ease;
  -o-transition: max-height var(--alt-transition) ease;
}

ul.about_us-list strong {
  left: -17px;
}

li.list_item {
  font-weight: var(--font-medium);
}

.about_us-info a {
  background-color: var(--seventh-color);
  padding: 10px 6px;
  box-shadow: 0 2px 13px var(--seventh-color);
  font-family: var(--alt-font);
  letter-spacing: 1.4px;
  display: inline-block;
}

.about_us-img img {
  height: 90vh;
  padding: 7px;
  border: 1px solid var(--gray);
  background: currentColor;
}

/* ---- */
.about_our_customer .special-header h2 {
  font-size: 2.5rem !important;
  margin: 0 auto 14px;
}

.about_our_customer .special-header p {
  letter-spacing: .3px !important;
}

.about_our_customer img {
  width: 145px;
  height: 135px;
  max-height: 100%;
  background-color: var(--first-color);
  border-radius: 25px;
  box-shadow: inset 0 0 5px var(--gray), 0 4px 10px #ddd;
  padding: 6px;
}

/* ---- */

@media (max-width: 575px) {
  .about_us-container {
    padding: 30px 0;
  }

  .about_us-container .row>div {
    padding: 0 9px;
  }

  .about_us-txt h2 {
    padding: 6px;
    font-size: 1.5rem !important;
  }

  .about_us-body {
    padding-right: unset !important;
  }

  .box_head h3 {
    font-size: 1.2rem !important;
  }

  .about_us-icon {
    font-size: .9rem !important;
  }

  li.list_item {
    font-size: .9rem;
    padding: 0.3rem 0 !important;
  }

  .about_us-info a {
    padding: 9px 5px;
  }

  .about_us-img {
    width: 90%;
    margin: auto;
  }

  .about_us-img img {
    height: 65vh;
  }

}

@media (max-width: 419px) {
  .about_our_customer .col-sm-4 {
    flex: 0 0 52%;
  }

  .about_our_customer img {
    width: 123px;
    height: 119px;
  }
}

@media (min-width: 420px) and (max-width: 575px) {
  .about_our_customer .col-sm-4 {
    flex: 0 0 30%;
  }

  .about_our_customer img {
    width: 115px;
    height: 110px;
  }
}

@media (min-width: 576px) and (max-width: 765px) {
  .about_our_customer .col-sm-4 {
    flex: 0 0 27%;
  }

  .about_our_customer img {
    width: 115px;
    height: 115px;
  }
}

@media (min-width: 766px) and (max-width: 767px) {
  .about_our_customer .col-sm-4 {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }
}

@media (max-width: 599px) {
  .about_us .about_us-head {
    height: 280px;
  }

  .about_us .about_us-head h2 {
    font-size: 3.1rem !important;
    top: 60%;
  }
}

@media (min-width: 600px) and (max-width: 766px) {
  .about_us .about_us-head {
    height: 330px;
  }

  .about_us .about_us-head h2 {
    font-size: 3.9rem !important;
  }
}

@media (max-width: 766px) {
  .about_our_customer .special-header h2 {
    font-size: 1.8rem !important;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .about_us .about_us-head {
    height: 390px;
  }

  .about_us .about_us-head h2 {
    font-size: 4.3rem !important;
  }

  .about_our_customer .special-header h2 {
    font-size: 2.1rem !important;
  }

  .about_our_customer img {
    width: 120px;
    height: 114px;
  }
}

@media (max-width: 991px) {
  .about_us-container .row {
    justify-content: center;
  }

  .about_us-txt h2 {
    margin: 0 auto 15px;
  }

  .about_us-txt p {
    text-align: center;
  }

  .about_our_customer {
    padding-top: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about_us .about_us-head {
    height: 450px;
  }
}

/* ############################ About US Page ############################ */



/* ############################ Contact US Page ############################ */
.contact_us {
  font-family: var(--alt-font);
}

.contact_us .special-header {
  padding-top: 35px;
}

.contact_us .special-header h2 {
  color: var(--fourth-color);
  font-size: 2.4rem !important;
}

.contact_us .special-header h2::after {
  background-color: var(--fourth-color);
  box-shadow: 0 0 6px var(--fourth-color);
}

.contact_us p {
  width: 100%;
  font-size: 1.1rem !important;
}

.contact_us form {
  flex: 1;
  max-width: 390px;
  color: var(--third-color);
  border: none;
  border-radius: 25px;
  box-shadow: inset 0 0 9px #ddd, 0 0 8px #07335a29;
}

.contact_us .form-data {
  margin-bottom: 33px;
}

.contact_us .form-data>div {
  column-gap: var(--main-gap);
}

.form-data .box .form-control:focus {
  color: unset !important;
  background-color: unset !important;
  border-color: unset !important;
  outline: 0;
  box-shadow: unset !important;
}

.contact_us .form-data .box input {
  border: none !important;
  border-bottom: 1px solid #333 !important;
  background: transparent !important;
}

.contact_us .form-data .box label {
  width: fit-content;
  left: 8px;
  bottom: -4px;
  font-weight: var(--font-medium);
  font-size: 1.1rem;
  pointer-events: none;
}

.form-data .box input:focus~label {
  font-size: initial !important;
  bottom: 19px !important;
  color: var(--fifth-color);
}

.contact_us fieldset {
  width: 100%;
  border: 1px solid var(--fifth-color);
}

.contact_us textarea {
  border: none;
  outline: none;
  background-color: transparent;
  width: 90%;
  font-size: 1.1rem;
  font-weight: var(--font-medium);
  color: #000000db;
}

.contact_us legend {
  font-size: 1.2rem;
  width: fit-content;
  font-weight: var(--font-medium);
}

.contact_us fieldset:focus-within {
  box-shadow: 0 0 5px var(--fifth-color);
}

.contact_us fieldset:focus-within legend {
  padding-top: 21px;
  font-size: 1.1rem;
}

.contact_us input[type="submit"] {
  margin: 20px auto 0;
  padding: 9px 25px;
  background-color: var(--third-color);
  outline: none;
  letter-spacing: .1rem;
}

.contact_us input[type="submit"]:hover {
  box-shadow: 0 0 5px var(--third-color), 0 0 10px var(--third-color), 0 0 15px var(--third-color);
}

.contact_us-info {
  flex-basis: 50%;
  color: var(--seventh-color);
}

.contact_us-info h3 {
  font-size: 1.9rem !important;
  padding: 10px;
  width: fit-content;
  box-shadow: inset 0 0 9px #ddd, 0 0 8px #07335a29;
}

.contact_us-info h5 {
  padding: 6px 0;
}

.contact_us-info h5 strong {
  margin-right: 5px;
}

.contact_us .form-data .contact_errors-form {
  bottom: -28px;
  justify-content: space-evenly;
}

.contact_us span.contact_errors {
  color: darkred;
  font-weight: var(--font-medium);
  font-size: .8rem;
}

.contact_us span.contact_errors.last {
  flex-basis: 40%;
}

.contact_out {
  width: fit-content;
}

.contact_msgs,
.errors_form {
  opacity: 1;
  transition: all 1s ease-in;
  -webkit-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  -ms-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
}

.out_msg {
  height: 60px;
}

@media (max-width: 525px) {
  .out_msg {
    margin-bottom: 25px;
  }
}

@media (max-width: 599px) {
  .contact_us form {
    padding: 14px !important;
  }

  .contact_us .special-header {
    padding-bottom: 35px;
  }

  .contact_us .special-header h2 {
    font-size: 1.7rem !important;
  }

  .contact_us-info h3 {
    font-size: 1.4rem !important;
  }

}

@media (max-width: 767px) {
  .contact_us-container {
    flex-direction: column;
    text-align: center;
    row-gap: calc(var(--main-gap) + 10px);
  }

  .contact_us p {
    font-size: .9rem !important;
  }

  .contact_us-info h3 {
    margin: auto;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .contact_us .special-header h2 {
    font-size: 2.1rem !important;
  }

  .contact_us-info h3 {
    font-size: 1.6rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact_us-container {
    column-gap: var(--main-gap);
  }

  .contact_us-info {
    flex-basis: 45%;
  }

  .contact_us .special-header h2 {
    font-size: 2.1rem !important;
  }
}

@media (max-width: 991px) {
  .contact_us .form-data>div {
    column-gap: var(--alt-gap);
  }

  .contact_us-info h5 strong {
    display: block;
    margin: 0 0 6px;
  }

  .contact_us-info h5 {
    font-size: 1.2rem !important;
  }

  .contact_us .form-data .box label {
    font-size: 1rem;
  }
}

/* ############################ Contact US Page ############################ */


/* ############################ Account ############################ */
/* =============== Login | sign-up Page =============== */
.account_page .special-header {
  padding-bottom: 20px;
  font-family: var(--alt-font);
  font-weight: var(--font-semi-bold);
}

.account_page form {
  width: 50%;
  box-shadow: #380e12c7 0px 30px 20px -20px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.form .input {
  width: 100%;
  background-color: var(--first-color);
  border: none;
  padding: 23px 20px;
  margin-top: 15px;
  box-shadow: #545b6261 0px 10px 10px -5px;
  border-inline: 2px solid transparent;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

.form .input:focus {
  outline: none;
  border-inline: 2px solid darkred;
}

.form .forgot-password {
  display: block;
  margin-top: 10px;
  margin-left: 10px;
}

.form .forgot-password a {
  font-size: 12px;
  color: var(--eighth-color);
}

.form .submit-button {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-weight: var(--font-semi-bold);
  background: linear-gradient(45deg, var(--seventh-color) 0%, darkred 100%);
  color: var(--first-color);
  padding-block: 15px;
  margin: 20px auto;
  box-shadow: var(--gray) 0 20px 22px -13px;
  border: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.form .submit-button:hover {
  transform: scale(1.03);
  box-shadow: black 0px 21px 19px -18px;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}

.form .submit-button:active {
  transform: scale(0.95);
  box-shadow: #2e0d0d 0px 15px 10px -10px;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
}

.selected {
  color: darkred;
}

.account_signup {
  display: none;
}

/* Validation */
.errors_form {
  display: grid;
  width: fit-content;
  margin: 32px auto 0;
}

.errors_form span {
  font-size: .8rem;
  font-weight: var(--font-semi-bold);
  padding: 7px;
}

/* -- profile */
.profile .special-header {
  padding-bottom: 20px;
}

.profile .special-header h2 {
  margin-bottom: 10px;
  font-size: 2.6rem !important;
  color: var(--eighth-color);
}

.profile .special-header h2::after {
  background-color: var(--eighth-color);
  box-shadow: 0 0 6px var(--eighth-color);
}

.profile .special-header p {
  letter-spacing: 2px;
  font-weight: var(--font-medium);
  color: var(--secondary);
}

/* -- */
.profile_not-approved {
  height: 248px;
  width: 600px;
}

/* -- */

.profile .profile-info {
  box-shadow: 0 0 8px #ddd;
  overflow: hidden;
}

.profile_info-heading h5 {
  padding: 10px 13px;
  color: white;
  background-color: var(--danger);
}

.profile_info-body strong {
  text-transform: capitalize;
}

.profile_info-body li {
  padding: 7px;
  color: var(--eighth-color);
}


@media (max-width: 599px) {
  .form .submit-button {
    padding-block: 11px !important;
  }

  /* -- */
  .profile_not-approved {
    height: 150px !important;
    width: 330px;
    font-size: 1rem;
  }

  .profile_info-body {
    padding: 0.5rem !important;
  }
}

@media (max-width: 766px) {
  .account_page h1.special-header {
    font-size: 1.6rem !important;
  }

  .form .forgot-password a {
    font-size: .8rem !important;
  }

  /* -- */

  .profile .special-header h2 {
    font-size: 1.8rem !important;
  }

  .profile .special-header p {
    letter-spacing: .4px;
  }

  .profile_not-approved {
    height: 80px;
    align-items: end !important;
  }

  .profile_info-heading h5,
  .profile_info-body li i {
    font-size: 1rem !important;
  }

  .profile_info-body li {
    font-size: .9rem;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .profile .special-header h2 {
    font-size: 2rem !important;
  }

  .profile .special-header p {
    letter-spacing: unset;
  }
}

@media(min-width: 768px) and (max-width: 991px) {
  .profile_not-approved {
    width: 575px;
  }
}

@media(min-width: 600px) and (max-width: 991px) {
  .profile_not-approved {
    font-size: 1.15rem;
  }
}

@media(min-width: 600px) and (max-width: 767px) {
  .profile_not-approved {
    width: 500px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .profile_not-approved {
    height: 130px;
    align-items: end !important;
  }

  .profile_info-heading h5 {
    font-size: 1.10rem;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .profile .special-header h2 {
    font-size: 2.3rem !important;
  }

  .profile .special-header p {
    letter-spacing: 1.2px;
  }
}

/* ############################ Account ############################ */


/* =============== Footer =============== */
.footer {
  background-image: url("../images/bg-footer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 100px;
  padding: var(--main-padding);
}

.footer .nav {
  border-color: #dee2e652 !important;
}

.footer a:hover {
  color: var(--danger) !important;
}

.footer strong {
  color: var(--danger);
}

.footer i {
  color: antiquewhite;
}

@media (max-width: 400px) {
  .footer {
    padding: 55px 0;
  }

  .footer .nav {
    flex-wrap: unset;
  }

  .footer .nav a {
    padding: 0.3rem !important;
  }
}


/* =============== Up Scroll =============== */
button#up-scroll {
  z-index: 1000;
  right: 20px;
  bottom: 27px;
  width: 46px;
  height: 43px;
  outline: none;
  border: none;
  background-color: black;
  overflow: hidden;
  font-weight: bold;
  opacity: 0;
  box-shadow: -1px -1px 0 0 #ffffff47, -1px -1px 1px 1px #ffffff91;
  animation: up-scroll .9s infinite;
  -webkit-animation: up-scroll .9s infinite;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}

button#up-scroll::after {
  content: '';
  position: absolute;
  background-color: #ffffff5e;
  box-shadow: 0 0 10px 0px white, 0 0 20px 0px white, 0 0 25px white;
  width: 100%;
  height: 3px;
  right: -40px;
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transition: .1s;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  -ms-transition: .1s;
  -o-transition: .1s;
}

button#up-scroll:hover::after {
  right: 52px;
  top: 17px;
}

@media (max-width: 766px) {
  button#up-scroll {
    right: 10px;
    bottom: 23px;
    width: 38px;
    height: 36px;
    font-size: 15px;
  }

  button#up-scroll i {
    font-size: 1rem !important;
  }
}

@keyframes up-scroll {

  0%,
  100% {
    transform: translateY(-25%);
  }

  50% {
    transform: translateY(0);
  }
}