#hero {
    
    background: linear-gradient(to bottom, #032030, #032030, #022B42,#004D74,#006494,#326179, #487996,#81a4b8, #85949c); /* Adjust gradient colors */
    border-radius:20px 20px 20px 20px;
    height: fit-content;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white; /* Ensure text is readable on your background */
    padding: 0 20px; /* Add some padding for responsiveness */
    margin-bottom:25px;
}

.hero-content {
    /*max-width: 800px;*/
    height: fit-content;
    justify-content: center;
    align-items: center;
    text-align: center;
}


/*Hero2*/
.hero {
    display:flex;
    border-radius:20px 20px 20px 20px;
    height: fit-content;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero__background{
    background: #dceff2;
    width: 100vw;
    height: 660px;
    margin-bottom: 20px;
    border-top: 1px solid #D0D4D9;
    background-image: url(https://kartinki.pics/uploads/posts/2022-12/thumbs/1671735507_kartinkin-net-p-audit-kartinki-dlya-prezentatsii-oboi-12.png);
    background-repeat: no-repeat;
    background-position: center right;
}
.hero__text{
  margin: 120px 120px;
  max-width: 600px;
}
.hero__text h1{
  font-weight: 300;
  font-size: 2.953125em;
}
.hero__text h2{
  margin-top: 20px;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 28px;
background-color: #d6eaf5ad;
display:inline;
}
.hero__trial{
  margin-top: 40px;
}
.hero__trial button{
  width: 50%;
  height: 60px;
  border-radius: 8px;
}
.hero__trial button:hover{cursor: pointer;}
.hero__trial button p {
  text-align:center;
  line-height:45px;
  font-size:1.375em;
 }
.buy-now{
  margin-top: 20px;
}
.buy-now a{
  text-decoration: underline;
}

/*End hero2*/

h1.animate-text {
    font-size: 2rem; /* Increase font size */
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    animation: fadeIn 2s ease-in-out; /* Add animation if desired */
    color: #fff;
    text-shadow: 0px 4px 10px rgba(0,0,0,0.5); /* Add shadow for better visibility */
}

p.animate-text {
    font-size: 1.5rem;
    margin-bottom: 20px;
    animation: fadeIn 2s ease-in-out;
    color: #eee;
}

.cta-button {
    padding: 15px 30px;
    font-size: 1.2rem;
     margin-bottom: 20px;
    color: white;
    background-color: #032030;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    animation: fadeIn 2s ease-in-out;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #004D74;
}


#features {
    border: 5px solid #fff; /* White border with 5px thickness */
    padding: 4rem 1rem;
    text-align: center;
    background:  #c1c8d6;

    border-radius:20px 20px 20px 20px;
}

#features h2 {
    margin-bottom: 2rem;
}

.features-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.feature-item {
    background: #fff;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex: 1 1 calc(33% - 2rem);
    max-width: calc(33% - 2rem);
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
}

.feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.feature-item img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}
/* Make Features Heading White */
#features h2 {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 40px;
    font-weight: bold;
    text-align: center; /* Align center */
}
.feature-item h3 {
    margin: 1rem 0 0.5rem;
}

/* About Us Section */
#about {
    padding: 60px 20px;
    background: #FFFFFF;
    color: #333;
    text-align: center;
    border-radius:20px 20px 0px 0px;
    margin-bottom:10px;
}

#about h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    font-weight: bold;
    color: #222;
}

#about2 {
    padding: 60px 20px;
    background: #f9f9f9;
    color: #333;
    text-align: center;
    border-radius:20px 20px 0px 0px;
    margin-bottom:10px;
}

#about2 h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    font-weight: bold;
    color: #222;
}

/* New Class for White Text */
.white-text {
    color: white;
}

.about-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 40px;
}

.about-content2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 40px;
}

.about-list {
    flex: 1 1 300px;
    max-width: 300px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-list2 {
    flex: 1 1 500px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-list2 img {
    max-width:45%;
}

.about-list:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.about-list h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #555;
}

.about-list ul {
    list-style-type: none;
    padding: 0;
}

.about-list ul li {
    margin-bottom: 10px;
}

.about-list ul li a {
    color: #007acc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.about-list ul li a:hover {
    color: #00509e;
}

/* Sign Up Section */
#signup {
    padding: 60px 20px;
    background: #003366;
    color: white;
    text-align: center;
    margin-bottom: 10px;
    
}

.signup-container {
    max-width: 600px;
    margin: 0 auto;
}

#signup h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

#signup p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.signup-form {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
}

.signup-form input {
    width: 70%;
    padding: 15px;
    margin-right: 10px;
    border: none;
    border-radius: 5px;
    font-size: 1.2rem;
}

.signup-form button {
    background: #ff5722;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background 0.3s;
}

#signup-form button:hover {
    background: #e6b4a4;
}


/* Optional: Add this for active section highlighting while scrolling */
section {
    padding: 0rem 0;
    scroll-margin-top: 70px; /* Adjust this value based on your header height */
}

/* Gallery Section */
#gallery {
    padding: 20px;
    background: #fafafa;
    margin-bottom:10px;
}

#gallery h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    font-weight: bold;
}

.scroll-container {
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.scroll-content {
    display: flex;
    transition: transform 0.5s ease;
}

.gallery-item {
    display: inline-block;
    margin-right: 20px;
}

.gallery-item img {
    width: 200px; /* Adjust size as needed */
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.gallery-item img:hover {
    transform: scale(1.1);
}
/* Product Section */
#product {
    padding: 60px 20px;
    background: #f9f9f9;
    text-align: center;
    border-radius:20px 20px 0px 0px;
    margin-bottom:10px;
}

.product-container {
    max-width: 800px;
    margin: 0 auto;
}

#product h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.product-item {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 40px;
}

.product-item img {
    width: 40%;
    border-radius: 10px;
}

.product-info {
    flex: 1;
    padding: 20px;
    text-align: left;
}

.product-info h3 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #333;
}

.product-info p {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 20px;
}

.product-info a.cta-button {
    background: #ff5722;
    color: white;
    padding: 15px 30px;
    font-size: 1.2rem;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;
}

.product-info a.cta-button:hover {
    background: #e64a19;
}



.timer {
  display: flex;
  justify-content: center;
}

.timer__items {
  display: flex;
  font-size: 48px;
}
.timer__item {
  position: relative;
  min-width: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 15px;
  text-align: center;
}
.timer__item::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 14px;
}
.timer__item:not(:last-child)::after {
  content: ':';
  position: absolute;
  right: -15px;
}

.crew-1{
    position: relative;
	counter-increment: list;
	max-width: 45rem;
	margin: 2rem auto;
	padding: 2rem 1rem 1rem;
	box-shadow: 0.1rem 0.1rem 1.5rem rgba(0, 0, 0, 0.3);
	border-radius: 0.25rem;
	overflow: hidden;
	background-color: white;
}


.wrapper {
		display: grid;
        grid-gap: 10px;
        justify-content: center;
		grid-template-columns: [col] 24% [col] 24% [col] 24% [col] 24%;
		background-color: #fff;
		color: #444;
  
	}

	.box {
		flex: 1 1 500px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        padding: 20px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;

	}
	
	.box img{
	    max-width:45%;
	}

	.a {
		grid-column: col / span 2;
		grid-row: row 2 ;
	}
	.b {
		grid-column: col 3 / span 2 ;
		grid-row: row 2;
	}

	.c {
		grid-column: col / span 4;
		grid-row: row 1;
	}
		.c img{
	    max-height:500px;
	}


/* Animation Keyframes */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.unordered-list {
    font-size:1.7rem;
    background: #fff;
    border-radius: 15px;
    margin: 50px auto 0;
    /*width: 800px;*/
    box-shadow: 0 1px 2px 0px #444;
}

.unordered-list ul {
    list-style:url("https://serblog.ru/demo/list-style-image1/list.png");
	padding: 10px 32px;
	display: flex;
    flex-direction: column;
    gap: 15px;
    text-align:left;
}

.our-exp{
    text-align:left;
    margin-bottom:20px;
}

.our-exp p{
    display: inline-block;
    font-size:1.9em;
}


.step {
  background: #2fbf49;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-size:1.2em;
  font-weight: bold;
  line-height: 3.6em;
  margin-right: 5px;
  margin-bottom:5px;
  text-align: center;
  width: 3.6em; 
}

#statistic h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    font-weight: bold;
    color: #222;
}

#landing1-map h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    font-weight: bold;
    color: #222;
}

#landing1-map{
    scale:0.7;
    margin-top: -90px;
}

#landing1-map .landing1-map-div {
    position:relative;
    z-index:1;
}




#section-counters {
  height: 100vh;
  background: #fefae0;
  display: grid;
  place-items: center;
  font-size: 90px;
}

.stats-container {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 30px auto;
  max-width: 1000px;
  padding-inline: 16px;
}

.stats-container .stat {
  background: #1c7cc3;
  padding: 24px;
  text-align: center;
  color: #edf2f4;
}

.stats-container .stat .odometer {
  font-size: 50px;
  font-weight: bold;
  display: inline-block;
}

.stats-container .stat .type {
  font-size: 20px;
}

.odometer.plus {
  position: relative;
}

.odometer.plus::after {
  content: "+";
  position: absolute;
  top: 0;
  right: -16px;
  font-size: 20px;
}

@media (max-width: 700px) {
  .stats-container {
    grid-template-columns: 1fr;
  }
}


.eleven h1 {
  font-size:30px;text-align:center; line-height:1.5em; padding-bottom:45px; font-family:"Playfair Display", serif; text-transform:uppercase;letter-spacing: 2px; color:#111;
}


.eleven h1:before {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 60%;
  left:50%; margin-left:-30%;
  height: 1px;
  content: "";
  background-color: #777; z-index: 4;
}
.eleven h1:after {
  position:absolute;
  width:40px; height:40px; left:50%; margin-left:-20px; bottom:0px;
  content: '\00a7'; font-size:30px; line-height:40px; color:#c50000;
  font-weight:400; z-index: 5;
  display:block;
  background-color:#f8f8f8;
}


/* Responsive Design */
@media (max-width: 768px) {
    h1.animate-text {
        font-size: 1.5rem; /* Adjust font size for tablets and phones */
    }
    
    p.animate-text {
        font-size: 1.2rem;
    }
    
    .cta-button {
        padding: 10px 20px;
        font-size: 1rem;
    }
    
    .box a,b,c img {
        max-width:90%;
    }
    
    .box a {
		background:#000000;
	}
	
	.hero__background {
        background-position: left;
        width:fit-content;
    }
    
    .hero__text {
        margin:12px 12px;
    }
	
	.hero__text h1 {
    font-weight: 100;
    font-size: 1.953125em;
    }
    
    .wrapper {
    display: block;
    background-color: #fff;
    color: #444;
    }
    
    .wrapper > * + * {
        margin-top: 30px;
    }
    
    #landing1-map .landing1-map-div {
    scale:1;
    }
    
    #fix-h2{
    font-size: 1.953125em !important;
    }
    
    #about {
    padding: 10px 2px;
    }
    
    .our-exp {
    text-align: center;
    }
    
    .signup-form {
    display: grid;
    gap: 10px;
    justify-content: center;
    align-items: center;
    }
    
    .signup-form input {
    width: 100%;
    }

}