* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  display: inline-block;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}
ol,
ul {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  line-height: 0.8;
}
.container {
  width: 1170px;
  margin: 0 auto;
}
.container {
  --bs-gutter-x: 0 !important;
}

/************* font family **************/
/* font-family: "Darker Grotesque", sans-serif; */
/* font-family: "Roboto", sans-serif; */
/* font-family: "Poppins", sans-serif; */
/* font-family: "Codystar", sans-serif; */

body {
  position: relative;
}
.img1 {
  position: absolute;
  top: 1600px;
  right: 60px;
  z-index: 1;
}
.img2 {
  position: absolute;
  top: 2200px;
  left: 60px;
  z-index: 1;
}
.img3 {
  position: absolute;
  top: 3580px;
  right: 60px;
  z-index: 1;
}
.img4 {
  position: absolute;
  top: 4070px;
  left: 60px;
  z-index: 1;
}
.img5 {
  position: absolute;
  top: 4970px;
  right: 60px;
  z-index: 1;
}
.img6 {
  position: absolute;
  top: 5780px;
  left: 60px;
  z-index: 1;
}

/* banner part css start */

#banner {
  background: url(../img/banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0 300px 0;
  margin-bottom: 100px;
}

/* banner part css end */

/* menu part css start */

#menu {
  width: 1780px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.menu {
  display: flex;
  align-items: center;
}
.menu ul {
  display: flex;
  align-items: center;
  padding: 0 42px;
}
.menu ul li a {
  color: white;
  transition: 0.4s;
}
.menu ul li a:hover {
  color: #ff6231;
}
.menu ul li {
  color: white;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  padding-right: 30px;
}
.menu .btn {
  color: #ff6231;
  border: 3px solid #ff6231;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding: 10px 20px;
}
.contact p i {
  color: #ff6231;
  font-size: 20px;
}
.contact p span {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
/* menu part css end */

/* hero part css start */

.heroContent {
  padding-top: 220px;
}
.jhamela {
  display: flex;
  align-items: center;
}
.jhamela span {
  color: #ff6231;
  font-size: 18px;
  padding-right: 15px;
}
.jhamela h6 {
  color: #ff6231;
  font-size: 12px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.heroContent h1 {
  color: #fff;
  font-size: 80px;
  font-weight: 800;
  font-family: "Darker Grotesque", sans-serif;
  width: 565px;
}
.heroContent p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  padding: 30px 0;
  line-height: 170%;
  width: 520px;
}
.heroContent a {
  color: #fff;
  background-color: #ff6231;
  border: 3px solid #ff6231;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding: 20px 30px;
  transition: 0.4s;
}
.heroContent a:hover {
  color: #ff6231;
  background: transparent;
  border: 3px solid #ff6231;
}
/* hero part css end */

/* service part css start */

.common1 {
  position: relative;
  text-align: center;
  padding-bottom: 60px;
}
.common1 span {
  color: #ff6231;
  font-size: 30px;
}
.common1 h2 {
  color: #cccccc;
  font-size: 32px;
  font-weight: 400;
  font-family: "Codystar", sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
.common1 h3 {
  color: #cccccc;
  font-size: 44px;
  font-weight: 600;
  font-family: "Darker Grotesque", sans-serif;
  text-transform: capitalize;
  position: absolute;
  top: 27px;
  left: 50%;
  transform: translateX(-50%);
}
.serviceCard {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.card {
  padding: 45px;
  width: 200px;
  flex: 1;
  flex-shrink: 0;
  border: none;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}
.card:hover {
  transform: scale(1.03);
  box-shadow: 2px 4px 20px #ff613146;
}
.card h3 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding: 20px 0;
  /* display: inline-block; */
}
.card p {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 30px;
  padding-right: 45px;
}
/* service part css end */

/* application part css start */
#application {
  padding: 100px 0;
}
.application {
  display: flex;
}
.applicationImg {
  width: 60%;
}
.applicationContent {
  padding-left: 20px;
}
.common2 {
  position: relative;
  /* text-align: center; */
  padding: 35px 0;
}
.common2 span {
  color: #ff6231;
  font-size: 30px;
}
.common2 h2 {
  color: #cccccc;
  font-size: 32px;
  font-weight: 400;
  font-family: "Codystar", sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: 70px;
  left: 0;
}
.common2 h3 {
  color: #000;
  font-size: 44px;
  font-weight: 600;
  font-family: "Darker Grotesque", sans-serif;
  text-transform: capitalize;
  position: absolute;
  top: 75px;
  left: 0;
  padding-right: 100px;
}
.applicationText {
  padding-right: 80px;
}
.applicationText h5 {
  color: #888;
  font-size: 28px;
  font-weight: 500;
  font-family: "Darker Grotesque", sans-serif;
  padding: 80px 0 40px 0;
}
.applicationTextList {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding-bottom: 20px;
}
.applicationTextList img {
  padding-top: 5px;
}
.applicationTextList p {
  color: #888;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  font-family: "Roboto", sans-serif;
}
/* application part css end */

/* gallery part css start */
.gallery img {
  width: 100%;
}
/* gallery part css end */

/* download part css start */
#download {
  padding: 60px 0;
}
.download {
  display: flex;
}
.downloadContent {
  width: 50%;
  padding-right: 100px;
}
.downloadContent p {
  color: #888;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  font-family: "Roboto", sans-serif;
  padding: 70px 60px 25px 0;
}
.downloadContentBtn {
  display: flex;
  gap: 20px;
}
.downloadContentBtn a {
  display: flex;
  gap: 5px;
  color: white;
  background-color: #ff6231;
  padding: 20px 30px;
  border: 2px solid #ff6231;
  border-radius: 30px;
  align-items: center;
  transition: 0.4s;
}
.downloadContentBtn a:hover {
  background: transparent;
  color: #ff6231;
}
.downloadContentBtn a:hover .btnText h6,
.downloadContentBtn a:hover .btnText h5 {
  color: #ff6231;
}
.downloadContentBtn a .fa-google-play {
  font-size: 20px;
}
.downloadContentBtn a .fa-apple {
  font-size: 25px;
}
.downloadContentBtn a .btnText h6 {
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  padding-bottom: 4px;
}
.downloadContentBtn a .btnText h5 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.subscription {
  display: flex;
  justify-content: space-between;
  width: 50%;
  padding: 60px 0;
}
.subscription1299 {
  width: 47%;
}
.subscription1299 h6 {
  color: #ff6231;
  font-size: 12px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.subscription1299 h5 {
  color: #888;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding-bottom: 15px;
  border-bottom: 2px dotted #888;
}
.price {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 32px;
  padding: 15px 0 10px 0;
}

.price .currency {
  vertical-align: top;
}

.price .cents {
  font-size: 16px;
  vertical-align: super;
  margin-left: -7px;
}
.subscription1299List {
  padding-top: 30px;
}
.subscription1299List p {
  color: #888;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 30px;
}
.subscription1299List p span {
  color: #ff6231;
  font-size: 18px;
  padding: 0 15px;
}
.subscription1299List p:hover {
  font-weight: 700;
}
/* download part css end */

/* FreeTrial part css start */
#freeTrialPart {
  background: url(../img/BG.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 300px 0 200px 0;
  margin-top: 500px;
}
.freeTrialImg {
  position: relative;
}
.freeTrialImgContent {
  position: absolute;
  text-align: center;
  top: 155px;
  left: 50%;
  transform: translateX(-50%);
}
.freeTrialImgContent .freeTrialJhamela {
  justify-content: center;
}
.freeTrialImgContent h2 {
  color: #fff;
  font-size: 80px;
  font-weight: 900;
  font-family: "Darker Grotesque", sans-serif;
  line-height: 90%;
  width: 570px;
  padding-bottom: 40px;
}
.freeTrialImgContent h2 span {
  color: #ff6231;
}
.freeTrialImgContent a {
  color: #fff;
  background-color: #ff6231;
  border: 3px solid #ff6231;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding: 20px 30px;
  transition: 0.4s;
}
.freeTrialImgContent a:hover {
  color: #ff6231;
  background: transparent;
  border: 3px solid #ff6231;
}
.freeTrialTop {
  position: absolute;
  top: -35%;
  right: 30px;
}
.freeTrialTopHead {
  padding-bottom: 80px;
}
.freeTrialTopCardFlex {
  width: 1500px;
  display: flex;
  justify-content: space-between;
}
.freeTrialTopCard {
  background-color: #fff;
  width: 480px;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.freeTrialTopCard p {
  color: #888;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 170%;
  padding: 15px 0 30px 0;
}
.freeTrialTopCardContentFlex {
  display: flex;
  align-items: center;
}
.freeTrialTopCardContentFlex .round {
  height: 60px;
  width: 60px;
  background-color: #bd93d8;
  border-radius: 50%;
  margin-right: 15px;
}
.freeTrialTopCardContentFlex span {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.freeTrialBottom {
  display: flex;
  width: 1170px;
  margin: 0 auto;
  position: absolute;
  bottom: -40%;
  left: 50%;
  transform: translateX(-50%);
}
.freeTrialBottomImg {
  width: 50%;
}
.freeTrialBottomContent {
  width: 50%;
}
.freeTrialTopHead {
  width: 420px;
}
.accordion {
  width: 100%; /* সবসময় পুরো চওড়া থাকবে */
  max-width: 650px; /* চাইলে লিমিট করতে পারো */
}
.accordion-item {
  border: none;
}
.accordion-button {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  font-family: "Darker Grotesque", sans-serif;
  border-bottom: 1px dashed #ccc; /* ডিফল্টে ধূসর */
  box-shadow: none !important;
  background: transparent !important;
  padding: 12px 0;
  width: 100%;
}
.accordion-button:not(.collapsed) {
  color: #000;
  border-bottom: 1px dashed #ff6231; /* নিচের ডট ডট লাইনও লাল */
}
.accordion-button::after {
  color: #888;
  content: "+";
  font-size: 30px;
  font-weight: bold;
  background-image: none !important;
  display: inline-flex; /* inline element fix */
  align-items: center;
  justify-content: center;
  width: 25px; /* fix width */
  margin-left: auto; /* সবসময় ডান পাশে থাকবে */
  text-align: center;
}
.accordion-button:not(.collapsed)::after {
  color: #ff6231;
  content: "–"; /* Minus চিহ্ন */
  font-size: 22px;
}
.accordion-body {
  color: #888;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-align: justify;
  padding: 10px 10px 15px 20px;
  min-height: 60px;
  line-height: 170%;
}
/* FreeTrial part css end */

/* blog part css start */
#blog {
  position: relative;
  margin-top: 600px;
  /* margin-bottom: 800px; */
}
.blog {
  position: absolute;
  top: 0;
  right: 30px;
}
.blogHead {
  padding: 0 !important;
}
.blogHead h2 {
  position: absolute;
  top: 40px;
  left: 0;
}
.blogHead h3 {
  position: absolute;
  top: 45px;
  left: 0;
  padding-right: 50px;
}
.blogHead p {
  color: #888;
  font-size: 16px;
  line-height: 170%;
  padding: 100px 0 0;
}
.blogHead a {
  color: #ff6231;
  font-size: 12px;
  font-weight: 500;
  padding-top: 50px;
  padding-bottom: 5px;
  text-transform: capitalize;
  border-bottom: 1px solid #ff6231;
}
.blogCard {
  background-color: #fff;
  width: 480px;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.blogCard span {
  color: #ff6231;
  font-size: 12px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.blogCard h3 {
  color: #000000;
  font-size: 28px;
  font-weight: 600;
  line-height: 110%;
  font-family: "Darker Grotesque", sans-serif;
}
.blogCard p {
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 170%;
  padding-top: 25px;
  padding-bottom: 30px;
}
.blogCardBottom {
  display: flex;
  align-items: center;
}
.blogCardBottom .circle {
  height: 20px;
  width: 20px;
  background-color: #bd93d8;
  border-radius: 50%;
  margin-right: 10px;
}
.blogCardBottom h4 {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  padding-right: 12px;
}
.blogCardBottom a {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  padding-left: 12px;
}
/* blog part css end */

/* footer part css start */
#footer {
  background: url(../img/footerBG.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 1175px;
  padding-top: 315px;
  position: relative;
}
.footer {
  text-align: center;
}
.footerNewsletter {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.footer h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 400;
  line-height: 170%;
  font-family: "Codystar", sans-serif;
  display: inline-block;
}
.footerMenu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 45px;
}
.footerMenu ul {
  display: flex;
}
.footerMenu ul li a {
  color: white;
  transition: 0.4s;
}
.footerMenu ul li a:hover {
  color: #ff6231;
}
.footerMenu ul li {
  color: white;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  padding-right: 30px;
}
.footerMenu .btn {
  color: #ff6231;
  border: 2px solid #ff6231;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding: 8px 20px;
}
.footerUnderline {
  background-color: #666666;
  height: 1px;
  width: 100%;
}
.copyRight {
  color: #f2f2f2;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-align: center;
  padding: 22px 0;
}
.copyRight span {
  color: #ff6231;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.footerNewsletter {
  background-color: #fff;
  width: 1140px;
  height: 350px;
  position: absolute;
  top: -95px;
  border-radius: 20px;
  box-shadow: 
    0 4px 6px -6px rgba(0,0,0,0.3),   /* bottom */
    4px 0 6px -6px rgba(0,0,0,0.2),   /* right */
   -4px 0 6px -6px rgba(0,0,0,0.2);
}
.footerNewsletterImg {
  padding: 40px;
  position: absolute;
  top: -45%;
}
.footerNewsletterContent {
  padding: 70px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.footerNewsletterContentJhamela {
  margin-bottom: -5px !important;
}
.footerNewsletterContent h2 {
  color: #000000;
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
  font-family: "Darker Grotesque", sans-serif;
  text-transform: capitalize;
}
.footerNewsletterContent p{
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 170%;
  width: 435px;
  padding: 15px 0 25px 0;
}
.footerNewsletterContent form{
  display: flex;
  align-items: center;
}
.footerNewsletterContent form input{
  width: 435px;
  border: 1px solid #E6EBFC;
  padding: 15px 30px;
  border-radius: 50px;
  outline: none;
}
.footerNewsletterContent form input::placeholder{
  color: #B3B1B7;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  font-family: "Roboto", sans-serif;
}
.footerNewsletterContent form a{
  color: #FFFFFF;
  background: linear-gradient(90deg, #FF6231 0%, #FFA979 100%);
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 170%;
  border-radius: 30px;
  padding: 14px 30px;
  margin-left: 15px;
}
/* footer part css end */
