body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: white;
    text-align: center;
}


/* Importing fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Open+Sans:wght@400;600&display=swap');

/* Apply font to class 'heading-font' */
.heading-font {
  font-family: 'Roboto', sans-serif;
}

/* Apply font to class 'body-font' */
.body-font {
  font-family: 'Open Sans', sans-serif;
}

/* Apply font to all paragraphs */
p {
    font-family: 'Open Sans', sans-serif;
    color: #607d8b;
}

/* Apply font to all headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}



.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
}

.header-content {
    /*display: flex;*/
    text-align: left;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.heading img {
  width: 160px;
}

.logo {
  width: 40px;
  height: 40px;
}

.sketchware {
  width: 100px;
  transform: translateY(-12px) translateX(6px);
}

.intro {
    animation: fadeIn 2s ease;
}

.intro p {
  margin: 0 10px 30px 10px;
  font-size: 18px;
  color: #607d8b;
}

.download-button {
  margin-bottom: 20px;
  padding: 0px;
  white-space: nowrap;
  
  text-overflow: ellipsis; /* টেক্সট কাটার পর "..." দেখাবে */
}

.imgff {
  width: 150px;
}

.banner {
    width: 100%;
    max-width: 800px;
    height: 220px;
    max-height: auto;
    margin: 20px 0;
    object-fit: cover;
}

.features, .testimonials, .cta, .downloads {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.feature {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin: 10px 0;
    animation: fadeInUp 1s ease;
    width: 45%;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column; /* উল্লম্বভাবে কনটেন্ট সাজাতে */
    align-items: center; /* অনুভূমিকভাবে সেন্টার করতে */
    justify-content: center; /* উল্লম্বভাবে সেন্টার করতে */
}

.feature i {
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: #37B5FE; /* প্রাইমারি কালার */
    background-color: rgba(255, 206, 2, 0.1); /* প্রাথমিক অবস্থায় হালকা ব্যাকগ্রাউন্ড */
    border: 2px solid #37B5FE; /* প্রাথমিক অবস্থায় বর্ডার কালার */
    border-radius: 10px; /* গোলাকার বর্ডার */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    transition: all 0.2s ease; /* ট্রানজিশন টাইম */
}

feature:hover {
  
}

.feature:hover i {
    background-color: #37B5FE; /* হোভার অবস্থায় ব্যাকগ্রাউন্ড কালার */
    border: none; /* হোভার অবস্থায় বর্ডার হিড হবে */
    color: #212631; /* হোভার অবস্থায় আইকনের কালার হবে */
}

.feature h3 {
    margin: 10px 0;
    font-size: 18px;
}

.feature p {
    font-size: 18px;
}

.download-count {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin: 10px 0;
    animation: fadeInUp 1s ease;
}

.download-count p {
    color: #37B5FE; /* প্রাইমারি কালার */
}

.download-count i {
    font-size: 36px;
    color: #000;
    margin-bottom: 10px;
}

.testimonials {
    text-align: left;
}

.testimonials h2 {
    text-align: center;
    margin-bottom: 20px;
}

.testimonial {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    animation: zoomIn 1s ease;
    display: flex;
    align-items: center;
}

.testimonial img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.testimonial p {
    margin: 0;
    font-size: 16px;
    color: #000; /* প্রাইমারি কালারের উপরে থাকা টেক্সটের রং */
}

.testimonial span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #37B5FE; /* প্রাইমারি কালার */
}

.cta {
    text-align: center;
}

.cta h2 {
    margin-bottom: 20px;
    color: #fff; /* প্রাইমারি কালারের উপরে থাকা টেক্সটের রং */
}

.download-button button,
.cta button {
    background-color: #37B5FE; /* প্রাইমারি কালার */
    color: #f5f5f5; /* প্রাইমারি কালারের উপরে থাকা টেক্সটের রং */
    border: none;
    width: 80%;
    padding: 15px 30px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
    box-shadow: 0px 4px #2C92CD; /* প্রাইমারি কালার */
  transition: all 0.2s ease;
}

.cta button:hover,
.download-button button:hover {
    box-shadow: 4px 4px #2C92CD; /* প্রাইমারি কালার */
  transform: translateY(-5px);
}

.downloads {
    text-align: center;
}

.download-count {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.download-count h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.download-count p {
    font-size: 48px;
    margin: 0;
    animation: count 2s ease-in-out forwards;
}

.download-count span {
    font-size: 18px;
    margin-top: 5px;
}

/*footer {
    margin-top: 20px;
    padding: 10px;
    background-color: #121A26;
    border-radius: 10px;
    text-align: center;
}

footer p {
    margin: 0;
}

footer .social-media {
    margin-bottom: 10px;
}

footer .social-media a {
    color: white;
    margin: 0 10px;
    font-size: 20px;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer .social-media a:hover {
    color: #37B5FE; /* প্রাইমারি কালার
}*/

/* CSS */
.footer {
  background-color: #f5f5f5;
  color: #86CFF8;
  padding: 40px 0;
  text-align: left;
  font-family: Arial, sans-serif;
  border-top: 2px solid #86CFF8;
}

.footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-logo img {
  height: 950px;
  width: 150px;
}

.footer-links,
.footer-address,
.footer-social {
  flex: 1;
  margin: 10px;
}

.footer-links h4,
.footer-address h4,
.footer-social h4 {
  margin-bottom: 15px;
  color: #37B5FE;
}

.footer-links a,
.footer-address p {
  display: block;
  color: #607d8b;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-social a {
  display: inline-block;
  margin: 5px 10px 5px 0;
}

.footer-social i {
  width: 24px;
  height: 24px;
  color: #000;
}

.footer-bottom {
  padding-top: 15px;
  border-top: 1px solid #86CFF8;
  margin-top: 20px;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
  color: #A1A6B2;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-links,
  .footer-address,
  .footer-social {
    margin: 0px 0;
  }

  .footer-logo img {
    max-height: 40px;
    width: 200px;
  }
}

@media screen and (max-width: 480px) {
  .footer-content {
    padding: 0 10px;
  }

  .footer-links h4,
  .footer-address h4,
  .footer-social h4 {
    font-size: 16px;
  }

  .footer-links a,
  .footer-address p,
  .footer-bottom p {
    font-size: 12px;
  }

  .footer-logo img {
    max-height: 30px;
    width: 150px;
  }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes count {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 10px;
    }

    .header-content {
        flex-direction: row;
        justify-content: space-between;
    }

    .features {
        flex-direction: column;
        align-items: center;
    }

    .feature {
        width: 85%;
    }
    
    .ccc {
      text-align: center;
    }
    
    .testimonial {
        flex-direction: column;
        text-align: center;
    }

    .testimonial img {
        margin-bottom: 10px;
    }

    .testimonial p {
        font-size: 14px;
    }
    
   .testimonial span {
        font-weight: bold;
   }
}

@media (max-width: 480px) {
    .banner {
        max-width: 100%;
    }

    button {
        padding: 10px 20px;
        font-size: 16px;
    }

    .feature h3 {
        font-size: 16px;
    }

    .feature p {
        font-size: 12px;
    }

    .cta h2 {
        font-size: 24px;
    }

    .cta button,
    .download-button button {
        font-size: 16px;
        padding: 10px 20px;
    }

    .download-count h3 {
        font-size: 16px;
    }

    .download-count p {
        font-size: 36px;
    }

    .testimonial p {
        font-size: 14px;
    }
}

/* Pricing Section */
.pricing {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}

.pricing h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #000;
}

.pricing .plans {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.plan {
  background-color: #f5f5f5;
  padding: 0 20px 20px 20px;
  border-radius: 10px;
  text-align: center;
  margin: 30px 0;
  animation: fadeInUp 1s ease;
  width: 45%;
  box-shadow: 0px 4px #37B5FE; /* প্রাইমারি কালার */
  transition: all 0.2s ease;
}

.plan h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 0px;
  margin: 0;
}

.headplan {
  display: flex;
  text-align: center;
  justify-content: center;
  background: #37B5FE; /* প্রাইমারি কালার */
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 0 0 20px 20px;
}

.headplan i {
  color : #f5f5f5;
}

.headplan h3 {
  color : #fff;
}

#icon {
  font-size: 20px;
  margin-right: 5px;
}

.plan .pri {
  display: flex;
  text-align: center;
  justify-content: center;
}


.plan .pri .tk {
  font-size: 36px;
  font-weight: bold;
  color: #37B5FE; /* প্রাইমারি কালার */
}

.plan p {
  margin-top: 0;
  font-size: 14px;
  color: #37B5FE; /* প্রাইমারি কালারের উপরে থাকা টেক্সটের রং */
}



.plan li {
  list-style: none;
  text-align: left;
  margin-bottom: 10px;
}

.plan li i {
  color: #37B5FE; /* প্রাইমারি কালার */
  margin-right: 10px;
}

.plan .price {
  font-size: 36px;
  color: #37B5FE; /* প্রাইমারি কালার */
}


.plan button {
  width: 80%;
  background-color: #37B5FE; /* প্রাইমারি কালার */
  color: #f5f5f5; /* প্রাইমারি কালারের উপরে থাকা টেক্সটের রং */
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.plan button:hover {
  background-color: #37B5FE; /* প্রাইমারি কালারের ডার্ক শেড */
}

.plan:hover {
  box-shadow: 4px 4px #37B5FE; /* প্রাইমারি কালার */
  transform: translateY(-5px);
}

/* General plan styles */
.plan {
  background-color: #f5f5f5; /* Default Dark background for other plans */
  padding: 0 20px 20px 20px;
  border-radius: 10px;
  text-align: center;
  margin: 30px 0;
  animation: fadeInUp 1s ease;
  width: 45%;
  box-shadow: 0px 4px #37B5FE; /* প্রাইমারি কালার */
  transition: all 0.2s ease;
}

/* Specific styles for the Premium Plan */
.plan.premium {
  background-color: #37B5FE; /* Gold color for premium feel */
  padding: 10px 20px 20px 20px;
  border-radius: 20px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
}

.plan.premium h3 {
  font-size: 22px;
  color: #fff; /* Dark color for the header text */
  margin-bottom: 10px;
}

.plan.premium .headplan {
  background: linear-gradient(135deg, #86CFF8 0%, #37B5FE 100%); /* Gold gradient for header */
  padding: 15px;
  border-radius: 10px;
}

.plan.premium .headplan i {
  color: #f5f5f5; /* Dark color for the icon */
}

.plan.premium .pri .tk {
  font-size: 36px;
  font-weight: bold;
  color: #f5f5f5; /* Dark color for the price */
}

.plan.premium p {
  margin-top: 0;
  font-size: 16px;
  color: #f5f5f5; /* Dark color for the text */
}

.plan.premium li {
  list-style: none;
  text-align: left;
  margin-bottom: 10px;
}

.plan.premium li i {
  color: #000; /* Dark color for the check icon */
  margin-right: 10px;
}

.plan.premium button {
  width: 80%;
  background-color: #f5f5f5; /* Dark color for the button */
  color: #37B5FE; /* Gold color for the button text */
  border: none;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 15px;
  transition: background-color 0.3s ease;
}

.plan.premium button:hover {
  background-color: #333; /* Darker shade for hover effect */
  color: #37B5FE; /* Keep the gold color for text */
}

.plan.premium:hover {
  box-shadow: 4px 4px 12px #37B5FE; /* Gold shadow for premium effect */
  transform: translateY(-8px); /* Lift the card on hover */
}

/* Responsive Design */
@media (max-width: 768px) {
  .plan {
    width: 85%;
  }
}


/* General plan styles */
.plan {
  background-color: #f5f5f5; /* Default Dark background for other plans */
  padding: 0 20px 20px 20px;
  border-radius: 10px;
  text-align: center;
  margin: 30px 0;
  animation: fadeInUp 1s ease;
  width: 45%;
  box-shadow: 0px 4px #37B5FE; /* প্রাইমারি কালার */
  transition: all 0.2s ease;
}

/* Specific styles for the Premium Plan */
.plan.premium {
  background-color: #37B5FE; /* Gold color for premium feel */
  padding: 10px 20px 20px 20px;
  border-radius: 20px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
  position: relative; /* Ensure the ribbon positions correctly */
}

.plan.premium h3 {
  font-size: 22px;
  color: #f5f5f5; /* Dark color for the header text */
  margin-bottom: 10px;
}

.plan.premium .headplan {
  background: linear-gradient(135deg, #86CFF8 0%, #37B5FE 100%); /* Gold gradient for header */
  padding: 15px;
  border-radius: 10px;
}

.plan.premium .headplan i {
  color: #f5f5f5; /* Dark color for the icon */
}

.plan.premium .pri .tk {
  font-size: 36px;
  font-weight: bold;
  color: #f5f5f5; /* Dark color for the price */
}

.plan.premium p {
  margin-top: 0;
  font-size: 16px;
  color: #f5f5f5; /* Dark color for the text */
}

.plan.premium li {
  list-style: none;
  text-align: left;
  margin-bottom: 10px;
  color: #f5f5f5;
}

.plan.premium li i {
  color: #f5f5f5; /* Dark color for the check icon */
  margin-right: 10px;
}

.plan.premium button {
  width: 80%;
  background-color: #f5f5f5; /* Dark color for the button */
  color: #37B5FE; /* Gold color for the button text */
  border: none;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 15px;
  transition: background-color 0.3s ease;
}

.plan.premium button:hover {
  background-color: #333; /* Darker shade for hover effect */
  color: #37B5FE; /* Keep the gold color for text */
}

.plan.premium:hover {
  box-shadow: 4px 4px 12px #37B5FE; /* Gold shadow for premium effect */
  transform: translateY(-8px); /* Lift the card on hover */
}

/* Corner Ribbon Styles */
.corner-ribbon {
  width: 120px;
  background: #FF0000; /* Ribbon Background Color */
  color: white; /* Ribbon Text Color */
  text-align: center;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  line-height: 30px;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
  transform: rotate(45deg);
  position: absolute;
  top: 18px; /* Distance from top */
  right: -30px; /* Distance from right */
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3); /* Optional shadow */
}

/* Responsive Design */
@media (max-width: 768px) {
  .plan {
    width: 85%;
  }
}


/* Scroll to Top Button */
#scrollTopBtn {
    display: none; /* By default, hide the button */
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99; /* Keep it on top of other elements */
    border: none;
    outline: none;
    background-color: #37B5FE; /* Button background color */
    color: #212631; /* Button text/icon color */
    cursor: pointer;
    padding: 10px; /* Smaller padding */
    border-radius: 50%; /* Circular shape */
    font-size: 16px;
    transition: all 0.3s ease; /* Smooth transition */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Soft shadow for smooth effect */
}

.faq {
    background-color: #fff;
    color: #607d8b;
    padding: 20px;
    border-radius: 10px;
    max-width: 800px;
    margin: 20px auto;
}

.faq h2 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    margin-bottom: 20px;
}

.faq-item {
    margin-bottom: 10px;
    background-color: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
}

.faq-question {
    background-color: #f5f5f5;
    color: #607d8b;
    padding: 15px;
    width: 100%;
    text-align: left;
    border: none;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.faq-question i {
    transition: transform 0.3s ease;
}

.faq-answer {
    display: none;
    padding: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #607d8b;
    background-color: #f5f5f5;
}

.faq-item.active .faq-question {
    background-color: #37B5FE;
    color: #f5f5f5;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-item.active .faq-answer {
    display: block;
}

.image-slider {
    overflow: hidden;
    width: 100%;
    height: 150px; /* ছবির উচ্চতা */
    background-color: transparent;
    margin: 20px auto;
}

.image-track {
    display: flex;
    width: max-content;
    animation: scroll 10s linear infinite;
}

.image-track img {
    height: 100%;
    width: 150px;
    margin-right: 10px; /* ছবি গুলির মধ্যে ফাঁকা রাখতে */
}

@keyframes scroll {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}


#scrollTopBtn i {
    font-size: 18px; /* Size of the icon */
    transition: transform 0.3s ease; /* Smooth icon animation */
}

/* Smooth scroll animation */
html {
    scroll-behavior: smooth;
}


/* Responsive Design for Pricing */
@media (max-width: 768px) {
  .plan {
    width: 85%;
  }
}