body,
html {
  margin: 0px;
  padding: 0px;
  font-family: Poppins;
}

* {
  box-sizing: border-box;
}

nav#header {
  margin-right: 5px;
  margin-left: 5px;
}
nav#header {
  background: white !important;
  padding-top: 5px;
  padding-bottom: 10px;
}
.navbar,
.navbar > .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: 2vw;
}
#navbar a {
  color: black;
}
#navbar ul {
  list-style: none;
  display: flex;
  width: 100%;
  margin: 3vw;
  justify-content: space-between;
}
.container img {
  width: 20vw;
}

.flex-container {
  display: flex;
  justify-content: center;
  align-items: start;
}
h1 {
  user-select: none;
  font-family: "Poppins";
  color: #ef5523;
  font-size: 60px;
  font-weight: 600;
  line-height: 66px;
  letter-spacing: 0.03em;
  text-align: center;
  padding-right: 20px;
}

h3 {
  font-weight: 400;
  margin: 0px;
  color: white;
  text-shadow: 0px 2px 4px #00000040;
  user-select: none;
}
.contact-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  width: 50%;
  height: 100vh;
}
.weblinks {
  display: flex;
  flex-direction: column;
  align-self: center;
  margin-top: 3%;
}
.weblinks {
  background: linear-gradient(180deg, #c02713 0%, #ef5523 100%);
  color: white;
  width: 28vw;
  text-align: center;
  padding: 1.5vw 0px;
  border-radius: 1.8rem 1.8rem 1.8rem 1.8rem;
  margin-bottom: 3%;
}
.weblinks a {
  user-select: none;
  cursor: pointer;
}
.weblinks a:hover {
  font-weight: bolder;
  text-shadow: 1px 1px 4px black;
}
.weblinks hr {
  width: 100%;
  margin-top: 4.5%;
  margin-bottom: 4.5%;
  border: 0.7px solid white;
  user-select: none;
}

a {
  text-decoration: none;
  color: white;
}
a:hover,
a:visited {
  color: white;
}
.action-button {
  width: 130px;
  height: 50px;
  background: white;
  display: flex;
  border-radius: 50px 50px;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 5vw;
  top: 5vh;
  box-shadow: 2px 2px 5px rgba(239, 85, 35, 0.5);
  transition: background 0.25s ease-in-out;
  outline: none;
  border: none;
  z-index: 0;
  overflow: hidden;
}
.action-button a {
  
  text-decoration: none;
  outline: none;
  border: none;
  z-index: 1;
  user-select: none;
}
.action-button:active {
  background: linear-gradient(rgb(239, 85, 35, 0.5), rgb(192, 39, 19, 0.5));
  box-shadow: 2px 2px 5px rgba(192, 39, 19, 0.5);
}
.action-button img {
  padding: 0px;
  
  width: 80%;
  
  margin-left: 20px;
  margin-top: 5px;

  z-index: 2;
}
.action-button::before {
  content: "";
  position: absolute;
  right: 0%;
  top: 0vh;
  width: 180px;
  height: 150px;
  border-radius: 50px 50px;
  background: linear-gradient(to right, rgb(192, 39, 19), #48a395);
  animation: circulate 1.5s linear infinite;
}
.action-button::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 50px 50px;
  background-color: rgba(255, 251, 251);
  z-index: 0;
}
#whatsappLink {
  line-height: 0px;
}

/* Dropdown styles */

.dropdown {
  width: 27.5vw;
  text-align: center;
  padding: 1.5vw 0px;
  font-family: Poppins;
}

.dropdown-btn {
  font-size: 13.5px;
  width: 100%;
  border: none;
  user-select: none;
  background: linear-gradient(180deg, #c02713 0%, #ef5523 100%);
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.7em 0.5em;
  border-radius: 0.5em;
  cursor: pointer;
  font-family: Poppins;
}

.arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  transition: transform ease-in-out 0.3s;
}

.dropdown-content {
  list-style: none;
  width: 100%;
  visibility: hidden;
  display: none;
  overflow: hidden;
}

.dropdown-content li {
  background: linear-gradient(180deg, #c02713 0%, #ef5523 100%);
  border-radius: 0.5em;
  position: relative;
  right: 100%;
  font-size: 13px;
  transition: 0.5s;
  transition-delay: calc(120ms * var(--delay));
}
.dropdown-btn:focus + .dropdown-content li {
  right: 0;
}

.dropdown-btn:focus + .dropdown-content {
  visibility: visible;
  display: block;
}

.dropdown-btn:focus > .arrow {
  transform: rotate(180deg);
}

.dropdown-content li:hover {
  background: linear-gradient(180deg, #c02713 0%, #ef5523 100%);
}

.dropdown-content li a {
  display: block;
  padding: 0.7em 0.5em;
  color: #fff;
  margin: 0.1em 0;
  text-decoration: none;
}
.show {
  display: block;
}
/* Media Query 1000px */

@media (max-width: 1000px) {
  h1 {
    font-size: 40px;
  }
  nav#header {
    margin-right: 10px;
    margin-left: 10px;
  }
  nav#header {
    background: white !important;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .flex-container {
    flex-direction: column;
    height: 80vh;
    justify-content: start;
  }
  .contact-container {
    width: 100%;
    height: 50%;
    justify-content: start;
    gap: 1%;
  }
  .dropdown {
    /* max-width: 13em; */
    width: 65vw;
  }
  .weblinks {
    background: linear-gradient(180deg, #c02713 0%, #ef5523 100%);
    color: white;
    width: 70vw;
    text-align: center;
    padding: 3vw 0px;
    border-radius: 1.8rem 1.8rem 1.8rem 1.8rem;
  }
  .weblinks a {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
  }
  .weblinks hr {
    margin-top: 3%;
    margin-bottom: 3%;
    color: white;
    user-select: none;
  }
  .action-button {
    top: 4vh;
  }
}

/* Media Query  760*/
@media (max-width: 760px) {
  .navbar,
  .navbar > .container {
    margin-left: 1vw;
  }
  #navbar ul {
    list-style: none;
    display: flex;
    width: 100%;
    margin: 4vw 0px;
    padding-left: 1vw;
  }
  #navbar ul li {
    margin-left: 2vw;
  }
  nav#header {
    margin-right: 10px;
    margin-left: 10px;
  }
  nav#header {
    background: white !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
}

/* Media Query  538*/
@media (max-width: 538px) {
  #navbar ul li a {
    font-size: 0.8rem;
    margin-left: 1vw;
  }
  .container img {
    width: 130px;
  }
  #navbar ul {
    list-style: none;
    display: flex;
    width: 100%;
    margin: 5vw 0px;
    padding-left: 1vw;
  }
  h1 {
    font-size: 30px;
  }
}

/* Media Query 435px */

@media (max-width: 435px) {
  h1 {
    font-size: 30px;
  }
  .action-button {
    width: 110px;
    height: 50px;
  }
  #navbar ul li a {
    font-size: 0.7rem;
    margin-left: 0.5vw;
  }
  .container img {
    width: 100px;
    margin-top: 5%;
  }
  #navbar ul {
    width: 100%;
    margin: 5vw 0px;
    padding-left: 1vw;
  }
  .action-button {
    top: 3vh;
  }
}

/* Media Query 385 */
@media (max-width: 385px) {
  #navbar ul li a {
    font-size: 0.7rem;
    margin-left: 0.5vw;
  }
  .container img {
    width: 90px;
  }
  nav#header {
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar,
  .navbar > .container {
    margin-left: 0vw;
  }
  #navbar ul {
    margin-top: 5vw;
  }
  .action-button {
    width: 100px;
    top: 3vh;
  }
}

/* Media Query 300px */

@media (max-width: 300px) {
  .contact-container-bottom p {
    font-size: 0.5rem;
  }
  .action-button {
    width: 100px;
    top: 3vh;
  }
  #navbar ul li a {
    font-size: 0.5rem;
    margin-left: 0.5vw;
  }
  .container img {
    width: 60px;
  }
  #navbar ul {
    margin-top: 5.5vw;
    padding: 0px;
  }
}
/* Animations */
@keyframes circulate {
  0% {
    transform: translate(-140px, -50px);
  }
  25% {
    transform: translate(0px, -50px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  75% {
    transform: translate(-140px, 0px);
  }
  100% {
    transform: translate(-140px, -50px);
  }
}