/*!
 * Start Bootstrap - Landing Page v5.0.0 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../images/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
}
 /* 05 May */
.custom_header a.navbar-brand img {
    
    margin-right: 10px;
}

.insta-tools {
    display: flex;
    flex-wrap: wrap;
    background: #3100ff;
    border-radius: 8px;
    margin-bottom: 3rem;
    justify-content: center;
}

.insta-tools .tool-item {
    flex: 1 0 auto;
    text-align: center;
    color: #fff;
    padding: 12px 8px;
    border-left: 1px solid rgba(255, 255, 255, 0.9);
    min-width: 60px;
}

.insta-tools .tool-item:first-child {
    border-left: none;
}

.insta-tools .tool-item a {
    color: #fff;
    font-size: clamp(14px, 2vw, 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-decoration: none;
}

.insta-tools .tool-item img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/* Mobile specific styles */
@media (max-width: 480px) {
    .insta-tools .tool-item {
        padding: 10px 4px;
        min-width: 50px;
    }
    
    .insta-tools .tool-item span {
        font-size: 16px;
    }
    
    .insta-tools .tool-item img {
        width: 20px;
        height: 20px;
    }
    
    .h1, h1 {
    font-size: 32px;
}
}

/* Desktop specific styles */
@media (min-width: 768px) {
    .insta-tools {
        justify-content: space-between;
    }
    
    .insta-tools .tool-item {
        flex: none;
        padding: 15px 20px;
    }
    
    .insta-tools .tool-item a {
        flex-direction: row;
    }
}

.insta-tools .tool-item a:hover{
    text-decoration:none;
     transform: scale(1.1);
     color:#000;
}


.app-download-section {
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    margin: 20px auto;
    max-width: 800px;
}

.app-download-section h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
}

.app-download-section p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #212529;
}

.app-features ul {
    list-style: none;
    padding: 0;
}

.app-features li {
    font-size: 16px;
    color: #212529;
    margin: 5px 0;
}

.playstore-button {
    display: inline-block;
    margin-top: 2px;
}

.playstore-icon {
    width: 180px;
    transition: transform 0.3s ease;
}

.playstore-button:hover .playstore-icon {
    transform: scale(1.05);
}



/* Adjust font size */
    .navbar-nav .nav-link {
        font-size: 18px; /* Adjust the font size as needed */
    }

    /* Add spacing between menu items */
    .navbar-nav .nav-item {
        margin-right: 10px; /* Adds space between the menu items */
    }

    /* Optional: Increase font size of the brand logo */
    .navbar-brand {
        font-size: 17px; /* Adjust the brand logo font size */
    }

    /* Adjust dropdown item font size */
    .dropdown-item {
        font-size: 17px; /* Adjust font size for dropdown items */
    }

    /* Optional: Add more padding or styling to dropdown items */
    .dropdown-item {
        padding: 10px 10px;
    }







.flex-center {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.custom_header a.navbar-brand {
    color: #222222;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 700;
    display: flex;
    align-items: center;
        font-size: 25px;
}
.bg-pink.domestic_header {
    background: #fff !important;
    box-shadow: 0 0 10px #ccc;
}
section.custom_banner {
   background: linear-gradient(90deg, #28a745 0%, #3400cc 50%, #bd21ad 100%);
}
section.custom_banner p {
  color: #fff;
}
.downloader_img img {
    border: 3px solid #fff;
    animation: zoom-in-zoom-out 1.5s ease infinite;
}
.add_banr img {
    border-radius: 4px;
    box-shadow: 0 0px 0px 4px rgba(255,255,255,.5);
}
.custom_banner .download-input input {
    height: 60px !important;
        border-right: 3px solid #baabe5;
}
.custom_banner .download-input button.btn.btn-blue {
    height: 60px !important;
    background: linear-gradient(135deg, #3100ff 0%, #3100ff 22%, #3100ff 100%);
    border: 2.3px solid #fff;
}
.custom_banner .download-input {
    box-shadow: 0 0px 0px 2px #a00ef2;
    border-radius: 4px;
    margin-bottom: 50px;
    margin-top: 35px;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
.custom_header a.nav-link {
    font-weight: 500;
    color: #222222 !important;
    font-size: 21px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.custom_header li.nav-item {
    padding: 00 20px;
}
.custom_header a.nav-link:hover {
    color: #1e73be !important;
}

.insta_postsec {
	padding-top: 80px;
	padding-bottom: 60px;
}
.insta_postsec .insta_postinfos .row {
	align-items: flex-start;
}
.insta_postsec.insta_sec_right .row {
  flex-direction: row-reverse;
}

.insta_postsec.insta_seclast {
	padding-bottom: 100px;
}

.insta_post_infos {
	padding-left: 30px;
	text-align: left;
}

.insta_post_infos p {
  font-size: 19px;
}

.insta_postsec.insta_sec_right .insta_post_infos {
  padding-left: 0;
  padding-right: 30px;
}

 .loader {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    #loading-ajax {
        display: none;
        width: 90px !important;
        height: 90px !important;
        margin-bottom: 8px;
    }
    
   

.terms_block {
  background: #f5f5f5;
  border-radius: 7px;
  padding: 15px 15px;
  margin: 0 0 40px 0;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.15px;
}


.faq_list .card {
  text-align: left;
}
.faq_list .card h5 .btn-link {
  font-size: 18px;
  color: #9C53C5;
  font-weight: 600;
}
.faq_list {
  padding: 0 0 30px 0;
}

.card-header .title {
  font-size: 17px;
  color: #000;
}
.card-header .accicon {
float: right;
font-size: 20px;  
width: 1.2em;
}
.card-header{
cursor: pointer;
border-bottom: none;
}
.card{
border: 1px solid #ddd;
}
.card-body{
border-top: 1px solid #ddd;
}
.card-header:not(.collapsed) .rotate-icon {
transform: rotate(180deg);
}

.faq_list .card-header {
  background: linear-gradient(90deg, #c41d69 0%, #c41d69 50%, #c41d69 100%);
  color: #fff;
}
.faq_list .card-header .title {
  color: #fff;
}


.terms_infos .inside-article {
  padding: 40px 0;
}
.terms_infos .inside-article h1 {
  text-align: center;
  margin: 0 0 40px 0;
  font-size: 35px;
}
.terms_infos .inside-article  h3 {
  color: #8554C8;
  margin: 30px 0 10px 0;
}
.terms_infos .inside-article h3 strong {
  font-weight: 500;
}

.terms_infos .inside-article p {
  text-align: justify;
}
.terms_infos .inside-article p a {
  color: #7D46C8;
  transition: all 0.5s ease;
}
.terms_infos .inside-article p a:hover {
  text-decoration: underline;
}


@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}
.custom_header a.navbar-brand:hover {
    color: #0062cc;
}
.custom_body_section h3 {
    background: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 22%,rgb(65,88,208) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bg-pink.custom_body_section {
    background: #fff !important;
}
.custom_body_section  .features-icons-icon i {
    background: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 22%,rgb(65,88,208) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.custom_body_section p {
    color: #131313;
    font-size: 16px;
    line-height: normal;
    max-width: 240px;
    margin: 10px auto;
}
.custom_instra_section .badge-dark {
    background: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 22%,rgb(65,88,208) 100%);
}
.custom_footer .list-inline-item {
    font-size: 15px;
    font-weight: 700;
}

.custom_footer .list-inline-item span {
    font-weight: 400;
}
.cf-menu li a {
    color: #1e73be;
    font-size: 15px;
    text-decoration: underline;
}
.cf-menu li a:hover {
    color: #222222;
}

.cf-menu li {
    display: inline-block;
    margin: 0 10px;
}
footer.custom_footer {
    padding: 20px 40px;
}
.add_banr.f_add_banr img {
    border-radius: 4px;
    border-left: 2px solid #c651c0;
    border-top: 2px solid #ad53c3;
    border-bottom: 2px solid #8d54c6;
    border-right: 2px solid #5557ce;
}

.downliad_more{ margin-top: 20px;}

.downliad_more .btn {
	background: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 22%,rgb(65,88,208) 100%);	
	box-shadow: 0 6px 0px 0 rgba(255, 255, 255, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.47);
  color: #fff;
	border: none;
  margin: 30px 0 0 0;
  margin-top: 30px;
display: inline-block;
padding: 8px 30px;
transition: all 0.5s ease;
}

.downliad_more .btn:hover {
	box-shadow: 0 2px 0px 0 rgba(255, 255, 255, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.47);
}



@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.ajax-res {
	display:none;
}

.features-icons {
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.instructions {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.instructions .testimonial-item {
  max-width: 18rem;
}

.instructions .testimonial-item img {
  max-width: 12rem;
  -webkit-box-shadow: 0px 5px 5px 0px #adb5bd;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../images/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.bg-pink {
  background-color: #E1306C!important;
}
.bg-blue {
  background-color: #5851DB!important;
}
.text-pink {
  color: #e1306c;
}
.btn-blue {
  color: #fff;
  background-color: #5851DB;
  border-color: #5851DB;
}
.btn-blue:hover {
  color: #fff;
  background-color: #5851DB;
  border-color: #5851DB;
}
.btn-pink {
  color: #fff;
  background-color: #E1306C;
  border-color: #E1306C;
}
.btn-pink:hover {
  color: #fff;
  background-color: #c30e4a;
  border-color: #E1306C;
}
.footer-white-links a{
  color: #fff;
}
.footer-white-links a:hover{
  color: #f8f9fab5;
}

#downloadbox .btn {
    border-radius: 8px;
    background: #1cc342;
    margin: 30px 0 0 0;
    display: inline-block;
    color: #000;
    font-size: 27px;
    font-weight: 550;
    box-shadow: 0 6px 0px 0 #007bff, 0 4px 20px 0 rgba(0,0,0,0.2);
    border: solid 2px rgba(255, 255, 255, 0.2);
    padding: 8px 50px;
}

#downloadbox .btn:active {
    color: white;
    background: #ba19c6;
}


#downloadbox .image {
  margin: 0 0 20px 0;
}

.insta_post_infos h3 {
	margin: 0 0 25px 0;
	font-size: 34px;
}

@media (max-width: 1600px) {
  .insta_postsec {
    padding-top: 70px;
  }

  .insta_postsec.insta_seclast {
    padding-bottom:90px;
  }

  .insta_post_infos h3 {
    font-size: 32px;
    line-height: 44px;
  }

  .insta_post_infos p {
    font-size: 19px;
    line-height: 32px;
  }


}


@media (max-width: 991px) {

  .insta_post_infos h3 {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 15px;
  }

  .insta_post_infos p {
    font-size: 17px;
    line-height: 26px;
  }

  .insta_postsec {
    padding-top: 50px;
  }

  .insta_postsec.insta_seclast {
    padding-bottom: 50px;
  }

  .terms_infos .inside-article h1 {
    margin: 0 0 20px 0;
    font-size: 28px;
  }


}

@media (max-width: 767px) {

  .insta_imgs {
    padding: 0 0 40px 0;
  }

  .insta_postsec {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .insta_post_infos {
    padding-left: 0;
    text-align: center;
  }
  
  .insta_post_infos h3 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 15px;
  }

.insta_postsec.insta_sec_right .insta_post_infos {
  padding-left: 0;
  padding-right: 0;
}

.terms_infos .inside-article p {
	text-align: justify;
}

.terms_infos .inside-article h3 {
	color: #8554C8;
	margin: 30px 0 10px 0;
	text-align: left;
	font-size: 24px;
}



}