body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Poppins', Arial, sans-serif;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding: 20px 40px;
    z-index: 1000;
    transition: background 0.2s ease; /* Add a transition for the background property */
	background-color: #393939;
}

.logo img {
    width: 100px; /* Adjust the width to your desired size */
    height: 50px; /* Maintain aspect ratio */
}


.header-center {
    display: flex;
}

h1 {
    margin: 0 10px;
    cursor: pointer;
    font-size: 1.2em;
}

button {
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background-color: #0066b2;
	color: #fff;
	border: none;
	border-radius: 5px;
	transition: background-color 0.3s;
}

button:hover {
	background-color: #2980b9;
}

footer {
    background-color: #393939;
    color: white;
    padding: 20px 40px;
    text-align: center;
}

footer p {
    margin: 10px 0;
}

.banner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px; /* Set the desired height for your banner */
  background-image: url("webdevelopment.jpg");
}

.banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: rgb(0,45,98);
	background: linear-gradient(90deg, rgba(0,45,98,1) 0%, rgba(0,102,178,1) 35%, rgba(0,45,98,1) 100%);
    opacity: 0.7; /* Adjust the opacity as needed */
}

@media (max-width: 500px) {
.banner {
	height: 200px;
}
}

.slide-out-menu {
    position: fixed;
    top: -100vh; /* Start position above the viewport */
    left: 0;
    width: 100%;
	height: 350px;
    background-color: #393939;
    z-index: 999;
    transition: top 0.5s ease; /* Transition on the top property */
}

.slide-out-menu.open {
    top: 60px; /* Adjust this value based on your header's height */
}

.slide-out-menu h1 {
font-size: 2em;
text-align: center;
margin-bottom: 20px;
border-bottom: 2px solid;
margin-top: 20px;
}

.slide-out-menu h2 {
font-size: 1.5em;
margin-top: 20px;
text-align: center;
font-weight: normal;
}

.menu-content {
    padding: 20px;
    color: white;
}

.hamburger-menu {
    display: none;
    cursor: pointer;
}

@media (max-width: 850px) {
    .header-center,
    button {
        display: none;
    }

    .hamburger-menu {
        display: block;
    }

    header {
        padding: 20px;
    }

    .banner {
        margin-top: 80px; /* Adjust the margin as needed */
    }
}

.parallax-section {
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media (max-width: 400px) {
.parallax-section {
	height: 300px;
}
}

@media (max-width: 600px) {
.parallax-section {
	height: 400px;
}
}

#section1 {
  margin-bottom: 250px;
}

@media (max-width: 600px) {
#section1 {
	margin-bottom: 1000px;
	
}	
}

@media (max-width: 400px) {
#section1 {
	margin-bottom: 950px;
	
}	
}

@media (max-width: 300px) {
#section1 {
	margin-bottom: 1100px;
	
}	
}

@media (min-width: 600px) and (max-width: 940px) {
#section1 {
	margin-bottom: 750px;
	
}
}

@media (min-width: 500px) and (max-width: 590px) {
#section1 {
	margin-bottom: 800px;
	
}
}

#section2 {
  background-color: #393939;
  }

#section3 {
  height: auto;
}

#section4 {
	background-color: #393939;
	margin-bottom: 50px;
}

#section5 {
  height: auto;
}



.text-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff; /* Adjust the color as needed */
}

#mincMediaText {
    font-size: 5em; /* Adjust the size as needed */
    font-weight: bold;
	color: #393939;
}

#description {
    font-size: 3em; /* Adjust the size as needed */
    color: #333; /* Adjust the color as needed */
}

@media (max-width: 600px) {
    #mincMediaText {
        font-size: 3.5em; /* Adjust the size for smaller screens */
    }

    #description {
        font-size: 1.75em; /* Adjust the size for smaller screens */
    }
}

@media (max-width: 400px) {
    #mincMediaText {
        font-size: 3em; /* Adjust the size for even smaller screens */
    }

    #description {
        font-size: 1.5em; /* Adjust the size for even smaller screens */
    }
}

@media (max-width: 300px) {
    #mincMediaText {
        font-size: 2.5em; /* Adjust the size for even smaller screens */
    }

    #description {
        font-size: 1.5em; /* Adjust the size for even smaller screens */
    }
}

.card-container {
    display: flex;
    justify-content: center;
    align-items: center;
	padding-top: 500px;
	margin-right: 20px;
	margin-left: 20px;
	gap: 20px;
}

.card {
    width: 300px; /* Set the width as needed */
    height: 300px; /* Set the height as needed */
    background-color: #fff;
    padding: 20px;
    color: white;
    text-align: center;
	font-size: 1.11rem;
	border-radius: 21px;
box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1),
            -10px -10px 40px rgba(255, 255, 255, 0.7);

}

.card h3 {
    margin-bottom: 10px;
	color: #393939;
}

.card p {
	color: #393939;
}

.card .icon {
	font-size: 3rem; /* Adjust the font size as needed */
	color: white; /* Adjust the color as needed */
	margin-bottom: 1px; /* Adjust the margin as needed */
	margin-top: 2px;
	color: #0066b2;
}

@media (max-width: 600px) {
    .card-container {
        flex-direction: column; /* Stack cards vertically */
        padding-top: 325px; /* Remove the top padding */
    }

    .card {
        width: 325px;
		height: 325px;
    }
}

@media (max-width: 400px) {
    .card-container {
        flex-direction: column; /* Stack cards vertically */
        padding-top: 325px; /* Remove the top padding */
    }

    .card {
        width: 300px;
		height: 300px;
    }
}

@media (max-width: 300px) {
    .card-container {
        flex-direction: column; /* Stack cards vertically */
        padding-top: 325px; /* Remove the top padding */
    }

    .card {
        width: 250px;
		height: 365px;
    }
}

@media (min-width: 600px) and (max-width: 940px) {
    .card-container {
        flex-direction: column; /* Stack cards vertically */
        padding-top: 500px; /* Remove the top padding */
		margin-left: 15px;
		margin-right: 15px;
    }

    .card {
        width: 700px;
        height: 250px;
    }
}

@media (min-width: 500px) and (max-width: 590px) {
    .card-container {
        flex-direction: column; /* Stack cards vertically */
        padding-top: 350px; /* Remove the top padding */
		margin-left: 15px;
		margin-right: 15px;
    }

    .card {
        width: 500px;
        height: 250px;
    }
}

.product-text-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff; /* Adjust the color as needed */
    z-index: 1; /* Ensure the text is above the cards */
}

#productText {
    font-size: 4em; /* Adjust the size as needed */
    font-weight: bold;
}

#product-description {
    font-size: 2em; /* Adjust the size as needed */
    color: white; /* Adjust the color as needed */
}

#package-description {
    font-size: 2em; /* Adjust the size as needed */
    color: #393939; /* Adjust the color as needed */
	text-align: center;
}

.productbutton {
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background-color: #0066b2;
	color: #fff;
	border: none;
	border-radius: 5px;
	transition: background-color 0.3s;
	margin-top: 20px;
}
   
.productbutton:hover {
	background-color: #2980b9;
}

@media (max-width: 600px) {
    #productText {
        font-size: 2.5em; /* Adjust the size for even smaller screens */
    }

    #product-description {
        font-size: 1.5em; /* Adjust the size for even smaller screens */
    }
	
	.product-text-container {
		width: 90%;
		position: relative;
	}
}

@media (max-width: 300px) {
    #productText {
        font-size: 2em; /* Adjust the size for even smaller screens */
    }

    #product-description {
        font-size: 0.97em; /* Adjust the size for even smaller screens */
    }
	
	.product-text-container {
		width: 75%;
	}
}

@media (max-width: 400px) {
    #productText {
        font-size: 2.2em; /* Adjust the size for even smaller screens */
    }

    #product-description {
        font-size: 1.25em; /* Adjust the size for even smaller screens */
    }
	
	.product-text-container {
		width: 75%;
	}
}

.packagetext-container {
    position: relative;
    text-align: center;
    color: #fff; /* Adjust the color as needed */
    padding-top: 50px;
	margin-left: 10px;
	margin-right: 10px;
}

#packageText {
    font-size: 4em; /* Adjust the size as needed */
    font-weight: bold;
    color: #393939;
}

#packageText1 {
    font-size: 4em; /* Adjust the size as needed */
    font-weight: bold;
    color: #393939;
}

#packagedescription {
    font-size: 3em; /* Adjust the size as needed */
    color: #333; /* Adjust the color as needed */
}

/* Media Queries for Responsive Design */

/* For smaller screens */
@media screen and (max-width: 768px) {
    #packageText {
        font-size: 3em; /* Adjust the size as needed */
    }
	
	    #packageText1 {
        font-size: 5em; /* Adjust the size as needed */
    }

    #packagedescription {
        font-size: 2em; /* Adjust the size as needed */
    }
}

/* For even smaller screens like mobile phones */
@media screen and (max-width: 480px) {
    #packageText {
        font-size: 2em; /* Adjust the size as needed */
    }
	
	    #packageText1 {
        font-size: 4em; /* Adjust the size as needed */
    }

    #packagedescription {
        font-size: 1.5em; /* Adjust the size as needed */
    }
}

.pricing-cards {
    display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
	gap: 30px;
}

.pricing-card {
    background-color: #fff;
    padding: 30px;
    text-align: center;
    width: 500px;
    margin-top: 40px;
		border-radius: 21px;
box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1),
            -10px -10px 40px rgba(255, 255, 255, 0.7);

}

.pricing-card h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px; /* Adjusted margin */
	color: #393939;
}

.pricing-card .icon {
	font-size: 3rem; /* Adjust the font size as needed */
	color: white; /* Adjust the color as needed */
	margin-bottom: 1px; /* Adjust the margin as needed */
	margin-top: 2px;
	color: #0066b2;
}

.pricing-card p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
	color: #393939;
}

.pricing-card .price {
    font-size: 42px;
    color: #fff;
    margin-bottom: 20px; /* Adjusted margin */
	color: #393939;
}

.pricing-card .features {
    list-style: none;
    padding: 0;
    margin: 20px 0; /* Adjusted margin */
    text-align: center;
	color: #393939;
}

.tick-icon {
    color: #0066b2;
    margin-right: 5px;
}

.pricing-card .features li {
    margin-bottom: 10px; /* Adjusted margin */
    color: #fff;
	text-align: center;
	color: #393939;
}

.pricing-card .features li:last-child {
    margin-bottom: 0;
}

.pricing-card .btn {
    display: inline-block;
    background-color: #0056b3;
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.pricing-card .btn:hover {
    background-color: #004080;
}
@media (max-width: 600px) {
    .pricing-cards {
        flex-direction: column;
		margin-top: 30px;
    }
	
	.pricing-card {
		margin-top: 0px;
	}
}

@media (max-width: 950px) {
    .pricing-cards {
        flex-direction: column;
		margin-top: 30px;
    }
	
	.pricing-card {
		margin-top: 0px;
		width: 80%;
	}
}

.contacttext-container {
    position: relative;
    text-align: center;
    color: #fff; /* Adjust the color as needed */
    padding-top: 50px;
	margin-left: 10px;
	margin-right: 10px;
}

#contactText {
    font-size: 4em; /* Adjust the size as needed */
    font-weight: bold;
    color: #393939;
}

#contactText1 {
    font-size: 4em; /* Adjust the size as needed */
    font-weight: bold;
    color: #393939;
}

#contactdescription {
    font-size: 3em; /* Adjust the size as needed */
    color: #333; /* Adjust the color as needed */
}

.contacttext-container {
    position: relative;
    text-align: center;
    color: #fff; /* Adjust the color as needed */
    padding-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

#contactText,
#contactText1,
#contactdescription {
    font-weight: bold;
}

#contactText {
    font-size: 4em; /* Adjust the size as needed */
    color: #393939;
}

#contactText1 {
    font-size: 4em; /* Adjust the size as needed */
    color: #393939;
}

#contactdescription {
    font-size: 3em; /* Adjust the size as needed */
    color: #333; /* Adjust the color as needed */
}

/* Media Queries for responsiveness */
@media screen and (max-width: 768px) {
    #contactText,
    #contactText1,
    #contactdescription {
        font-size: 2em; /* Adjust the size as needed */
    }
}

@media screen and (max-width: 480px) {
    #contactText,
    #contactText1,
    #contactdescription {
        font-size: 1.5em; /* Adjust the size as needed */
    }
}

.card2-container {
    display: flex;
    justify-content: center;
    align-items: center;	
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
	gap: 10px;
}

.card2 {
    width: 300px; /* Set the width as needed */
    height: 300px; /* Set the height as needed */
    background-color: #fff;
    padding: 20px;
    color: white;
    text-align: center;
	font-size: 1.11rem;
}

.card2 h3 {
    margin-bottom: 10px;
	color: #393939;
}

.card2 p {
	color: #393939;
}

.card2 .icon {
	font-size: 3rem; /* Adjust the font size as needed */
	color: white; /* Adjust the color as needed */
	margin-bottom: 1px; /* Adjust the margin as needed */
	margin-top: 2px;
	color: #0066b2;
}

@media (max-width: 600px) {
    .card2-container {
        flex-direction: column; /* Stack cards vertically */
    }

    .card2 {
        width: 325px;
		height: 325px;
    }
}

@media (max-width: 400px) {
    .card2-container {
        flex-direction: column; /* Stack cards vertically */
    }

    .card2 {
        width: 300px;
		height: 300px;
    }
}

@media (max-width: 300px) {
    .card2-container {
        flex-direction: column; /* Stack cards vertically */
    }

    .card2 {
        width: 250px;
		height: 365px;
    }
}

@media (min-width: 600px) and (max-width: 940px) {
    .card2-container {
        flex-direction: column; /* Stack cards vertically */
		margin-left: 15px;
		margin-right: 15px;
    }

    .card2 {
        width: 700px;
        height: 250px;
    }
}

@media (min-width: 500px) and (max-width: 590px) {
    .card2-container {
        flex-direction: column; /* Stack cards vertically */
		margin-left: 15px;
		margin-right: 15px;
    }

    .card2 {
        width: 500px;
        height: 250px;
    }
}

.card3-container {
    display: flex;
    justify-content: center;
    align-items: center;	
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
	gap: 10px;
}

.card3 {
    width: 400px; /* Set the width as needed */
    height: 300px;; /* Set the height as needed */
    background-color: #fff;
    padding: 20px;
    color: white;
    text-align: center;
	font-size: 1.11rem;
			border-radius: 21px;
box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1),
            -10px -10px 40px rgba(255, 255, 255, 0.7);
}

.card3 h3 {
    margin-bottom: 10px;
	color: #393939;
}

.card3 p {
	color: #393939;
}

.card3 .icon {
	font-size: 3rem; /* Adjust the font size as needed */
	color: white; /* Adjust the color as needed */
	margin-bottom: 1px; /* Adjust the margin as needed */
	margin-top: 2px;
	color: #0066b2;
}

@media (max-width: 600px) {
    .card3-container {
        flex-direction: column; /* Stack cards vertically */
    }

    .card3 {
        width: auto;
		height: auto;
    }
}

@media (max-width: 400px) {
    .card3-container {
        flex-direction: column; /* Stack cards vertically */
    }

    .card3 {
        width: auto;
		height: auto;
    }
}

@media (max-width: 300px) {
    .card3-container {
        flex-direction: column; /* Stack cards vertically */
    }

    .card3 {
        width: auto;
		height: auto;
    }
}

@media (min-width: 600px) and (max-width: 940px) {
    .card3-container {
        flex-direction: column; /* Stack cards vertically */
		margin-left: 15px;
		margin-right: 15px;
    }

    .card3 {
        width: auto;
        height: auto;
    }
}

@media (min-width: 500px) and (max-width: 590px) {
    .card3-container {
        flex-direction: column; /* Stack cards vertically */
		margin-left: 15px;
		margin-right: 15px;
    }

    .card3 {
        width: auto;
        height: auto;
    }
}

.whatsapp-button {
  display: inline-block;
  background-color: #25d366;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.whatsapp-button:hover {
  background-color: #128c7e;
}