* {
  margin: 0;
  padding: 0;
  font-family: "Times New Roman", Times, serif;
  color: #ffffff;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: black;
}

/* flex */

.flex-1 {
  flex: 1;
}

/* font-size */

.font-size-16{
  font-size: 16px;
  line-height: 20px;
}

.font-size-20 {
  font-size: 20px;
  line-height: 24px;
}

.font-size-24{
  font-size: 24px;
  line-height: 26px;
}

.font-size-26 {
  font-size: 26px;
  line-height: 30px;
}

.font-size-48 {
  font-size: 48px;
  line-height: 50px;
}

.font-size-64 {
  font-size: 64px;
  line-height: 72px;
}

/* font-weight */

.fw-400 {
  font-weight: 400;
}

.fw-700 {
  font-weight: 700;
}

/* a */

a {
  text-decoration: none;
}

/* color */

.color-ffffff {
  color: #ffffff;
}

/* header */

.section-1 {
  background-color: black;
  padding: 30px 0;
}

.section-1 .navbar-1 {
  justify-content: space-between;
}

.navbar-1-1 {
  width: 70px;
  height: 40px;
}

.navbar-1-2 ul {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.btn-touch {
  border-radius: 25px;
}

.scrolled {
  position: fixed;
  top: 0;
  width: 100%;
  background: #0000008d; /* Solid when scrolling */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 5;
}

/* home page */

.section-2 {
  padding: 80px 0;
}

.section-2-1 {
  max-width: 850px;
  gap: 24px;
  text-align: center;
}

.section-2-1-2 {
  padding: 0 100px;
}

.section-2-1-3 {
  width: 50%;
  gap: 30px;
}

.btn-Touch {
  border: 1px solid rgb(255, 255, 255);
  border-radius: 25px;
  color: #000000;
  display: block;
}

.btn-Touch:hover {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.btn-more {
  border: 1px solid rgb(255, 255, 255);
  border-radius: 25px;
  color: #ffffff;
  display: block;
}

.btn-more:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.section-2-2 {
  margin-top: 80px;
  gap: 48px;
  text-align: center;
}

.section-2-2-1 {
  gap: 24px;
}

.section-2-2-2 {
  gap: 24px;
}

.section-2-2-2-1 {
  padding: 24px;
  border: 1px solid #ffffff;
  border-radius: 16px;
  gap: 24px;
  text-align: left;
}

/* aboutus page */

.section-3 {
  padding: 80px 0;
}

.section-3-1{
  gap: 24px;
  text-align: center;
}

.section-3-2{
  margin-top: 80px;
  gap: 32px;
}

.section-3-2-1{
  gap: 28px;
}

.section-3-2-1-1{
  gap: 24px;
  padding: 24px;
  border: 1px solid white;
  border-radius: 16px;
}

.section-3-3{
  margin-top: 80px;
  gap: 24px;
  text-align: center;
}

/* servies page */

.section-4 {
  padding: 80px 0;
}

.section-4-1{
  gap: 24px;
  text-align: center;
}

.section-4-2{
  margin-top: 80px;
  gap: 28px;

}

.section-4-2-1{
  gap: 24px;
  padding: 24px;
  border: 1px solid white;
  border-radius: 16px;
}

/* footer-page */

.footer-section {
  padding: 50px 0 50px;
}

.footer-section-1 {
  gap: 30px;
}

.footer-line {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border: none;
  border-radius: 2px;
}

.footer-section-1-2 {
  justify-content: space-between;
}
