.general_intro_grid {
    display: grid;
    grid-template-rows: repeat(auto-fit);
    gap:20px;
    justify-content: center;
    margin-top:50px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom:80px;
    border-radius: 5px;
}


.very_first_intro {
    grid-template-rows: repeat(auto-fit);
    gap:20px;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 24px;
    line-height: 150%;
    font-weight: 400;
}
.very_first_intro *{
    color:#35393a;
}

.very_first_intro h1{
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 125%;
    font-weight: 600;
    /* color: #35393a; */
    font-size:42px;
    text-align:center;
}

.very_first_intro .mini-text{
    /* font-family: Gilroy, sans-serif;
    color: #35393a; */
    font-size:12px;
    text-align:center;
    margin:auto;
    font-weight:400;
    width:60%;
    margin-top:10px;
}
.very_first_intro h2{
    /* font-family: Gilroy, sans-serif;
    color: #35393a; */
    font-size:20px;
    text-align:center;
    margin:auto;
    line-height: 28px;
    font-weight:400;
    width:80%;
}
@media (max-width: 683px) {
    .price-table-exw {
    display:grid;
    flex-direction:column;
    margin:auto;  
    gap:20px;
    max-width:250px;
    }
    .very_first_intro{
        margin-top: 0;
    }
    .very_first_intro h1 {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}
@media (max-width: 1000px) {
    .very_first_intro h3{
        margin-top: 20px;
        margin-bottom: 10px;
        line-height: 125%;
        font-weight: 600;
        color: rgb(57, 1, 97);
        font-size:36px;
        text-align:center;
    }
    .very_first_intro p{
        /* font-family: Gilroy, sans-serif;
        color: rgba(48, 0, 92, 0.9); */
        font-size:16px;
        text-align:center;
        margin:auto;
        line-height: 28px;
        font-weight:400;
        width:80%;
    }

    .very_first_intro h6{
        /* font-family: Gilroy, sans-serif;
        color: rgb(57, 1, 97); */
        font-size:12px;
        text-align:center;
        margin:auto;
        font-weight:400;
        width:40%;
        margin-top:5px;
    }
    }
.pre-slide-sign-up{
    padding-top:50px;
    display: grid;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom:50px;
}
.pre-slide-sign-up a {
    font-size: 22px;
    border-radius: 30px;
    background-color: #00997a;
    border-color: #00997a;
    padding-left: 25px;
    padding-right: 25px;
    line-height: inherit;
    font-weight: 500;
}
.pre-slide-sign-up a:hover{
    font-size: 22px; 
    /* border-radius:20px; */
    background-color: #1ab4ab;
    border-color: #1ab4ab;
    color:white;
    padding-left:25px; 
    padding-right:25px;
}

/*/////////////////////////////////////////*/
/*/////////////////////////////////////////*/
/*/////////////////////////////////////////*/
/*/////////////////////////////////////////*/
/*/////////////////////////////////////////*/
 
/*   SLIDESHOW    */

.img-slideshow-div{
    padding-bottom:40px;
}

* {box-sizing: border-box;}
/* body {font-family: Verdana, sans-serif; } */
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  display:grid;
  /*max-height:638px;
  min-height:425;*/
  position: relative;
  margin: auto;
  border: 6px solid var(--borderColor);
  border-color:rgba(30, 0, 51, 0.8);
  border-radius:15px;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: indigo;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3.5s;
  animation-name: fade;
  animation-duration: 3.5s;
}

@-webkit-keyframes fade {
  from {opacity: .7} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .7} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


/* end of slideshow */

/*/////////////////////////////////////////*/
/*/////////////////////////////////////////*/
/*/////////////////////////////////////////*/
/*/////////////////////////////////////////*/
/*/////////////////////////////////////////*/

/* Price table thingy */

.cost-intro{
    grid-template-rows: repeat(auto-fit);

    gap:20px;
    justify-content: center;
    /*width: 70%;
    max-width: 100%;
    min-width: 100%;*/
    margin-right: auto;
    margin-left: auto;
}
.main-head {
	background: lightseagreen;
	box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, .15);
	padding: 1rem;
	margin-bottom: 0;
	margin-top: 5rem;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 12px;
    font-size: 20px;
    text-align:center;
}

.price-table-exw {
    display:flex;
    justify-content: space-between;
    gap:10px;
    margin:auto;  
    width: 100%;

}
.pricing-table {
	background: #fff;
    box-shadow: 0 2px 40px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	padding: 2rem;
	border-radius: 12px;
    transition: .3s;
    margin: 20px 0;
}


.pricing-table .pricing-label {
	border-radius: 6px;
	padding: .25rem .5rem;
	margin-bottom: 1rem;
	display: inline-block;
	font-size: 12px;
    font-weight: 500;
}

.pricing-table h2 {
	color: #3b3b3b;
	font-size: 24px;
	font-weight: 500;
}

.pricing-table h5 {
	color: #B3B3B3;
	font-size: 14px;
	font-weight: 400;
}

.pricing-table .pricing-features {
	margin-top: 2rem;
}

.pricing-table .pricing-features .feature {
	font-size: 14px;
	margin: .5rem 0;
	color: #B3B3B3;
}

.pricing-table .pricing-features .feature span {
	display: inline-block;
	float: right;
	color: #3b3b3b;
	font-weight: 500;
}

.pricing-table 	.price-tag {
	margin-top: 1rem;
	text-align: center;
	font-weight: 500;
}

.pricing-table .price-tag .symbol {
	font-size: 24px;
}

.pricing-table .price-tag .amount {
	letter-spacing: -2px;
	font-size: 64px;
}


.pricing-table .price-button {
	display: grid;
	color: #fff;
	margin-top: 1rem;
	padding: .75rem;
	border-radius: 6px;
	text-align: center;
	font-weight: 400;
	transition: .3s;
    font-size: 16px;
}

.pricing-table .price-button:hover {
	text-decoration: none;
}
.purple:hover{
    box-shadow: 0 2px 8px 0 #1ab4ab, 0 17px 50px 0 rgba(2, 177, 221, 0.39);
}
.purple .pricing-label {
	background: #83f5edc2;
    color: #1ab4ab;
}

.purple .price-tag {
	color: #1ab4ab;
}

.purple .price-button {
	background: #1ab4ab;
}

.purple .price-button:hover {
	background: #1ab4ab;
	filter: brightness(95%);
}
.turquoise:hover{
    box-shadow: 0 2px 8px 0 rgba(64, 224, 208, 0.685), 0 17px 50px 0 rgba(2, 177, 221, 0.39);
}
.turquoise .pricing-label {
	background: #b9edee;
	color: #00997a;
}

.turquoise .price-tag {
	color: #00997a;
}

.turquoise .price-button {
	background: #00997a;
	padding: 6px;
    width: 100%;
}

.turquoise .price-button:hover {
	background: #00997a;
	filter: brightness(95%);
}
.red:hover{
    box-shadow: 0 2px 8px 0px rgba(255, 0, 0, 0.709), 0 17px 50px 0 rgba(221, 17, 2, 0.385);
}
.red .pricing-label {
	background: #ffc4c4;
	color: #ff5e5e;
}

.red .price-tag {
	color: #ff5e5e;
}

.red .price-button {
	background: #ff5e5e;
}

.red .price-button:hover {
	background: #f23c3c;
}

.darkblu:hover{
    box-shadow: 0 2px 8px 0px rgb(10, 74, 83), 0 17px 50px 0 rgb(3, 45, 51);
}
.darkblu .pricing-label {
	background: rgb(95, 218, 236);
	color: rgb(22, 130, 147);
}

.darkblu .price-tag {
	color: rgb(22, 130, 147);
}

.darkblu .price-button {
	background: rgb(22, 130, 147);
	width:100%;
}

.darkblu .price-button:hover {
	background:rgb(22, 130, 147);
}


/* end of price table thingy */


/*/////////////////////////////////////////*/
/*/////////////////////////////////////////*/
/*/////////////////////////////////////////*/
/*/////////////////////////////////////////*/
/*/////////////////////////////////////////*/

/* video */

.video-div{
    display:grid;
    gap:20px;
    margin: 0 auto;
    padding:0px;
    width:100%;

}
.video-wrapper {
    position: relative;
    padding-bottom: 74.25%; /* 4:3 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.video-wrapper-narrow {
    padding-bottom: 40%;
}

iframe,object,embed,video,.videoWrapper,.video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-js, img.vjs-poster {
    width: 100% !important;
    height: 100% !important; 
    max-width: 100%;
}


/* end of video thingy */


/*/////////////////////////////////////////*/
/*/////////////////////////////////////////*/
/*/////////////////////////////////////////*/
/*/////////////////////////////////////////*/
/*/////////////////////////////////////////*/

/* footer */


.footer {
    width: 100%;
    padding-bottom: 50px;
    clear: left;
    position:relative;
	bottom:0;
    background-color:lightsteelblue;
	height: 2rem;
}
.copyright {
	text-align: center;
    background-color:lightsteelblue;
	color: #FFFFFF;
	text-transform: uppercase;
    font-weight: lighter;
    font-size:22px;
	letter-spacing: 2px;
	border-top-width: 2px;
    /* font-family: "Source Sans Pro"; */
    padding-bottom: 30px;
    margin-bottom: 0px;
}