*{

    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    box-sizing: border-box;
    scroll-behavior: smooth;
    list-style: none;
    text-decoration: none;

}

/* NAVBAR */ 

nav{

    background:rgb(27, 27, 27);
    height: 120px;
    width: 100%;
    padding: 10px 25px;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;    
    z-index: 99;

}


nav ul{

    float: none;
    text-align: center;

}


nav ul li{

    display: inline-block;
    line-height: 100px;
    margin: 0 5px;

}


nav ul li a{

    color: white;
    font-size: 20px;
    text-transform: uppercase;
    padding: 7px 15px;
    border-radius: 3px;

}


ul li a:hover{

    border: 3px solid #ffffff;
    color: rgb(255, 255, 255);
    

}

.logo{

    float: left;
    width: 150px;
    height: auto;
    margin-top: 20px;
    margin-left: 10px;
    border-radius: 8px;
    z-index: 999;

}


.checkbtn{

    display: none;

}


#check{

    display: none;

}


@media (max-width: 952px){

    label.logo{

        font-size: 30px;
        padding-left: 50px;

    }

    nav ul li a{

        font-size: 16px;

    }

}


@media (max-width: 1075px){

    .checkbtn{

        font-size: 50px;
        color: white;
        float: right;
        line-height: 100px;
        margin-right: 40px;
        cursor: pointer;

    }


    .checkbtn{

        display: block;

    }

    ul{

        position: fixed;
        width: 100%;
        height: 100vh;
        background: rgb(30, 30, 30);
        top: 120px;
        left: -100%;
        text-align: center;
        transition: all .5s;

    }


    nav ul li{

        display: block;   
        margin: 50px 0;
        line-height: 30px;

    }


    nav ul li a{

        font-size: 20px;

    }


    a:hover,a.active{

        background: none;

    }


    #check:checked ~ ul{

        left: 0;

    }


    .dropdown {

        float: none !important;

    }

}


.dropdown{

    float: right;
    position: relative;
    color: white;
    display: inline-block;
    margin-top: -25px;
    padding: 0px;
    margin: 5px;
    

}




.dropdown-content{

    display: none;
    position: absolute;
    z-index: 9999;
    box-shadow: 0px 8px 16px 0px rgba(27, 27, 27, 0.959);
    background-color: #fff;
    color: #000;
    height: 80px;
    width: 150px;
    padding: 4px;

}


.dropdown:hover .dropdown-content{

    display: flex;
    align-items: center;
    background: rgb(27, 27, 27);

}


.logo{

    float: left;
    width: 150px;
    height: auto;
    margin-top: 20px;
    margin-left: 150px;
    border-radius: 8px;
    z-index: 999;
    position: static;

}


.btnrezervation{
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 3px;
    background: linear-gradient(-45deg,rgb(38, 41, 61),rgb(55, 24, 192), rgb(91, 12, 196), rgb(122, 7, 138));
    background-size: 400% 400%; 
    position: relative;
    animation: change 5s ease-in-out infinite;
}

 .btnrezervation:hover{
        color: rgb(255, 255, 255) !important;
        border: none;
        transition: 1000ms;
        background: linear-gradient(-45deg,rgb(38, 41, 61),rgb(55, 24, 192), rgb(91, 12, 196), rgb(122, 7, 138));
        background-size: 400% 400%; 
        position: relative;
        animation: change 5s ease-in-out infinite;
}


/* NAVBAR */ 

/* SECTION */ 

#sec1{

    height: 100vh;
    width: 100%;
    margin: 0;
    background-color: rgb(255, 255, 255);
    overflow-x: scroll;
    overflow: hidden;
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(./img/backimg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#sec1 .background{
    background-image: url(./img/logob.png);
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    overflow-x: scroll;
    overflow: hidden;
    position: absolute;
    filter: invert(1);
}


#sec1 .btn{
    text-decoration: none;
    color: rgb(255, 255, 255);
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    background: linear-gradient(-45deg,rgb(19, 20, 27),rgb(6, 64, 224), rgb(63, 6, 138), rgb(84, 4, 95));
    letter-spacing: 1px;
    border-radius: 15px;
    font-size: 20px;
    text-align: center;
    width: 200px;
    margin-top: 45%;
    padding: 10px 11px;
    background-size: 400% 400%; 
    animation: change 5s ease-in-out infinite;
    position: relative;
}

#sec1 .btn:hover{
    transform: translateY(-10px);
    transition: 600ms;
}


#sec2{

    height: 200vh;
    width: 100%;
    margin: 0;
    background: rgb(27, 27, 27);
    overflow-x: scroll;
    overflow: hidden;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(./img/sec2back.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}

@media only screen and (max-width: 2000px) and (min-width: 1755px){
    #sec2{
        height: 100vh;
    }
}

#sec2 .titlebox{
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}
#sec2 .titlebox h2{
    
    font-size: 35px;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    position: relative;
    margin-left: auto;
    margin-right: 15vh;
    font-family: 'Teko', sans-serif;
    letter-spacing: 5px;
    font-size: 50px;
    
    
}

#sec2 .titlebox h2:before {
    position: absolute;
    bottom: 30px;
    content: "";
    width: 300px;
    margin-left: -150px;
    height: 2px;
    left: 50%;
    background: #5d0ae2;
}


#sec3{

    width: 100%;
    margin: 0;
    background: rgb(27, 27, 27);
    overflow-x: scroll;
    overflow: hidden;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(./img/sec3back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#sec3 .titlebox{
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}
#sec3 .titlebox h2{
    
    font-size: 35px;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    font-family: 'Teko', sans-serif;
    letter-spacing: 5px;
    font-size: 50px;
}

@media only screen and (max-width:1225px) and (min-width: 320px){
    #sec3 .titlebox h2{
        margin-top: 20%;
    }
}

@media only screen and (max-width:610px) and (min-width: 320px){
    #sec3 .titlebox h2{
        margin-top: 25%;
    }
}

@media only screen and (max-width:610px) and (min-width: 320px){
    #sec3 .titlebox h2{
        margin-top: 30%;
    }
}

@media only screen and (max-width:440px) and (min-width: 320px){
    #sec3 .titlebox h2{
        margin-top: 40%;
    }
}



#sec3 .titlebox h2:before {
    position: absolute;
    bottom: 5px;
    content: "";
    width: 500px;
    margin-left: -250px;
    height: 2px;
    left: 50%;
    background: #5d0ae2;
}

@media only screen and (max-width: 445px) and (min-width: 320px){
    #sec3 .titlebox h2:before{
        width: 300px;
        margin-left: -150px;
    }
}


/* SECTION */ 

/* SCROLLBAR */

body::-webkit-scrollbar {
    width: 0.25rem;
}

body::-webkit-scrollbar-track {
    background: transparent;
}

body::-webkit-scrollbar-thumb {
    background: black;
}

/* SCROLLBAR */

@keyframes change {
    0%{
      background-position: 0 50%;
    }
    50%{
      background-position: 100% 50%;
    }
    100%{
      background-position: 0 50%;
    }
  }

  /* Media */
  
  @media only screen and (max-width: 1420px) and (min-width: 1074px){
    .dropdown{
        display: none;
    }
    .btnrezervation{
        display: none;
    }
}

@media only screen and (max-width: 530px) and (min-width: 330px){
    .logo{
        margin-left: 50px;
    }
}

@media only screen and (max-width: 1585px) and (min-width: 530px){
    .logo{
        margin-left: 25px;
    }
}


@media only screen and (max-width: 530px) and (min-width: 330px){
    
#sec2 .titlebox h2{
    
    margin-top: 15%;
}


}

@media only screen and (max-width: 1755px) and (min-width: 330px){
    
    #sec1 .btn{
        margin-top: 50%;

    }
    }

    @media only screen and (max-width: 1595px) and (min-width: 330px){
    
        #sec1 .btn{
            margin-top: 55%;
    
        }
        }
        @media only screen and (max-width: 1445px) and (min-width: 330px){
    
            #sec1 .btn{
                margin-top: 60%;
        
            }
            }
            
            @media only screen and (max-width: 1295px) and (min-width: 330px){
    
                #sec1 .btn{
                    margin-top: 68%;
            
                }
                }

                @media only screen and (max-width: 1145px) and (min-width: 330px){
    
                    #sec1 .btn{
                        margin-top: 78%;
                
                    }
                    }

                    @media only screen and (max-width: 995px) and (min-width: 330px){
    
                        #sec1 .btn{
                            margin-top: 95%;
                    
                        }
                        }

                        @media only screen and (max-width: 840px) and (min-width: 330px){
    
                            #sec1 .btn{
                                margin-top: 110%;
                        
                            }
                            }

                            @media only screen and (max-width: 720px) and (min-width: 330px){
    
                                #sec1 .btn{
                                    margin-top: 130%;
                            
                                }
                                }

                                @media only screen and (max-width: 610px) and (min-width: 330px){
    
                                    #sec1 .btn{
                                        margin-top: 150%;
                                
                                    }
                                    }

                                    @media only screen and (max-width: 520px) and (min-width: 330px){
    
                                        #sec1 .btn{
                                            margin-top: 175%;
                                    
                                        }
                                        }

                                        @media only screen and (max-width: 450px) and (min-width: 330px){
    
                                            #sec1 .btn{
                                                margin-top: 170%;
                                        
                                            }
                                            }

                                            @media only screen and (max-width: 400px) and (min-width: 330px){
    
                                                #sec1 .btn{
                                                    margin-top: 190%;
                                            
                                                }
                                                }
     @media only screen and (max-width: 700px) and (min-width: 330px){
        #sec1 .background{
        background-size: 60vh;
    }
     }  
     
     @media only screen and (max-width: 520px) and (min-width: 330px){
        #sec1 .background{
       background-size: 40vh;
   }
    }   

    @media only screen and (max-width: 1075px) and (min-width: 330px){
        
        .logo{
            width: 100px;
            margin-left: 0;
            margin-top: 0;
        }
    }  

    @media only screen and (max-width: 865px) and (min-width: 330px){
        
        #sec2 .titlebox h2{

            margin-right: 0%;


        }
    }  


  /* Media */

  /* Scrolltotop */

  #scrolltotop{

    position: fixed;
    right: 25px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 10px  rgb(0, 0, 0, 0.25);
    color: white;
    outline: none;
    cursor: pointer;
    border: none;
    margin-bottom: 10px;
    z-index: 9999;
    background: rgba(116, 116, 116, 0.61);
    
}


#scrolltotop:active{

    background: white;

}

.arrow{

    width: 40px;
    height: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;

}

 /* Scrolltotop */

 /* Table */

#sec2 table{
    position: relative;
    left: 40%;
    top: 20%;
    transform: translate(-50%, -50%);
    border-collapse: collapse;
    width: 800px;
    height: 200px;
    border: 1px solid #575757;
    box-shadow:  2px 2px 12px rgba(0, 0, 0, 0.3), -1px -1px 8px rgba(0, 0, 0, 0.3);
    margin-top: 10%;
    background-color: #161b1bd5;

}

#sec2 tr{
    transition: all .2s ease-in;
    cursor: pointer;
}

#sec2 tr:hover{
    background-color:  transparent;
    transform: scale(1.02);
    box-shadow:  2px 2px 12px rgba(0, 0, 0, 0.3), -1px -1px 8px rgba(0, 0, 0, 0.3);
}

#sec2 td{
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #575757;
}

#sec2 .deck{
    position: relative;
    color: rgb(255, 255, 255);
    line-height: 2.4;
    padding-bottom: 15px;
    margin-top: 30vh;
}

@media (min-width: 870px){
    .deck{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: 170px;
 }
}

@media (min-width: 576px){
    .cenik{
        flex: 1 0 0%;
    }
 
}

@media only screen and (max-width: 865px) and (min-width: 320px){
    #sec2 table{
        width: 90% !important;
    }
}

@media only screen and (max-width: 875px) and (min-width: 320px){
    #sec2 table{
        top: 30% !important;
    }
}



@media only screen and (max-width: 615px) and (min-width: 320px){
    #sec2 table{
        margin-top: 30% !important;
    }
}

@media only screen and (max-width: 560px) and (min-width: 320px){
    #sec2 table{
        margin-top: 35% !important;
    }
}

@media only screen and (max-width: 420px) and (min-width: 320px){
    #sec2 table{
        margin-top: 45% !important;
    }
}

@media only screen and (max-width: 1140px) and (min-width: 975px){
    #sec2 table{
        left: 43%;
    }
}

@media only screen and (max-width: 1750px) and (min-width: 1140px){
    #sec2 table{
        left: 45% !important;
    }

    #sec2 .titlebox h2{
        margin-right: 12vh;
    }
}

@media only screen and (max-width: 950px) and (min-width: 320px){
    #sec2 table{
        left: 50% !important;
    }
    #sec2 .deck{
        margin-top: 20vh;
    }
}

@media only screen and (max-width: 955px) and (min-width: 866px){
    #sec2 table{
        left: 35% !important;
    }
}

@media only screen and (max-width: 869px) and (min-width: 330px){
        
   #sec2 table{
       margin-top: 25%;
   }     
}  

@media only screen and (max-width: 520px) and (min-width: 330px){
        
    #sec2 table{
        margin-top: 50% !important;
    }     
 }  


 /* Table */

 /* Map 

 /* Map */

 /* Footer */

  footer{
      position: relative;
      bottom: 0;
  }

  @media (max-height: 800px){
      footer{
          position: static;
      }
  }

  .footerdistributed{
    background-color: rgb(27, 27, 27);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 50px 50px 60px 50px;
  }

  .footerdistributed .footerleft, .footerdistributed .footercenter, .footerdistributed .footerright {
      display: inline-block;
      vertical-align: top; 
  }
 
  .footerdistributed .footerleft{
      width: 30%;
  }

  .footerdistributed h3{
      color: #ffff;
      margin: 0;
      text-transform: uppercase;
     }

     .footerdistributed .footerlinks{
         color: #fff;
         margin: 20px 0 12px;
     }

     .footerdistributed .footerlinks a{
        display: inline-block;
        line-height: 1.8;
        text-decoration: none;
        color: inherit;

    }

    .footerdistributed .footercompanyname{
        color: #8f9296;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
    }

    .footerdistributed .footercenter{
        width: 35%;
    }

    .footerdistributed .footercenter i{
        background-color: #33383b;
        color: #ffffff;
        font-size: 17px;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        text-align: center;
        line-height: 38px;
        margin: 8px 15px;
        vertical-align: middle;
    }

    .footerdistributed .footercenter i.fa-envelope{
        font-size: 17px;
        line-height: 38px;
    }

    @media only screen and (max-width: 380px) and (min-width: 330px){
        .footerdistributed .footercenter i.fa-envelope{
            display: none;
        }
    }

    .footerdistributed .footercenter p{
        display: inline-block;
        color: #ffffff;
        vertical-align: middle;
        margin: 0;
    }

    .footerdistributed .footercenter p span{
        display: block;
        font-weight: normal;
        font-size: 14px;
        line-height: 2;
    }

    .footerdistributed .footercenter p a {
        color: #ffffff;
        text-decoration: none;
        
    }

    .footerdistributed .footerright {
        width: 30%;
    }
    
    .footerdistributed .footercompanyabout {
        line-height: 20px;
        color: #92999f;
        font-size: 13px;
        font-weight: normal;
        margin: 0;
    }
    
    .footerdistributed .footercompanyabout span {
        display: block;
        color: #ffffff;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    
    .footerdistributed .footericons {
        margin-top: 25px;
    }
    
    .footerdistributed .footericons a {
        display: inline-block;
        width: 35px;
        height: 35px;
        cursor: pointer;
        background-color: #33383b;
        border-radius: 2px;
        font-size: 20px;
        color: #ffffff;
        text-align: center;
        line-height: 35px;
        margin-right: 3px;
        margin-bottom: 5px;
    }
    
    .footerdistributed .footericons a:hover {
        background-color: #341fec;
    }
    
    .footerlinks a:hover {
        color: #341fec;
    }
    
    @media (max-width: 880px) {
        .footerdistributed .footerleft, .footerdistributed .footercenter, .footerdistributed .footerright {
            display: block;
            width: 100%;
            margin-bottom: 40px;
            text-align: center;
        }
        .footerdistributed .footercenter i {
            margin-left: 0;
        }
    }  
    /* Footer */   
     

    /* Soc. Ico */

    .tableico{
        display: table;
        border-collapse: separate;
        box-sizing: border-box;
        text-indent: initial;
    }

    tbody {
        display: table-row-group;
        vertical-align: middle;
        border-color: inherit;
    }

    .tableico tr{
        display: table-row;
        vertical-align: inherit;
        border-color: inherit;
    }

    .tableico td {
        display: table-cell;
        vertical-align: inherit;
        padding: 15px;
        height: 80px;
        width: 80px;
    }

    .socialicons{
        position: relative;
        height: 32px;
        width: 32px;
        border-radius: 50%;
        margin-top: -50vh;
    }

    .tableico img{
        border: none;
        border-radius: 50%;
        transition: 0.5s ease;
        height: 51px;
        width: 51px;
    }

    .tableico img:hover{
        transform: scale(1.25);
    }

    @media only screen and (max-width: 940px) and (min-width: 330px){
        
        .tableico img{
            display: none;
        }   
     }  

/*
     @media only screen and (max-width: 414px) and (min-width: 320px){
        
        .tableico img{
            height: 32px;
            width: 32px;
            margin-top: 7vh;
        }
        
        .tableico td{
            padding: 0px;
            padding-left: 15px;
        }
     }

     @media only screen and (max-width: 375px) and (min-width: 320px){
        
        .tableico img{
            height: 32px;
            width: 32px;
            margin-top: -10vh;
        }   
     } 
 
      /* Soc. Ico */

      /* COOKIES */

      .cookie-container{
          position: fixed;
          bottom: -100%;
          left: 77%;
          right: 0;
          background: #2f3640;
          color: white;
          padding: 0 32px;
          transition: 400ms;
          margin: 20px;
          border-radius: 8px;
          z-index: 9999 !important;
      }

    @media only screen and (max-width: 1280px) and (min-width: 320px){
        .cookie-container{
          left: 0% !important;
        }
    }

      .cookie-container.active{
        position: fixed;
        bottom: 0;
        left: 77%;
        right: 0;
        background: #2f3640;
        color: white;
        padding: 0 32px;
        transition: 400ms;
        margin: 20px;
        border-radius: 8px;
      }

      .cookie-container p{
        margin-top: 20px;
      }

      .cookie-btn{
          background: rgb(148, 41, 9);
          border: 0;
          color: white;
          padding: 12px 48px;
          font-size: 18px;
          margin-bottom: 8px;
          border-radius: 8px;
          margin-top: 20px;
          cursor: pointer;
      }

      /* COOKIES */

    /* CONTACTDECK */
    .cardc{
        grid-template-areas: "text";
        background: #222222ad;
        text-align: center;
        margin-left: 120px;
        margin-right: 120px;
        width: 380px;
        height: 320px;
        margin-top: 40px;
        box-shadow:  2px 2px 12px rgba(0, 0, 0, 0.3), -1px -1px 8px rgba(0, 0, 0, 0.3);
        text-transform: none;
        backdrop-filter: blur(10px);
    }


    .cardc:hover{
        transform: scale(1.1) !important;
        transition: 2s;
    }

    .card-text{
        grid-area: text;
        margin: 25px;
        white-space: nowrap;

    }
    .contactdeck{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        
    }

    .cardc i{
        color: #341fec;
        font-size: 1.5rem;
        padding-bottom: 20px;
        padding-top: 20px;
        justify-content: center;
        align-items: center;
    }
    .cardc a{
        color: #ffffff;
    }

    .cardc h2{
        color: white;
        padding-bottom: 35px;
    }

    .cardc p{
        color: white;
        margin-bottom: 30px;
        vertical-align: middle;
        font-weight: 500;
    }

    .rezervationc {
        color: rgb(184, 53, 53) !important;
        text-align: center;
        font-weight: 700 !important;
    }
    /* CONTACTDECK */

    /*mapa*/
    .mapa{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 55px;
        filter: drop-shadow(15px 15px 15px rgb(8, 129, 18)) invert(500%);
        opacity: 0.7;
    }

    .mapa:hover{
        filter: none;
        transition: 1.5s;
        opacity: 1;
    }
    /*mapa*/

    /* Team */
    #team{
        height: 105vh;
        width: 100%;
        margin: 0;
        background-color: rgb(255, 255, 255);
        overflow-x: scroll;
        overflow: hidden;
        background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(./img/teamback.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    @media only screen and (max-width: 1280px) and (min-width: 320px){
        #team{
          height: 150vh;
        }
    }
    @media only screen and (max-width: 1080px) and (min-width: 320px){
        #team{
          height: 235vh;
        }
    }

    @media only screen and (max-width: 720px) and (min-width: 320px){
        #team{
          height: 325vh;
        }
    }
    @media only screen and (max-width: 395px) and (min-width: 320px){
        #team{
          height: 350vh;
        }
    }
    @media only screen and (max-width: 380px) and (min-width: 320px){
        #team{
          height: 340vh;
        }
    }

    @media only screen and (max-width: 360px) and (min-width: 320px){
        #team{
          height: 380vh;
        }
    }

    @media only screen and (max-width: 1075px) and (min-width: 320px){
        .containerteam .cardteam .sci{
          top: 80% !important;
          left: 37% !important;
          z-index: 999;
        }
    }



    .containerteam{
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 105px;
    }


    .containerteam .cardteam{
        position: relative;
        width: 320px;
        height: 400px;
        background: #161b1bc9;
        margin: 20px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        backdrop-filter: blur(10px);
    }

    .containerteam .cardteam .contentteam{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        opacity: 0.5;
        transition: 0.5s;

    }

    .containerteam .cardteam:hover .contentteam{
        opacity: 1;
        transform: translateY(-20px);
    }

    .containerteam .cardteam .contentteam .imgteam{
        position: relative;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        overflow: hidden;
        border: 10px solid rgba(0, 0, 0, 0.25);

    }

    .containerteam .cardteam .contentteam .imgteam img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .containerteam .cardteam .contentteam .contentBteam h3{
        color: white;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 500;
        font-size: 18px;
        text-align: center;
        margin: 20px 0 10px;
        line-height: 1.1em;
    }

    .containerteam .cardteam .contentteam .contentBteam h3 span{
        font-size: 12px;
        font-weight: 300;
        text-transform: initial;
        
    }

    .containerteam .cardteam .sci{
        position: absolute;
        bottom: 50px;
        display: flex;
        background: transparent !important;
    }

    .containerteam .cardteam .sci li{
        margin: 0 10px;
        transform: translateY(40px);
        transition: 0.5s;
        opacity: 0;
        transition-delay: calc(0.1s * var(--i));
    }
    .containerteam .cardteam:hover .sci li{
        transform: translateY(0px);
        opacity: 1;
    }
    .containerteam .cardteam .sci li a{
        color: white;
        font-size: 24px;
    }

    /* Team */







  