:root{
 --black-color: #000000;
 --main-color: #044F67;
 --text-color: #000000;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif
}

body,
html {
    height: 100%;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.8 !important;
}

p {
  margin: 0 !important;
}

a {
    text-decoration: none !important;
    color: var(--black-color) !important;
}

#contact a:focus, #contact a:hover, #partners a:focus, #partners a:hover{
  color: var(--main-color) !important;
}

main {
  min-height: 100%;
  margin-bottom: -50px;
}

footer {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px;
    text-align: center;
}

button, #about .order-btn {
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
  color: white !important;
  border-radius: 32px !important;
  padding: 5px 20px;
  transition: transform 0.3s ease;
  box-shadow: none !important; 
}

button:hover, #about .order-btn:hover {
  transform: scale(1.05); 
  transition: transform 0.3s ease;
}

/* Center the contents vertically in the flex container */
.w3-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

/* TO be always before all elements*/
.w3-top {
    z-index:9999 !important;
}

/* Change background color to white on hover or focus */
.w3-bar.w3-card a:hover, 
.w3-bar.w3-card a:focus,
.w3-sidebar a:hover,
.w3-sidebar a:focus {
    background-color: transparent !important;
    color: var(--main-color) !important;
}

/* Adjust margin for the right-floated links to add space between them */
.w3-bar .w3-right {
  margin-left: auto; /* Push the right-sided links to the right */
  margin-right: 20px; /* Adjust as needed */
}

.form-control:focus {
  border: 1px solid var(--main-color) !important;
}

.swal2-confirm.swal2-styled:focus {
  box-shadow: none !important;
}

#navLogo {
    width: 200px;
}

#sideBar {
    display: none;
    padding-top: 0px;
    right: 0;
    z-index: 2;
    width: 60%;
}

/* Animation in nav */
.hover-underline-animation {
  display: inline-block;
  position: relative;
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1.5px;
  bottom: 0;
  left: 0;
  background-color: var(--main-color);
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* Intro image */
.intro-image-container {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 80vh;
  overflow: hidden;
}

.intro-image-container img {
  width: 100%;
  opacity: 75%;
  position: relative;
}

  .carousel {
    max-width: 500px; /* Set the maximum width of the carousel */
    margin: 0 auto; /* Center the carousel horizontally */
  }

  .carousel-inner {
    background-color: #f5f5f5; /* Set the light gray background color */
  }

  .carousel-inner img {
    width: auto; /* Allow the images to scale down to fit the container width */
    height: auto; /* Allow the images to scale down to fit the container height */
    max-width: 100%; /* Ensure images don't exceed the carousel container width */
    max-height: 100%; /* Ensure images don't exceed the carousel container height */
    display: block; /* Center the images horizontally within the carousel item */
    margin: 0 auto; /* Center the images horizontally within the carousel item */
  }

  .carousel-indicators .active {
    background-color: var(--main-color) !important;
}

.w3-card-4 {
  border-radius: 5px;
}


.w3-ul .w3-padding-hor-16 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.w3-ul .w3-padding-hor-16 .price-price {
  float: right;
}


.w3-ul .w3-padding-hor-16 .price-title {
  float: left;
}

.footer-part .fa {
  padding: 15px;
  font-size: 25px;
  width: 55px;
  text-align: center;
  text-decoration: none;
  margin: 5px 5px 0px 5px;
  border-radius: 50%;
}

.footer-part .fa-facebook {
  background: #3B5998;
  color: white !important;
}

.footer-part .fa-instagram {
  background: #8A2387;
  background: -moz-linear-gradient(135deg, #8A2387 0%, #E94057 50%, #F27121 100%);
  background: -webkit-linear-gradient(135deg, #8A2387 0%, #E94057 50%, #F27121 100%);
  background: linear-gradient(135deg, #8A2387 0%, #E94057 50%, #F27121 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8A2387', endColorstr='#F27121', GradientType=1);
  color: white !important;
  color: white !important;
}

.footer-part .fa-whatsapp {
  background: #25D366;
  color: white !important;
}

.footer-part .fa-envelope {
  background: #C0C0C0;
  color: white !important;
}

.footer-part hr{
  border-color: lightgray !important;
  margin: 0 !important;
}

.col-container {
  display: table;
  width: 100%;
}
.col-container .w3-col {
  display: table-cell !important;
  padding: 16px !important;
}

iframe {
  width: 100% !important;
  height: 350px !important;
}

.w3-quarter .w3-container {
  border-radius: 5px;
}
/* HELPERS */
.margin-right-s {
    margin-right: 5px;
}

.margin-right-m {
    margin-right: 10px !important;
}


.margin-top-s {
    margin-top: 5px !important;
}

.margin-top-xl {
    margin-top: 20px !important;
}


.margin-bottom-s {
  margin-bottom: 5px !important;
}

.margin-bottom-m {
  margin-bottom: 10px !important;
}

.margin-bottom-l {
  margin-bottom: 15px !important;
}

.margin-bottom-xl {
  margin-bottom: 20px !important;
}

.my-s {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.footer-row-padding {
  padding: 30px 180px !important;
}

.padding-top-s {
    padding-top: 20px !important;
}

.padding-right-3xl {
    padding-right: 60px !important;
} 

.padding-right-m {
  padding-right: 10px !important;
}

.padding-right-l {
  padding-right: 15px !important;
}


.section-padding {
    padding: 40px 180px 40px 180px;
}

.vertical-center {
    vertical-align: middle;
}

.main-color {
  color: var(--main-color);
}

@media only screen and (max-width: 1111px) and (min-width: 701px) {

  .section-padding {
    padding: 30px 40px 30px 40px;
  }

  .center-on-small {
    text-align: center !important;
  }

#navLogo {
    width: 150px;
  }

  .w3-bar .w3-bar-item{
    font-size: 13px !important;
  }
}

@media only screen and (max-width: 700px) {
  body, html {
    font-size: 14px;
  }
  #navLogo {
    width: 90px;
  }

  .intro-image-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top:40px;
  }

  .intro-image-container img {
    width: 100%;
    height: auto;
    opacity: 65%;
    position: relative;
  }

  .section-padding {
    padding: 30px 20px 30px 20px;
  }

  main {
    margin-bottom: -20px;
  }

  .footer-row-padding {
    padding: 15px 20px !important;
  }

  ul li ul {
    padding-left: 13px !important;
  }

    .center-on-small {
    text-align: center !important;
  }

  .none-padding-on-small {
    padding: 0px !important;
  }

    .w3-bar .w3-bar-item{
    font-size: 10px !important;
  }
}