@import "custom.css";

/* MVP STYLR START */

.heading-button {
  background-color: white;
  color: #341B92;
}

.banner {
  position: absolute;
  content: "";
  right: 0;
  top: 5%;
  width: 100%;
  bottom: 0px;
  height: 769px;
  background-image: url(../images/mvp/tail.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* .banner:before{
  content: "";
  background-color: #EBEBF5;
  width: 100%;
  height: 50px;
  position: absolute;
  left:0px;
  bottom: 0px;
  transform: rotate(-80deg);
} */



.main-heading {
  margin-top: -171px;
}

.banner h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 41px;
  color: #010101;
}

.banner p {
  font-size: 18px;
  font-weight: 200;
  line-height: 29px;
  color: #000000;
  text-align: center;
  max-width: 51%;
}

/* tailored MVP section start */
.tailored-mvp h5 {
  font-size: 32px;
  font-weight: 600;
  line-height: 41px;
}

.tailored-mvp p {
  font-size: 18px;
  font-weight: 200;
  line-height: 29px;
  color: #000000;
}

.tailored-mvp {
  background-color: #EBEBF5;
}

.why-us-section {
  height: 430px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../web-assets/images/mvp/whyUsBackground.png");
  background-color: #f0f0f0;
  border-radius: 14px;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* gap: 30px; */
  background:
    linear-gradient(100.5deg,
      rgba(57, 18, 241, 0.4) 29.55%,
      rgba(164, 129, 255, 0.4) 93.8%),
    radial-gradient(38.35% 93.72% at 18.31% 6.28%,
      rgba(170, 135, 252, 0.8) 0%,
      rgba(52, 27, 146, 0.8) 100%);
  background-blend-mode: overlay, normal;
}

.section-one {
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  /* gap: 80px; */
}

.section-sub {
  display: flex;
  gap: 28px;
  width: 78%;
  padding: 33px;
}

.section-two {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center;  */
  gap: 15px;
  max-width: 70%;
}

.section-sub-two {
  margin-top: 25px;
}

.why-us-button {
  padding-right: 22px;
  padding-left: 22px;
  background-color: inherit;
  border-radius: 15px;
  border: 1px solid #ffffff;
  box-shadow: none;
  height: 30%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.section-two .heading {
  margin: 0px;
  font-size: 45px;
  font-weight: 700;
  line-height: 56.7px;
}

.section-two p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #ffffff;
}

.why-us-section-two {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  padding: 20px;
}

.why-us-count {
  font-size: 48px;
  font-weight: 700;
  line-height: 60.48px;
  color: #ffffff;
  text-align: center;
}

.why-us-label {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #ffffff;
}

/* JOIN OUR MVP COMMUNITY STYLE START   */
.join-our-community {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../web-assets/images/mvp/joinOurCommunityBackgroundPicture.png");
}

.inner-section-one {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 120px;
  margin-bottom: 25px;
}

.part-two {
  margin-bottom: 120px;
}

.inner-section-one h2 {
  font-family: Outfit;
  font-size: 30px;
  font-weight: 700;
  line-height: 46.2px;
  color: #ffffff;
}

.inner-part-two {
  display: flex;
  width: 100%;
  height: 400px;
  gap: 10px;
}

.custom-community-image1 {
  width: 50%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.multi-item {
  width: 25%;
  gap: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.multi-item .one {
  width: 100%;
  height: 50%;
  object-fit: cover;
  border-radius: 5px;

}

.multi-item .two {
  width: 100%;
  height: 50%;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #19161C;
  text-align: center;
  border-radius: 5px;

}

.multi-item .two-heading {
  font-size: 42px;
  font-weight: 200;
  line-height: 46.2px;
  color: #FFFFFF;
}

.multi-item .two-subheading {
  font-size: 12px;
  margin-top: 5px;
  font-weight: 400;
  color: #BABABA;
  text-transform: uppercase;
  line-height: 15.36px;
}

.custom-community-image4 {
  width: 25%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;

}

.single-item {
  height: 100%;
  width: 100%;

}

.single-item2 {
  height: 50%;
  width: 100%;

}

.inner-part-three {
  text-align: center;
  color: #ffffff;
}

.inner-part-three p {
  font-size: 35px;
  font-weight: 400;
  line-height: 46.2px;
}

.inner-part-four {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.inner-part-four button {
  padding: 10px 22px;
  background-color: inherit;
  border-radius: 15px;
  border: 1px solid #ffffff;
  box-shadow: none;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}


/* JOIN OUR MVP COMMUNITY STYLE END   */
.faq-section {
  padding: 50px 0;
  margin-bottom: 50px;
  margin-top: 100px;
}

.faq-section p {
  font-size: 30px;
  color: #150936;
  font-weight: 700;
  line-height: 42px;
}

.faq-section .containers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.faq-section img {
  max-width: 80%;
  display: flex ;
  justify-self: center;
  height: auto;
  margin-top: 40px;
}

#faqAccordion>div {
  margin-bottom: 30px;
}


.accordion-button {
  font-weight: 300;
  gap: 1rem;
  color: #000;
  font-size: 24px;
  line-height: 42px;
  transition: background-color 0.3s ease, font-size 0.3s ease,
    border-radius 0.3s ease;
  border-radius: 20px;
}

.accordion-button::after {
  display: none;
}

.accordion-button::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../../web-assets/images/mvp/dropdownicon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  transform: rotate(-90deg);
}

.accordion-button:not(.collapsed)::before {
  transform: rotate(0deg);
  width: 40px;
  height: 40px;
  
}

.accordion-body {
  background-color: #e9ecef;
  border-top: none;
  border-radius: 0 0 20px 20px;
  padding: 0px 20px 20px;
  font-size: 18px;
  font-weight: 200;
  line-height: 29px;
}

.accordion-button:not(.collapsed) {
  background-color: #e9ecef !important;
  font-weight: 600;
  line-height: 42px;
  font-size: 24px;
  color: black !important;
  border-radius: 20px 20px 0 0;
  box-shadow: none;
  z-index: 1;
}

/* .accordion-header {
  font-size: 24px;
  font-weight: 600;
  line-height: 42px
} */

.accordion-button:not(.collapsed)+.accordion-collapse .accordion-body {
  /* border-top: 1px solid #dee2e6; */
  border-radius: 0 0 20px 20px;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-item {
  border: none !important;
}

.accordion-item:first-of-type .accordion-button {
  border-radius: 20px 20px 0 0;
}

.portfolio-deatil-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.lets-create {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.lets-create-image {
  width: 100%;
  display: block;
}

.lets-create-items {
  position: absolute;
  top: 48%;
  left: 45%;
  transform: translate(-50%, -50%);
  color: #070000;
}

.lets-create-text {
  font-size: 36px;
  font-weight: 100;
  line-height: 45px;
}

.lets-create-text a {
  display: inline-block;
  padding: 5px 5px;
  border: none;
  margin-top: 12px;
  border-radius: 15px;
  background-color: #27146EDB;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  width: 74%;
}

.mvp-tab-section {
  padding: 10px;
}

.main-tabs-section {
  position: relative;
  margin-top: 10px;
  background-color: white;
}

.tabs {
  font-size: 18px;
  font-weight: 700;
  line-height: 42px;
  display: flex;
  justify-content: center;
  gap: 15px;
  color: #817c7c;
}

.tab-inner-one span {
  padding-top: 8px;
  padding-right: 20px;
  padding-left: 20px
}

.tab-inner-one {
  display: flex;
  white-space: nowrap;
  justify-content: space-between;
  background-color: #EBEBF5;
  /* gap: 28.2px; */
}

.tabs-pointers {
  cursor: pointer;
}

.inner-two {
  display: flex;
  margin-top: 50px;
  gap: 80px;
  padding: 25px;
  /* box-shadow: 0px -18px 16.8px 0px #E9E7F0;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2), 
  5px 0 10px rgba(0, 0, 0, 0.2);  */
}


.tabs-content-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tabs-heading {
  font-size: 30px;
  font-weight: 400;
  line-height: 33px;
}

.tabs-content {
  font-size: 18px;
  font-weight: 300;
  line-height: 21.6px;
}


.tabs-content-setion-one {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.tabs-content-setion-one span {
  font-size: 19px;
  font-weight: 400;
  line-height: 25.65px;
  letter-spacing: -0.01em;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  color: #7561C1;

}

#content-image {
  height: auto;
}

/* .tabs.active-tab img {
  content: url('web-assets/images/mvp/tabactivearrow.svg');
} */

.tabs img.inactive-arrow {
  content: url('../../web-assets/images/mvp/tabinactivearrow.svg');
}

.tabs.active-tab {
  color: black;
  background-color: white;
  transition: 0;
}

.achieve-cost-section {
  display: flex;
  align-items: center;
  gap: 200px;
  margin-top: px;

}

.achieve-cost-inner-one {
  margin-top: 20px;
}

.achieve-cost-inner-two {
  margin-top: -120px;
}

.achieve-cost-inner-one h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 41px
}

/* MVP STYLE END */
@media (max-width: 1360px) {
  .join-our-community {
    height: 100%;
    width: 100%;
  }

  .bannerone {
    display: none;
  }

  .mvp-tab-section {
    margin-top: 100px;
  }

  .tabs {
    font-size: 15px;
  }

  .main-heading {
    margin-top: -73px;
  }


}

@media (max-width: 1200px) {
  .mvp-tab-section {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
  }

  .main-tabs-section {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }

  .container {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 15px;
  }

  .tab-inner-one {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
    background-color: #EBEBF5;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }

  .tab-content {
    display: none;
    padding: 15px;
    background-color: white;
    border-radius: 0 0 8px 8px;
    margin: -10px 0 10px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  .tab-content.active {
    display: block !important;
  }

  .tabs-content-section {
    padding: 0;
    opacity: 1 !important;
    transform: none !important;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }

  .tabs-heading {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #000;
    word-wrap: break-word;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .tabs-content {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #333;
    word-wrap: break-word;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .tabs-content-setion-one {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }

  .tabs-content-setion-one span {
    font-size: 15px;
    padding: 8px 0;
    color: #7561C1;
    text-decoration: underline;
    opacity: 1 !important;
    transform: none !important;
    word-wrap: break-word;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .inner-two {
    display: none;
  }

  .faq-section .containers {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .inner-part-two {
    flex-direction: row;
    justify-content: space-between;
  }

  .custom-community-image1,
  .multi-item {
    width: 50% !important;
  }

  .custom-community-image4 {
    display: none;
  }

  .achieve-cost-section {
    flex-direction: column;
  }

  .inner-section-one {
    gap: 108px;
  }

  .part-two {
    margin-bottom: 81px;
    padding: 10px
  }


  .lets-create-text {
    font-size: 33px;
    line-height: 37px;
  }

  .portfolio-detail-page-wrapper .portfolio-deatil-banner .title {
    font-size: 42px;
  }

  .banner {
    display: none;
  }

  .bannerone {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #EBEBF5;
    margin-top: 100px;
  }

  .bannerone h4 {
    font-size: 27px;
    font-weight: 600;
    line-height: 41px;
    color: #010101;
    margin-top: 10px;
  }

  .bannerone p {
    font-size: 23px;
    font-weight: 200;
    line-height: 29px;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
  }

}

@media (max-width: 944px) {
  .faq-section .containers {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }

  .inner-two img {
    display: none;

  }

  .inner-two {
    gap: 0px;
  }

  .achieve-cost-inner-one h3 {
    font-size: 23px;
    line-height: 37px;
    font-weight: 500;
  }

  /* .one{
    height: 100%;
    width: 100%
  }
  
  .two{
    height: 100%;
    width: 100%;
  
  }
  
  .custom-community-image1{
    height: 100%;
    width: 100%;
  
  }
  
  .custom-community-image4{
    height: 100%;
    width: 100%;
  
  } */

  .join-our-community {
    height: 100%;
    width: 100%;
  }

  .inner-section-one h2 {
    font-size: 28px;
  }

  .inner-part-three p {
    font-size: 29px;
  }

  .bannerone {
    padding: 10px;
    margin-top: 0px;
  }

  .bannerone h4 {
    font-size: 17px;
  }

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

  .mvp-tab-section {
    margin-top: 0px;
  }

  .why-us-section {
    height: 100%;
    padding: 30px;
    margin-top: 43px;
  }

  /* .why-us-section-two{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    justify-content: center;
    gap: 20px;
  } */

  .why-us-section-two {
    flex-direction: column;
  }

  /* .why-us-count{
    text-align: unset;
  } */

  .section-one {
    flex-direction: column;
    gap: 10px;
  }

  .section-sub-two {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .why-us-button {
    height: 100%;
  }

  .section-sub {
    width: 100%;
  }

}


@media (max-width: 704px) {
  .portfolio-detail-page-wrapper .portfolio-deatil-banner .title {
    font-size: 39px;
  }

  .achieve-cost-inner-one h3 {
    font-size: 21px;
  }

  .faq-section p {
    font-size: 26px;
  }

  .faq-main {
    justify-content: center;
    align-items: center;
  }

  /* .faq-section .containers{
    grid-template-columns: repeat(1,1fr);
    gap: 440px;
  } */

  .bannerone {
    margin-top: 20px;
  }

  .tabs-heading {
    font-size: 28px;
  }

  .lets-create-items {
    top: 47%;
    left: 42%;
  }

  .lets-create-text {
    font-size: 29px;
    line-height: 37px;
  }

  /* .why-us-section-two{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    justify-content: center;
    align-items: center;
    align-self: center;
    gap: 20px;
  } */

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


  .section-two {
    max-width: 100%;
  }

  .section-two .heading {
    text-align: center;
  }

  .section-two p {
    text-align: center;
  }

  .section-sub {
    width: 101%;
  }

  /* .two{
    padding: 20px;
  } */
  /* 
  .main-section .main-hero-section p{
    max-width: 95%;
    background-color: bisque;
  } */

  .inner-part-two {
    flex-direction: column;
    height: auto;
  }

  .custom-community-image1,
  .multi-item,
  .custom-community-image4 {
    width: 100% !important;
    height: 150px;
  }

  .multi-item .one {
    display: none;
  }

  .multi-item .two {
    height: 100%;
  }

  .multi-item {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }

  .custom-community-image4 {
    display: block;
    height: 400px;
  }

}

/* start */
.main-section .main-hero-section {
  padding: 110px 0px 160px 0px;
  /* background-image: url(../images/bg-service.jpg); */
  background-image: url(../images/mvp-background.png);
  /* background-image: url(../images/mvp/Rectangle\ 167.png); */
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  background-size: cover;
  position: relative;
}


.portfolio-detail-page-wrapper.cus-slice .main-hero-section::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  background-image: url(../images/service-vactor2.png);
  height: 474px;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-section .main-hero-section .title {
  color: #ffffff;
  font-size: 60px;
  font-weight: 600;
  line-height: 80px;
  margin-bottom: 20px;
}



.main-section .main-hero-section p {
  color: #ffffff;
  font-size: 26px;
  font-weight: 300;
  line-height: 45px;
  margin-bottom: 100px;
  opacity: 71%;
  max-width: 61%;
}

.hero-section-banner-content {
  max-width: 650px;
  /* Add margin-top for mvp */
  margin-top: 80px;
}


@media only screen and (max-width: 1400px) {
  .main-section .main-hero-section::after {
    height: 390px;
  }
}

@media only screen and (max-width: 1199px) {
  .main-section .service-provide::before {
    top: -50%;
  }

  .main-section .main-hero-section::after {
    height: 300px;
  }


  .main-section .main-hero-section .title {
    font-size: 51px;
    line-height: 55px;
  }

  .main-section .main-hero-section p {
    font-size: 26px;
    max-width: 77%;
  }
}



@media only screen and (max-width: 991px) {
  .main-section .main-hero-section {
    padding: 150px 0px 70px 0px;
  }

  .main-section .main-hero-section p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .main-section .main-hero-section .title {
    font-size: 46px;
    line-height: 55px;
  }
}


@media only screen and (max-width: 600px) {
  .main-section .main-hero-section {
    padding: 120px 0px 50px 0px;
  }

  .main-section .main-hero-section::after {
    height: 150px;
  }

  .main-section .main-hero-section .title {
    font-size: 35px;
    line-height: 50px;
  }

  .main-section .main-hero-section p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    max-width: 95%;
  }
}

@media only screen and (max-width: 475px) {
  .main-section .main-hero-section .title {
    font-size: 36px;
    line-height: 40px;

  }
}


/* from style.css */
.main-section .main-hero-section::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  background-image: url(../images/career-gdnt.png);
  height: 360px;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-hero-section::after {
  bottom: -2px;
  left: 0;
  right: -3px;
}

.main-section .main-hero-section {
  padding: 65px 0px 0px 0px;
}


@media only screen and (max-width: 767px) {
  .main-section .main-hero-section {
    padding: 120px 0px 0px 0px !important;
  }

  .main-section .main-hero-section::after {
    height: 340px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1024px) and (min-height: 600px) and (max-height: 600px) and (orientation: landscape) {

  .main-section .main-hero-section .title {
    font-size: 40px !important;
    line-height: 55px !important;
  }

  .main-section .main-hero-section::after {
    height: 300px !important;
  }

  .main-section .main-hero-section {
    padding: 65px 0px 95px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .main-section .main-hero-section::after {
    height: 300px !important;
  }
}


@media only screen and (min-width: 1280px) and (max-width: 1280px) and (min-height: 800px) and (max-height: 800px) and (orientation: landscape) {
  .main-section .main-hero-section {
    padding: 65px 0px 155px 0px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 1366px) and (max-height: 1366px) {
  .main-section .main-hero-section {
    padding: 65px 0px 95px 0px;
  }

  .main-section .main-hero-section .title {
    font-size: 40px !important;
    line-height: 55px !important;
  }

  .main-section .main-hero-section::after {
    height: 300px !important;
  }
}


@media only screen and (min-width: 1366px) and (max-width: 1366px) and (min-height: 1024px) and (max-height: 1024px) {
  .main-section .main-hero-section {
    padding: 65px 0px 95px 0px;
  }

  .main-section .main-hero-section .title {
    font-size: 40px !important;
    line-height: 55px !important;
  }

  .main-section .main-hero-section::after {
    height: 300px !important;
  }
}


@media only screen and (min-width: 1280px) and (max-width: 1280px) and (min-height: 800px) and (max-height: 800px) and (orientation: landscape) {
  .main-section .main-hero-section .title {
    font-size: 40px !important;
    line-height: 55px !important;
  }

  .main-section .main-hero-section::after {
    height: 450px !important;
  }
}

.main-section .main-hero-section {
  padding: 155px 0px 75px 0px;
}


@media (min-width: 1956px) {
  .bannerone {
    display: none;
  }
}

@media (min-width: 2035px) {
  .banner {
    padding-top: 163px;
    top: 3%;
  }

  .main-tabs-section {
    margin-top: 140px;
  }
}


.heading-button {
  /* max-width: 199px;
  width: 199px; */
  padding: 18px 18px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background: white;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 120%;
  color: #341B92;
}

.header-in .button-in {
  color: #ffffff;
  background-color: #7561C1;
}

.tabs-img {
  width: 304px;
  border-radius: 10px;
  height: 281px;
}
@media (max-width: 370px){
  .lets-create-image {
    width: 316px;
    position: relative;
    left: 16px;
    height: 305px;
    display: block;
}
.lets-create-items {
  left: 50%;
}
.lets-create-text {
  font-size: 25px;
  margin-top: 10px;
}
}