*, ::after, ::before {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'Fredoka', sans-serif;
  font-weight: 500;
  /* font-family: 'Poppins', sans-serif; */
  /* font-feature-settings: "pnum" on,"lnum" on; */
}

p {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.62;
}

a.anchor {
  display: block;
  position: relative;
  top: -75px;
  visibility: hidden;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.48;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #fff;
  color: #555;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

a:focus,
a:active,
button:focus,
button:active {
	outline: 0;
}

a,
a:hover,
a:focus,
a:visited {
	outline: 0;
	text-decoration: none;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
}

a:hover {
	color: #15338A;
}

:focus {
	outline: -webkit-focus-ring-color auto 0;
}

button::-moz-focus-inner {
	outline: 0;
}

button:focus {
	outline: 0px dotted;
	outline: 0px auto -webkit-focus-ring-color;
}

ul,
ol {
	padding: 0;
	margin: 0;
}


::selection {
	background-color: #1e1e1e;
	color: #fff;
}

::-moz-selection {
	color: #fff;
	background: #b9e874;
}

.clearfix {clear: both;}
img {
  width: 100%;
  display: block;
}

.row{
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-.5 * 1.5rem);
  margin-left: calc(-.5 * 1.5rem);
}
.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(1.5rem * .5);
  padding-left: calc(1.5rem * .5);
}
@media (min-width: 768px){
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

section.landing-page{
  display: flex;
  height: 100vh;
  width: 100%;
}

.left-col,
.middle-col,
.right-col {
  height: 100vh;
  margin: 0;
}

.full-col {
  width: 100%;
  margin: 0;
  height: 100vh;
}


#frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 380px;
  height: 800px;
  z-index: 10;
}

#mobile-screens {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 348px;
  height: 730px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  border-radius: 20px;
}

#frame:after {
  content: "";
  position: absolute;
  width: 380px;
  height: 800px;
  background-image: url('../images/jagizmo-mobile-frame.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#images {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.image {
  height: 730px;
  display: block;
  margin: 0 auto;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}

.green-bg {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: radial-gradient(50% 50% at 50% 50%, #14B883 0%, #009D6A 100%);
  z-index: -1;
}

.jag-slide {
  display: flex;
  align-items: center;
  /* gap: 30px; */
  /* width: 100%; */
  margin: auto;
  /* max-width: 1440px; */
  width: calc(100% - 500px);
  height: 100%;
  justify-content: space-between;
}

.jslide-one {
  position: relative;
}

.left-content {
  width: 25%;
  text-align: center;
}

.mob-screen {
  width: 23%;
  position: relative;
  width: 380px;
  padding: 15px;
}

.mob-screen span {
  overflow: hidden;
  border-radius: 20px;
  display: block;
}

.right-content {
  width: 25%;
  text-align: center;
}

.jag-slide h2 {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.jag-slide p {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #FFFFFF;
}

.jslide-img img {
  max-width: 500px;
}

.right-content h2, .left-content h2 {
  display: inline-block;
}

.right-content p, .left-content p {
  text-align: justify;
}

.g-app-icons img {
  max-width: 200px;
  margin: 5px auto;
}

.mobbox {
  /* position: fixed; */
  top: 50%;
  left: 50%;  
  transform: translate(-50%, -50%);
  width: 348px;
  height: 730px;
}

.section-title {
  max-width: 600px;
  margin: 0 auto 35px;
}

.wight-bg-wrap {
  background-color: #fff;
  position: relative;
  z-index: 3;
}


.custom-container {
	max-width: 1440px;
	width: calc(100% - 170px);
	margin: auto;
}
.left-space-container{
    max-width: 100%;
    /* width: calc(100% - 85px); */
    /* margin: 0 0 0 auto; */
}
.wight-bg{
  background: #fff;
}
.dark-bg {
  background-color: #1e1e1e;
  position: relative;
  z-index: 3;

}
.section-spacing {
  padding: 70px 0;
}

/*   Section title   */
.section-title{
  max-width: 600px;
  margin: 0 auto 35px;
}
.section-title h3{
  font-size: 55px;
  line-height: 1.015;
  text-align: center;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: #009D6A;
  margin-bottom: 20px;
}
.section-title p{
  font-size: 20px;
  line-height: 1.3;    
  text-align: center;
  font-weight: 400;
  letter-spacing: -0.015em;    
  color: #555555;
}
.section-title.white-title *{
  color: #fff;
}


/*   App Features Section   */

.features-slider {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: calc(100vh - 135px);
}
.features-slider-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 205px;
  position: absolute;
  left: calc(50% - 75px);
  top: 50%;
  transform: translate(0%, -39%);
}
.featureitem {
  padding: 35px 25px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background-color: #F2FAF6;
  border-radius: 23px;
  max-width: 150px;
  margin-right: 16px;
}
.featureitem.active {
  margin-right: 50px;
}
.featureitem .featureicon {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.featureitem .featureicon img {
  position: relative;
  z-index: 1;
  max-width: 80px;
  height: auto;
  max-height: 100%;
  width: auto;
  margin: auto;
}
.featureitem .featurecaption {
  margin: 25px 0 0;
}
.featureitem .featurecaption p {
  font-size: 14px;
  line-height: 1.246;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.feat-mobscreen-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
.feat-mob {
  width: 200px;
  z-index: 5;
  margin: auto;
  position: relative;
  padding-bottom: 20px;
}
.feat-mobscreen-bg:after, .mobbox-1:after{
  content: "";
  position: absolute;
  width: 105%;
  height: 5%;
  left: 0px;
  right: 0px;
  bottom: -30px;
  mix-blend-mode: multiply;
  background: radial-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.01) 70%, rgba(0, 0, 0, 0) 82%);
  border-radius: 56%;
  margin: auto;
  opacity: 0.4;
}
.app-features-panel{
  height: 100vh;
  min-height: 700px;
  position: relative;
}



/*   Testimonial Slides   */
.testmnl-slide{
  text-align: center;
  padding: 30px 35px 80px;
  background-color: #F5F5F5;
  border-radius: 18px;
  max-width: 300px;
  margin: 0 10px;
}
.testmnl-img{
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 13px;
}
.testmnl-slide h4{
  font-size: 20px;
  line-height: 1.015;
  text-align: center;
  font-weight: 600;
  color: #555555;
  margin: 0 auto 13px;
}
.testmnl-slide p{
  font-size: 16px;
  line-height: 1.355;
  font-weight: 400;
  color: #555555;
}
.testimonials-slider {
  padding-bottom: 30px;
  display: flex;
  align-content: center;
  justify-content: center;
}
/* .testimonials-slider .slick-prev, .testimonials-slider .slick-next {
  bottom: -30px;
  width: 30px;
  height: 26px;
  background: #000;
  display: block !important;
  font-size: 0px;
  line-height: 0;
  border: 0;
  position: absolute;
}
.testimonials-slider .slick-prev {
  left: calc(50% - 85px);
  right: auto;
  background: url(../images/arrow-prev.svg) no-repeat;
  background-size: 55%;
  background-position: 50%;
}
.testimonials-slider .slick-next {
  left: auto;
  right: calc(50% + 10px);
  background: url(../images/arrow-next.svg) no-repeat;
  background-size: 55%;
  background-position: 50%;
} */



/*   Our Team   */
.team-wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.team-box:nth-child(even){
  margin-top: 120px;
}
.team-box{
  text-align: center;
  margin-bottom: 30px;
}
.team-member-img{    
  width: 200px;
  height: 200px;
  background-color: #D9D9D9;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 14px;
}
.team-box h5{
  font-size: 20px;
  line-height: 101.5%;
  font-weight: 600;
  color: #555555;
  margin-bottom: 5px;
}
.team-box p{
  font-size: 16px;
  line-height: 1.1;
  font-weight: 400;
  color: #555555;
}


/*   FAQs   */
.faqs-panel .section-title h3, .faqs-panel .section-title p {
  text-align: left;
}
.faqs-panel .section-title p{color: #878787; margin-bottom: 50px;}

.faqs-panel .accordion-item {
  background-color: #1e1e1e;
  border: 1px solid rgb(161 161 161 / 13%);
}
.faqs-panel .accordion-button{
  color: #878787;
  background-color: #2e2e2e;
}
.faqs-panel .accordion-button:not(.collapsed) {
  color: #009d6a;
  background-color: #81d9bc14;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.faqs-panel .accordion-body p{
  color: #878787;
}
.faqs-panel .accordion-button::after{
  background-image: none;
  border-bottom: 2px solid #878787;
  border-left: 2px solid #878787;
  width: 10px;
  height: 10px;
  transform: rotate(316deg);    
}
.faqs-panel .accordion-button:not(.collapsed)::after {
  background-image:none;
  transform: rotate(138deg);
  border-color: #009d6a;
}
.faqs-panel .accordion-button:focus{
  box-shadow: none;
  border-color: inherit;
}


/*   Footer   */
footer{
  background-color: #e7e9e7;
  padding: 100px 0 80px;
  position: relative;
  z-index: 2;
}

.ftr-logo {
  max-width: 120px;
  margin: auto;
}
ul.ftr-nav {
  display: flex;
  list-style: none;
  gap: 20px;
  justify-content: center;
  margin: 50px auto;
}
ul.ftr-nav li {
  max-width: 135px;
  width: 100%;
}
ul.ftr-nav li a {
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 2px 2px 8px rgb(0 0 0 / 17%), -2px -2px 6px rgb(255 255 255 / 95%);
  font-size: 15px;
  color: #666;
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: center;
}

.ftr-gapp-icons {
  max-width: 400px;
  margin: auto;
  display: flex;
  align-items: stretch;
  gap: 5px;
  justify-content: center;
}

.ftr-gapp-icons a img {
  width: auto;
  max-height: 45px;
  width: auto;
}

.ftr-copyright-links {
  display: flex;
  justify-content: center;
}

.ftr-copyright-links > div {
  font-size: 15px;
  font-weight: 500;
  padding: 0 10px;
  border-right: 1px solid #a8a8a8;
}
.ftr-copyright-links > div a {
  color: #666;
}
.ftr-copyright-links > div:last-child{
  border: 0
}
ul.ftr-nav li a:hover, .ftr-copyright-links > div a:hover{
  color: #009D6A;
}
ul.ftr-social{
  list-style: none;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 20px auto 50px;
}
.sociallink {
  display: flex;
  width: 40px;
  height: 40px;
  background: #009d6a;
  margin: 0px;
  border-radius: 22%;
  color: #3498db;
  overflow: hidden;
  position: relative;
  align-items: center;
  justify-content: center;
}
.sociallink img {
 width: 19px;
  transition: 0.2s linear;
}
.sociallink:hover img {
  transform: scale(1.3);
  color: #f1f1f1;
}
.sociallink::before {
  content: '';
  position: absolute;
  width: 130%;
  height: 110%;
  background: #2e2e2e;
  transform: rotate(45deg);
  left: -114%;
  top: 87%;
}
.sociallink:hover::before {
  animation: flash 0.7s 1;
  top: -14%;
  left: -8%;
}
@keyframes flash {
  0% {
      left: -100%;
      top: 90%;
  }
  50% {
      left: 10%;
      top: -30%;
  }
  100% {
      left: -10%;
      top: -10%;
  }
}
.ftr-copyright-links > div a.link-txt, a.link-txt {
  color: #009D6A;
}
.ftr-copyright-links > div a.link-txt:hover, a.link-txt:hover {
  color: #000;
}


/*   Terms & Conditions   */
.terms-popup .modal-dialog{
	max-width: 1000px;
	width: 90%;
}
.terms-popup .modal-header {padding: 35px 40px 0; border: 0;}
.terms-popup .modal-body {padding: 15px 40px 40px;}
.terms-popup .btn-close {
  background-size: 14px;
  margin: -85px -30px 0 0;
}
.terms-popup .modal-title{
  margin-bottom: 25px;
  line-height: 1.5;
  font-size: 30px;
  color: #009D6A; 
}
.term-section {
  padding: 0 0 40px;
}
.term-section h4 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #1e1e1e;
}
.term-section p {
  margin-bottom: 10px;
}
.term-section p:last-child {
  margin: 0;
}
ul.circle-bullet-list{
  padding-left:15px; 
  margin:0 0 20px;
  list-style:none
}
ul.circle-bullet-list li{
  position:relative;
  display:list-item;
  padding:2px 0 2px 20px;
}
ul.circle-bullet-list li:before{
  content:"";
  height:7px;
  width:7px;
  border-radius:50%;
  position:absolute;
  background-color: #009D6A;
  left:0px;
  top:9px
}

/* Default Button Style */
.default-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 80px;
  max-width: 250px;
  margin: 0;
  text-transform: uppercase;
  border: 1px solid #009d6a;
  text-decoration: none;
  line-height: 50px;
  text-align: center;
  background-color: #009d6a;
  color: #fff;
  width: 150px;
  height: 50px;
  border-radius: 7px;
}          
.default-btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #2b3431;
  transform: translateX(-100%);
  transition: all 500ms ease-in-out;
  z-index: 0;
}
.default-btn:hover {
  color: #e8dbe9;
}          
.default-btn:hover:before {
  transform: translateX(0);
}
.default-btn span {
  position: relative;
  z-index: 3;
}

/* Join Section */
.join-panel .section-title{margin: 0;}
.join-panel .section-title h3 {    
  text-align: left;
  font-size: 36px;
  color: #878787; margin: 0;
}
.join-panel p {text-align: left;}
.join-wrap {
  padding: 50px 50px;
  background: #2e2e2e;
  border-radius: 7px;
}
.form-btn{
  transition: all 500ms ease-in-out;
  max-width: 80px;
}
.form-group {
  display: flex;
  gap: 10px;
  justify-content: center;
}
#subscribe-form input {
  border: 1px solid #363636;
  background: rgb(2 2 2 / 25%);
  border-radius: 5px;
  padding: 12px 20px;
  max-width: 300px;
  width: 100%;
  color: #878787;
}

