@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;
	text-decoration: none;
	border: none !important;
}

.logo1 a {
	height: 90px;
	margin: 5px;
	display: inherit;
	text-decoration: none;
	border: none !important;
}

.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-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-freequote {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background: #2c3551; */
  background-color: #111;
  width: 100vw;
  height: 100vh;
	margin-top: 120px;
	margin-bottom: 20px;
}

.container-freequote h1 {
  font-weight: 700;
  font-size: 32px;
  margin: 20px;
  color: white;
}

.container-freequote h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  /* color: #bf2026; */
  color: #ffd97b;
  margin: 10px;
  padding-bottom: 40px;
}

.container-freequote 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: center;
  font-size: 15px;
}

.container-content2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background: #2c3551; */
  background-color: #111;
  width: 100vw;
  height: 100vh;
	margin-top: 20px;
	margin-bottom: 20px;
}

.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: center;
  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: #333;
  text-decoration: none;
  background: white;
  padding: 12px 31px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.content2-btn:hover {
	cursor: pointer;
}

.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: #2c3551; */
  background-color: #111;
  padding: 15px;
  margin: 4px;
  border-top: #fff solid 1px;
}

.footer-section {
  color: white;
  text-decoration: none;
}

.footer-bottom {
  /* background: #2c3551; */
  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: 20px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  background: #111;
  font-size: 20px;
  color: white;
}

.main {
  width: 100%;
  margin: 20px;
}
.sidebar {
  width: 100%;
  margin: 20px;
}
.main div {
  width: 100%;
  height: 600px;
  /* background: linear-gradient(45deg, #feeeab 0%, #fb7eb3 60%); */
  background: linear-gradient(15deg, #111 0%, #444 90%);
  /* background-image: url(images/cases1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; */
  margin-bottom: 20px;
  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 a {
	font-weight: 700;
	color: #ffd97b;
}

.main a:visited {
	font-weight: bold;
	color: #ffd97b;
}

.main div h2 {
	margin-bottom: 30px;
  font-size: 40px;
  color: #ffd97b;
}
.main div p {
  color: #fff;
  text-align: center;
  max-width: 80%;
}

.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: 20px;
}

.sidebar .content-wrapper div p {
  padding: 0 20px;
  max-width: 600px;
  margin-left: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.wrapper-aboutus {
	display: flex;
	flex-direction: row;
	margin-top: 120px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	height: 80vh;
	max-width: 100%;
	color: #fff;
}

.text-aboutus {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px;
	width: 50%;
	background: #222;
}

.text-aboutus h1 {
	font-size: 30px;
	padding-bottom: 20px;
	color: #ffd97b;
}

.text-aboutus p {
	font-size: 20px;
	max-width: 70%;
}

.img-aboutus {
	display: inherit;
	align-items: center;
	justify-content: center;
	background: #333;
	width: 50%;
}

.img-aboutus img {
	height: 500px;
	width: auto;
	border-radius: 50px;
	border: 2px solid #ffd97b;
}

.alert {
    padding: 10px;
    margin-top: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/*                                                                                          Mobile */
@media (max-width: 1000px) {
  /* 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-content2 {
		text-align: center;
	}
	
	.container-freequote {
		text-align: center;
	}

  .container-content3 {
    display: none;
  }
	

	.main {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.main div h2 {
		text-align: center;
		color: #ffd97b;
	}
	
	 .wrapper-aboutus {
    margin-top: 150px;
    flex-direction: column;
    height: 100%;
    width: 90%;
  }

  .text-aboutus {
    width: 100%;
    height: auto;
  }

  .text-aboutus h1 {
    font-size: 26px;
  }

  .text-aboutus p {
    width: 100%;
    font-size: 12px;
  }

  .img-aboutus {
    height: 100%;
    width: 100%;
	background: none;/* Adjusting image width */
    justify-content: center; 
	  align-items: center;
	  margin-top: 40px;
  }

.img-aboutus img {
    height: 220px;
    width: 210px; /* Ensuring image fills container */
    border-radius: 50%; /* Adding border radius for aesthetics */
    border: 2px solid #ffd97b;
    box-shadow: 0px 0px 25px 25px #333; /* Specify units (e.g., px) for shadow offsets */
}
}

/* Hide images and adjust phone number text size when screen size is less than max width */
@media (max-width: 1919px) {
  .navbar-container-image {
    display: none; /* Hide images when width is less than 1920px */
  }
  .navbar .contact-info h1 {
    font-size: 16px; /* Adjust the font size for the phone number */
    white-space: nowrap; /* Prevent text wrapping */
    overflow: hidden; /* Hide any overflow */
    text-overflow: ellipsis; /* Add ellipsis if text is too long */
  }
}

/* Keep the rest of the tablet adjustments */
@media (max-width: 1200px) {
  .navbar {
    flex-wrap: nowrap;
  }
  .navbar ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
  }
  .navbar li {
    margin: 0 5px;
  }
  .navbar a {
    font-size: 14px;
  }
  .logo1 {
    width: auto;
    margin-right: auto;
  }
		.sidebar {
		display: none;
	}
}
/* For medium screens, start removing images */
@media (max-width: 1024px) {
  .navbar {
    flex-wrap: nowrap;
  }
  .navbar ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
  }
  .navbar li {
    margin: 0 5px;
  }
  .navbar a {
    font-size: 14px;
  }
  .logo1 {
    width: auto;
    margin-right: auto;
  }
  .navbar-container-image {
    display: none; /* Remove images here */
  }
}

