@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins";
}

body {
  margin: 0;
  background-color: #000;
  color: #eee;
  font-size: 12px;
  overflow-x: hidden;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px; /* Confirm this matches your header's actual height */
  /* background: #2c3551; */
  background: #111;
  color: white;
  z-index: 1000;
}

.navbar {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.navbar a.active {
  border-bottom: 2px solid #ffffff; /* Change to the desired color */
  color: #ffffff; /* Change to the desired color */
}

.logo {
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  color: white;
}

.logo1 {
  display: inherit;
  height: 80px;
	margin: 10px;
}

.logo2 img {
    width: auto; /* Adjust as needed */
    height: 100px; /* Adjust as needed */
    display: none; /* Initially hidden, adjust as needed */
}

.logo Strong {
  color: #bf2026;
}

.navbar li {
  padding: 5px;
  list-style: none;
  text-decoration: none;
  margin-left: 20px;
}

.contact-info img {
  height: 40px;
  margin-right: 20px;
  align-items: center;
}

.contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 38px;
}

/* Links and Contact Info */
.navbar a {
  padding: 8px;
  text-decoration: none;
  color: white;
  font-size: 18px;
  /* border-bottom: 2px solid #bf2026; */
  /* border-bottom: 2px solid #dab70b; */
  border-bottom: 2px solid #ffd97b;
  transition: all 0.3s ease-in-out;
}

.navbar a:hover {
  border-bottom: 2px solid white;
  color: #ddd;
}

.navbar h1 {
  font-size: 26px;
  /* color: #bf2026; */
  color: #ffd97b;
  align-items: center;
}

.contact-info {
  display: inherit;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.contact-info:nth-child(2) {
  display: none;
}

.navbar-container-image {
	margin-top: 10px;
}

.navbar-container-image img {
  width: 340px;
  height: auto;
  opacity: 0.8;
}

.container-aboutus,
.container-main {
  background: linear-gradient(180deg, white 90%, #2c3551 90%, #2c3551);
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

.text-aboutus,
.text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  word-wrap: break-word;
  text-align: left;
  max-width: 30%;
}

.text-aboutus h1,
.text h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  color: #2c3551;
  text-align: left;
}

.text h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.4;
  color: #bf2026;
}

.text-aboutus p,
.text p {
  color: #2c3551;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
}

.container-main img {
  border-radius: 50%;
  align-items: center;
  width: 28dvw;
}

.container-content1 {
  background: linear-gradient(180deg, #2c3551 15%, white 15%, white);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 340px;
}

.content1-text {
  background: gray;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  margin: 5px;
  width: 70%;
}

.container-content1 h1 {
  color: #2c3551;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
}

.container-content1 h2 {
  color: #dab70b;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.6;
}
.container-content1 p {
  color: #2c3551;
  font-size: 20px;
}

.container-content1 img {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  margin: 60px;
  border-radius: 50%;
}

.content1-mockups {
  display: inherit;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 70%;
}

.content1-mockups img {
  height: 200px;
  max-width: auto;
  border: 3px solid black;
  border-radius: 5px;
}

.content1-btn {
  color: white;
  text-decoration: none;
  background: #2c3551;
  padding: 20px 35px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  margin: 40px;
}

.content1-btn:hover {
  cursor: pointer;
}

.container-content2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background: #2c3551; */
  background-color: #111;
  width: 100vw;
  height: 100vh;
}

.container-content2 h1 {
  font-weight: 700;
  font-size: 32px;
  margin: 20px;
  color: white;
}

.container-content2 h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  /* color: #bf2026; */
  color: #ffd97b;
  margin: 10px;
  padding-bottom: 40px;
}

.container-content2 input {
  width: 80%; /* Adjusted width for better centering */
  max-width: 100%;
  padding: 18px;
  margin: 16px; /* Adjusted margin for better spacing */
  border: none;
  outline: none;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  font-size: 15px;
}

form {
  width: 60%;
  display: flex;
  flex-direction: column;
}

form div {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

input[type="text"]:focus {
  background-color: lightblue;
}

textarea[type="text"]:focus {
  background-color: lightblue;
}

textarea {
  height: 30%;
  width: 50%;
  padding: 10px;
  margin-top: 18px;
  border: none;
  outline: none;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  font-size: 15px;
}

.content2-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #111;
  text-decoration: none;
  background: white;
  padding: 16px 31px;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.container-content3 {
  background: linear-gradient(180deg, white 10%, white 10%, white);
  display: flex;
  flex-direction: column;
  justify-content: center space-around;
  align-items: center;
  height: 100vh;
  width: 100vw;
  padding-top: 80px;
}

.container-content3a {
  width: 70%;
  display: flex;
  flex-direction: row;
}

.content3a {
  flex-direction: row;
}

.container-content3 h1 {
  text-align: center;
  color: #2c3551;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  padding: 20px;
}

.container-content3 h2 {
  color: #2c3551;
  text-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
}

.container-content3 p {
  text-align: left;
  font-size: 16px;
  margin: 0;
  padding: 0;
  max-width: 90%;
  font-weight: 400;
  line-height: 1.3;
}

.container-content3-heading {
  width: 70%;
}

.container-content3 strong {
  font-weight: 700;
  color: #bf2026;
}

/* .container-content3 img {
  display: inline-flex;
  padding: 5px;
} */

.image img {
  border-radius: 50%;
  align-items: center;
  width: 28dvw;
}

.container-aboutus {
  background: #2c3551;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

span {
  display: none;
}

.footer-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #111;
  padding: 15px;
  margin: 4px;
  border-top: #fff solid 1px;
}

.footer-section {
  color: white;
  text-decoration: none;
}

.footer-bottom {
  background-color: #111;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 4px;
}

.li-foot a {
  color: white;
  text-decoration: none;
  border: none;
}

.li-foot a:hover {
  color: white;
  background: none;
}

.parent {
  width: 100%;
  height: 100%;
  margin-top: 120px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  background: #111;
  font-size: 20px;
  color: white;
}

.main {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 20px;
  align-items: center;
  justify-content: center;
}
.sidebar {
  width: 100%;
  margin-top: 160px;
	margin-left: 20px;
}
.main-wrapper {
  width: 100%;
  height: 100%;
  background: linear-gradient(15deg, #111 0%, #444 90%);
	margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.main-txt {
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 30px;
	background-color: rgba(0, 0, 0, 0.1); /* Black with 30% opacity */
	margin: 20px;
}

.main h2 {
  font-size: 40px;
  color: #ffd97b;
}

.main p {
  color: #fff;
  text-align: center;
	margin-top: 20px;
}


.sidebar .content-wrapper div h1 {
  width: 600px;
  height: 200px;
  border-radius: 10px;
  /* background: linear-gradient(45deg, #8fd0ff 0%, #79ebe0 60%); */
  /* background-color: #222; */
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  opacity: 1;
  transform: translate(0px, 0px);
  text-align: start;
  font-size: 60px;
  color: #fff;
  border-bottom: #feeeab 1px solid;
  margin-left: 30px;
}

.sidebar .content-wrapper div p {
  padding: 0 20px;
  max-width: 600px;
  margin-left: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.sidebar img {
	margin-left: 20px;
}

/*                                                                                          Mobile */
@media (max-width: 768px) {
  /* Other responsive styles */
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }

  span {
    display: inherit;
    color: white;
    font-size: 36px;
    margin: 20px;
  }
	
	
	
   header {
    background-image: url(images/starweblogo1b.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 18vh;
  }
	
	

  .navbar,
  .contact-info {
    display: none; /* Simplify the header by hiding elements */
  }

  .container-main img {
    display: none;
  }

  .container-content1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .container-content3 {
    display: none;
  }
	
	.sidebar {
		display: none;
	}
	
	.main-txt {
		padding: 10px;
	}
	
	.main-txt h2 {
		align-items: center;
		text-align: center;
		color: #ffd97b;
		font-size: 20px;
		word-wrap: none;
	}
	
	.main {
		width: 100vw;
		padding: 0px;
		align-items: center;
	}
	.main-txt p {
		text-align: center;
		width: 100%;
		font-size: 14px;
	}

}
