/* Importing custom fonts using @font-face */
@font-face {
    font-family: 'Nohemi-Bold';
    src: url('./font/pedator-n/Nohemi-Medium-BF6438cc581a509.otf') format('opentype');
  }
  
  @font-face {
    font-family: 'Helvetica-Compressed';
    src: url('./font/pedator-h/helvetica-light-587ebe5a59211.ttf') format('opentype');
  }
  
  /* Applying the custom fonts to HTML elements */
  .font-style {
    font-family: 'Nohemi-Bold', serif;
  }
  
  .font-normal{
    font-family: 'Helvetica-Light',serif;
  }

  
  



/* text  */
.text-20{
    font-size: 20px;
}
.text-24{
    font-size: 24px;
}
.text-28{
    font-size: 28px;
}
.text-32{
    font-size: 32px;
}
.text-40{
    font-size:40px;
}
.text-56{
    font-size: 56px;
}
.text-62{
    font-size: 62px;
}
.text-72{
    font-size: 72px;
}
.text-96{
    font-size: 96px;
}
.text-120{
    font-size: 120px;
}

/* Responsive Text Sizes */
@media (max-width: 1024px) {
    .text-20 {
        font-size: 14px !important;
    }
    .text-24 {
        font-size: 18px !important;
    }
    .text-28 {
        font-size: 22px !important;
    }
    .text-32 {
        font-size: 24px !important;
    }
    .text-40 {
        font-size: 28px !important;
    }
    .text-56 {
        font-size: 44px !important;
    }
    .text-62 {
        font-size: 36px !important;
    }
    .text-72 {
        font-size: 52px !important;
    }
    .text-96 {
        font-size: 56px !important;
    }
    .text-120 {
        font-size: 74px !important;
    }

    /* logo mobile  */
    .logo-m{
        display: block !important;
    }
    .navbar .container{
        margin-top: 5% !important;
    }
    .logo-hide{
        display: none !important;
    }
    .mx-li{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .navbar-brand{
        display: block !important;
    }
    #first-section{
        padding-top: 25% !important;
    }
    .hero-img{
        margin-top: -15%;
    }
    #second-section{
        margin-top: 20% !important;
    }
}

/* color  */
.main-bg{
    background-color: #108E88;
}
.grey-color{
    color: #363636;
}
.silver-color{
    color: #A4A4A4;
}
.main-color{
    color: #108E88 !important;
}
.red-bg{
    background-color: #FF6D6D;
}
.pink-bg{
    background-color: #FF81FA;
}
.green-bg{
    background-color: #56BB75;
}
.blue-bg{
    background-color: #59A7EE;
}


/* top button  */
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    cursor: pointer;
    background-color: #108E88;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
    width: 60px; /* Set width */
    height: 60px; /* Set height equal to width */
    border-radius: 50%; /* Makes it a perfect circle */
    padding: 0; /* Ensure no extra space inside the button */
    font-size: 30px;
    color: white;
    text-align: center;
    line-height: 60px; /* Vertically center the text/icon */
  }
  

  .navbar{
    background-color: rgba(255, 255, 255, 0.962);
  }

/* nav mobile logo */
.item{
    margin-top: 5%;
}
.item2{
    padding-top: 5%;
}
.logo-m{
    display: none;
}
.mx-li{
    margin-left: 26px;
    margin-right: 26px;
}
.navbar-brand{
    display: none;
}


/* #first  */
#first-section{
    margin-top: 10%;
    }

    /* .btn-1{
        width: 288px;
        height: 82px;
        border-radius: 100px;
    } */
    .btn-2{
        border: 2px solid rgb(214, 214, 214);
    }



/* third section  */
#third-section{
    margin-top: 10%;
}
.lh{
    line-height: 30px;
}



/* fourth section  */
#fourth-section{
    background: rgb(4,40,39);
background: linear-gradient(0deg, rgba(4,40,39,1) 0%, rgba(16,142,136,1) 100%);
    margin-top: 10%;
}

/* fifth section  */
#fifth-section .container{
padding-top: 10%;
}

#sixth-section{
    background: rgb(4,40,39);
background: linear-gradient(0deg, rgba(4,40,39,1) 0%, rgba(16,142,136,1) 100%);
    margin-top: 10%;

    /* carousel  */
    .owl-carousel {
        position: relative;
    }

    .custom-button {
        position: absolute;
        bottom: 10px;
        left: 10px;
        padding: 10px 20px;
        background-color: #007bff;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 14px;
    }

    .custom-button:hover {
        background-color: #0056b3;
    }

    .owl-item img {
        width: auto;
        height: 80px;
    }

    .next , .prev{
        color: white !important;
        padding: 15px 20px;
        border: 0px;
        border-radius: 10px;
    }
    i{
        font-size: 30px;
        color: rgba(16,142,136,1) ;
    }
}

#eighth-section{
    background: rgb(4,40,39);
background: linear-gradient(0deg, rgba(4,40,39,1) 0%, rgba(16,142,136,1) 100%);
    margin-top: 10%;
}

/* footer  */
footer{
    margin-top: 8%;
    background-image: url(./assets/footer\ bg.png);
    background-size: cover;
    background-repeat: none;
    background-position: center;
}
.heading-ul{
    border-bottom: 1px solid rgba(16,142,136,1) ;
}

