#header {
    min-height: 100vh;
    background-image: url("../assets/images/bg-page.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

#header .main-container{
    min-height: 100vh;
    display: flex;
    flex-direction: column;


}

header nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    margin-top: 20px;
    width: 100%;
    height: 75px;

}

header nav .logo{
    height: 55px;

}

header nav .logo img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

header nav .nav-links{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    height: 100%;
}
header nav .nav-links ul li,
header nav .nav-links ul{
    position: relative;
    height: 100%;
}

header nav .nav-links ul li::after{
    content: "";
    position: absolute;
    width: 40px;
    height: 20px;
    background-image: url("../assets/images/hover.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 4px;
    right: 0;
    transform:rotate(50deg) translateY(-10px) ;
    opacity: 0;
    transition: all .4s ease;
}

header nav .nav-links ul li.active::after,
header nav .nav-links ul li:hover::after{
    opacity: 1;
    transform:rotate(5deg) translateY(0px) ;
    left: -10px;
}
header nav .nav-links ul li a{
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
    transition: all .4s ease;
    font-family: "font-bold";
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}



header nav .nav-links ul li a:hover,
header nav .nav-links ul li.active a{
    color: var(--main-color);
}

header nav .nav-links ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

header nav .hero-actions{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;

}


.hero {

    padding: 40px 0;
    flex: 1;
    align-content: center;
}
.hero .hero-content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
}

.hero .hero-content h1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 14px;
    font-size: clamp(28px, 3vw, 40px);
    font-family: "font-bold";
    color: var(--main-color);
}
.hero .hero-content h1 span{
    font-size: clamp(28px, 3vw, 40px);
    color: var(--second-color);
}

.hero .hero-content p{
    font-size: clamp(15px, 2vw, 20px);
    color: var(--text-color);
    font-family: "font-SemiBold";
}

.hero .hero-content .main-btn i{
    transform: rotate(45deg);
}
.hero  .hero-image{
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero  .hero-image img{
  max-width: 550px;
  margin: auto;
  ;
}




/*  */
.menu-div{
    display: none;
}



.navicon {
    color: var(--color-black);
    cursor: pointer;
    height: 18px;
    display: block;
    transform: rotate(0deg) scaleX(-1);
    transition: 0.2s ease-in-out;
    width: 35px;
  }
  
  .navicon__item {
    background: var(--main-color);
    border-radius: 70px;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    width: 100%;
  }
  
  .navicon__item:nth-child(1) {
    top: 0;
  }
  
  .navicon.is-active .navicon__item:nth-child(1) {
    left: 50%;
    top: 8px;
    width: 0;
  }
  
  .navicon:hover .navicon__item:nth-child(2),
  .navicon:hover .navicon__item:nth-child(3) {
    width: 75%;
  }
  
  .navicon__item:nth-child(2) {
    top: 8px;
  }
  
  .navicon.is-active .navicon__item:nth-child(2) {
    transform: rotate(45deg);
    width: 100%;
  }
  
  .navicon__item:nth-child(3) {
    top: 8px;
  }
  
  .navicon.is-active .navicon__item:nth-child(3) {
    transform: rotate(-45deg);
    width: 100%;
  }
  
  .navicon__item:nth-child(4) {
    top: 16px;
  }
  
  .navicon.is-active .navicon__item:nth-child(4) {
    left: 50%;
    top: 8px;
    width: 0;
  }
  
  .main-container {
    width: 90%;
    margin: auto;
  }
  
  /* mune_respossive */
  
  .menu_responsive {
    position: fixed;
    /* box-shadow: 0 0 4px #23232359; */
    z-index: 99999;
    width: 310px;
    justify-content: start;
    align-items: start;
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    overflow: auto;
    background: transparent;
    gap: 20px;
    overflow-x: hidden;
    top: 0;
    left: 0;
    transition: all 0.3s linear;
    padding: 25px 0;
    transform: translateX(-102%);
    flex-direction: column;
  }
  
  .menu_responsive::after{
    content: "";
    position: absolute;
    background-image: url("../assets/images/menu-gared.webp");
    background-size: contain;
    background-position: inherit;
    background-repeat: no-repeat;
    width: 100px;
    height: 600px;
    top: 70px;
    left: 0;
  }
  .element_menu_responsive > ul {
    margin: 0 auto 0 0;
    text-align: center;
  }
  
  .element_menu_responsive {
    width: 100%;
  }
  
  .element_menu_responsive > ul > li {
    display: block;
    text-align: center;
    padding: 0;
    position: relative;
    min-height: 78px;
    padding-top: 20px;
  }
.element_menu_responsive > ul > li::after{
  content: "";
  position: absolute;
  background-image: url(../assets/images/gared-bg-menu.webp);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 80%;
  height: 120px;
  top: 0px;
  right: 0px;
  z-index: -1;
  }

  
  .element_menu_responsive > ul > li > a {
    font-size: 18px;
    font-family: "font_SemiBold";
    color: var(--dark-green-color);
    display: flex;
    justify-content: start;
    gap: 15px;
    padding-right: 20px;
    font-family: "font-main";
  }
  
  .element_menu_responsive ul li:hover a {
    color: var(--color-main);
  }



  
.bg_menu {
    background-color: var(--color-white);
    width: 100%;
    z-index: -1;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(15px);

  }
  
  .bg_menu {
    background-color: #081705a3;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 27;
    top: 0;
    transition: all 0.3s linear;
    transform: translateX(-100%);
  }
  
  .bg_menu.active {
    transform: translateX(0%);
  }


  
.menu_responsive {
    transition-delay: 1s;
  }
  
  .menu_responsive.active {
    transition-delay: 0.3s;
  }
  
  .menu_responsive.active .element_menu_responsive ul li > a  {
    transform: translateY(0%);
  }
  
  .menu_responsive.active .element_menu_responsive ul li:nth-of-type(1) > a  {
    transition-delay: 0.4s;
    opacity: 1;
  }
  
  .menu_responsive.active .element_menu_responsive ul li:nth-of-type(2) > a  {
    transition-delay: 0.6s;
    opacity: 1;
  }
  
  .menu_responsive.active .element_menu_responsive ul li:nth-of-type(3) > a  {
    transition-delay: 0.8s;
    opacity: 1;
  }
  
  .menu_responsive.active .element_menu_responsive ul li:nth-of-type(4) > a  {
    transition-delay: 1s;
    opacity: 1;
  }
  
  .menu_responsive.active .element_menu_responsive ul li:nth-of-type(5) > a  {
    transition-delay: 1.2s;
    opacity: 1;
  }
  
  .menu_responsive.active .element_menu_responsive ul li:nth-of-type(6) > a  {
    transition-delay: 1.4s;
    opacity: 1;
  }
  
  .menu_responsive.active .element_menu_responsive ul li:nth-of-type(7) > a  {
    transition-delay: 1.6s;
    opacity: 1;
  }
  
  .menu_responsive.active .element_menu_responsive ul li:nth-of-type(8) > a  {
    transition-delay: 1.8s;
    opacity: 1;
  }
  
  .menu_responsive.active .element_menu_responsive ul li:nth-of-type(9) > a  {
    transition-delay: 2s;
    opacity: 1;
  }
  
  .menu_responsive.active .element_menu_responsive ul li:nth-of-type(10) > a  {
    transition-delay: 2.2s;
    opacity: 1;
  }
  
  .menu_responsive.active .element_menu_responsive ul li:nth-of-type(11) > a  {
    transition-delay: 2.4s;
    opacity: 1;
  }
  
  .menu_responsive.active .element_menu_responsive ul li:nth-of-type(12) > a  {
    transition-delay: 2.6s;
    opacity: 1;
  }
  
  .menu_responsive.active .element_menu_responsive ul li:nth-of-type(13) > a  {
    transition-delay: 2.8s;
    opacity: 1;
  }
  
  .menu_responsive.active .element_menu_responsive ul li:nth-of-type(14) > a  {
    transition-delay: 3s;
    opacity: 1;
  }
  



  
.menu_responsive.active {
    transform: translateX(0);
  }



  .logo-menu{
    height: 50px;
  }

  
.remove-mune {
    position: absolute;
    top: 30px;
    left: 10px;
    background-color: var(--color-Primary5);
    border-radius: 10px;
    padding: 5px;
  }
  
  .remove-mune span {
    width: 30px;
    height: 30px;
    display: block;
    transition: all 0.2s linear;
    position: relative;
    cursor: pointer;
    transform: rotate(0deg);
  
    transition-delay: 0.8s;
  }
  
  .remove-mune span::after {
    content: "";
    height: 2px;
    background-color: #54595f;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    transition: all 0.6s linear;
  }
  
  .remove-mune span::before {
    content: "";
    height: 2px;
    background-color: #54595f;
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    width: 100%;
    transition: all 0.2s linear;
  
    transition-delay: 0.6s;
  }

  .menu_responsive .remove-mune span::after{
    background-color: #fff;
  }

  .menu_responsive .remove-mune span::before{
    background-color: #fff;
  }
  
  .menu_responsive.active .remove-mune span::before {
    transform: rotate(90deg) translateY(0%);
  }
  
  .menu_responsive.active .remove-mune span {
    transform: rotate(45deg);
  }
  