.container5 {
    padding-top: 4%;
}
.linkhome {
    color: #d7c9c9;
    font-size: 19px;
    text-decoration-line: none;
    font-weight: 500;
}

.linkhome span {
    font-size: 20px;
    padding: 10px 10px;
}

.team {
    margin-top: 5%;
    text-align: center;
}

.team h2 {
    font-size: 50px;
    font-weight: 600;
}

.team p {
    font-size: 22px;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}

.container1 {
    max-width: 1300px;
    width: 100%;
    margin-left: 10%;
    overflow: hidden;
    position: relative;
}

.slider-wrapper {
    position: relative;
    transition-duration: 0ms;
    transform: translate3d(0px, 0px, 0px);
    display: flex;
    transition: transform 0.3s ease-in-out;
}
 
.slider-wrapper .slide-button {
    position: absolute;
    top: 50%;
    height: 50px;
    width: 50px;
    color: #fff;
    border: none;
    outline: none;
    background: #000;
    font-size: 2.2rem;
    cursor: pointer;
    border-radius: 50%;
    transform: translateY(-50%);
}

.slider-wrapper .slide-button#prev-slide {
    left: -10px;
}

.slider-wrapper .slide-button#next-slide {
    right: -10px;
}

.slider-wrapper .image-list {
    display: grid;
    gap: 18px;
    font-size: 0;
    margin-bottom: 30px;
    overflow-x: auto;
    scrollbar-width: none;
    grid-template-columns: repeat(10, 1fr);
}

.slider-wrapper .image-list::-webkit-scrollbar {
    display: none;
}

.slider-wrapper .image-list .images-item {
    width: 405px;
    height: 350px;
    object-fit: cover;
}

.slider-scrollbar {
    height: 24px;
    width: 100%;
    display: flex;
    align-items: center;
}

.slider-scrollbar .scrollbar-track {
    height: 2px;
    width: 100%;
    background: #ccc;
    position: relative;
    border-radius: 4px;
}

.slider-scrollbar .scrollbar-thumb {
    position: absolute;
    height: 100%;
    width: 7%;
    background: #000;
    border-radius: inherit;
    cursor: grab;
}

.slider-scrollbar .scrollbar-thumb:active {
    cursor: grabbing;
    height: 8px;
    top: -2px;
}

.slider-scrollbar .scrollbar-thumb::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    bottom: -10px;
}

.tineline-info {
    width: 425px;
    transition-duration: 0ms;
    transform: translate3d(0px, 0px, 0px);
    margin-bottom: 20px;
}

.tineline-info h3 {
    font-size: 35px;
    margin-top: 9%;
    font-weight: 700;
}

.tineline-info p {
    font-size: 20px;
    margin-top: 7%;
    font-weight: 400;
}

.row {
    width: 100%;
    height: 100%;
    padding-top: 50px;
}

.row .col-md-6 img {
    width: 80%;
    margin-left: 15%;
    border-radius: 7%;
    box-shadow: 10px 15px #baadad;
}

.row .col-md-6 img:hover {
    transform: scale(1.1);
}

.col-md-6 h2 {
    font-size: 40px;
    font-weight: 600;
}

.col-md-6 p {
    font-size: 20px;
    line-height: 1.5;
}

.container3 {
    width: 100%;
    height: 100%;
    text-align: center;
   padding-left: 100px;
   padding-right: 100px;
}

.testimonial {
    margin: 90px auto;
}

.testimonial h1 {
    text-align: center;
    font-weight: bold;
    color: black;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.testimonial .row {
    margin-top: 30px;
}

.col-md-4 {
    margin: 40px auto;
}

.profile {
    padding: 70px 10px 10px;
    background-color: #0b0c10;
    /*box-shadow: 5px 10px #c274fd;*/
    border-radius: 9px;
}

.profile img {
    top: 20px;
}

.user {
    width: 150px;
    height: 100px;
    border-radius: 50%;
}

.profile h3 {
    font-size: 20px;
    margin-top: 15px;
    color: #b700ff;
}

.profile span {
    font-size: 12px;
}

blockquote {
    font-size: 16px;
    line-height: 30px;
}

.profile:hover {
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transform: scale(0.9);
}

.button1 {
    margin-left: 40%;
    margin-top: 0.4%;
    width: 40%;
}

.conta:hover {
    color: #7609c5;
}

.conta {
    background: linear-gradient(#36015c, #ac85ed);
    border-radius: 30px;
    width: 35%;
    height: 50px;
    margin-right: 8%;
    margin-top: 5%;
}

.conta a {
    color: #fff;
    font-size: 20px;
    text-decoration: solid;
    padding: 20px;
}

.carousel-inner {
    border-radius: 30px;
}

.conta i {
    font-size: 28px;
    padding: 22px;
}

.para {
    padding-right: 20%;
    letter-spacing: 0.3px;
    font-size: 20px;
    margin-top: 10%;
}
/*.container6 .icon1 a {
    font-size: 60px;
    margin-left: 40%;
    text-align: center;
    text-decoration: none;
    color: #810fd3;
}
.icon1 a:hover{
    color: #33005b;
}
.card-head1{
    font-size: 30px;
    font-weight: 500;
    margin-left: 30%;
    padding: 10px;
}   
.card-image img {
    width: 100%;
    padding-left: 30%;
    height: 35vh;
    margin-top: 9%;
    transition: all 0.4s ease;
}

.card-image:hover img {
    transform: scale(1.1);
}

.card-image1 img {
    width: 100%;
    padding-right: 30%;
    height: 35vh;
    margin-top: 9%;
    transition: all 0.4s ease;
    margin-bottom: 10%;
}

.card-image1:hover img {
    transform: scale(1.1);
}*/
.photo-gallery {
    display: flex;
    margin: 20px auto;
    column-gap: 20px;
    width: 1400px;
}

.column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.photo img {
    max-width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 15px;
    text-align: left;
}
.box{
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background:  #0b0c10;
    padding: 30px 20px;
    border: 0.1px solid black;
    margin: 27px;
}
 .box img{
    height: 80px;
}
 .box h3{
    color: white;
    font-size: 22px;
    padding: 10px 0;
}
 .box p{
    color: white;
    font-size: 19px;
    line-height: 1.5;
}
.box .btn1{
    margin-top: 10px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    border-radius: 5px;
    padding: 8px 25px;
}
.box:hover{
        transform: scale(0.9);
}
 .box .btn1:hover{
    color: #5d0381;
}
 .box .address-details{
 margin-top: 8%;  
}
.box .card-head{
    font-size: 22px;
    font-weight: 400;
}
.container4{
    width: 100%;
    border-top-left-radius: 125px;
}


/*  slider css */
.container{
    z-index: 999;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.swiper{
    position: relative;
    width: 100%;
    height: 590px;
}
.swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(0);
    opacity: 1;
    transition: .5s ease;
    transition-property: transform, opacity;
    transition-delay: .25s;
}
.swiper-slide.hide{
    transform: translateY(30px);
    opacity: 0;
}
/*  Slider cards css */
.card1{
    position: relative;
    width: 250px;
    height: 350px;
    border-radius: 25px;
    background: #e7e7e7;
    user-select: none;
    margin-bottom: 50px;
}
.card-imgs img{
    z-index: 777;
    position: absolute;
}
.mercury-img{
    top: 10px;
    width: 180px;
    left: 20px;
    transition-delay: .1s;
    border-radius: 50%;
    height: 170px;
}
.card1:hover .mercury-img{
    transform: translateY(-40px) scale(1.1);
}
.card-contents{
    position: absolute;
    bottom: 35px;
    left: 30px;
}
.card-contents .info1{
    transform: translateY(30px);
    transition: transform .5s ease;
}
.card1:hover .card-contents .info1{
    transform: translateY(-10px);
}
.card-contents .info1 h2{
    color: black;
    font-size: 1.5em;
    font-family: 600;
    line-height: 50px;
}
.card-contents .info1 span{
    color: #000;
    font-size: 1.1em;
    font-size: 500;
}
.card-contents .social{
    font-size: 1.5em;
    color: #000;
    text-decoration: none;
}
.card-contents .read-more-btn{
    transform: translateY(35px);
    opacity: 0;
    transition-property:  transform, opacity;
    transition: .3s ease-out, .5s;
}
.card1:hover .card-contents .read-more-btn{
    transform: translateY(-10px);
    opacity: 1;
}
.card-contents .read-more-btn a{
    color: black;
    font-size: .9em;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    cursor: pointer;
}
.card-contents .read-more-btn a:hover{
    margin-left: 5px;
}
.swiper-button-next:after,
.swiper-button-prev:after{
    content: '';
}
.slider-nav{
    position: absolute;
    width: 190px;
    bottom: 65px;
    right: 180px;
    opacity: 1;
    transition: .5s ease;
    transition-property: transform, opacity;
}
.slider-nav.hide{
    transform: translateY(30px);
    opacity: 0;
}
.swiper-button-next,
.swiper-button-prev{
    color: #000;
    font-size: 1.1em;
    font-weight: 400;
    user-select: none;
}
.slider-nav i{
    font-size: 2em;
}
/*         Modal css                  */
.modal-container{
    z-index: 111;
    position: absolute;
    left: 0;
    top: 250%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-container.active{
    z-index: 999;
}
.modal-box{
    background: #d1bfed;
    position: absolute;
    width: 0%;
    height: 0%;
    opacity: 0;
    border-radius: 50px;
    transform: translateY(15px);
    transition: opacity 0s, height .8s, width .8s;
    transition-delay: 0s, 1s, 1s;
}
.modal-box.active{
    width: 80%;
    height: 80%;
    opacity: 1;
   transition: opacity .3s, height 0s, width 0s;
   transition-delay: 1s, 1s, 1s;
}
.modal-content{
    position: relative;
    width: 100%;
    height: 100%;
    content-visibility: hidden;
    transition: opacity .25s ease;
    transition-delay: 2s;
}
.modal-box.active .modal-content{
    opacity: 1;
}
.modal-content.active{
    content-visibility: visible;
}
.modal-img{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin-top: 50%;
}
.modal-close-btn{
    position: absolute;
    top: -40px;
    right: 50px;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}
.modal-close-btn i{
    font-size: 1.3em;
}
.modal-close-btn span{
    font-size: 1.1em;
    color:white;
}
.modal-inner{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: start;
    height: 100%;
    gap: 35px;
    padding: 0 35px;
}
.modal-title{
    position: absolute;
    width: 335px;
    color: #000000;
    font-size: 1.5em;
    font-weight: 800;
    top: 67%;
    left: 120px;
}
.modal-media-icons{
    position: absolute;
    display: flex;
    flex-direction: row;
    top: 74%;
    left: 170px;
    gap: 15px;
}
.modal-media-icons a{
    font-size: 1.5em;
    color: #000;
    text-decoration: none;
}
.modal-media-icons a:hover{
    transform: scale(1.3);
}
.modal-text-content{
    position: relative;
    max-height:70vh ;
    overflow: hidden;
    overflow-y: initial ;
    margin: auto 0;
    padding-right: 15px;
}
.modal-title-sub{
    transform: translateY(-6px);
}
.modal-title-sub p{
    color: #000;
    font-size: 1.1em;
    font-weight: 300;
    max-width: 750px;
    margin-top: 10px;
}
a{
    color: rgb(9 9 9);
    text-decoration: none;
    gap: 60px;
    padding: 7px 1px 0px 9px;
}