/* @font-face{
    font-family: 'Acumin-pro';
    src:url("../assets/fonts/AcuminVariableConcept.otf")format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 100 600;

} */

/* body,html{
  font-family: "acumin-pro", serif;
  /* -webkit-font-smoothing: antialiased; */
  /* -moz-osx-font-smoothing: grayscale; */
  /* -webkit-font-smoothing: none;
} */ 

.top {
  width: 100%;
  min-height: 85px;
  top: 0;
  border: 1px solid rgba(170, 170, 170, 0.26);
  background-color: #ffffff;
  box-sizing: border-box;
	   display: flex;
        justify-content: space-between; /* Space between logo and button */
        align-items: center; /* Center items vertically */
    

}
#main-logo {
  float: left;
  width: 26.8%;
  height: 43.5%;
  padding-bottom: 0.56rem;
 
  padding-left: 0.93rem;
}
.right {
  float: right;

}
#number {
  display: flex;
  float: right;
  color: #3b3b3b;
  font-family: "acumin-pro";
  font-size: 23.66px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21.03px;
  padding-left: 0.5rem;
}
.base {
  width: 100%;
  min-height: 100px;
  bottom: 0;
  box-shadow: 0 0 20px -3px rgba(177, 177, 177, 0.5);
  background-color: #ffffff;
}
#top-part {
  margin: 0;
  border: 0;
  bottom: 0;
	padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#foot-img {
  width: 25%;
  padding-left: 1.68rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 500px) {
  #foot-img {
    width: 25%;
  }
}
@media screen and (min-width: 1000px) {
  #foot-img {
    width: 10%;
  }
}
#copy-right {
  color: #747474;
  font-family: "acumin-pro";
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
  padding-left: 1.68rem;
  padding-right: 1.62rem;
  margin: 0;
}

#icon-container {
  padding-left: 1.68rem;
  padding-right: 1.62rem;
 
  width: 100%;
  align-content: center;
  margin: 0;
  bottom: 0;
  border: 0;
	padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
#icon-container .row {
  padding-bottom: 1rem;
}
@media screen and (min-width: 500px) {
  #icon-container {
    justify-content: center;
    padding-left: 1.68rem;
  }
  #icon-container .row {
    width: 45%;
  }
}
@media screen and (min-width: 1000px) {
  #icon-container .row {
    width: 30%;
  }
}

.text {
  text-align: center;
  padding-top: 4.25rem;
}
.text h1 {
  padding-bottom: 1.68rem;
  color: #212121;
  font-family: "acumin-pro";
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 40px;
}

.text p {
  color: #939393;
  font-family: "acumin-pro";
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  padding-left: 2.06rem;
  padding-right: 2.25rem;
  padding-bottom: 0;
  margin: 0;
}
@media screen and (min-width: 500px) {
  .text p {
    font-size: 20px;
  }
}
.projects {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 4rem;
  margin: 0;
}
@media screen and (min-width: 500px) {
  .projects {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }
  .middle {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .projects {
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
  .row {
    width: 100%;
  }
}

#one {
  padding-right: 3.12rem;
  padding-left: 3.12rem;
}
.middle {
  padding-left: 2.9rem;
  padding-right: 3rem;
  margin: 0;
}
.middle #two {
  margin: 0;
}
.middle #three {
  margin: 0;
}
#four {
  padding-right: 6rem;
  padding-left: 6rem;
  margin: 0 auto;
  padding-bottom: 4.3rem;
}
span {
  display: flex;
  justify-content: center;
}
/* #scroll{
    color: #D4D4D4;
    font-family: "Brasley";
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 14px;
} */
#download {
  width:100%;
  opacity: 0.44;
  color: #212121;
  font-family: "acumin-pro";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
  float: left;
  padding-bottom: 1rem;
  padding-top:1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 500px) {
  #download {
    font-size: 20px;
  }
}
.heading-header {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  
}
.heading-header h2 {

  font-family: "acumin-pro";
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 41px;
  padding-top: 1rem;
  
  color:gray;
  
}
/* .heading button {
  padding-left: 0.6rem;
  color: #000000;
  font-family: "acumin-pro";
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 41px;
  opacity: 0.23;
  padding-top: 1rem;
} */

.heading-item {
  border: 0;
}
.heading-body {
  width: 100%;
  padding: 0;
  margin: 0;
}
.heading-body .img-fluid {
  padding-bottom: 1.68rem;
  width: 100%;
}
.heading-body h3 {
  color: #212121;
  font-family: "acumin-pro";
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
}
@media screen and (min-width: 500px) {
  .heading-body h3 {
    font-size: 23px;
  }
}
.heading-body .row {
  margin-bottom: 0.3rem;
  margin-left: 0;
  margin-top: 0.3rem;
  padding: 0;
}
.heading-body button {
  border: 0;
  box-sizing: none;
  background-color: transparent;
  margin: 0;
}
.heading-body hr {
  margin: 0;
  margin-left: 0.7rem;
  margin-right: 0.7rem;
}

.arrow {
  padding-left: 0;
}

.container-fluid {
  padding: 0;
}

.heading-button::after {
  display: none;
}

.heading-button:focus {
  border-color: unset;
  box-shadow: unset;
}

.row {
  max-width: 100%;
}
.col-10 {
  padding-right: 0;
}
#ntsal a {
  color: transparent;
}
.collapsing {
  transition-duration: 0.5s;

}
.heading .heading-item{
  overflow: inherit;
}
.heading .heading-body{
  overflow: inherit;
}
.go{
  overflow: inherit;
}
/* a{
  scroll-behavior: smooth;
} */

    .card {
                position:static;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 200px; /* Set a fixed height for all cards */
    }

    .card img {
        max-width: 100%; /* Ensure the image does not exceed the card width */
        max-height: 100%; /* Ensure the image does not exceed the card height */
        object-fit: contain; /* Maintain aspect ratio and center the image */
    }
    
        .floating-buttons {
            position: fixed;
            right: 0px;
            /* Positioned on the right */
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .button {
            display: flex;
            align-items: center;
            padding: 10px;
            background-color: #ea8b6e;
            color: white;
            border: none;
            border-radius: 5px;
            border-top-left-radius: 50px;
            border-bottom-left-radius: 50px;
            cursor: pointer;
            transition: width 0.3s;
            /* Transition only width */
            width: 50px;
            /* Initial width */
            overflow: hidden;
            /* Hide overflow */
            text-decoration: none;
			 
        }
        .button_normal {
            display: flex;
            align-items: center;
            padding: 10px;
            background-color: #ea8b6e;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            text-decoration: none;
            margin: 10px;
            min-width: 150px;			 
        }

        .button:hover {
            width: 150px;
            /* Expanded width on hover */
            text-decoration: none;
            color: white;
            font-weight: bolder;
        }
        .button_normal:hover {
            
            text-decoration: none;
            color: white;
            font-weight: bolder;
        }

        .button i {
            margin-right: 8px;
            transition: all 0.3s;
        }

        .button span {
            opacity: 0;
            /* Initially hidden */
            transition: opacity 0.3s;
            white-space: nowrap;
            /* Prevent text wrapping */
        }

        .button:hover span {
            opacity: 1;
            /* Show text on hover */
        }
 

    .btn-register {
        display: flex;
        align-items: center;
        text-decoration: none; /* Remove underline from link */
        background-color: #ffffff; /* Example background color */
        color: white; /* Text color */
        padding: 5px 10px; /* Padding around the button */
        border-radius: 5px; /* Rounded corners */
    }

    .btn-register img {
        width: 150px; /* Set a specific width */
        height: 50px; /* Maintain aspect ratio */
        margin-right: 5px; /* Space between image and text */
    }

    #register-text {
        font-weight: bold; /* Make the text bold */
    }
