@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background-color: rgb(255, 255, 255);
}
.my-text {
  text-decoration: none !important; /* or overline, line-through, blink */
 
}
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.navbar {
  
  border-top: 3px solid #44a12b;
  border-bottom: 3px solid #44a12b ;
  background-color: #fafafa;
  position: relative;
}

.menu-icon {
  display: none;
}

.nav-elements ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin-top: 20px;
 
}

.nav-elements ul li:not(:last-child) {
  margin-right: 60px;
}

.nav-elements ul a {
  font-size: 20px;
  font-weight:200;
  color: #050505;
  text-decoration: none;
}

.nav-elements ul a.active {
  /*color: aqua;*/
  font-weight: 500;
  position: relative;
}

.nav-elements ul a.active::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3fcf4b;
}

@media (max-width: 768px) {
  .nav-elements ul li:not(:last-child) {
    margin-right: 30px;
      z-index:1;
  }
}

@media (max-width: 600px) {
  .menu-icon {
    display: block;
    cursor: pointer;
  }

  .nav-elements {
    position: absolute;
    right: 0;
    top: 60px;
    background-color: #fafafa;
    width: 0px;
    height: calc(100vh - 60px);
    transition: all 0.3s ease-in;
    overflow: hidden;
      z-index:1;
 
  }

  .nav-elements.active {
    width: 270px;

  }

  .nav-elements ul {
    display: flex;
    flex-direction: column;
  }

  .nav-elements ul li {
    margin-right: unset;
    margin-top: 22px;
  }
}   
.dropbtn {
  background-color: #fafafa;
 
  font-size: 20px;
  font-weight:200;
  color: #050505;
text-decoration: none;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  z-index: 3;
}

/* Add relative positioning for mobile devices */
@media (max-width: 768px) {
  .dropdown-content {
    position: relative;
  }
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 18px !important;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

dropdown:hover .dropbtn {
  background-color:#168047;
}
.imgicon{
  width: 30%;
}
.hover-3 {
  --b: 0.1em;   /* the thickness of the line */
  --c: #168047; /* the color */
  
  color: #0000;
  padding-block: var(--b);
  background: 
    linear-gradient(var(--c) 50%,#000 0) 0% calc(100% - var(--_p,0%))/100% 200%,
    linear-gradient(var(--c) 0 0) 0% var(--_p,0%)/var(--_p,0%) var(--b) no-repeat;
  -webkit-background-clip: text,padding-box;
          background-clip: text,padding-box;
  transition: .3s var(--_s,0s) linear,background-size .3s calc(.3s - var(--_s,0s));
}
.hover-3:hover {
  --_p: 100%;
  --_s: .4s;
}

/**/
.language-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.language-icon {
  margin-right: 10px;
}

.language-icon img {
  width: 32px; /* Size for PC */
}

/* Tablet */
@media (max-width: 768px) {
  .language-icon img {
    width: 24px; /* Size for tablet */
  }
}

/* Mobile */
@media (max-width: 480px) {
  .language-icon img {
    width: 30px !important; /* Size for mobile */
  }
  .menu-icon {
    display: block;
    cursor: pointer;
    width: 40px;
  }
  .logo-9 h3{
    margin-top: 10px !important;
    font-family: 'Lora', serif;
    font-weight:600;
    text-transform:uppercase;
    font-size:20px !important;
    position:relative;
    z-index:1;
    color:#168047;
    text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff;
  }
}
.logo-9{
  position:relative;
}
.logo-9 i{
  font-size:80px;
  position:absolute;
  z-index:0;
  text-align:center;
  width:100%;
  left:0;
  top:-10px;
  color:#34495e;
  -webkit-animation:ring 2s ease infinite;
  animation:ring 2s ease infinite;
}

.logo-9 h3{

  font-family: 'Lora', serif;
  font-weight:600;
  text-transform:uppercase;
  font-size:30px;
  position:relative;
  z-index:1;
  color:#168047;
  text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff;
}

@-webkit-keyframes ring{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}100%,20%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes ring{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}100%,20%{-webkit-transform:rotate(0);transform:rotate(0)}}
