html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: auto;
    padding: 0;
}

.linkk{
    text-decoration: none;
}

header{
    width: 100%;
    height: 150px;
}

header .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
}

.logo-wrapper{
    width: 40%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
}

.logo{
    width: 30%;
}

.logo img{
    width: 200px;
    margin-top: 5px;
}

.logo-text{
    width: 50%;
    font-family: Geometria; 
    font-size: 12px;
    color: #000;
    margin-top: 15px;
}

.phone-wrapper{
    width: 40%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
}

.phone-top{
    width: 100%;
    font-family: Geometria; 
    font-size: 14px;
    color: #000;
}

.phone{
    width: 50%;
    font-family: Geometria; 
    font-size: 22px;
    color: #000;    
}

.phone-social{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 50%;    
}

.social-item{
    width: 18%;
}

.social-item img{
    width: 30px;
    margin-top: 2px;
}

.social-text{
    width: 60%;
    font-family: Geometria; 
    font-size: 12px;
    color: #000;    
}

.header-menu{
    width: 100%;
    color: #000;
    padding-top: 35px;
}

.header-menu a{
    text-decoration: none;
    color: #000;
}

.header-menu ul{
    padding-left: 0rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  
    padding-top: 5px;  
}

.header-menu ul > li{
    width: auto;
    font-family: Geometria; 
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    list-style: none;
    cursor: pointer;
    text-transform: uppercase;
    padding-left: 0px;
}

.header-menu span{
    border-bottom: solid 1px #000;
}

.banner{
    width: 100%;
    height: 650px;
    background: url(img/banner.jpg) center/cover;
    background-repeat: no-repeat;
}

.banner-wrapper{
    width: 100%;
    padding-top: 80px;
    position: relative;
}

.banner-item{
    position: absolute;
    bottom: -30px;
    right: 10px;
    border-radius: 8px;
    border: solid 1px #fff;
    width: 250px;
    height: 100px;
    color: #ffc235;
}

.banner-item p{
    font-family: Geometria-Bold; 
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    padding-top: 22px;
}

.banner-item p > span{
    font-family: Geometria; 
    font-size: 14px;
    color: #fff;
}

.banner-item-2{
    position: absolute;
    bottom: -30px;
    left: 10px;
    border-radius: 8px;
    border: solid 1px #fff;
    width: 250px;
    height: 100px;
    color: #ffc235;
}

.banner-item-2 p{
    font-family: Geometria-Bold; 
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    padding-top: 15px;
    text-align: right;
}

.banner-item-2 p > span{
    font-family: Geometria; 
    font-size: 14px;
    color: #fff;
}

.banner-title{
    color: #ffc235;
    font-family: Geometria;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;    
    padding-top: 50px;
}

.banner-text{
    color: #fff;
    font-family: Geometria-Bold;
    font-size: 38px; 
    width: 90%;  
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;     
}

.banner-sm-text{
    color: #fff;
    font-family: Geometria;
    font-size: 16px; 
    width: 50%;   
    padding-top: 20px; 
    text-align: center;
    margin: 0 auto;   
    padding-bottom: 100px;   
}

.banner-button {
    background-color: #ffc235;
    border-radius: 30px;
    padding: 14px 10px 10px 10px;
    color: #000;
    width: 300px;
    height: 50px;
    font-family: Geometria-Bold;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.priem{
    padding: 80px 0 80px 0;
}

.priem .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.priem-item{
    width: 32%;
    height: 200px;
    border-radius: 12px;
    position: relative;
    margin-top: 30px;
}

.priem-shadow{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: #0c000ec9;
}

.priem-text{
    color: #fff;
    font-family: Geometria-Bold;
    width: 90%;
    margin: 0 auto;
    font-size: 20px;
    padding: 50px 0 0 0;
}

.priem-text span{
    font-family: Geometria-Light;
    font-size: 16px; 
}

.priem-button-wrap{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 50px 0 0 0;
}

.priem-button-2{
    background-color: #ffc235;
    border-radius: 30px;
    padding: 12px 10px 10px 10px;
    color: #000;
    width: 350px;
    height: 50px;
    font-family: Geometria-Bold;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;    
}

.about{
    padding: 80px 0 80px 0;
}

.about .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about .left{
    width: 50%;
}

.about .left img{
    width: 95%;
    border-radius: 12px;
}

.about .right{
    width: 50%;
    padding-left: 20px;
}

.about-title{
    font-family: Geometria-Bold; 
    font-size: 38px; 
    width: 100%;  
    padding-bottom: 20px;
}

.about-title span{
    color: #d99800;
    font-size: 18px;
    font-family: Geometria; 
}

.about .right p{
    font-family: Geometria; 
    font-size: 17px;
    padding-top: 5px;
    width: 100%;
    color: #000;
    background: url(img/circle.png);
    background-repeat: no-repeat; 
    background-position: left 0px top 13px;
    background-size: 12px;
    padding-left: 25px;    
}

.about-button{
    background-color: #ffc235;
    border-radius: 30px;
    padding: 12px 10px 10px 10px;
    color: #000;
    width: 250px;
    height: 50px;
    font-family: Geometria-Medium;
    font-size: 17px;
    text-align: center;
    cursor: pointer;  
    margin-top: 20px; 
    margin-left: 20px;   
}

.services{
    padding: 80px 0 80px 0;
    background-color: #f1f0f5a8;
}

.services .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.services-title{
    font-family: Geometria; 
    font-size: 24px;
    width: 80%;
    padding-bottom: 30px;
    color: #d99800;
}

.services-item{
    width: 32%;
    height: auto;
    border-radius: 12px;
    margin-top: 30px;
    padding-bottom: 40px;
}

.services-item .top{
    width: 100%;
    height: 240px;
    border-radius: 12px;
}

.services-t{
    width: 100%;
    text-align: center;
    font-family: Geometria-Bold;
    font-size: 20px;
    padding: 15px 0 15px 0;
}

.services-s{
    width: 100%;
    text-align: center;
    font-family: Geometria-Medium;
    font-size: 14px;
    padding: 0px 0 15px 0;
}

.services-button{
    background-color: #ffc235;
    border-radius: 30px;
    padding: 8px 10px 10px 10px;
    color: #000;
    width: 200px;
    height: 40px;
    font-family: Geometria-Medium;
    font-size: 16px;
    text-align: center;
    cursor: pointer;  
    margin: 0 auto;    
}

.mockup{
    background: url(img/banner.jpg);
    background-size: cover;
    background-position: center top 0;
    background-repeat: no-repeat;
    padding: 80px 0 80px 0;
}

.mockup .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mockup-left{
    width: 50%;
}

.mockup-left img{
    width: 100%;
}

.mockup-center{
    width: 85%;
}

.mockup-center p{
    font-family: Geometria;
    text-align: left;
    font-size: 28px;
    padding: 40px 0 40px 0;
    color: #fff;
}

.mockup-center p > span{
    color: #ffc235;
}

.mockup-right{
    width: 40%;
}

.mockup-right img{
    width: 100%;
}

.mockup-button{
    background-color: #ffc235;
    border-radius: 30px;
    padding: 14px 10px 10px 10px;
    color: #000;
    width: 300px;
    height: 50px;
    font-family: Geometria-Medium;
    font-size: 16px;
    text-align: center;
    cursor: pointer;        
}

.reabil{
    padding: 80px 0 80px 0;
}

.reabil .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.reabil-title{
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    font-family: Geometria-Bold; 
    width: 80%;
    padding-bottom: 40px;
}

.reabil-title span{
    color: #f59d1c;
}

.reabil-item{
    width: 31%;
    height: 150px;
    box-shadow: 3px 3px 3px 3px rgb(0 0 0 / 10%);
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
    align-items: center;   
}

.reabil-item .left{
    width: 30%;
}

.reabil-item .left p{
    font-family: Geometria-Bold; 
    font-size: 68px;
    text-align: center;
    margin: 0 auto;
    color: #f59d1c;
}

.reabil-item .right{
    width: 70%;
}

.reabil-item .right p{
    font-family: Geometria-Medium; 
    font-size: 14px !important;
    text-align: left;
    margin: 0 auto;
    width: 90%;
}

.reabil-item .right p > span{
    font-size: 22px;
    font-family: Geometria-Bold; 
}

.news{
    padding: 80px 0 80px 0;
}

.news .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-item{
    width: 31%;
    padding-bottom: 20px;
    margin-top: 30px;
}

.news-item .top{
    width: 100%;
    height: 200px;
    border-radius: 6px;
}

.news-item .center{
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-family: Geometria-Bold;
    font-size: 20px;
    padding-top: 20px;
    line-height: 30px;
}

.news-item .center span{
    font-family: Geometria-Light; 
    font-size: 14px;
    font-weight: 700;
}

.news-button{
background-color: #ffc235;
    border-radius: 30px;
    padding: 8px 10px 10px 10px;
    color: #000;
    width: 200px;
    height: 40px;
    font-family: Geometria-Medium;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    margin-left: 20px;
    margin-top: 20px;
}

.butonincata {
    position: relative;
}

.butonincata:before {
    content: '';
    display: block;
    width: 25px;
    background: rgba(255,255,255,0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
    -webkit-animation: btnLeftToRight 3s linear infinite;
    -moz-animation: btnLeftToRight 3s linear infinite;
    -o-animation: btnLeftToRight 3s linear infinite;
    animation: btnLeftToRight 3s linear infinite;
    opacity: 1.0;
    cursor: pointer;
}

@keyframes btnLeftToRight {
0% {
    left: 3%;
opacity: 0.0;
    
}
3% {
    left: 5%;
opacity: 1.0;
    
}
50% {
    left: 75%;
opacity: 1.0;
}
60% {
    left: 80%;
opacity: 0.0;
}
100% {
    left: 0%;
opacity: 0.0;
}
}

.vidjet{
    position: fixed;
    right: 10px;
    bottom: 24%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    vertical-align: top;
    background-image: url(img/whatsapp-22.png);
    background-repeat: no-repeat;
    background-position: center top 15px;
    background-size: 32px;
    z-index: 9999;
    cursor: pointer;
    box-shadow: 0 0 0 #4caf50;
    animation: pulse 2s infinite;
}

.vidjet_2{
    position: fixed;
    right: 10px;
    bottom: 7%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    vertical-align: top;
    background-image: url(img/telephone-22.png);
    background-repeat: no-repeat;
    background-position: center top 15px;
    background-size: 32px;    
    z-index: 9999;
    cursor: pointer;
    animation: pulse 2s infinite;
}

.vidjet:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 40px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.vidjet__text{
    font-family: centurygothic; 
    font-size: 12px;
    position: relative;
    top: 32px;
}

.vidjet__text_2{
    font-family: centurygothic;  
    font-size: 12px;
    position: relative;
    top: 25px;
}

.modal-title{
    font-size: 18px !important;
}

.vidjet_2:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 40px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px #dee2e6;
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
