@import url('https://fonts.googleapis.com/css2?family=Lilita+One&family=Open+Sans:wght@300;400;500;700;800&family=Poppins:wght@700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}
header {
  padding: 8px;
  max-width: 1280px;
  margin: 0 auto;
}
.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav a {
  padding: 8px;
  font-weight: 700;
  text-decoration: none;
}

.nav .span1 {
  margin: 4px 4px 4px 4px;
  text-transform: uppercase;
  font-size: 16px;
}

.nav-right {
  display: flex;
  padding: 8px;
  align-items: center;
}
.nav-right span {
  font-weight: 700;
  margin: 4px 4px 4px 4px;
  text-transform: uppercase;
  font-size: 16px;
}
.nav-right img {
  height: 20px;
  width: 20px;
}


/* main-header  */

.main-header{
  background-image:url(img/main-header.svg);
  background-size: cover;
  width: 100%;
  /* height: 824px; */

}
.image-igsavar{
  display: flex;
  align-items: center;
  text-align: center;
  gap: 4rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  max-width: 896px;
    margin: 0 auto;
    width: 90%;
}

.image{

  width: 50%;
  background-size: cover;

}
.image img{
  border-radius: 24px;
}
.main-header-text{
  margin-top: 1.5rem;
}

.main-header-text div{
  font-size: 3rem;
  line-height: 1;
  color:#fff;
  font-family: 'Lilita One', cursive;;

}

.igsavar{
  text-align: start;
}

.igsavar a img{
  margin-top: 40px;
}






/* section  */
.section1 {
  background-image: linear-gradient(
    to right top,
    rgb(37, 99, 235),
    rgb(219, 39, 119),
    rgb(220, 38, 38)
  );
}
.headingform {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 24px;
}
.headingform h1 {
  text-align: center;
  padding-bottom: 40px;
  font-size: 48px;
  color: #fff;
  font-weight: 800;
}

.form {
  display: grid;
  max-width: 656px;
  margin: 0 auto;
  grid-template-columns: 1fr 22%;
  background: #f9fafb;
  border: 8px solid #f9fafb;
  border-radius: 0.5rem;
  height: 76px;
}
.form-field {
  display: grid;
  grid-template-columns: 1fr min-content;
}
.form-field input {
  padding: 16px;
  background-color: #fff;
  border: 0px;
  font-size: 18px;
}
.form-paste {
  display: flex;
  border: 2px solid rgb(235, 231, 231);
  align-items: center;
  border-radius: 0.5rem;
}
.form-paste span {
  padding: 16px 16px 16px 24px;
  font-size: 16px;
}

.form-btn {
  background: linear-gradient(to top left, #60a5fa, #2563eb) !important;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding: 1rem;
  border: 0px;
}
.googleads {
  height: 280px;
  margin: 10px 0px;
}

.term {
  text-align: center;
  padding: 24px 0px;
  font-size: 16px;
  line-height: 24px;
  background-color: rgb(249, 250, 251);
  border-radius: 10px;
}
.download-videos {
  padding: 32px 24px;
  max-width: 1280px;
  margin: 0 auto;
}
.photo-video {
  display: flex;
  max-width: 1232px;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.176) 0px 16px 48px 0px;
  border-radius: 10px;
}
.video {
  width: 50%;
}

.text1 {
  padding: 24px;
  width: 50%;
  display: flex;
  flex-direction: column;
}

.video img {
  width: 100%;
  height: max-content;
  aspect-ratio: 1/0.6;
  display: flex;
  aspect-ratio: 1/1;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  object-fit: cover;
  height: 32rem;
}
.text1 h2 {
  font-size: 55px;
  font-weight: 800;
  margin-bottom: 24px;
  text-transform: capitalize;
}

.text1 h2 :nth-child(1) {
  color: rgb(29, 78, 216);
}
.text1 h2 :nth-child(2) {
  color: rgb(190, 24, 93);
}
.text1 p {
  margin: 16px 0px 0px 0px;
  font-size: 20px;
  color: rgb(55, 65, 81);
  line-height: 28px;
}

/* how download videos  */

.howdownload-video {
  padding: 32px 24px;
  max-width: 1280px;
  margin: 0 auto;
}

.full-videos {
  max-width: 1232px;
  margin: 0 auto;
}
.main-download {
  padding-bottom: 24px;
  font-size: 36px;
  border-bottom: 2px solid rgb(249, 115, 22);
  color: rgb(29, 78, 216);
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
}
.main-downloadsmall {
  text-align: center;
  padding-bottom: 24px;
  margin-top: 20px;
  font-size: 20px;
  color: rgb(55, 65, 81);
}

.download-items {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
}

.download-item1 {
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.176) 0px 16px 48px 0px;
  width: 33.3%;
}

/* .download-item1 .imgone{
  background-size: cover;
} */
.imgone img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 394.672px;
  height: 224px;
  width: 100%;
}
.download-item1 .pra1 {
  margin: 0px 24px;
  padding: 8px 0px;
  color: rgb(157, 23, 77);
  font-size: 24px;
  font-weight: 700;
  border-bottom: 2px solid rgb(229, 231, 235);
  text-align: center;
}

.download-item1 .pra2 {
  padding: 24px;
  color: rgb(55, 65, 81);
  font-size: 18px;
}
/* 2nd ///////////////////////////////////////////////////// */

.download-item2 {
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.176) 0px 16px 48px 0px;
  width: 33.3%;
}

/* .download-item2 .imgtwo{
    background-size: cover;

} */

.imgtwo img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 394.672px;
  height: 224px;
  width: 100%;
}
.download-item2 .pra1 {
  margin: 0px 24px;
  padding: 8px 0px;
  color: rgb(157, 23, 77);
  font-size: 24px;
  font-weight: 700;
  border-bottom: 2px solid rgb(229, 231, 235);
  text-align: center;
}

.download-item2 .pra2 {
  padding: 24px;
  color: rgb(55, 65, 81);
  font-size: 18px;
}
/* 3rd ///////////////////////////////////////////////////// */

.download-item3 {
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.176) 0px 16px 48px 0px;
  width: 33.3%;
}

/* .download-item3 .imgthree{
    
    background-size: cover;

} */

.imgthree img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 394.672px;
  height: 224px;
  width: 100%;
}
.download-item3 .pra1 {
  margin: 0px 24px;
  padding: 8px 0px;
  color: rgb(157, 23, 77);
  font-size: 24px;
  font-weight: 700;
  border-bottom: 2px solid rgb(229, 231, 235);
  text-align: center;
}

.download-item3 .pra2 {
  padding: 24px;
  color: rgb(55, 65, 81);
  font-size: 18px;
}

/* feature  */

.features {
  padding: 32px 24px;
  max-width: 1280px;
  margin: 0 auto;
}
.feature-heading {
  padding: 24px 0px;
  text-align: center;
}
.feature-heading h2 {
  font-size: 96px;
  font-weight: 700;
}

.feature-heading span {
  color: rgb(157, 23, 77);
}
.reel-text {
  margin: 48px 0px;
  display: flex;
  /* flex-direction: row-reverse; */
  align-items: center;
}

.textonly {
  padding: 24px;
  display: flex;
  flex-direction: column;
  width: 50%;
}
.textonly h2 {
  font-size: 53px;
  font-weight: 800;
  margin-bottom: 24px;
  text-transform: capitalize;
}

.textonly p {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  color: rgb(55, 65, 81);
  line-height: 28px;
}
.reel-img {
  width: 50%;
}
.reel-img img {
  width: 100%;
  display: flex;
  /* flex-shrink: 0; */
  /* min-height: 100%; */
  /* aspect-ratio: 1/0.7; */
  height: max-content;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  object-fit: cover;
  height: 24rem;
}

.text-video {
  display: flex;
  flex-flow: row-reverse;
  margin: 48px 0px;
  align-items: center;
}
.video-img {
  width: 50%;
}
.video-img img {
  width: 100%;
  /* aspect-ratio: 1/1; */
  display: flex;

  height: max-content;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  object-fit: cover;
  height: 24rem;
}

.textvideo {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.textvideo h2 {
  font-size: 53px;
  font-weight: 800;
  margin-bottom: 24px;
  text-transform: capitalize;
}

.textvideo p {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  color: rgb(55, 65, 81);
  line-height: 28px;
}

.text-igtv {
  display: flex;
  align-items: center;
  margin: 48px 0px;
}
.igtv-img {
  width: 50%;
}

.textigtv {
  padding: 24px;
  width: 50%;
  display: flex;
  flex-direction: column;
}

.igtv-img img {
  max-width: 100%;
  height: max-content;
  /* aspect-ratio: 1/0.6; */
  display: flex;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  object-fit: cover;
  height: 24rem;
}
.textigtv h2 {
  font-size: 53px;
  font-weight: 800;
  margin-bottom: 24px;
  text-transform: capitalize;
}

.textigtv p {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  color: rgb(55, 65, 81);
  line-height: 28px;
}

.text-photo {
  display: flex;
  flex-flow: row-reverse;
  margin: 48px 0px;
}
.photo-img {
  width: 50%;
}

.textphoto {
  padding: 24px;
  width: 50%;
  display: flex;
  flex-direction: column;
}
.textphoto h2 {
  font-size: 53px;
  font-weight: 800;
  margin-bottom: 24px;
  text-transform: capitalize;
}

.textphoto p {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  color: rgb(55, 65, 81);
  line-height: 28px;
}

.photo-img img {
  max-width: 100%;
  height: max-content;
  /* aspect-ratio: 1/0.6; */
  display: flex;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  object-fit: cover;
  height: 24rem;
}

.text-album {
  display: flex;
  align-items: center;
  margin: 48px 0px;
}
.album-img {
  width: 50%;
}

.textalbum {
  padding: 24px;
  width: 50%;
  display: flex;
  flex-direction: column;
}

.album-img img {
  max-width: 100%;
  height: max-content;
  /* aspect-ratio: 1/0.6; */
  display: flex;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  object-fit: cover;
  height: 24rem;
}
.textalbum h2 {
  font-size: 53px;
  font-weight: 800;
  margin-bottom: 24px;
  text-transform: capitalize;
}

.textalbum p {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  color: rgb(55, 65, 81);
  line-height: 28px;
}

/* footer  faq */

.faq {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 24px;
}

.main-faq {
  text-align: center;
  max-width: 576px;
  margin: 0 auto;
  align-items: center;
}

.main-faq h2 {
  padding-bottom: 24px;
  font-size: 30px;
  text-align: center;
  line-height: 36px;
  font-weight: 700;
  color: rgb(33, 37, 41);
}

.main-faq p {
  padding-bottom: 24px;
  font-size: 14px;
  color: rgb(122, 127, 132);
  font-weight: 400;
  line-height: 20px;
  display: none;
}

.real-faq {
  max-width: 576px;
  margin: 0 auto;
  border: 1px solid rgb(222, 226, 230);
}

.first-faq {
  padding: 24px 32px;
  border: 1px solid rgb(222, 226, 230);
}

.first-faq h3 {
  font-size: 18px;
  text-align: left;
  color: rgb(33, 37, 41);
  font-weight: 400;
}

.first-ansfaq p {
  padding: 24px;
  font-size: 17.5px;
  font-weight: 400;
  line-height: 25px;
  color: rgb(79, 86, 93);
}

.secend-faq {
  padding: 24px 32px;
  border: 1px solid rgb(222, 226, 230);
}

.secend-faq h3 {
  font-size: 18px;
  text-align: left;
  color: rgb(33, 37, 41);
  font-weight: 400;
}

.secend-ansfaq p {
  padding: 24px;
  font-size: 17.5px;
  font-weight: 400;
  line-height: 25px;
  color: rgb(79, 86, 93);
}

.third-faq {
  padding: 24px 32px;
  border: 1px solid rgb(222, 226, 230);
}

.third-faq h3 {
  font-size: 18px;
  text-align: left;
  color: rgb(33, 37, 41);
  font-weight: 400;
}

.third-ansfaq p {
  padding: 24px;
  font-size: 17.5px;
  font-weight: 400;
  line-height: 25px;
  color: rgb(79, 86, 93);
}

.four-faq {
  padding: 24px 32px;
  border: 1px solid rgb(222, 226, 230);
}

.four-faq h3 {
  font-size: 18px;
  text-align: left;
  color: rgb(33, 37, 41);
  font-weight: 400;
}

.four-ansfaq p {
  padding: 24px;
  font-size: 17.5px;
  font-weight: 400;
  line-height: 25px;
  color: rgb(79, 86, 93);
}

.five-faq {
  padding: 24px 32px;
  border: 1px solid rgb(222, 226, 230);
}

.five-faq h3 {
  font-size: 18px;
  text-align: left;
  color: rgb(33, 37, 41);
  font-weight: 400;
}

.five-ansfaq p {
  padding: 24px;
  font-size: 17.5px;
  font-weight: 400;
  line-height: 25px;
  color: rgb(79, 86, 93);
}

.six-faq {
  padding: 24px 32px;
  border: 1px solid rgb(222, 226, 230);
}

.six-faq h3 {
  font-size: 18px;
  text-align: left;
  color: rgb(33, 37, 41);
  font-weight: 400;
}

.six-ansfaq p {
  font-size: 17.5px;
  font-weight: 400;
  line-height: 25px;
  color: rgb(79, 86, 93);
}
.paraul {
  padding: 24px;
}
.six-ansfaq ul {
  list-style: none;
}

.seven-faq {
  padding: 24px 32px;
  border: 1px solid rgb(222, 226, 230);
}

.seven-faq h3 {
  font-size: 18px;
  text-align: left;
  color: rgb(33, 37, 41);
  font-weight: 400;
}

.seven-ansfaq p {
  padding: 24px;
  font-size: 17.5px;
  font-weight: 400;
  line-height: 25px;
  color: rgb(79, 86, 93);
}

.eight-faq {
  padding: 24px 32px;
  border: 1px solid rgb(222, 226, 230);
}

.eight-faq h3 {
  font-size: 18px;
  text-align: left;
  color: rgb(33, 37, 41);
  font-weight: 400;
}

.eight-ansfaq p {
  padding: 24px;
  font-size: 17.5px;
  font-weight: 400;
  line-height: 25px;
  color: rgb(79, 86, 93);
}

.nine-faq {
  padding: 24px 32px;
  border: 1px solid rgb(222, 226, 230);
}

.nine-faq h3 {
  font-size: 18px;
  text-align: left;
  color: rgb(33, 37, 41);
  font-weight: 400;
}

.nine-ansfaq p {
  padding: 24px;
  font-size: 17.5px;
  font-weight: 400;
  line-height: 25px;
  color: rgb(79, 86, 93);
}

/* footer  */

.main-footer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 24px 0px 24px;
}

.footer-flex {
  display: flex;
  padding-bottom: 24px;
  border-bottom: 2px solid rgb(229, 231, 235);
  justify-content: space-around;
  text-align: right;
}

.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.footer-nav {
  display: flex;
  width: 100%;
}
.footer-nav ul {
  list-style-type: none;
  line-height: 24px;
  width: 100%;
}
.footer-nav li {
  margin: 8px 0px;
}

.footer-nav a {
  font-size: 16px;
  text-decoration: none;
  color: rgb(29, 78, 216);
}
.footer-details {
  width: 100%;
}

.footer-details ul {
  list-style: none;
}
.footer-details li {
  margin: 8px 0px;
}

.footer-details a {
  font-size: 16px;
  text-decoration: none;
  color: rgb(29, 78, 216);
}
.footer-online {
  width: 100%;
}
.footer-online ul {
  list-style: none;
}
.footer-online li {
  margin: 8px 0px;
}
.footer-online a {
  font-size: 16px;
  text-decoration: none;
  color: rgb(29, 78, 216);
}

.copyright {
  padding: 24px 0px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
