body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Times New Roman', Times, serif;
  width: 100%;
}

/* Default styles */
header .menu {
  /* CSS styles for the menu inside the header */
}

/* Styles for screens smaller than 600 pixels (phones) */
@media only screen and (max-width: 400px) {
  body {
    font-size: 11px; /* Adjust font size */
  }

  .container {
    width: 90%; /* Adjust the width of the container */
    margin: auto; /* Center the container horizontally */
  }
}

@media screen and (max-width: 650px) {
  body {
    width: 100%;
  }
}

.center {
  text-align: center;
}

.wrap {
  margin-left: 5rem;
  margin-right: 5rem;
}

@media screen and (max-width: 650px) {
  .wrap {
    margin-left: 0;
    margin-right: 0;
  }
}

/* MOBILE NAVIGATION MENU */
.topnav {
  overflow: hidden;
  background-color: rgb(248, 224, 194);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.mobilelogo {
  margin-left: 5px;
  width: 40px;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: black;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 25px;
  display: block;
}

.topnav a.icon {
  color: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 20px;
}

.topnav a:hover {
  color: orangered;
}

@media screen and (min-width: 970px) {
  .topnav {
    display: none;
  }
}

.logo {
  margin-top: 10px;
  margin-left: 20px;
  width: 5px;
  height: 5px;
}

.logo:hover {
  opacity: 50%;
}

/* Desktop Navigation bar */
nav {
  width: 100%;
  height: 5rem;
  background-color: rgb(248, 224, 194);
  text-align: right;
  top: 0;
  position: fixed;
  overflow: hidden;
  z-index: 2;
}

@media screen and (max-width: 970px) {
  nav {
    display: none;
  }
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center; /* Center the list items */
}

li {
  display: inline;
}

ul li {
  display: inline-block;
  line-height: 6.25rem;
  padding: 0 0.938rem;
  font-size: 1.25rem;
  text-decoration: none;
  margin-top: -3.125rem;
}

ul li a {
  text-decoration: none;
  color: rgb(2, 2, 2);
}

ul li a:hover {
  color: orangered;
  text-decoration: underline;
  font-weight: 600;
}

h2 {
  font-size: 2.625rem;
  text-align: center;
  margin-top: 0.625rem;
  color: black;
}

@media screen and (max-width: 650px) {
  h2 {
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
    margin-left: 14%;
  }
}

.header, .footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.contact-item img {
  width: 30px;
  margin-right: 5px;
}

footer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: powderblue;
  height: 6.25rem;
  padding-top: 0.938rem;
  margin-top: 1.25rem;
  display: block;
  padding: 20px 0;
}

@media screen and (max-width: 650px) {
  footer {
    width: 127%;
  }
}

.footerabout {
  width: 100%;
  background-color: rgb(248, 224, 194);
  height: 6.25rem;
  padding-top: 0.938rem;
  margin-top: 1.25rem;
  display: block;
}

@media screen and (max-width: 650px) {
  .footerabout {
    width: 155%;
    font-size: 1.5rem;
    padding: 20px;
  }
}

.footertext {
  font-size: 0.938rem;
  margin-bottom: 0;
  padding-left: 0.313rem;
  color: black;
}

/* Style all font awesome icons */
.fa {
  margin-top: 0.625rem;
  display: inline-block;
  margin-left: 1.25rem;
  padding-top: 1.375rem;
  padding: 0.7rem;
  width: 1.875rem;
  height: 2.5rem;
  text-align: center;
  text-decoration: none;
  margin: 0.313rem 0.313rem;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  color: #55ACEE;
}

.fa-twitter {
  color: #55ACEE;
}

.fa-instagram {
  color: mediumvioletred;
}

.fa-whatsapp {
  color: green;
}

.fa-linkedin {
  color: #3B5998;
}

header {
  background-image: url('photo1.jpg');
  background-size: cover;
  background-position: center;
  height: 200px;
  text-align: center;
  color: white;
  padding-top: 80px;
}

.title h1 {
  font-size: 36px;
}

.bg {
  background-image: url("Images/home.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 5rem;
}

@media screen and (max-width: 650px) {
  .bg {
    width: 127%;
    height: 50%;
  }
}

.bg h1 {
  font-size: 3.5rem;
  color: white;
  text-align: center;
  padding-top: 3.125rem;
  text-shadow: 3px 3px 8px black;
}

@media screen and (max-width: 650px) {
  .bg h1 {
    font-size: 3rem;
    text-align: center;
  }
}

.animate__animated.animate__backInLeft {
  animation-duration: 3s;
  text-align: center;
  display: block;
}

.animate__animated.animate__zoomIn {
  animation-duration: 3s;
  text-align: center;
  display: block;
}

.logos {
  border: 1px solid black;
}

.logo {
  width: 70px;
  height: auto;
  margin-top: 0.25rem;
  margin-left: 1.025rem;
  display: block;
}

.logo:hover {
  opacity: 50%;
}

/* MOBILE NAVIGATION MENU */
.topnav {
  overflow: hidden;
  background-color: rgb(248, 224, 194);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.button-container {
  text-align: center;
}

.mobilelogo {
  margin-left: 5px;
  width: 40px;
}

.topnav a {
  color: black;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 25px;
  display: block;
}

.topnav a.icon {
  color: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 20px;
}

.topnav a:hover {
  color: blue;
}

@media screen and (min-width: 970px) {
  .topnav {
    display: none;
  }
}

.logo {
  margin-top: 10px;
  margin-left: 20px;
  width: 2px;
  height: 2px;
}

.logo:hover {
  opacity: 50%;
}

/* Desktop Navigation bar */
nav {
  width: 100%;
  height: 5rem;
  background-color: lightblue;
  text-align: right;
  top: 0;
  position: fixed;
  overflow: hidden;
  z-index: 2;
}

@keyframes moveLeftToRight {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

.header, .menu {
  animation: moveLeftToRight 1s ease-in-out;
}

@media screen and (max-width: 970px) {
  nav {
    display: none;
  }
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center; /* Center the list items */
}

li {
  display: inline;
}

ul li {
  display: inline-block;
  line-height: 6.25rem;
  padding: 0 0.938rem;
  font-size: 1.25rem;
  text-decoration: none;
  margin-top: -3.125rem;
}

ul li a {
  text-decoration: none;
  color: rgb(2, 2, 2);
}

ul li a:hover {
  color: orangered;
  text-decoration: underline;
  font-weight: 600;
}

h2 {
  font-size: 2.625rem;
  text-align: center;
  margin-top: 0.625rem;
  color: black;
}

@media screen and (max-width: 650px) {
  h2 {
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
    margin-left: 14%;
  }
}

h3 {
  font-size: 1.25rem;
  width: 100%;
  text-align: center;
  color: orangered;
  padding-top: 0px;
}

@media screen and (max-width: 650px) {
  h3 {
    font-size: 1.25rem;
  }
}

.packages {
  font-size: 25px;
  text-align: center;
  color: orangered;
}

.h3title {
  font-size: 1.25rem;
  text-align: center;
  color: orangered;
  padding-top: 0px;
}

@media screen and (max-width: 650px) {
  .h3title {
    font-size: 1.25rem;
    text-align: center;
    width: 100%;
    margin-left: 14%;
  }
}

.h3logo {
  color: black;
  font-size: 1.25rem;
  text-align: left;
  background-color: #ff9800;
  text-decoration: none;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

/* HOMEPAGE CARDS STYLING */
.column {
  float: left;
  width: 25%;
  margin-bottom: 1rem;
  padding: 0 0.5rem;
  margin-left: 4.375rem;
}

@media screen and (max-width: 650px) {
  .column {
    width: 120%;
    display: block;
    margin-left: 20px;
  }
}

.card {
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2);
  width: 19.25rem;
  border: 2px solid orangered;
  padding-top: 0;
  font-weight: 500;
  margin-bottom: 40px;
  transition: all 0.3s linear;
}

.card:hover {
  border: 2px solid orange;
  box-shadow: 0 5px 8px 0 orange;
}

@media screen and (max-width: 650px) {
  .card:hover {
    width: 95.5%;
  }
}

@media screen and (max-width: 650px) {
  .card {
    width: 95%;
    margin-left: 0;
    font-size: 1.25rem;
    font-weight: 300;
  }
}

.submitcard {
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2);
  width: 19.25rem;
  border: 2px solid orangered;
  padding-top: 10px;
  font-weight: 500;
  margin-bottom: 40px;
  transition: all 0.3s linear;
}

.submitcard:hover {
  border: 2px solid orange;
  box-shadow: 0 5px 8px 0 orange;
}

@media screen and (max-width: 650px) {
  .submitcard:hover {
    width: 95.5%;
  }
}

@media screen and (max-width: 650px) {
  .submitcard {
    width: 95%;
    margin-left: 0;
    font-size: 1.25rem;
    font-weight: 300;
  }
}

.container {
  padding: 0 1rem;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.businesscard {
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.2);
  width: 18.90rem;
  border: 2px solid orangered;
  padding-top: 1.25rem;
  font-weight: 500;
  padding-bottom: 1.25rem;
  margin-bottom: 40px;
  transition: all 0.3s linear;
}

@media screen and (max-width: 650px) {
  .businesscard {
    width: 95%;
    margin-left: 0;
    font-size: 1.25rem;
    font-weight: 300;
  }
}

.businesscard:hover {
  border: 2px solid orange;
  box-shadow: 0 5px 8px 0 orange;
}

@media screen and (max-width: 650px) {
  .businesscard:hover {
    width: 95.5%;
  }
}

.button {
  border: 2px solid black;
  border-radius: 4px;
  outline: 0;
  display: inline-block;
  padding: 0.625rem;
  color: white;
  background-color: orangered;
  text-align: center;
  font-weight: 400;
  font-size: 1.25rem;
  cursor: pointer;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.6s linear;
}

@media screen and (max-width: 650px) {
  .button {
    border: 1px solid black;
    outline: 0;
    display: inline-block;
    padding: 0.625rem;
    color: white;
    background-color: orangered;
    text-align: center;
    font-weight: 600;
    font-size: 1.25rem;
    cursor: pointer;
    width: 70%;
    margin-left: 5rem;
  }
}

.button:hover {
  color: white;
  background-color: orange;
  width: 32%;
  font-size: 1.25rem;
  box-shadow: orange 0px 5px 15px;
}

.solutions {
  color: black;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: justify;
}

@media screen and (max-width: 650px) {
  .solutions {
    font-size: 1.5rem;
    text-align: left;
    font-weight: 300;
  }
}

.h2solutions {
  color: black;
  padding-top: 0.625rem;
  font-size: 3.125rem;
}

@media screen and (max-width: 650px) {
  .h2solutions {
    font-size: 2.25rem;
    text-align: center;
    margin-left: 0;
  }
}

.container1 {
  background-color: whitesmoke;
  display: flex;
  padding: 0.938rem;
}

@media screen and (max-width: 650px) {
  .container1 {
    width: 127%;
    display: block;
    text-align: center;
  }
}

.container2 {
  border: 2px solid orangered;
  background-color: white;
  border-radius: 0.313rem;
  padding: 1rem;
  margin-bottom: 1.875rem;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container2::after {
  content: "";
  clear: both;
  display: table;
}

.container2 img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}

.container2 span {
  font-size: 20px;
  margin-right: 15px;
}

@media (max-width: 650px) {
  .container2 {
    text-align: center;
    display: block;
    margin-left: 4.375rem;
    width: 85%;
  }

  .container2 img {
    margin: auto;
    float: none;
    display: block;
  }
}

.checked {
  color: orange;
}

* {
  box-sizing: border-box;
}

.heading {
  font-size: 25px;
  margin-right: 25px;
}

.fa {
  font-size: 25px;
}

.checked {
  color: orange;
}

.side {
  float: left;
  width: 13%;
  margin-top: 10px;
  margin-left: 20px;
}

.middle {
  float: left;
  width: 70%;
  margin-top: 10px;
}

.right {
  text-align: center;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: white;
}

@media (max-width: 650px) {
  .bar-container {
    padding-left: 0.625rem;
    width: 120%;
  }
}

.bar-5 {
  width: 70%;
  height: 18px;
  background-color: #ff9800;
  border-radius: 10px;
}

.bar-4 {
  width: 50%;
  height: 18px;
  background-color: #ff9800;
  border-radius: 10px;
}

.bar-3 {
  width: 30%;
  height: 18px;
  background-color: #ff9800;
  border-radius: 10px;
}

.bar-2 {
  width: 10%;
  height: 18px;
  background-color: #ff9800;
  border-radius: 10px;
}

.bar-1 {
  width: 1%;
  height: 18px;
  background-color: #ff9800;
  border-radius: 30px;
}

@media (max-width: 400px) {
  .side, .middle {
    width: 100%;
  }
  .right {
    display: block;
    text-align: right;
    margin-right: 0;
  }
}

/* CONTACTS STYLING */
.bg2 {
  background-image: url("Images/laptopgirl.jpg");
  height: 40%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 5rem;
}

@media screen and (max-width: 650px) {
  .bg2 {
    width: 127%;
    height: 40%;
  }
}

.bg2 h1 {
  font-size: 3.90rem;
  color: white;
  text-align: center;
  padding-top: 3.125rem;
  text-shadow: 3px 3px 8px black;
}

.contactuscard {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
  width: 18.75rem;
  border: 2px solid orangered;
  border-radius: 5px;
  padding-top: 1.25rem;
  font-weight: 500;
  padding-bottom: 1.25rem;
  margin-bottom: 40px;
  transition: all 0.3s linear;
}

@media screen and (max-width: 650px) {
  .contactuscard {
    width: 95%;
    margin-left: 0;
  }
}

.contactuscard:hover {
  border: 3px solid orange;
  box-shadow: 0 5px 8px 0 orange;
}

.contactuscard:hover {
  color: orangered;
}

.button2 {
  border: 2px solid orangered;
  border-radius: 4px;
  outline: 0;
  display: inline-block;
  padding: 0.625rem;
  margin-top: 5px;
  color: black;
  background-color: White;
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
  cursor: pointer;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s linear;
}

.button2:hover {
  color: white;
  background-color: orange;
  font-weight: 600;
  box-shadow: orange 0px 5px 15px;
  width: 210px;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 2px solid orangered;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

label {
  font-weight: 600;
  color: black;
}

input[type=submit] {
  background-color: orangered;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s linear;
  width: 100px;
}

input[type=submit]:hover {
  background-color: orange;
  box-shadow: orange 0px 5px 15px;
  width: 110px;
}

.container3 {
  border-radius: 5px;
  background-color: white;
  padding: 10px;
  box-sizing: border-box;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 650px) {
  .container3 {
    width: 125%;
  }
}

/* SERVICES STYLING */
.bg3 {
  background-image: url("Images/services1.jpg");
  height: 40%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 5rem;
}

@media screen and (max-width: 650px) {
  .bg3 {
    width: 127%;
    height: 40%;
  }
}

.bg3 h1 {
  font-size: 3.90rem;
  color: white;
  text-align: center;
  padding-top: 3.125rem;
  text-shadow: 3px 3px 8px black;
}

/* PROJECTS STYLING */
.bg4 {
  background-image: url("Images/win.jpg");
  height: 30%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 5rem;
}

@media screen and (max-width: 650px) {
  .bg4 {
    width: 127%;
    height: 40%;
  }
}

.bg4 h1 {
  font-size: 3.90rem;
  color: white;
  text-align: center;
  padding-top: 3.125rem;
  text-shadow: 3px 3px 8px black;
}

/* ABOUT STYLING */
.bg5 {
  background-image: url("Images/about1.jpg");
  height: 30%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 5rem;
}

@media screen and (max-width: 650px) {
  .bg5 {
    width: 155%;
    height: 40%;
  }
}

.bg5 h1 {
  font-size: 4.5rem;
  color: white;
  text-align: center;
  padding-top: 3.125rem;
  text-shadow: 3px 3px 8px black;
}

.aboutcontainer {
  display: flex;
  text-align: left;
}

@media screen and (max-width: 650px) {
  .aboutcontainer {
    width: 100%;
    display: block;
  }
}

.countdown {
  font-weight: 700;
  text-align: center;
}

.bg6 {
  background-image: url("Images/orange.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 5rem;
}

@media screen and (max-width: 650px) {
  .bg6 {
    width: 127%;
    height: 50%;
  }
}

.show {
  opacity: 1;
  filter: blur(0px);
  transition: all 1s;
  transform: translateX(0);
}
