body{
    font-family: "Space Grotesk", sans-serif;
    color: #191919;
}
html{
    scroll-behavior: smooth;
}
h1, h2, h3, h4,h5{
    font-family: "Space Grotesk", sans-serif;
}
p{
    font-family: "Urbanist", sans-serif;
}
::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
::-webkit-scrollbar{
	width: 8px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb{
	background-color: #35a4ff;
}
button.navbar-toggler {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
}
header{
    min-height: 77px;
}
.p-t-100{
    padding-top: 100px;
}
.p-b-100{
    padding-bottom: 100px;
}
.p-t-80{
    padding-top: 80px;
}
.p-b-80{
    padding-bottom: 80px;
}
.p-t-60{
    padding-top: 60px;
}
.p-b-60{
    padding-bottom: 60px;
}
.container-fluid {
    padding: 0 135px;
}
.site-logo img{
    height: 45px;
}
.nav-link {
    font-size: 20px;
    font-weight: 500;
    padding: 6px 10px;
    margin: 0 30px 0 0;
}
.nav-link:hover {
    color: #203c89;
}
.nav-button{
    display: inline-block;
    background-color: #191919;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 22px;
    margin: 0 0 0 30px;
    color: #fff;
    border: 2px solid #191919;
    border-radius: 8px;
    line-height: 1.2;
    -webkit-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    transition: 0.4s ease all;
}


.nav-button.outlined{
    background-color: #ffffff;
    color: #191919;
}
.nav-button:hover, .nav-button.outlined:hover{
    background-color: #203c89;
    color: #ffffff;
    border: 2px solid #203c89;
}

.hero-content{
    position: relative;
    background: rgb(25,78,206);
    background: -o-linear-gradient(58deg, rgba(25,78,206,1) 20%, rgba(83,154,234,1) 50%);
    background: linear-gradient(32deg, rgba(25,78,206,1) 20%, rgba(83,154,234,1) 50%);
    min-height: calc(100vh - 96px);
    overflow: hidden;
}
.hero-content::after{
    content: '';
    position: absolute;
    width: 110%;
    height: 110%;
    background: -o-linear-gradient(80deg, rgb(25 66 203) 10%, rgb(83 154 234) 46%);
    background: linear-gradient(10deg, rgb(25 66 203) 10%, rgb(83 154 234) 46%);
    border-radius: 50%;
    right: -50%;
    bottom: -5%;
}
.hero-content-wrapper{
    position: relative;
    z-index: 1;
    padding: 100px 0;
    color: #fff;
}

h1.hero-heading {
    font-size: 80px;
    font-weight: 400;
    line-height: 1;
}
p.hero-desc{
    font-size: 29px;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 1.3;
}

.theme-btn {
    display: block;
    padding: 10px 20px;
    font-size: 22px;
    font-weight: 500;
    background: #fff;
    color: #191919;
    border: 2px solid #fff;
    text-align: center;
    line-height: 2.8;
    border-radius: 10px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.theme-btn.outlined {
    background: #ffffff00;
    color: #fdfdfd;
    border: 2px solid #fff;
}
.theme-btn:hover{
    color: #000;
    background: #fff;
    opacity: 0.9;
}
.hero-img{
    background-image: url(../images/shutterstock_2413386995.jpg);
    background-position: center;
    background-size: cover;
}
.section-heading{
    color: #66615A;
    font-size: 20px;
}

.partner-logo{
    max-width: 260px;
    max-height:120px;
    -o-object-fit: contain;
       object-fit: contain;
    opacity: 0.5;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.partner-logo:hover{
    opacity: 1;
}

.telefon-image{
    padding-top: 30%;
    background-image: url(../images/Tarif_Bild.jpg);
    background-size: cover;
    border-radius: 10px;
}

.aboutUs-image{
    padding-top: 30%;
    background-image: url(../images/shutterstock_2424393991.jpg);
    background-size: cover;
    border-radius: 10px;
}
.aboutUs-content-wrapper{
    padding-left: 140px;
}

h5.sub-heading{
    color: #56A0F7;
}

h1.card-heaing {
    font-size: 56px;
    font-weight: 400;
}

p.card-desc {
    font-size: 25px;
    color: #7D7973;
}

.card-btn {
    padding: 18px 45px;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    background: #F6F4F2;
    border-radius: 10px;
    color: #191919;
}

.testmonial-image-wrapper{
    position: relative;
    min-height: 430px;
}
.testmonial-image{
    position: absolute;
    height: 100%;
    top: 0;
    right: 48px;
    -o-object-fit: contain;
       object-fit: contain;
    border: 20px solid #405698;
    border-radius: 20px;
}
.tesmonial-sub-heading{
    font-size: 20px;
}
p.tesmonial-desc {
    font-size: 44px;
    line-height: 1.2;
}
.carousel {
    position: relative;
    background: #213C89;
    color: #fff;
    border-radius: 20px;
    padding-left: 20px;
}

.custom-carousel-indicators .dot{
    width: 8px;
    height: 8px;
    background-color: #4E62A1;
    border-radius: 50%;
}
.custom-carousel-indicators .dot.active{
    background-color: #ffffff;
}
.custom-carousel-control-prev, .custom-carousel-control-next{
    background-color: #FFF;
    border: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    background-color: #4E62A1;
    border-radius: 50%;
    opacity: 1;
}
.carousel-indicators [data-bs-target] {
    background-color: #4E62A1 !important;
}
.carousel-indicators button.active {
    background-color: #ffffff !important;
}

hr {
    border-color: #625e5e61;
}
.flex-md-row-reverse .aboutUs-content-wrapper{
    padding-left: 0;
    padding-right: 140px;
}
.faq-container {
    max-width: 1000px;
    background-color: #F6F4F2;
    padding:40px 65px;
    border-radius: 20px;
}
.accordion-button:not(.collapsed) {
    color: #191919;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.accordion-button::after {
    background-image: url(../images/plus-sign-icon.png);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus-sign-icon.png);
}

button.accordion-buttont {
    font-size: 30px;
}

.accordion-button {
    font-size: 24px;
    font-weight: 500;
    padding: 30px 0px;
}

.accordion-body {
    font-size: 21px;
    color: #6a6a6a;
}


.cta-wrapper {
    padding: 71px;
    background: -o-linear-gradient(125deg, rgb(56 113 201) 45%, rgba(83, 154, 234, 1) 89%);
    background: linear-gradient(-35deg, rgb(56 113 201) 45%, rgba(83, 154, 234, 1) 89%);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.cta-wrapper::after{
    content: '';
    position: absolute;
    width: 1900px;
    height: 1900px;
    background: -o-linear-gradient(68deg, rgb(56 113 201) 43%, #5D89DA 55%);
    background: linear-gradient(22deg, rgb(56 113 201) 43%, #5D89DA 55%);
    border-radius: 50%;
    right: -67%;
    bottom: -238%;
}
h1.cta-heading {
    font-size: 48px;
    color: #fff;
    font-weight: 400;
}

p.cta-sub-heading {
    font-size: 28px;
    color: #fff;
}

a.cta-btn {
    display: inline-block;
    padding: 5px 37px;
    font-size: 20px;
    background: #fff;
    border-radius: 10px;
    color: #000;
}
.cta-wrapper .row{
    z-index: 2;
    position: relative;
}

footer{
    background-color: #191919;
}
.footer-logo img{
    max-width: 150px;
}
.footer-social{
    font-size: 24px;
    color: #B7B7B7;
}
.footer-link{
    color: #BBBBBB;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
}
.footer-link-wrapper p{
    color: #6A655E;
    font-size: 18px;
    font-weight: 500;
}
.footer-desc{
    font-size: 20px;
    color: #BBBBBB;
}

.footer-contact{
    color: #BBBBBB;
}
.footer-contact i{
    color: #ffffff;
}
.copyright{
    color: #BBBBBB;;
}
.scroll-to-top a {
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    font-size: 18px;
    border-radius: 6px;
}
.scroll-to-top{
    position: fixed;
    right: 30px;
    bottom: 30px;
}

.message {
    margin-top: 10px;
    padding: 10px;
    display: none;
    border-radius: 3px;
}

.message.success {
    background-color: #d4edda;
    color: #155724;
}

.message.error {
    background-color: #f8d7da;
    color: #721c24;
}

.loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: none;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}


@media screen and (max-width: 1650px) {
    .container-fluid{
        padding: 0 4vw;
    }
    .row{
        margin: 0;
    }
    .aboutUs-content-wrapper {
        padding-left: 120px;
    }
    .flex-md-row-reverse .aboutUs-content-wrapper {
        padding-left: 0;
        padding-right: 120px;
    }
    h1.card-heaing {
        font-size: 52px;
    }
    p.card-desc {
        font-size: 24px;
    }
    .cta-wrapper::after {
        right: -77%;
    }
    .cta-wrapper {
        padding: 55px;
    }
    .scroll-to-top {
        right: 20px;
    }
    p.tesmonial-desc {
        font-size: 40px;
    }
}
@media screen and (max-width: 1440px) {
    .theme-btn {
        padding: 0 20px;
        font-size: 20px;
    }
    p.card-desc {
        font-size: 22px;
    }
    .aboutUs-content-wrapper {
        padding-left: 100px;
    }
    .flex-md-row-reverse .aboutUs-content-wrapper {
        padding-left: 0;
        padding-right: 100px;
    }
    .testmonial-image-wrapper {
        min-height: 345px;
    }
    p.tesmonial-desc {
        font-size: 34px;
    }
    h1.hero-heading {
        font-size: 60px;
    }
    a.cta-btn {
        padding: 0px 37px;
        font-size: 20px;
    }
    p.cta-sub-heading {
        font-size: 24px;
    }
    .cta-wrapper::after {
        right: -104%;
    }
    p.hero-desc {
        font-size: 26px;
    }
}

@media screen and (max-width: 1240px) {
    .nav-link {
        font-size: 18px;
    }
    .nav-button {
        font-size: 18px;
    }
    .partner-logo {
        max-width: 200px;
        max-height: 85px;
    }
    .theme-btn {
        padding: 0 15px;
        font-size: 18px;
    }
    .p-b-80 {
        padding-bottom: 60px;
    }
    .p-b-100 {
        padding-bottom: 80px;
    }
    .p-t-100 {
        padding-top: 80px;
    }
    .aboutUs-content-wrapper {
        padding-left: 60px;
    }
    .flex-md-row-reverse .aboutUs-content-wrapper {
        padding-right: 60px;
    }
    h1.card-heaing {
        font-size: 46px;
    }
    h5.sub-heading {
        font-size: 16px;
    }
    .card-btn {
        padding: 15px 42px;
        font-size: 18px;
    }
    p.cta-sub-heading {
        font-size: 22px;
    }
    .cta-wrapper::after {
        right: -92%;
        bottom: -227%;
        width: 1600px;
        height: 1600px;
    }
}

@media screen and (max-width: 1140px){
    h1.hero-heading {
        font-size: 52px;
    }
    p.hero-desc {
        font-size: 22px;
    }
    h1.cta-heading {
        font-size: 40px;
    }
    a.cta-btn {
        padding: 2px 17px;
        line-height: 2;
    }
    .theme-btn {
        padding: 0 14px;
        font-size: 17px;
    }
    p.card-desc {
        font-size: 18px;
    }
    .accordion-button {
        font-size: 22px;
    }
    .accordion-body {
        font-size: 20px;
    }
    p.cta-sub-heading {
        font-size: 20px;
    }
    .cta-wrapper::after {
        width: 1800px;
        height: 1800px;
        right: -169%;
    }
    .cta-wrapper {
        padding: 40px 30px;
    }
    .p-t-100 {
        padding-top: 60px;
    }
    .p-b-100 {
        padding-bottom: 60px;
    }

    .p-b-80 {
        padding-bottom: 40px;
    }
    h1.card-heaing {
        font-size: 38px;
    }
    p.tesmonial-desc {
        font-size: 26px;
        font-weight: 300;
    }
    .tesmonial-sub-heading {
        font-size: 18px;
    }
    .testmonial-image-wrapper {
        min-height: 295px;
    }
    .testmonial-image {
        right: 25px;
        border: 15px solid #405698;
    }
    .faq-container {
        padding: 10px 35px;
        border-radius: 20px;
    }
    .nav-button {
        font-size: 16px;
    }
    .hero-content-wrapper {
        padding: 70px 0;
    }
    
}
@media screen and (max-width:890px) {
    .testmonial-image-wrapper {
        min-height: 250px;
    }
    .hero-content-wrapper {
        padding: 50px 0;
    }
    p.card-desc {
        font-size: 18px;
    }
    
    h1.card-heaing {
        font-size: 38px;
    }
    .aboutUs-content-wrapper {
        padding-left: 30px;
    }
    .flex-md-row-reverse .aboutUs-content-wrapper {
        padding-right: 30px;
    }
    .p-t-100 {
        padding-top: 60px;
    }
    p.tesmonial-desc {
        font-size: 20px;
    }
    .testmonial-image {
        right: 25px;
        border: 10px solid #405698;
    }
    .testmonial-image-wrapper {
        min-height: 200px;
    }
    h1.cta-heading br {
        display: none;
    }
    h1.cta-heading {
        font-size: 34px;
        margin-bottom: 30px;
    }
    p.cta-sub-heading {
        font-size: 24px;
    }
    .cta-wrapper {
        padding: 40px 16px;
        font-weight: 300;
    }
    a.cta-btn {
        padding: 6px 37px;
        font-size: 16px;
    }
    .footer-desc {
        font-size: 17px;
        color: #BBBBBB;
    }
    .nav-button {
        margin: 0 0 0 20px;
    }
    h1.hero-heading {
        font-size: 40px;
    }
}

@media screen and (max-width:767px) {
    .hero-content-wrapper {
        padding: 80px 0;
    }
    h1.hero-heading {
        font-size: 60px;
        max-width: 90%;
    }
    p.hero-desc {
        font-size: 28px;
    }
    .aboutUs-image {
        padding-top: 50%;
    }
    .aboutUs-content-wrapper {
        padding-left: 0px;
    }
    .cta-wrapper::after {
        right: -207%;
        bottom: -185%;
    }
    .p-t-100 {
        padding-top: 40px;
    }
    .carousel{
        padding-left: 0;
    }
    .testmonial-image {
        position: absolute;
        height: 100%;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        -o-object-fit: contain;
           object-fit: contain;
        border: 10px solid #405698;
        border-radius: 20px;
    }
    .testmonial-image-wrapper {
        min-height:300px;
    }
}

@media screen and (max-width:590px) {
    h1.hero-heading {
        font-size: 43px;
        max-width: 100%;
    }
    .hero-content {
        min-height: 75vh;
    }
    .testmonial-image-wrapper {
        min-height: 200px;
    }
    .aboutUs-image {
        padding-top: 70%;
    }
    h1.card-heaing {
        font-size: 28px;
    }
    .accordion-button {
        font-size: 18px;
    }
    .accordion-body {
        font-size: 16px;
    }
    h1.cta-heading {
        font-size: 30px;
        margin-bottom: 30px;
    }
    p.cta-sub-heading {
        font-size: 20px;
    }
    .card-btn {
        padding: 12px 42px;
        font-size: 16px;
    }
    .hero-content-wrapper {
        padding: 50px 0;
    }
}


.bio-body {
	width: 100wh;
	height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
	color: #fff;
	background: linear-gradient(-45deg, #529AEA, #529AE9, #3B76DE, #1D49CD);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

h1,
h6 {
	font-family: "Space Grotesk", sans-serif;
	font-weight: 300;
	text-align: center;
	position: absolute;
	top: 45%;
	right: 0;
	left: 0;
}

.shake {
	animation: shake-animation 4.72s ease infinite;
	transform-origin: 50% 50%;
  }
  .element {
	margin: 0 auto;
	width: 150px;
	height: 150px;
	background: #1D49CD;
  }
  @keyframes shake-animation {
	 0% { transform:translate(0,0) }
	1.78571% { transform:translate(5px,0) }
	3.57143% { transform:translate(0,0) }
	5.35714% { transform:translate(5px,0) }
	7.14286% { transform:translate(0,0) }
	8.92857% { transform:translate(5px,0) }
	10.71429% { transform:translate(0,0) }
	100% { transform:translate(0,0) }
  }

  .backdrop {
	  /*s-moz-box-shadow: 0px 6px 5px #111;
	  -webkit-box-shadow: 0px 6px 5px #111;
	  box-shadow: 0px 2px 10px #111;
	   -moz-border-radius:190px;
	  -webkit-border-radius:190px;
	  border-radius:190px;*/
  }

  .linktree {
	  width: 300px;
	  height: 100px;
	  background-image: url("https://kana-com.de/assets/images/KaNa.COM%20(BLue%20Logo).svg");
	  /*background-size: cover;*/
	  background-repeat: no-repeat;
    border: none !important;

	  /* background-position: 50% 50%;*/
  }

  .linktree img{
    border: none !important;
  }

  .text-center{
    border-style: none !important;
  }
