/*!
Theme Name: wordpress-theme
Theme URI: https://osky.com.au
Author: OSKY
Author URI: https://osky.com.au
Description: Starter theme for WordPress based on _s with Laravel Mix integration
Version: 1.0.0
Requires at least: 5.6
Tested up to: 5.7
Requires PHP: 7.4
*/


/* global */
.logged-in .navbar{
  margin-top: 32px;
}
:root {
    --primary-color-2: #7c4fe0;
    --primary-color-3: #f6f9fe;
    --primary-bg-color-linear-gradient: linear-gradient(-47deg, #8731E8 0%, #4528DC 100%);
    --primary-bg-color-overlay-dark: rgba(16, 16, 45, 1);
}
body {
    font-family: 'Poppins', sans-serif; 
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600; 
    line-height: 1.5;
    margin: 0;
}

h1 {
  font-size: 4em;
  line-height: 1.2;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 1.5rem;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.display-5 {
  font-size: 2.5rem;
}

.fw-3 {
  font-weight: 300;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-8 {
  font-weight: 800;
}

.fw-9 {
  font-weight: 900;
}

.fw-10 {
  font-weight: 1000;
}

.row {
  padding: 0;
  margin: 0;
}
.divider {
  width: 7%;
  height: 2px;
  background: linear-gradient(to right, #542adf, #7f30e6);
  margin: 20px auto;
}
.btn1 {
  display: flex;
  height: 60px;
  width: 100%;
  padding: 0; 
  color: #fff; 
  background: #7c4fe0;
  text-decoration: none; 
  border: none; 
  border-radius: 8px; 
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-out;
}
.btn1:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12); 
  background: #7c4fe0;
  color: white;
}
.custom-blue-bg {
  background: var(--primary-color-3);
}
  
  
    
/* header */
.logo{
    width: 60px; 
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}
#nav a{
    font-size: 16px;
}
.navbar .nav-link {
    padding: 0.5rem 1rem; 
}
.navbar.bg-white {
  background-color: white !important; 
}
.shadow-effect {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
    transition: box-shadow 0.3s ease;
}
#nav .navbar-nav > li > a {
  padding: 0.5rem 0.5rem; 
  display: block;
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.sub-menu {
  position: absolute; 
  background-color: white; 
  /* z-index: 1000;  */
}
.sub-menu .menu-item {
  color: black; 
}
.navbar-nav > li.menu-item:hover > .sub-menu {
  display: block !important;
  text-decoration: none;
  border-radius: 8px;
  padding: 9px;
  color: rgba(255, 255, 255, 0.55);
}
#nav .menu-item-has-children > a {
  position: relative;
}
#nav .menu-item-has-children > a::after {
  font-family: 'Font Awesome 6 Free';
  content: '\f107' !important;
  position: absolute;
  font-weight: 800; 
  margin-left: 5px;
  font-size: 0.8em;
  top: 50%;
  transform: translateY(-50%);
}
#nav .navbar-nav > li > .sub-menu > li > a {
  color: #595959;
  padding: 0.5rem 0.5rem; 
  text-decoration: none;
}
#nav .navbar-nav > li > .sub-menu > li > a:hover {
  color: #333333;
}

 
  
/* section 1 - hero section */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.bounce {
    animation-duration: 2s;
    animation-name: bounce;
    animation-iteration-count: infinite;
}
.hero-img{
    width: 400px; 
    height: auto; 
    margin-top: -70px; 
    margin-bottom: -40px;
    margin-left: -10px;
}
.hero {
    background: rgba(0, 0, 0, 0) url("assets/src/danago-images/background/download-bg.jpg") no-repeat fixed center center/cover;
    position: relative; 
    padding-top: 100px;
}
.hero-overlay {
    position: relative;
    z-index: 0;
}
.hero-overlay::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: var(--primary-bg-color-linear-gradient);
    opacity: 0.94;
    z-index: -2;
}
.bg-custom {
    background-color: #18002c;
}
.bg-gradient-custom {
    background: linear-gradient(to bottom, #33005d, #18002c);
}
.hero-btn{
  background: transparent;
  color: white;
  position: relative; 
  padding: 15px 20px; 
  border-radius: 10px;
  display: flex;
  align-items: center;
  border: 2px solid white;

}
.hero-btn:hover {
  background: transparent;
  border: 2px solid white;
  box-shadow: 0 5px 10px rgba(199, 198, 198, 0.315);
  color: white; 
}
.hero-btn img {
    width: 30px; 
    height: auto; 
    margin-right: 10px;
}
.hero-btn p{
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}
a {
  text-decoration: none;
}


  
/* section 2 - service area */
.service-btn {
    border: 2px solid linear-gradient(to right, #542adf, #7f30e6); 
    background: transparent;
    /*transition: all 0.3s ease;*/
    position: relative; 
    padding: 10px 20px; 
    border-radius: 500px;
}
.service-btn:hover {
    background: linear-gradient(to right, #542adf, #7f30e6); 
    color: white; 
    border-color: transparent; 
}
.service-list {
    margin-left: -15px;
}
.service-list li{
    margin-top: 15px;
}
.service-img {
    max-width: 80%; 
    height: auto;
}
  
/* section 3 - discover area */
.discover-img {
    max-width: 90%;
    height: auto;
    margin-top: 40px; 
    margin-right: 150px;
}
.discover-list {
    margin-left: -15px;
}
.discover-list li{
    margin-top: 15px;
}
  
  
/* section 4  - features */
.features-wrapper{
  padding-top: 20px;
}
.features-slider-wrapper {
    background: rgba(0, 0, 0, 0) url('../assets/src/danago-images/mobile-slider.png') no-repeat scroll top center / cover;
    padding: 67px 23px 90px 26px;
    background-size: 100%;
    max-width: 290px;
    margin: 0 auto;
    position: relative;
    height: 570px;
}
.features-slider-wrapper img {
    width: 80%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%);
}
.features_single{
  margin-top: 20px;
}
.features-item{
  margin-top: 5rem;
}
.features-list {
    height: 3rem;
    width: 3rem;
}
.slick-slider1 {
    margin: 0 auto;
    display: flex; 
    justify-content: space-between;
}
.slick-slide1 {
    margin: 0 20px; 
}
.slide1 {
    display: flex;
    justify-content: space-between; 
    align-items: center;
}
.slick-slide1 img {
    max-width: 100%;
    height: auto;
}
/* end of section 4 */
  
  
  
/* section 5 - tutorials */
.tutorials {
    background: linear-gradient(to right, #542adf, #7f30e6); 
}
.tutorials-img {
    height: auto;
    width: 60px;
}
.single-work {
    position: relative;
    text-align: center;
}
.single-work p::after{
    position: absolute;
    content: '\f054';
    font-size: 45px;
    font-weight: 900;
    color: var(--white-color);
    font-family: 'Font Awesome 5 Free';
    top: 50%;
    right: 0;
    margin-right: -20px;
    transform: translateY(-50%);
    transition: transform 0.3s, -webkit-transform 0.3s, margin-right 0.3s;
}
.single-work:hover p::after {
    transform: translateY(-50%) translateX(10px); 
    margin-right: 0; 
}

.single-work.s3 p::after {
    content: ''; 
    display: none; 
}
/* end of section 5 */



/* section 6 - screenshots */
.container {
    max-width: 1200px;
    margin: auto;
}
.slick-slider {
    margin: 0 auto;
    margin-top: 80px;
    display: flex; 
    justify-content: space-between;
}
.slick-slide {
    margin: 0 20px; 
}
.slide {
    display: flex;
    justify-content: space-between; 
    align-items: center;
}
.slick-slide img {
    max-width: 100%;
    height: auto;
}
.slick-dots {
    bottom: -50px; 
    margin-top: 10px;
}
.slick-dots li {
    margin: 0; 
}
.slick-dots li button {
    font-size: 0;
    height: 5px;
    width: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    border: none;
    outline: none;
    border-radius: 50%;
    margin: 5px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.slick-dots li.slick-active button {
    background-color: var(--primary-color-2);
    -webkit-box-shadow: 0 1px 5px var(--primary-color-2);
    box-shadow: 0 1px 5px var(--primary-color-2);
    box-shadow: none; 
}
.single-testimonials {
    text-align: center; 
    padding: 20px;
    margin-top: 50px;
}
.slick-slider-testimonials {
    max-width: 800px;
    margin: 0 auto;
    text-align: center; 
}
.testimonial-content {
    display: inline-block; 
    display: flex; 
    flex-direction: column; 
    align-items: center;
}
.testimonial-avatar {
    width: 100px; 
    height: 100px; 
    border-radius: 50%; 
    border: 1px solid rgba(0, 0, 0, 0.12); 
    object-fit: cover; 
    margin-bottom: 15px; 
}
.client-rating {
    color: #ffa200;
}



/* section 7 - pricing */
.card {
  padding: 25px;
  margin: 0 10px; 
  border: none;
  border-radius: 20px; 
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-top: 50px;
}
.pricing-img {
  height: 5rem;
  width: 5rem;
}
.card-price{
  background: linear-gradient(to right, #542adf, #7f30e6);
  background-clip: text;
  color: transparent; 
}
.card-price-sign {
  margin-right: -8px;
}
.card-btn {
  position: relative; 
  margin-top: 20px; 
}
.underline {
  text-decoration: underline; 
  color: inherit; 
}
.card-btn a {
  display: inline-block;
  padding: 14px 26px; 
  color: white; 
  background: linear-gradient(to right, #542adf, #7f30e6);
  text-decoration: none; 
  border: none; 
  border-radius: 10px; 
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-out;
  text-align: center;
  position: absolute; 
  transform: translateX(-50%); 
  bottom: -65px;
}
.card-btn a:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12); 
  background: linear-gradient(to right, #542adf, #7f30e6);
  color: white;
}
.card-title h2 {
  letter-spacing: 3px;
  color: #4f4f4f;
  font-size: 1.7rem;
}

/* end of section 7 */
  
  
  /* section 8 - faq*/
  .faq-content {
    padding-left: 0; 
    padding-right: 0;
  }
  
  .faq-content ul {
    padding-left: 0 !important; 
    padding-right: 0 !important; 
  }
  
  .faq-content .list-1 {
    margin-right: 50px;
  }
  
  .faq-content .list-2 {
    margin-left: 50px;
  }
  
  
  
/* section 9 - download*/
.download {
    background: rgba(0, 0, 0, 0) url("assets/src/danago-images/background/download-bg.jpg") no-repeat fixed center center/cover;
    position: relative; 
}

.overlay-dark {
    position: relative;
    z-index: 0;
}

.overlay-dark::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: var(--primary-bg-color-overlay-dark);
    opacity: 0.80;
    z-index: -1;
}
.download-btn{
  border: 2px solid white;
  background: transparent;
  color: white;
  position: relative; 
  padding: 15px 25px; 
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.download-btn:hover {
  color: white; 
  border: 2px solid white;
  box-shadow: 0 5px 10px rgba(199, 198, 198, 0.315);

}

.download-btn img {
  width: 30px; 
  height: auto; 
  margin-right: 10px;
}
.download-btn p{
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}

  
  
  
  /* section 10 - subscribe */
  .subscribe-area {
    background: rgba(0, 0, 0, 0) url("assets/src/danago-images/background/map.png") no-repeat scroll center center/cover;
  }
  .custom-input {
    height: 60px; 
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12); 
    text-align: center;
    width: 100%;
  }
  body .gform_wrapper #gform_submit_button_2{
    display: flex;
    height: 60px;
    width: 100%;
    padding: 0; 
    color: #fff; 
    background: #7c4fe0;
    text-decoration: none; 
    border: none; 
    border-radius: 8px; 
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-out;
    font-size: 16px;
  }
  
  
  
  
  /* section 11 - contact */
  .contact {
    background: #f6f9fe;
  }
  .contact ul {
    margin-top: 10px;
  }
  .media {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
  }
  .media-body {
    flex: 1; 
    overflow-wrap: break-word;
  }
  .social-icon {
    margin-right: 1.5rem;
    display: inline-block;
    height: 50px;
    width:  50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    background-color: var(--primary-color-2);
    color: #fff;
    border-radius: 4px;
    margin-top: 20px;
  }
  
  .social-icon svg {
    width: 24px; 
    height: 24px; 
  }
  
  .svg-inline {
    display: inline-block;
  }
  
  .custom-contact-input {
    height: 60px; 
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12); 
  }
  
  .custom-contact-textarea {
    height: 140px; 
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12); 
  }

  body .gform_wrapper .gfield_label {
    display: none; 
}

body .gform_wrapper .gfield #input_1_5{
  margin-top: -10px;
}
body .gform_wrapper .gfield input{
  color: #61647a;
  height: 60px;
  margin-top: -25px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12); 
  border-radius: 0.375rem;
  border: 2px solid #dee2e6;
  font-size: 16px;
}
body .gform_wrapper .gfield textarea{
  color: #61647a;
  margin-top: -25px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12); 
  border: 2px solid #dee2e6;
  font-size: 16px;
  border-radius: 0.375rem;
}
body .gform_wrapper #gform_submit_button_1{
  display: flex;
  height: 60px;
  width: 100%;
  padding: 0; 
  color: #fff; 
  background: #7c4fe0;
  text-decoration: none; 
  border: none; 
  border-radius: 8px; 
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-out;
  font-size: 16px;
}
body .gform_wrapper #gform_submit_button_1:hover{
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12); 
  background: #7c4fe0;
  color: white;
}
  /* end of section 11 */
  
  
  
  /* footer */
  .nav-link a{
      color: #555555;
      text-decoration: none;
  }
  .nav-link a:hover{
      color: #7f52e1;
  }
  .gray-color {
      color: #555555;
  }
  .mt-6 {
      margin-top: 6rem;
  }
  .footer-social {
    display: flex; 
    margin: 10px 0 0 -10px  ; 
  }
  .footer-menu {
    padding: 0; 
    margin: 0; 
    list-style: none; 
  }
  .footer-menu li a {
    text-decoration: none;
    line-height: 2.4; 
  }
  .footer-menu li a:hover {
    text-decoration: none; 
  }
  
  
  
/* mobile responsive */
@media (max-width: 575px) {
  /* global */
  .logged-in .navbar {
    margin-top: 45px; 
  }
  .logged-in .navbar.scrolled {
      margin-top: 0;
  }
  h1 {
    font-size: 2.5em;
    line-height: 1.2;
  }
  h2 {
    font-size: 2em;
    line-height: 1.5;
  }
  .divider{
    margin: 10px 0 0 0;
  }

  /*header*/
.navbar-collapse {
    background-color: white; 
}
  /*end of header*/

  /*section 1 */
  .content-left1 {
    text-align: center; 
    margin-bottom: 50px;
    margin-top: 150px; 
    order: 2;
  }
  .content-right1 {
    order: 1; 
    margin-top: -120px;
  }
  /*end of section 1 */

  /*section 2 */
  .content-left2 {
    margin-bottom: 10px;
    order: 2;
  }
  .content-right2 {
    order: 1; 
    margin-bottom: 40px;
  }

  /* section 3 - discover*/
  .section-3-img {
    max-width: 100%;
    height: auto;
    margin: 0 0 50px 0 !important; 
  }
  .section-3 h2 {
    text-align: center;
  }
  .discover-img {
    max-width: 100%;
    height: auto;
    margin-top: 0; 
    margin-right: 0;
  }
  .discover h2{
    margin-top: 50px;
  }


  /*section 4 - features */
  .features-item {
    padding-top: 0 !important;
    padding-right: 0 !important;
    margin-top: 2rem;
  }
  .features-text p{
    line-height: 1.5;
    margin-top: 5px;
  }


  
  /* section 5 - tutorials*/
  .s1 {
    margin-top: -40px;
  }

  .single-work p::after {
    content: ''; 
    display: none; 
    text-align: center;
  }

  /* section 6 - screenshots*/
  .slick-slider{
    margin-top: 20px !important;
  }
  .slick-slide {
    margin: 0 !important; 
  }
  .slick-dotted.slick-slider {
    margin-bottom: 70px;
  }

  /*section 7 - pricing*/
  .card-1{
    margin-top: -20px !important;
  }
  .card-2{
    margin-top: 50px !important;
  }
  .pricing .mt-4{
    margin-top: 0;
  }
  .card{
    margin-top: 30px;
  }
  .card-btn {
    position: static; 
    margin-top: 0;
  }
  .card-btn a{
    bottom: 0;
    position: static; 
    transform: translateX(0%); 
  }
  .pricing .mb-5{
    margin-bottom: 0;
  }


  /*section 8 - faq*/
  .faq-content {
    padding-left: 0; 
    padding-right: 0;
  }
  .faq-content .list-2 {
    margin-left: 0 !important;
  }
  .faq-content ul {
    padding-left: 0 !important; 
    padding-right: 0 !important; 
  }
  .faq-content .list-1 {
    margin-right: 0 !important;
  }
  .faq-content .list-2 {
    margin-left: 0 !important;
  }

  /* footer */
  .footer-social {
    display: flex; 
    margin: 10px 0 0 0 !important; 
    justify-content: center;
  }
  .img-1 {
    margin-left: 0 !important;
  }
  .img-2 {
    margin-left: 0 !important;
  }
  .footer-grid-3 h4{
    margin-top: -20px;
  }
  .footer-grid-4 .img-2{
    margin-top: -30px !important;
  }
  .footer-divider{
    width: 90%;
  }
  .footer-copyright {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px 0 15px 0  !important;
  }
  .footer-copyright .theme{
    margin-top: -5px;
  }

}


/* tablet responsive */
@media (min-width: 576px) and (max-width: 769px) {
  /* global */
  .logged-in .navbar {
    margin-top: 46px; 
  }
  h1 {
    font-size: 2.2em;
    line-height: 1.3;
  }
  h2 {
    font-size: 1.8em; 
    line-height: 1.4;
  }
  .divider {
    margin: 15px 0; 
  }
  .features-item {
    margin-top: 40px; 
  }

  /*section 1 - hero*/
  .hero-img{
    width: 270px; 
    height: auto; 
    margin-top: -70px; 
    margin-bottom: -40px;
    margin-left: -10px;
  }
  .content-left1 {
    text-align: center; 
    margin-bottom: 50px;
  }
  .content-right1 {
    margin-top: -90px;
  }

  .donation-button {
    background-color: #8a2579 !important; 
    color: white !important; 
}

.donation-button:hover {
    background-color: #6a1b60 !important; 
}

.donation-button {
  background-color: #8a2579 !important; 
  color: white !important; 
}


  
  /*section 2 - service area*/
  .content-left2 {
    margin-bottom: 10px;
    order: 2;
  }
  .content-right2 {
    order: 1; 
    margin-bottom: 40px;
  }
  .service-img {
    max-width: 90%; 
    height: auto;
  }

  /* section 3 - discover area*/
  .discover-img {
    max-width: 90%;
    height: auto;
    margin-top: 40px; 
    margin-right: 0;
  }
  .discover h2{
    margin-top: 50px;
  }

  /*section 4 - features */
  .features-item{
    padding-left: 30px;
    padding-right: 0;
    padding-top: 10px !important;
    padding-right: 0 !important;
  }

  /*section 5 - tutorials */
  .single-work p::after {
    content: ''; 
    display: none; 
    text-align: center;
  }

  /*section 8 - faq*/
  .faq-content .list-2 {
    margin-left: 0 !important;
  }

}




/* donation section 
.donation-box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.8rem;
  outline: 0;
  padding: 50px;
}
body .donation-form .gform-wrapper #gform_fields_3_7 .gfield_label{
  display: none !important;
}
body .donation-form .gform-field-label{
  color: black;
}
body .donation-form .gform-field-label:hover{
  color: #7f52e1;
  ;
}
body .donation-form .gform_page_footer {
  padding-top: 10px;
}
body .donation-form .gform_next_button {
  display: flex;
  height: 60px;
  width: 100%;
  padding: 0; 
  color: #fff; 
  background: #7c4fe0 !important;
  text-decoration: none; 
  border: none; 
  border-radius: 8px !important; 
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-out;
}
.body .donation-form .gform_next_button:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12) !important; 
  background: #7c4fe0 !important;
  color: white !important;
}
body .donation-form .gform_previous_button {
  border-radius: 8px !important; 
}
body .donation-form .gform_page_fields fieldset{
  padding-bottom: 10px;
}
body .donation-form .gform_button {
  display: flex;
  height: 60px;
  width: 100%;
  padding: 0; 
  color: #fff; 
  background: #7c4fe0 !important;
  text-decoration: none; 
  border: none; 
  border-radius: 8px !important; 
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-out;
}
.body .donation-form .gform_button:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12) !important; 
  background: #7c4fe0 !important;
  color: white !important;
}
body .gform_wrapper .gfield input[type="radio"] {
  height: auto; 
  margin-top: 0; 
}
body.gfield_checkbox .gfield-choice-input {
  transform: scale(0.8) !important;
  margin-right: 8px !important;
}
.gfield_checkbox .gchoice {
  display: flex !important;
  align-items: center !important;
}
*/