/* Global Styles */
*{
  
  scroll-behavior: smooth;
}
body {
  background-image: url('bg2.jpg');
  background-size: cover; /* Adjusts the background image size to cover the entire body */
  background-position: center; /* Centers the background image */
  background-repeat: no-repeat; /* Prevents the background image from repeating */
  font-family: Arial, sans-serif;
   margin: 0; 
   padding: 0; 
  background-color: #f0f0f0; /* Light grey background */
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: #333; */
  color: #fff;
  padding: 20px 60px;
}

.logo {
  flex: 1; /* Takes up remaining space */
}

.logo img {
  width: 200px;
  height: auto;
}

nav {
  flex: 3; /* Takes up most of the space */
  text-align: center;
}

nav ul {
  list-style-type: none;
  padding: 0;
}

nav ul li {
  display: inline;
  margin-right: 20px;
}

nav ul li:last-child {
  margin-right: 0;
}

nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 23px;
    margin: 0px 10px
}
nav ul li a:hover {
  font-weight: bold;
  text-decoration: underline;
}
.main-button {
  flex: 1; /* Takes up remaining space */
  text-align: right;
}

.main-button a {
  text-decoration: none;
  color: #fff;
  background-color: #003065; /* Green button */
  padding: 10px 20px;
  border-radius: 5px;
}

.main-button a:hover {
  background-color: #020079; /* Darker green on hover */
  border: white solid 1px;
}

main {
  text-align: center;
 

  color: white;
}
.heading{
  padding: 0px 0px;
}
.heading p{
  padding: 3px 394px 28px 393px;
}

main h1 {
  text-align: center;
  font-size: 50px;
  padding-top: 10px;
  margin-top: 30px;
    margin-bottom: 0px;

  
}

main p {
  text-align: center;
  line-height: 1.8; /* Adjust the value to increase or decrease the space between lines */
  padding: 25px;
}

.shop {
  text-align: center;
  margin-top: 20px;
}

.heading2 h2 {
  text-align: center;
  font-size: 50px;
}
.heading2 {
  text-align: center;
}

.flex-container {
  display: flex;
  justify-content: space-between;
  
}
.flex-container .flex-item {
  transition: transform 0.3s ease;
}

/* Define the hover effect for the anchor tags */
.flex-container .flex-item:hover {
  transform: scale(1.1); /* Increase size on hover */
  background-color: #0057b4; /* Blue background color */
}

.flex-item {
  flex: 1;
  margin: 20px;
  text-align: center;
  border-radius: 10px; /* Rounded corners */
  background-color: #003065; /* Blue background color */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Box shadow */
  color: #fff; /* White text color */
  animation-name: fadeInUp;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.telegram-section {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 40px;
}
.telegram-section h2 {
 font-size: 50px;
 padding: 23px;
}

.feature-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 180px;

  /* background-.color: white; */
}
.content{
  padding-bottom: 2px;
}
.sect2{
  margin: 189px 45px;

} 
.feature-container .feature-item {
  transition: transform 0.3s ease;
}
.feature-container .feature-item:hover {
  transform: scale(1.1); /* Increase size on hover */
  background-color: #0057b4; /* Blue background color */
}

.feature-item {
  flex: 1;
  margin: 20px;
  text-align: center;
  border-radius: 10px; /* Rounded corners */
  background-color: #003065; /* Blue background color */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Box shadow */
  color: #fff; /* White text color */
}

.feature-item h3 {
  margin-top: 10px;
}




.btn {
  /* display: flex; */
   justify-content: center;
  margin-top: 30px; /* Adjust margin as needed */
  margin-bottom: 130px;
}

.btn a {
  text-decoration: none;
  color: #fff;
  background-color: #003065; /* Red background color */
  padding: 10px 20px; /* Adjust padding as needed */
  border-radius: 5px;
  margin-top: 20px;
}


.btn a:hover {
  background-color: #020079; /* Darker green on hover */
  border: white solid 1px;
}


.buttons a {
  text-decoration: none;
  color: #fff;
  background-color: #008CBA; /* Blue button */
  padding: 10px 20px;
  border-radius: 5px;
  margin: 0 10px; /* Add some spacing between buttons */
}

.buttons a:hover {
  background-color: #005f7d; /* Darker blue on hover */
}


/* Contact part */

.contact-main{
  padding: 20px;
  color: white;
}

.content {
  /* background-color: #fff; White background for content */
  padding: 20px;
}

.contact-section {
  text-align: center;
  margin-bottom: 145px;
}
.contact-section a {
  padding: 10px;
}
.contact-section2 {
 padding: 20px;

}
.contact-section h2{
 
  font-size: 70px;
}
.contact-section h3{
  font-size: 30px;
}
span{
  font-size: 20px;
}

.contact-method {
  margin-top: 20px;
  padding: 20px;
  display: flex;
  justify-content: center;
}

.contact-method img {
  width: 70px; /* Adjust the size of the icon as needed */
  height: auto;
}

.contact-section ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  justify-content: center;
}
.contact-section ul p{
 padding: 10px;
}

.contact-method a {
  color: white;
}

.contact-method ul li {
  margin-top: 10px;
  
}

.contact-method ul li a {
  text-decoration: none;
  color: #ffffff; /* Blue color for links */
}

.contact-method ul li a:hover {
  text-decoration: underline; /* Underline links on hover */
}
.contact-section ul img {
  width: 50px;
  height: auto;
}




/* Cananry */


.content {
  /* background-color: #fff; White background for content */
  padding: 20px;
  text-align: center;
}
.content  h1{
  /* background-color: #fff; White background for content */
  padding: 20px;
  font-size: 55px;
  color:white;
  font-size: 90px;
}
.content  h2{
  /* background-color: #fff; White background for content */
  padding: 20px;
  font-size: 30px;
  color:white;
}
.content h1 span{
  font-size: 20px;
  margin-left: 20px;
}
.content p{
  color:white;
  font-size: 24px;

}












footer {
  text-align: center;
  padding: 20px 50px;
  color: white;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}

.social-icons {
  display: flex;
}

.social-icons img {
  width: 30px; /* Adjust the size as needed */
  height: auto;
  margin-left: 10px; /* Adjust spacing between icons */
}


