@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');

body{
    direction: ltr;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 15px;
    margin: 0;
    padding: 0px;
}


.navig-list-row {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
}

.navig-logo-link {
    display: flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
}

.navig-logo-link img {
    width: 41px;
    height: 41px;
}

.navig-logo-link h3 {
    color: #fff;
    font-size: 27px;
    font-weight: 400;
}

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

.header-triangle-hero {
    padding-top: 96px;
    padding-bottom: 96px;
}

.h-t-hero-title {
    color: #fff;
    text-align: center;
}

.hero-btn {
    margin-top: 22px;
    display: flex;
    justify-content: center;
}

.navig a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
font-weight: 800;
}

.navig a:hover {
    scale: 1.1;
}

.dropdown {
    float: left;
}

.dropdown .dropbtn {
    background: inherit;
border: none;
font-size: 15px;
font-weight: 800;
color: #fff;
text-decoration: none;
display: inline-block;
position: relative;
overflow: hidden;
}

.dropdown .dropbtn:hover {
scale: 1.1;
}


.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
z-index: 3;
}

.dropdown-content a {
float: none;
color: black;
padding: 10px 18px;
text-decoration: none;
display: block;
text-align: left;
width: 400px;
}

.dropdown-content a:hover {
background-color: #000;
color: #fff;
}

.dropdown:hover .dropdown-content {
display: block;
}


.svg-clip {
    width: 0;
    height: 0;
  }
  
  .background-image-div {
    width: 100%;
    display: block;
    height: fit-content;
    background:  #30475e url(pics/mask-bg-qI0.png)  no-repeat center center;
    background-size: cover;
    
    -webkit-clip-path: url(#hero-clip);
    clip-path: url(#hero-clip);
  }
  
  
  .byline {
    display: block;
    test-align: right;
    padding: 9px;
    color: rgba(255,255,255,.7);
    float: right;
  }
  
  

  .prema-area {
    position: relative;
  }

  .our-benefit-img {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
}

.our-benefit-img img {
    width: 250px;
    height: 250px;
    display: flex;
    margin: 0;
    animation-name: up-animation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: up-animation;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

@keyframes up-animation {
    0% {
        -webkit-transform: translateY(-22px);
        transform: translateY(-22px);
   }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
   }
    100% {
        -webkit-transform: translateY(-22px);
        transform: translateY(-22px);
   }
}


.prema-area {
    padding-top: 56px;
    padding-bottom: 56px;
}

.prema-area-lists {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.prema-area-wrpabox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 270px;
    justify-content: space-between;
}

.prema-area-single-item {
    width: 33%;
    padding: 18px 25px;
    text-align: center;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.prema-area-single-item i {
    margin-bottom: 22px;
    font-size: 27px;
    color: #30475e;
}

.prema-area-single-item p {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}

.work-process-bg {
    background-image: url(pic/renders_header_6849c4cc468d09.30082059.jpg );
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.work-process-overlay {
    padding-top: 56px;
    padding-bottom: 56px;
    background: rgba(0,0,0,0.5); color: #fff;
}

.work-process-title {
    text-align: center;
    font-size: 27px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.work-process-list {
    display: flex;
    flex-direction: row;
    gap: 18px;
    justify-content: space-between;
}

.work-process-wrapitem {
    width: 40%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.work-process-wrapitem:last-child {
    width: 20%;
}

.work-process-item {
    width: 60%;
    text-align: center;
}

.work-process-item i {
    font-size: 32px;
    margin-bottom: 10px;
}

.work-process-item p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.work-process-item:last-child {
    width: 100%;
}

.work-arrow {
    width: 40%;
}

.work-arrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.team-members-sect {
    padding-top: 56px;
    padding-bottom: 56px;
}

.team-members-title {
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 49px;
    text-align: center;
}

.team-member-card {
    width: 100%;
    min-height: 1px;
    padding-right: 18px;
    padding-left: 18px;
}

.team-member-pic {
    margin-bottom: 25px;
    position: relative;
}

.team-member-pic img {
    display: flex;
    margin: auto;
    border: 10px solid transparent;
    border-image: linear-gradient(to top, #30475e 0%, #f8efd4 100%);
    border-image-slice: 1;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    width: 150px;
    height: 150px;
    border-radius: 0;
    text-align: center;
}

.team-member-pic:before {
    background: linear-gradient(to top, #30475e 0%, #f8efd4 100%);
    content: "";
    width: 2px;
    height: 40px;
    position: absolute;
    left: calc( 50% - 1px );
    bottom: -20px;
    transition: all 0.3s ease-in-out;
}

.team-member-card:hover .team-member-pic:before {
    bottom: -40px;
    height: 50px;
}

.team-member-name {
    position: relative;
    padding-bottom: 25px;
    transition: all 0.3s ease-in-out;
}

.team-member-card:hover .team-member-name {
    transform: translateY(22px);
}

.team-member-name h4 {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.team-member-name p {
    font-size: 15px;
    text-align: center;
}

.gallery-anim-bg {
    padding-top: 56px;
    padding-bottom: 56px;
    background: rgb(18,20,20);
    background: linear-gradient(90deg, #30475e 10%, rgba(255,255,255,1) 100%);
}

.gallery-anim {
    display: flex;
    gap: 28px;
    flex-direction: row;
}  

.gallery-anim-title {
    width: 30%;
}

.gallery-anim-title h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 49px;
}

.gallery-anim-title i {
    font-size: 41px;
    color: #fff;
}

.gallery-anim-pics {
  display:flex;
  flex-direction:row;
  align-items:stretch;
  overflow:hidden;
  min-width:300px;
  width:calc(100% - 100px);
  
  height: 400px;
  
  @for $i from 1 through 4 {
     @media screen and (max-width:798px - $i*80) {
        min-width:600px - $i*80;
        .option:nth-child(#{6-$i}) {
           display:none;
        }
     }
  }
  
  .g-a-pic {
     position: relative;
     overflow:hidden;
     min-width:60px;
     margin:10px;
     background:var(--galleryBackground,  #E6E9ED);
     background-size:auto 120%;
     background-position:center;

     cursor: pointer;

     transition:.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);

    
     &.active {
        flex-grow:10000;
        transform:scale(1);
        
        max-width:600px;
        margin:0px;
        border-radius:40px;
        
        background-size:auto 100%;
     }
     &:not(.active) {
        flex-grow:1; 
        border-radius:30px;
     }  
  }
}

.g-a-pic {
transition: all .3s cubic-bezier(.5,2.5,.7,.7);
}

.g-a-pic:hover {
transform: translate(-3px,-3px);
box-shadow: 7px 7px 0px 0px #30475e;        
}

.about-half-form-bg {
    background: url(pic/thumbnails_header_6849c4cc468e47.12158673.jpg) no-repeat;
    background-position: left;
    background-size: 50%;
}

.about-half-form {
    padding-top: 56px;
    padding-bottom: 56px;
    display: flex;
    flex-direction: row;
    gap: 25px;
    align-items: center;
    justify-content: space-between;
}

.about-half {
    width: 45%;
    padding: 18px 25px;
    backdrop-filter: blur(25px);
    border-radius: 10px;
}

.about-half-title {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom:  25px;
}

.about-half p {
    font-size: 20px;
    line-height: 1.7;
    color: #fff;
}

.about-logo {
    margin-top:  25px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: end;
}

.about-logo img {
    width: 32px;
    height: 32px;
}

.about-logo h3 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}


.form-half {
    width: 45%;
    padding: 25px;
}

.f-h-body, .conect-form-body {
    padding: 18px;
    background-image: linear-gradient(to bottom, #f8efd4,#30475e);
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 0.5rem;
  }
  

  
  .input-form-panelcomponent, .textarea-form-panelcomponent, .c-f-input  {
    width: 80%;
    font-size: 16px;
    margin: 22px 0;
    background-color: inherit;
    color: #000;
    border: none;
    border-bottom: 1px solid wheat;
    outline: none;
  }
  
  .input-form-panelcomponent::placeholder, .textarea-form-panelcomponent::placeholder {
    color: #000;
    transition: all 400ms;
  }
  
  .input-form-panelcomponent:hover::placeholder {
    background-color: #424242;
    border: none;
    border-radius: 0.5rem;
  }

  .form-check-label a{
    color: #000;
    text-decoration: none;
  }

  .form-check-label:hover a {
text-decoration: underline;
  }
  
  .serv-chapter {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .serv-c-title {
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom:  49px;
  }

  .serv-c-list {
    display: flex;
    flex-direction: row;
    gap: 22px;
    justify-content: space-between;
  }

  .serv-c-card {
    width: 23%;
    padding: 22px;
    border-radius: 18px;
    box-shadow: 3px 3px 13px 0 rgba(0, 0, 0, 0.096);
  }

  .serv-c-imgblock {
    display: block;
    width: 100%;
    height: 250px;
    margin-bottom: 18px;    
  }

  .serv-c-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
:root {
    --star-size: 25px;
    --star-color:#f8efd4;
    --star-background: #30475e ;
  }
  .Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
    display: none;
    margin-bottom: 18px;
  }
  .Stars::before {
    content: '✸✸✸✸✸';
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .serv-c-cotnent {
    margin-bottom: 18px;    
  }

  .serv-c-rating {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .serv-card-title {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
  }

  .serv-c-txt {
    font-size: 14px;
  }

  .serv-c-btn {
    margin-top: 18px;
    display: flex;
    justify-content: center;
  }

  .main-stats-sect {
    padding-top:  56px;
    padding-bottom:  56px;
  }

  .main-stats {
    display: flex;
    flex-direction: row;
    gap: 49px;
    position: relative;
  }

  .main-chapter {
    width: 70%;
  }

  .main-c-title {
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 49px;
    text-align: center;
  }

  .main-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .m-c-img {
    width: 100%;
    object-fit: contain;
    display: flex;
    height:  448px;
    margin: auto;
  }

  .main-c-text {
    font-size: 15px;
  }

  .main-c-price {
    margin: auto;
    margin-bottom:  25px;
    width: fit-content;
    font-size: 16px;
    font-weight: 800;
    color: #30475e;
    padding: 10px;
    border-top: 5px solid #30475e;
    border-bottom: 5px solid #30475e;
  }

  .stats-sticky {
    width: 28%;
    position: sticky;
    top: 0;
    height: fit-content;
  }

  .stats-s-title {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom:  49px;
    text-align: center;
  }

  .stats-s-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 0 22px;
  }

  .stats-s-item {
    border-radius: 10px;
    background-position: center;
    background-size: cover;
  }

  .stats-s-item-wrapper {
    display: block;
    padding: 20px 10px;
    border-radius: 10px;
    background: rgba(0,0,0,0.5); color: #fff;
  }

  .stats-s-param {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
  }

  .stats-s-data {
    text-align: center;
    font-size: 20px;
    font-weight: 800;
  }

  .blog-chapter {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .blog-c-title {
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom:  49px;
    text-align: center;
  }

  .blog-c-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap:  25px;
    justify-content: center;
  }

  .blog-c-card {
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 22px;
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 18px;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 55px 55px, rgba(0, 0, 0, 0.12) 0px -10px 25px, rgba(0, 0, 0, 0.12) 0px 5px 6px, rgba(0, 0, 0, 0.17) 0px 10px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;  }

  .blog-c-card::before {
    background: #30475e;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    content: "";
    z-index: -1;
    transition: .5s;
}

.blog-c-card:hover::before {
    width: 100%;
    height: 100%;
    background: #30475e;
}

.blog-c-imgblock {
    display: block;
    width: 100%;
    height: 250px;  
}

.blog-c-imgblock img  {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.blog-c-cont {
    padding: 0 18px;
    transition: .5s;
}

.blog-c-card:hover {
    color: #fff;
}

.blog-cont-title {
     font-size: 16px;
     margin-bottom: 22px;
     font-weight: 400;
}

.blog-cont-txt {
    font-size: 15px;
    margin-bottom: 22px;
}

.blog-cont-info {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.blog-c-autor {
    font-size: 16px;
    margin: 0;
}

.simple-footer-bg {
    padding-top: 56px;
    padding-bottom: 56px;
    background-color: #30475e;
}

.s-footer-block {
    display: flex;
    flex-direction: row;
    gap: 25px;
    align-items: center;
    justify-content: space-between;
}

.s-footer-logo {
    display: flex;
    gap: 10px;
    align-items: center;
}

.s-footer-logo img {
    width: 55px;
    height: 55px;
}

.s-footer-logo h3 {
    font-size: 27px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.s-footer-nav-list {
    display: flex;
    align-items: center;
    gap:  18px;
    margin: 0;
}

.s-footer-nav--item {
    font-size: 16px;
    font-weight: 400;
    list-style: none;
}

.s-footer-nav--item .dropdown .dropbtn {
    font-size: 16px;
    font-weight: 400;
    list-style: none;
}

.s-footer-nav--item .dropdown-content {
    top: -1000%;
}

.s-footer-nav--item .dropdown-content a {
    color: #000;
}

.s-footer-nav--item .dropdown-content a:hover {
    color: #fff;
}

.s-footer-nav--item a {
    color: #fff;
    text-decoration: none;
}

.singlepage-ga {
    padding-top: 56px;
    padding-bottom: 56px;
    display: flex;
    flex-direction: row;
    gap: 25px;
    justify-content: center;
}

.single-page-half {
    width: 65%;
    padding: 18px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    background-color: #00000003;
}


.qa-sticky {
    width: 33%;
    position: sticky;
    top: 0;
    height: fit-content;
}

.sph-title {
    font-size: 27px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.sph-img {
    width: 100%;
    object-fit: cover;
    display: flex;
    margin: auto;
    height:  448px;
}

.sph-txt {
    font-size: 18px ;
}

.qa-s-title {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 25px;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #30475e;
}

.accordion-item {
    margin-bottom: 22px;
    background-color: #f8efd4;
}

.conect-page-block {
    padding-top: 56px;
    padding-bottom: 56px;
}

.conect-info-block {
    padding-top: 56px;
    padding-bottom: 56px;
    display: flex;
    flex-direction: row;
    gap: 25px;
    align-items: center;
    justify-content: center;
}

.conect-data-list {
    flex: 1;
    padding: 22px;
    display: flex;
    gap: 22px;
    flex-direction: column;
    align-items: center;
}

.conect-data-item {
    width: 100%;
    padding: 18px 10px;
    color: #30475e;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 41px 100px -22px, rgba(0, 0, 0, 0.3) 0px 25px 60px -25px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.conect-data-item h4 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.cont-whatsap {
    display: flex;
    justify-content: center;
    align-items: center;  
}

.conect-data-item p {
    font-size: 15px;
    text-align: center;
    font-weight: 800;
    color: #30475e;
}

.cont-whatsap a {
    text-decoration: none;
    color: #30475e;
    font-size: 15px;
    text-align: center;
    font-weight: 800;
}

.cont-whatsap i {
    font-size: 27px;
    color: #30475e;
}
.conect-map {
    flex: 1;
}

.spes-block {
    margin-top: 22px;
    border-top: 2px solid #fff;
    padding: 22px 0;
    display: flex;
    gap: 22px;
    align-items: center;
    justify-content: space-between;
}

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

.whatsapp-block a {
    font-size: 21px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
}

.whatsapp-block i {
    font-size: 28px;
    color: #fff;
}

.spes-txt p {
    font-size: 21px;
    font-weight: 800;
    color: #fff;
    margin: 0;
}



@media (max-width: 1200px) {

    .about-half-form-bg {
        background-size: cover;
    }
    .serv-c-list {
        flex-wrap: wrap;
    }

    .serv-c-card {
        width: 48%;
    }
}

@media (max-width: 992px) {
    .prema-area-lists {
        flex-direction: column !important;
    }
    .prema-area-wrpabox {
        flex-direction: column !important;
        gap: 25px;
    }
    .prema-area-single-item {
        width: 100%;
    }
    .prema-area-wrpabox {
        width: 100% !important;
    }
    .our-benefit-img img {
        display: none;
    }
    .conect-info-block {
        flex-direction: column;
        justify-content: center;
    }

    .conect-data-list, .conect-map {
        width: 100%;
    }

    .navig-list-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .our-benefit-list {
        flex-direction: row !important;
        justify-content: center;
    }

    .our-benefit-item {
        width: 100% !important;
    }

    .about-half-form {
        flex-direction: column-reverse;
    }

    .about-half, .form-half {
        width: 100%;
    }

    .gallery-anim {
        flex-direction: column;
    }

    .gallery-anim-title {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 22px;
    }

    .gallery-anim-title h2 {
        margin: 0;
    }

    .gallery-anim-pics {
        width: 100%;
    }

    .work-process-list {
        flex-direction: column;
    }

    .work-arrow {
        display: none;
    }

    .work-process-wrapitem, .work-process-wrapitem:last-child {
        width: 100%;
    }

    .work-process-item {
        width: 100%;
    }

    .s-footer-block {
        flex-wrap: wrap;
        justify-content: center;
    }

    .blog-cont-info {
        flex-direction: column;
        align-items: center;
    }

    .blog-c-card {
        width: 45%;
    }
    .singlepage-ga {
        flex-direction: column;
    }


}

@media(max-width: 767px)  {
    .s-footer-nav--item .dropdown-content {
        top: 20px;
        left: -30%;
    }


    .single-page-half, .qa-sticky {
        width: 100%;
    }

    .main-stats {
        flex-direction: column !important;
    }

    .gallery-anim-pics {
        width: 100%;
        height: 280px;
    }
    
    .stats-sticky {
        width: 100%;
    }

    .main-chapter {
        width: 100%;
    }

    .blog-c-card {
        width: 100%;
    }

    .navig a, .dropdown .dropbtn {
        font-size: 11px;
        display: block;
    }

    .s-footer-nav--item, .s-footer-nav--item .dropdown .dropbtn {
        font-size: 11px;
    }

    .serv-c-card {
        width: 100%;
    }




}

@media(max-width: 600px) {

    .dropdown-content a {
        width: 215px;
        padding: 5px;
        font-size: 10px;
    }

    .spes-block {
        flex-wrap: wrap;
        justify-content: center;
    }

    .spes-txt p, .whatsapp-block a {
        font-size: 16px;
    }
    
    .navig {
        flex-wrap: wrap;
        justify-content: center;
    }

    .our-benefit-list {
        flex-direction: row !important;
        flex-wrap: wrap;
        justify-content: center;
    }

    .our-benefit-wrapitem {
        width: 100% !important;
    }

    .form-half {
        padding: 0;
    }

    button {
        font-size: 15px !important;
    }

    .gallery-anim-bg {
        display: none;
    }

    .s-footer-nav-list {
        flex-wrap: wrap;
        justify-content: center;
    }

}

a{
    word-break: break-all;
}


.button-1 {
    background-color: #eee;
    border: none;
    padding: 18px;
    font-size: 15px;
    border-radius: 1rem;
    color: lightcoral;
    box-shadow: 0 0.4rem #dfd9d9;
    cursor: pointer;
   }
   
   .button-1:active {
    color: white;
    box-shadow: 0 0.2rem #dfd9d9;
    transform: translateY(0.2rem);
   }
   
   .button-1:hover:not(:disabled) {
    background: lightcoral;
    color: white;
    text-shadow: 0 0.1rem #bcb4b4;
   }
   
   .button-1:disabled {
    cursor: auto;
    color: grey;
   }
  
   .button-2 {
    height: 41px;
    margin: 5px;
    background: #333;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Consolas, Courier New, monospace;
    border: solid #404C5D 1px;
    font-size: 15px;
    color: rgb(161, 161, 161);
    -webkit-transition: 500ms;
    transition: 500ms;
    border-radius: 5px;
    background: linear-gradient(145deg, #2e2d2d, #212121);
    -webkit-box-shadow: -1px -5px 18px #41465B, 
                 5px  5px 18px #41465B, 
      inset      5px  5px 10px #212121, 
      inset     -5px -5px 10px #212121;
    box-shadow: -1px -5px 18px #41465B, 
                 5px  5px 18px #41465B, 
      inset      5px  5px 10px #212121, 
      inset     -5px -5px 10px #212121;
  }
  
  .button-2:hover {
    -webkit-box-shadow: 1px 1px 13px #20232e,
                      -1px -1px 13px #545b78;
    box-shadow: 1px 1px 13px #20232e,
               -1px -1px 13px #545b78;
    color: #d6d6d6;
    -webkit-transition: 500ms;
    transition: 500ms;
  }
  
  .button-2:active {
    -webkit-box-shadow: 1px 1px 13px #20232e,
                       -1px -1px 33px #545b78;
    box-shadow: 1px 1px 13px #20232e,
               -1px -1px 33px #545b78;
    color: #d6d6d6;
    -webkit-transition: 100ms;
    transition: 100ms;
  }
  
  .button-3 {
    --clr-font-main: hsla(0 0% 20% / 100);
    --btn-bg-1: hsla(194 100% 69% / 1);
    --btn-bg-2: hsla(217 100% 56% / 1);
    --btn-bg-color: hsla(360 100% 100% / 1);
    --radii: 0.5em;
    cursor: pointer;
    padding: 0.9em 1.4em;
    min-width: 120px;
    min-height: 44px;
    font-size: var(--size, 1rem);
    font-family: "Segoe UI", system-ui, sans-serif;
    font-weight: 500;
    transition: 0.8s;
    background-size: 280% auto;
    background-image: linear-gradient(325deg, var(--btn-bg-2) 0%, var(--btn-bg-1) 55%, var(--btn-bg-2) 90%);
    border: none;
    border-radius: var(--radii);
    color: var(--btn-bg-color);
    box-shadow: 0px 0px 22px rgba(71, 184, 255, 0.5), 0px 5px 5px -1px rgba(58, 125, 233, 0.25), inset 5px 5px 10px rgba(175, 230, 255, 0.5), inset -5px -5px 10px rgba(19, 95, 216, 0.35);
  }
  
  .button-3:hover {
    background-position: right top;
  }
  
  .button-3:is(:focus, :focus-visible, :active) {
    outline: none;
    box-shadow: 0 0 0 3px var(--btn-bg-color), 0 0 0 6px var(--btn-bg-2);
  }
  
  @media (prefers-reduced-motion: reduce) {
    .button-3 {
      transition: linear;
    }
  }
  
  .button-4 {
    background-color: #444141;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    padding: 18px 25px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
    border: none;
   }
   
   .button-4:hover {
    background-image: linear-gradient(90deg, #53cbef 0%, #dcc66c 50%, #ffa3b6 75%, #53cbef 100%);
    animation: slidernbw 5s linear infinite;
    color: #000;
   }
   
   @keyframes slidernbw {
    to {
     background-position: 20vw;
    }
   }
  
   .button-5 {
    font-size: 16px;
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    will-change: box-shadow,transform;
    background: radial-gradient( 100% 100% at 100% 0%, #89E5FF 0%, #5468FF 100% );
    box-shadow: 0px 0.01em 0.01em rgb(45 35 66 / 40%), 0px 0.3em 0.7em -0.01em rgb(45 35 66 / 30%), inset 0px -0.01em 0px rgb(58 65 111 / 50%);
    padding: 0 2em;
    border-radius: 0.3em;
    color: #fff;
    height: 2.6em;
    text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
    transition: box-shadow 0.15s ease, transform 0.15s ease;
  }
  
  .button-5:hover {
    box-shadow: 0px 0.1em 0.2em rgb(45 35 66 / 40%), 0px 0.4em 0.7em -0.1em rgb(45 35 66 / 30%), inset 0px -0.1em 0px #3c4fe0;
    transform: translateY(-0.1em);
  }
  
  .button-5:active {
    box-shadow: inset 0px 0.1em 0.6em #3c4fe0;
    transform: translateY(0em);
  }
  
  
  .padd-dop-pages{
    padding: 96px 0px;
  }

.padd-dop-about{
    text-align: center;
    margin-bottom: 25px;
}

.conect-data-item .decorationNone{
    text-decoration: none;
}

iframe{
    border: 0;
}


.team-member-list{
    direction: initial;
}


.stars1{
    --rating:5;
}

.stars2{
    --rating:5;
}

.stars3{
    --rating:5;
}

.stars4{
    --rating:5;
}


@media (max-width: 420px){

    .m-c-img, .sph-img{
      height: auto;
    }
  
  }












  



























