body {
    font-family: 'Montserrat', sans-serif;
    }

    @font-face {
        font-family: 'Montserrat';
        src: url('Montserrat-Regular.ttf') format('truetype');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }

    h1 {
        margin-top: 30px;
        margin-bottom: 30px;
        font-weight: bold;
        text-align: center;

    }

    h2 {
        margin-top: 20px;
        margin-bottom: 20px;
        font-weight: bold;
        text-align: center;
    }

    h3 {
        margin-top: 20px;
        margin-bottom: 20px;
        font-weight: bold;
    }

    p, a, li {
        font-size: 25px;
        color: rgba(0, 0, 0, 0.8);
    }

    th, td {
        font-size: 20px;
        border: 1px solid #ccc;
        padding: 7px 12px;
    }

    img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 55vw;
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 20px;
    }

    header {
        background-color: #f8f9fa;
        padding: 1vh 10vw;
    }

    table {
        table-layout: fixed;
        width: 90%;
        text-align: center;
        border-collapse: collapse;
        border: 1px solid #ccc;
        margin: auto;
    }

    .cell {
        background-color: #eee;
    }

    th {
        background-color: #eee;
    }

    .logo {
        max-width: 90px;
        margin: 0;
    }

    .breadcrumb {
        background-color: white;
    }

    .breadcrumb-item {
        color: #999;
        text-decoration: underline;
        font-size: 16px;
    }

    .breadcrumb-item:hover {
        color: #01447e;
        text-decoration: underline;
    }

    .navbar-brand {
        margin: 0;
        padding: 0;
    }

    .nav-link {
        transition: border-bottom .3s ease;
        font-size: 22px;
    }
    
    .nav-link:hover {
        border-bottom: 2px solid #FFA500;
    }
    
    .navbar {
        background-color: #008000;
    }
    
    #header-line {
        background: linear-gradient(to right, #008000, #FFA500);
        height: 2px;
    }
    
    main {
        margin-left: auto;
        margin-right: auto;
        padding-left: 20vw;
        padding-right: 20vw;
    }

    footer {
        background: linear-gradient(to right, #008000, #FFA500);
        color: white;
        padding: 20px 0;
        text-align: center;
        font-size: 18px;
        margin-top: 30px;

    }

    .play-link {
        display: inline-block;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        color: white;
        text-align: center;
        padding: 10px 24px;
        text-decoration: none;
        border-radius: 30px;
        background-size: 200% 200%;
        background-image: linear-gradient(45deg, green, orange);
        animation: gradient 5s linear infinite;
        transition: all .5s ease-in-out;
        font-weight: bold;
        width: 30vw;
    }

    .play-link:hover {
        color: white;
        background-position: right;
        box-shadow: 0px 0px 10px 0px white;
    }

    .button-wrapper {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 20px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .lonelyButtonWrapper {
        display: block;
    }

    .expertsWrapper {
        display: flex;
        justify-content: space-between;
    }

    .expertWrapper {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .expertImg {
        width: 10vw;
        border-radius: 100px;
    }

    .reviewWrapper {
        background-color: #e2e2e2;
        border-radius: 20px;
        padding: 3vw;
        width: 55vw;
        margin-left: auto;
        margin-right: auto;
    }

    .strongName {
        font-weight: bold;
        font-size: 1.8em;
        margin: 0;
    }

    .lightDescription, .updateDescription {
        font-weight: 100;
        font-size: 1em;
        margin: 0;
    }

    .updateDescription, .LinkedIn {
        padding-bottom: 0.5vw;
    }

    .descriptionExpert {
        padding: 1vw 0;
        font-size: 1.5em;
    }

    .LinkedIn {
        font-size: 21px;
    }

    .footerWrapper {
        display: flex;
        justify-content: center;
        gap: 2vw;
        align-items: center;
    }

    .footerDescription {
        margin: 0;
        font-size: 1em;
    }

    .ya-share2 {
        font-size: 20px;
    }

    .topButton {
        display: none;
        position: fixed;
        bottom: 20px;
        right: 30px;
        z-index: 99;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 15px;
        border-radius: 20px;
        background: #ccc;
    }

    .topButton:hover {
        background: linear-gradient(to right, #008000, #FFA500);
    }

    .topImg {
        margin: 0;
        width: 3vw;
    }

    .registration1Win-img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 30vw;
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 20px;
    }
    
    .promo-img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50vw;
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 20px;
    }

    .breadcrumb {
        background-color: white;
        align-items: center;
    }

    span, .breadcrumb-item  {
        color: #999;
        font-size: 16px;
    }

    .breadcrumb-separator {
        color: #999;
        font-size: 16px;
        padding: 0 8px;
    }

    .breadcrumb-item:hover {
        color: #01447e;
        text-decoration: underline;
    }

    .last-item {
        display: flex;
    }

    .registration-img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 20vw;
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 20px;
    }

    .main-screen-img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 40vw;
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 20px;
    }

    @media screen and (max-width: 768px) {
        
        .navbar .dropdown-menu.active {
            display: block;
        }

        p, a, li {
            font-size: 1em;
        }

        th, td {
            font-size: 3vw;
        }

        h1, h3 {
            font-size: 1.7rem;
        }

        h2 {
            font-size: 1.5rem;
        }

        h3 {
            font-size: 1.3rem;
        }
        
        header {
        padding: 1vh 1vw;
        }

        main {
            padding-left: 10vw;
            padding-right: 10vw;
        }

        img {
            width: 75vw;
        }

        .play-link {
            width: 60vw;
            font-size: 17px;
        }

        .strongName {
        font-weight: bold;
        font-size: 1.3em;
        margin: 0;
        }

        .reviewWrapper {
            width: 75vw;
        }

        .lightDescription, .updateDescription {
            font-size: 0.6em;
        }

        .descriptionExpert, .LinkedIn {
            font-size: 1em;
        }

        .footerDescription {
            font-size: 0.8em;
        }

        .registration1Win-img {
            width: 60vw;
        }

        .promo-img {
            width: 70vw;
        }

        span, .breadcrumb-item  {
            font-size: 10px;
        }

        .breadcrumb-separator {
            padding: 0 4px;
        }

        .breadcrumb {
            padding: 0 1rem;
        }

        .registration-img {
            width: 40vw;
        }

        .main-screen-img {
            width: 70vw;
        }

    }
    
        @keyframes gradient {
        0% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
    }
	
.rating-container {
    display: flex;
    align-items: center;
}

.rating-container p {
    margin: 0;
    line-height: 1;
}

.rating-mini {
	display: inline-block;
	font-size: 0;
}

.rating-mini span {
	padding: 0;
	font-size: 30px;
	line-height: 1;
	color: lightgrey;
}

.rating-mini > span:before {
	content: '★';
}

.rating-mini > span.active {
	color: gold;
}

a{
    text-decoration: none;
}
#testimonials{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:100%;
}
.testimonial-heading{
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.testimonial-heading h2{
    font-size: 1.5rem;
    font-weight: 500;
    background-color: #202020;
    color: #ffffff;
    padding: 10px 20px;
}
.testimonial-heading span{
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.testimonial-box-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
}
.testimonial-box{
    width:500px;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
}
.profile-img{
    width:100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.profile-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.profile{
    display: flex;
    align-items: center;
}
.name-user{
    display: flex;
    flex-direction: column;
}
.name-user strong{
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}
.name-user span{
    color: #979797;
    font-size: 0.8rem;
}
.reviews{
    color: #f9d71c;
}
.box-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.client-comment p{
    font-size: 0.9rem;
    color: #4b4b4b;
}
.testimonial-box:hover{
    transform: translateY(-10px);
    transition: all ease 0.3s;
}


 
@media(max-width:1060px){
    .testimonial-box{
        width:45%;
        padding: 10px;
    }
}
@media(max-width:790px){
    .testimonial-box{
        width:100%;
    }
    .testimonial-heading h1{
        font-size: 1.4rem;
    }
}
@media(max-width:340px){
    .box-top{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .reviews{
        margin-top: 10px;
    }
}
::selection{
    color: #ffffff;
    background-color: #252525;
}
  #video-placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45vh;
}

/* cookie */
#cookie_notification {
  display: none;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 15px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 9;
}

#cookie_notification .cookie_accept {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #39434e;
  border: none;
  color: #ededed;
  text-decoration: none;
  padding: 15px 40px;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 4px;
  max-width: 100%;
  transition: all 0.1s linear;
}

#cookie_notification p {
  margin: 0;
  font-size: 0.8rem;
  text-align: left;
  color: #000;
}

#cookie_notification a {
  color: #2258a0;
}

@media (min-width: 576px) {
  #cookie_notification.show {
    display: flex;
  }
  .cookie_accept {
    margin: 0 0 0 25px;
  }
}

@media (max-width: 575px) {
  #cookie_notification.show {
    display: block;
    text-align: left;
  }
  .cookie_accept {
    margin: 10px 0 0 0;
  }
}
