/* Temporary Fix */
:root {
    --max-container-width: 1635px;
    --top-header-height: ;
    --main-header-height: ;
    --hp-section-padding: ;
    --primary-color: ;
    --secondary-color: ;
    --link-color: ;
    --link-hover-color: ;
    --base-font-family: ;
    --base-font-size: 18px;
    --heading-color: var(--primary-color);
    --h1-font-size: 40px;
    --h2-font-size: 45px;
    --h3-font-size: calc( var(--h1-font-size) - 12px );
    --h4-font-size: calc( var(--h1-font-size) - 16px );
    --inner-font-size: 22px;
    --btn-font-size: 25px;
    --btn-primary-bg-color: #FF9913;
    --btn-primary-font-color: #fff;
    --btn-primary-hover-bg: #b66e11;
    --btn-primary-hover-font: #fff;
    --btn-primary-padding: 5px 40px;
    --btn-primary-bd-radius: 25px;
    --btn-primary-hover-bd-radius: 25px;
    --btn-primary-font-size: var(--btn-font-size);
}

h1{ font-size: var(--h1-font-size) !important; }
h2{ font-size: var(--h2-font-size) !important; font-weight: 700 !important; }
h3{ font-size: var(--h3-font-size) !important; }
h4{ font-size: var(--h4-font-size) !important; }
h5{ font-size: var(--h5-font-size) !important; }

#page .homepage .container {
    max-width: var(--max-container-width);
	width: 100%;
}

.homepage .btn.btn-primary {
    background-color: var(--btn-primary-bg-color);
    color: var(--btn-primary-font-color);
    border-radius: var(--btn-primary-bd-radius);
    /* box-shadow: 0px 2px 1px 0px var(--btn-primary-font-color); */
    padding: var(--btn-primary-padding);
    border-color: transparent;
    font-size: var(--btn-primary-font-size);
    transition: all 0.1s ease-in;
}

.homepage ul.check-list li {
    list-style-image: url(/wp-content/themes/rocket/assets/images/svg/list-check.svg);
    font-size: var(--inner-font-size);
    margin-bottom: 15px;
    padding-left: 10px;
}

/**/
section.section-1 {
    background-image: url(/wp-content/uploads/pv-homebanner-v2.jpg);
    background-size: cover;
	background-position: bottom center, center;
    padding: 0px;
    color: #fff;
}
section.section-1 .row {
    min-height: 40vw;
}
.section-1 .panel-wrap {
    padding: 30px;
    margin: 10px;
    border-radius: 10px;
    min-height: 340px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}

.section-1 .panel-1 .panel-wrap {
    background-color: #FF642A;
}
.section-1 .panel-2 .panel-wrap {
    background-color: #4A2C72;
}
.section-1 .panel-3 .panel-wrap {
    background-color: #569130;
}
.section-1 .panel-wrap h3 {
    min-height: 70px;
    font-size: 27px;
    font-weight: bold;
}
.section-1 strong {
    font-size: 32px;
    font-weight: normal;
}
.section-1 h1 {
    font-size: 50px;
    margin-bottom: 0px;
}
.section-1 a.btn.btn-transparent {
    font-size: 22px;
    color: #fff;
    border-color: #fff;
    border: 2px solid #fff;
}
.section-1 a.btn.btn-primary,
.section-1 a.btn.btn-transparent{
    padding: 10px 40px;
    border-radius: 35px;
    margin: 0px 15px
}
.section-1 a.btn.btn-primary {box-shadow: 0px 2px 0px 2px #b06a0e;}

.homepage .section-1 .container .col-lg-10 {
	margin-bottom: 45px;
}


section.section-2 {
    background-image: url(/wp-content/uploads/section-2-bg.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #3999c00f;
    background-size: 40% 100%;
}
.section-2 .row {
    min-height: 800px;
}

section.section-3 {
    margin: 2vw 0px;
    font-size: 22px;
}
.section-3 .platforms ul {
    list-style: none;
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.section-4 .row {
    min-height: 700px;
}
section.section-4 {
    background-image: url(/wp-content/uploads/dark-overlay.png), url(/wp-content/uploads/homepage-section-5-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.section-5 {
    margin: 3vw 0px;
}
section.section-5::after {
    content: '';
    display: block;
    width: 90%;
    height: 1px;
    background-color: #000;
    margin: 75px auto 0;
}
section.section-5 .btn-primary {
    background-color: #0c587a !important;
}

section.section-6 .container {
    padding: 100px 15px;
    background-image: url(/wp-content/uploads/testimonial-review-bg.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 100% -5%;
}
section.section-6 .testimonials-slider {
    overflow: hidden;
}
.section-6 .testimonials-slider #zn-review-list .slide-wrapper {
    position: relative;
}
.section-6 .testimonials-slider #zn-review-list .slide-wrapper .zn-review-contents {
    padding: 25px 15px 25px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    min-height: 430px;
}
.section-6 .testimonials-slider #zn-review-list .slide-wrapper img {
    position: absolute;
    top: -30px;
    left: 15px;
}
.section-6 .testimonials-slider #zn-review-list .zn-reviews-card {
    background-color: transparent;
    padding: 30px 10px;
}
.section-6 .testimonials-slider #zn-review-list .slide-wrapper .zn-review-contents .zn-star-rating {
    text-align: left;
    margin-top: 30px;
}
.section-6 .testimonials-slider #zn-review-list .slide-wrapper .zn-review-contents .zn-view-review-reviewer {
    float: none!important;
    margin-bottom: 20px;
}
.section-6 .testimonials-slider #zn-review-list .slide-wrapper .zn-review-contents .testimonials-slider .slide-wrapper .zn-review-contents .zn-review-summary {
    margin-bottom: 15px;
}
.section-6 .testimonials-slider #zn-review-list  .slide-wrapper .zn-review-contents .zn-review p {
    text-align: left;
}
.section-6 a.btn.btn-secondary {
    width: 180px;
    font-size: 22px;
    padding: 10px 20px 10px 0px;
    background-color: #3999C0;
    border-color: transparent;
    border-radius: 35px;
    background-image: url(/wp-content/uploads/white-arrow-right.png);
    background-repeat: no-repeat;
    background-position: 90% center;
}

/* Media Query */

@media screen and (max-width: 1600px) {
	
	section.section-1 .row {
		min-height: 45vw;
	}
	
	.section-1 .panel-wrap h3 {
		min-height: 100px;
	}
	
	.section-1 .panel-wrap {
		min-height: 405px;
	}
	
    section.section-4 .row {
        min-height: 500px;
    }
}

@media screen and (max-width: 1440px) {
	
	.section-1 .panel-wrap {
		min-height: 435px;
	}
	
	.section-6 .testimonials-slider #zn-review-list .slide-wrapper .zn-review-contents {
		min-height: 485px;
	}
	
}

@media screen and (max-width: 1366px) {
	
	.homepage .section-3 .platforms ul li {
		padding: 0 10px;
	}
	
	.section-1 .panel-wrap {
		min-height: 460px;
	}
	
}

@media screen and (max-width: 1280px) {
	
    section.section-4 .row {
        min-height: 400px;
    }

	.section-6 h2 {
		font-size: 38px !important;
	}
	.section-6 .testimonials-slider #zn-review-list .slide-wrapper .zn-review-contents {
		min-height: 510px;
	}
		
}

@media screen and (max-width: 1152px) {
	
}

@media screen and (max-width: 1024px) {
	
	.section-1 .panel-wrap {
		min-height: 570px;
	}
	
    section.section-4 .row {
        min-height: 300px;
    }
}

@media screen and (max-width: 991px){
    section.section-2 {
        background-image: none!important;
    }
    section.section-2 .container {
        padding: 0px;
    }
    .section-2 .row {
        margin: 0px;
    }
    section.section-2 .container .row > div {
        padding: 15px;
    }
    section.section-2 .container .row > div.order-0 {
        background-image: url(/wp-content/uploads/section-2-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
    }
}

@media screen and (max-width: 820px) {
	
	.section-1 .panel-wrap {
		min-height: 0;
	}
	.section-1 .panel-wrap h3 {
		min-height: 0;
	}
	
	/* section.section-2 {
		background-size: auto;
		background-position: top -345px center;
	} */
	
	.section-2 .btn-primary {
		display: block;
		max-width: 220px;
		margin: auto;
	}
	
	.homepage .section-3 .platforms ul {
		display: block;
	}
	.homepage .section-3 .platforms ul li {
		display: inline-block;
		width: 32.333%;
		vertical-align: middle;
	}
	
	.section-6 .testimonials-slider #zn-review-list .slide-wrapper .zn-review-contents {
		min-height: 0;
	}
	section.section-6 .container {
		background-size: 95% auto;
		background-position: top -30px center;
	}
	
}

@media screen and (max-width: 712px) {
	
	/* section.section-2 {
		background-position: top -400px center;
	} */
	
}

@media screen and (max-width: 640px) {
	
	.section-1 .btn-phone {
		margin-bottom: 30px !important;
	}
	
	/* section.section-2 {
		background-size: auto;
		background-position: top -445px center;
	}
	 */
}

@media screen and (max-width: 480px) {
	
	.section-1 .panel-wrap h3,
	section.section-2 h3 {
		text-align: center;
	}
	
	section.section-6 .container {
		background-position: top center;
	}
	
	/* section.section-2 {
		background-position: top -548px center;
	}
	 */
}

@media screen and (max-width: 428px) {
	
	/* section.section-2 {
		background-position: top -583px center;
	} */
	
	section.section-2 .col-lg-7 {
		margin-bottom: 20px;
	}
	
}

@media screen and (max-width: 414px) {
	
	/* section.section-2 {
		background-position: top -590px center;
	} */
	
	.homepage .section-3 .platforms ul li {
		width: 48%;
	}
	
}

@media screen and (max-width: 390px) {
	
	/* section.section-2 {
		background-position: top -605px center;
	}
	 */
}

@media screen and (max-width: 375px) {
	
	/* section.section-2 {
		background-position: top -615px center;
	} */
	
	.section-6 h2 {
		font-size: 36px !important;
	}
	
}

@media screen and (max-width: 375px) {
	
	/* section.section-2 {
		background-position: top -625px center;
	} */
	
}

@media screen and (max-width: 360px) {
	
	.section-6 h2 {
		font-size: 32px !important;
	}
	
}

@media screen and (max-width: 1600px) {
	
	section.section-1 .row {
		/* min-height: 45vw; */
        padding: 50px 0;
	}
	
	.section-1 .panel-wrap h3 {
		min-height: 100px;
	}
	
}

@media screen and (max-width: 1366px){
    .slider-container{
        margin-bottom: 150px;
    }
}

@media screen and (max-width: 779px) {
    section.section-1 {
        background-image: url(/wp-content/uploads/mobile-pv-banner.png);
        text-align: center;
        padding-top: 150px;
    } 
    .btn-primary{
        margin-bottom: 30px !important;
    }
    .slider-container h2{
        font-size: 30px !important;
    }
    .slider-container{
        margin-bottom: 100px;
    }
    .slider {
        margin: 0;
        width: 100% !important;

        
      } 
}

@media screen and (max-width: 480px){
    .slider-container{
        margin-bottom: 150px;
    }
} 


 .slider-container {
    position: relative;
  } 
  .slider-container h2{
    font-size: 35px;
    font-weight: bold;
    color: #B7E9FF;
  }
  .slider {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 55%;
    transition: transform 0.5s ease;
     height: 230px;
    
  } 

  @keyframes fadeInLeft {
    from {
      opacity: 0;
      transform: translateX(50px) !important;
    }
    to {
      opacity: 1;
    }
  }
  
  .slide {
    display: none;
    animation: fadeInLeft 1s ease-in-out;
   
  }
  
  .slide:first-child {
    display: block;
  }
  
 
  
  .slider-bullets {
    
    bottom: 10px;
    margin-top: 20px;
    margin-bottom: 30px;

  }
  
  .slider-bullet {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: solid 1px #fff;
    margin-right: 5px;
    cursor: pointer;
  }

  
  .slider-bullet.active {
    background-color: #ddd;
  }
  
  


