* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'open Sans', sans-serif;
}
body {
    height: 100vh;
    background-color: #ffffff;
    /*background-image: url('https://www.itl.cat/pngfile/big/248-2481394_wallpaper-canada-twilight-sky-nature-sunset-mountains-scenery.jpg');*/
    background-size: cover;
    background-position: center;
}
li {
    list-style: none;
}
li a {
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
    border: 1px;
    border-radius: 10px;
    padding: 10px;
    background-color: #258a68;
}
li a:hover {
    background-color: #ed5829;
    color: white;
    font-size: 1.4rem;
}

/* header */
header {
    position: relative;
    padding: 0 2rem;
    background-color: #ffffff;
}
.navbar {
    width: 100%;
    height: 60px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.navbar .NAVlogo a {
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    font-size: 2rem;
    color: #fff;
}
.NAVlogo{
    background-color: #ed5829;
    height: 3.2rem;
    border: 0px;
    border-radius: 5px;
    padding: 10px;
}
.navbar .links {
    display: flex;
    gap: 2rem;
}
.navbar .toggle_btn {
    color: #000000;
    font-size: 1.5rem;
    cursor: pointer;
    display: none;
}
.action_btn {
    background-color: orange;
    color: #fff;
    padding: 0.5rem 1rem;
    border: none;
    outline: none;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    cursor: pointer;
}
.action_btn:hover {
    scale: 1.05;
    color: #fff;
}
.action_btn:active {
    scale: 0.95;
}

/* dropdown menu */
.dropdown_menu {
    display: none;
    position: absolute;
    right: 2rem;
    top: 60px;
    height: 0;
    width: 300px;
    background: rgb(255 97 97 / 56%);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    overflow: hidden;
    transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.dropdown_menu.open {
    height: 260px;
}
.dropdown_menu li {
    padding: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown_menu .action_btn {
    width: 100%;
    display: flex;
    justify-content: center;
}
/* slider */
.slider-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    padding: 40px;
    overflow: hidden;
    position: relative;
}

.slider-container img {
    max-width: 100%;
    height: auto;
    display: none;
}

.slider-container img:first-child {
    display: block;
}
/* slider end */

/* image */
  .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
  }
  
  .image-container img {
    max-width: 70%; /* Adjust this value to control image width */
    height: auto;
    margin: 10px;
  }
  
/* hero */
section#hero {
    height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff; 
}
/* secmenu*/
.secmenu{
    background-color: #ed5829;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    align-items: center;
    text-transform: uppercase;
    padding: 0px 150px 20px 150px;
   }
.SEC-MAN .ndmenu{
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
    text-align: center;
    height: 70px;
    width: 170px;
    padding: 6px;
    margin: 20px;
    margin-top: 3px;
    box-shadow: 1px 4px 41px rgba(0, 0, 0, 0.1);
}
.sec-MEN{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}
.ndmenu{
    float: left;
    width: 150px auto;
    margin: 0px 10px;
}

.sec-MEN a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1rem;
    border: 2px solid #ffffff;
    border-radius: 10px;
    padding: 10px 15px;
    background-color: rgba(237, 88, 41, 1);
}
.sec-MEN a:hover {
    background-color: #ffffff;
    color: #62a3ea;
    border-color: #62a3ea;
}

/* Our Clients */
.clients-container {
    background-color:rgba(32, 132, 117, 1);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    align-items: center;
    text-transform: uppercase;
    padding: 0px 150px 20px 150px;
}
/*.client {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    align-items: center;
    text-transform: uppercase;
}*/

.brand-logo .logo {
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
    text-align: center;
    height: 70px;
    width: 170px;
    padding: 6px;
    margin: 20px;
    margin-top: 3px;
    border: 1.5px solid black;
    border-radius: 10px;
    box-shadow: 1px 4px 41px rgba(0, 0, 0, 0.1);
 }
 .brand-logo{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
 }
.logo img {
    width: 150px;
    height: 60px;
}
.logo {
    float: left;
    width: 170px;
    background-color: #fff;
}


/* Responsive adjustments for smaller screens */
@media screen and (max-width: 768px) {
    .logo {
        width: 80%; /* Make logos take up 80% of the container's width */
    }
    .brand-logo{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
     .ndmenu {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 5px;
    }
    .sec-MEN{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 15px;
    }
}

/* Further adjustments for even smaller screens, if necessary */
@media screen and (max-width: 480px) {
    .clients-container {
        font-size: 16px;
        padding: 0.5px 1px 0.5px 1px;
    }
     .secmenu {
        font-size: 16px;
        padding: 0.5px 1px 0.5px 1px;
    }
    .links-column { 
        text-align: left;
    } 

}

/*sec*/
.blue-section {
    background-color:rgba(32, 132, 117, 1);
    color: white;
    padding: 20px 0;
    margin: 10px;
    text-align: center;
}

.content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (max-width: 768px) {
    .blue-section {
        padding: 30px 0;
    }
    
    .content {
        font-size: 18px;
    }
    .social-icons{
        display: none;
        visibility: hidden;
    }
    .social-icons{
        margin: 0px;
        padding: 0px;
        width: 0px;
    }    
    .socials-column:is(h2, p) { 
        display:block;
    }    
}

/*2nd menu
.secmenu {
    background-color:rgb(52, 191, 138);
    text-align: center;
    
}*/

/* Responsive Design */
@media (max-width: 992px) {
    .navbar .links,
    .navbar .action_btn {
        display: none;
    }
    .navbar .toggle_btn {
        display: block;
    }
    .dropdown_menu {
        display: block;
    }
    .image-container img {
        max-width: 100%;
      }
}

@media (max-width: 576px) {
    .dropdown_menu {
        left: 2rem;
        width: unset;
    }
    .image-container img {
        max-width: 100%;
      }
    .secmenu{
        height: 250px;
        padding: 0px;
        margin: 0px;
    }
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50px;
    background-color: #258a68;
}

.social-icons a {
    margin: 10px;
}

.social-icons i {
    color: white;
    font-size: 25px;
    padding: 0%;
}


/* affilates */
.onlinesale {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.onlinesale iframe {
    margin: 40px;
}

/* coupon */
.cpn {
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(255, 255, 255);
    justify-content: center;
}

.coupon-container {
    text-align: center;
    margin: 30px;
}

.coupon {
    background-color: #ff7f50;
    color: #fff;
    border-radius: 10px;
    max-width: 300px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    transition: transform 0.2s;
}

.coupon:hover {
    transform: scale(1.05);
}

.coupon-header {
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #ff5722;
}

h1 {
    font-size: 24px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.validity {
    font-size: 14px;
    margin: 10px 0;
    opacity: 0.8;
}

.coupon-details {
    padding: 20px;
}

.coupon-description {
    font-size: 18px;
    margin: 0;
}

.coupon-code {
    font-size: 20px;
    font-weight: bold;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 15px;
}
.coupon-code{
color:black;
}
.coupon-container button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 20px;
}
.coupon-container button:hover {
    background-color: #0056b3;
}


















* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'open Sans', sans-serif;
}
body {
    height: 100vh;
    background-color: #ffffff;
    /*background-image: url('https://www.itl.cat/pngfile/big/248-2481394_wallpaper-canada-twilight-sky-nature-sunset-mountains-scenery.jpg');*/
    background-size: cover;
    background-position: center;
}
li {
    list-style: none;
}
li a {
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
    border: 1px;
    border-radius: 10px;
    padding: 10px;
    background-color: #258a68;
}
li a:hover {
    background-color: #ed5829;
    color: white;
    font-size: 1.4rem;
}

/* header */
header {
    position: relative;
    padding: 0 2rem;
    background-color: #ffffff;
}
.navbar {
    width: 100%;
    height: 60px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.navbar .NAVlogo a {
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    font-size: 2rem;
    color: #fff;
}
.NAVlogo{
    background-color: #ed5829;
    height: 3.2rem;
    border: 0px;
    border-radius: 5px;
    padding: 10px;
}
.navbar .links {
    display: flex;
    gap: 2rem;
}
.navbar .toggle_btn {
    color: #000000;
    font-size: 1.5rem;
    cursor: pointer;
    display: none;
}
.action_btn {
    background-color: orange;
    color: #fff;
    padding: 0.5rem 1rem;
    border: none;
    outline: none;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    cursor: pointer;
}
.action_btn:hover {
    scale: 1.05;
    color: #fff;
}
.action_btn:active {
    scale: 0.95;
}

/* dropdown menu */
.dropdown_menu {
    display: none;
    position: absolute;
    right: 2rem;
    top: 60px;
    height: 0;
    width: 300px;
    background: rgb(255 97 97 / 56%);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    overflow: hidden;
    transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.dropdown_menu.open {
    height: 260px;
}
.dropdown_menu li {
    padding: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown_menu .action_btn {
    width: 100%;
    display: flex;
    justify-content: center;
}
/* slider */
.slider-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    padding: 40px;
    overflow: hidden;
    position: relative;
}

.slider-container img {
    max-width: 100%;
    height: auto;
    display: none;
}

.slider-container img:first-child {
    display: block;
}
/* slider end */

/* image */
  .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
  }
  
  .image-container img {
    max-width: 70%; /* Adjust this value to control image width */
    height: auto;
    margin: 10px;
  }
  
/* hero */
section#hero {
    height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff; 
}
/* secmenu*/
.secmenu{
    background-color: #ed5829;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    align-items: center;
    text-transform: uppercase;
    padding: 0px 150px 20px 150px;
   }
.SEC-MAN .ndmenu{
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
    text-align: center;
    height: 70px;
    width: 170px;
    padding: 6px;
    margin: 20px;
    margin-top: 3px;
    box-shadow: 1px 4px 41px rgba(0, 0, 0, 0.1);
}
.sec-MEN{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}
.ndmenu{
    float: left;
    width: 150px auto;
    margin: 0px 10px;
}

.sec-MEN a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1rem;
    border: 2px solid #ffffff;
    border-radius: 10px;
    padding: 10px 15px;
    background-color: rgba(237, 88, 41, 1);
}
.sec-MEN a:hover {
    background-color: #ffffff;
    color: #62a3ea;
    border-color: #62a3ea;
}

/* Our Clients */
.clients-container {
    background-color:rgba(32, 132, 117, 1);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    align-items: center;
    text-transform: uppercase;
    padding: 0px 150px 20px 150px;
}
/*.client {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    align-items: center;
    text-transform: uppercase;
}*/

.brand-logo .logo {
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
    text-align: center;
    height: 70px;
    width: 170px;
    padding: 6px;
    margin: 20px;
    margin-top: 3px;
    border: 1.5px solid black;
    border-radius: 10px;
    box-shadow: 1px 4px 41px rgba(0, 0, 0, 0.1);
 }
 .brand-logo{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
 }
.logo img {
    width: 150px;
    height: 60px;
}
.logo {
    float: left;
    width: 170px;
    background-color: #fff;
}


/* Responsive adjustments for smaller screens */
@media screen and (max-width: 768px) {
    .logo {
        width: 80%; /* Make logos take up 80% of the container's width */
    }
    .brand-logo{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
     .ndmenu {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 5px;
    }
    .sec-MEN{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 15px;
    }
}

/* Further adjustments for even smaller screens, if necessary */
@media screen and (max-width: 480px) {
    .clients-container {
        font-size: 16px;
        padding: 0.5px 1px 0.5px 1px;
    }
     .secmenu {
        font-size: 16px;
        padding: 0.5px 1px 0.5px 1px;
    }
    .links-column { 
        text-align: left;
    } 
    
}

/*sec*/
.blue-section {
    background-color:rgba(32, 132, 117, 1);
    color: white;
    padding: 20px 0;
    text-align: center;
}

.content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (max-width: 768px) {
    .blue-section {
        padding: 30px 0;
    }
    
    .content {
        font-size: 18px;
    }
    .social-icons{
        display: none;
        visibility: hidden;
        width: 1px;
        
    }   
}

/*2nd menu
.secmenu {
    background-color:rgb(52, 191, 138);
    text-align: center;
    
}*/

/* Responsive Design */
@media (max-width: 992px) {
    .navbar .links,
    .navbar .action_btn {
        display: none;
    }
    .navbar .toggle_btn {
        display: block;
    }
    .dropdown_menu {
        display: block;
    }
    .image-container img {
        max-width: 100%;
      }
}

@media (max-width: 576px) {
    .dropdown_menu {
        left: 2rem;
        width: unset;
    }
    .image-container img {
        max-width: 100%;
      }
    .secmenu{
        height: 250px;
        padding: 0px;
        margin: 0px;
    }
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50px;
    background-color: #258a68;
}

.social-icons a {
    margin: 10px;
}

.social-icons i {
    color: white;
    font-size: 25px;
    padding: 0%;
}

.foot {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #258a68;
    width: 100%;
    height: 300px;
    color: white;
    padding: 50px;
}
.footer-colum {
    margin: 60px auto;
}
.footer-colum img {
    width: 200px;
    height: 120px;
}




