/* MODEL-2 STYLES & CONFIGS */
@charset "UTF-8";


/* Global */

:root{
  /* Theme and WebPage configs */
  /* old pallete*/
  --cl-goldt: rgba(255, 215, 0, 0.72);
  --cl-gold: rgba(255, 215, 0);
  --cl-purple: #d700ff;
  --cl-dblue: rgb(0, 200, 230);
  --cl-greent: rgba(168 ,255 , 0, 0.72);
  --cl-green: rgba(168 ,255 , 0);
  --ft-1: var(--ft-14-goo); /* Roboto*/
  --ft-2: var(--ft-15-goo); /* Oswald*/


  --protec:;
  /* Config*/
  font-family: var(--ft-9-goo); /* most polished font*/
  font-weight: 550;
  font-size: 18px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/**/
html{
  scroll-behavior: smooth;
  scrollbar-width: none;
  scroll-margin: none;
  scroll-padding: 0;

}

body{
  min-height: 100vh;
  width: 100%;
  height: 100vh;
  max-width: 100vw;
  background: rgb(10, 10, 20);
  z-index: 0;
}

/* Panel styles
    V001
*/
.main_nav-panel{
  width: 100%;
  height: 50px;
  display: none;
  position: fixed;
  background: rgba(0,0,0,0.4)
}

.sub_nav-panel{
  margin: auto auto;
  margin-top: 10px;
}

.ord_nav-panel{
  width: 250px;
}

.ord_nav-panel ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-evenly;
  
}

.ord_nav-panel ul li a{
  color: #fff;
  text-decoration: none;
}

/* Content Styles */
.main_apre{
  z-index: 3;
  width: 100%;
  height: 400px;
  display: flex;/*
  background: url("../image/RP-1200x1200.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 10% 29%;*/
  
}
.main_apre.erro{
  width: 100%;
  height: 100vh
}
.ERROR{
  font-size: 3em;
}

.sub_apre{
  margin: auto;
}

.text_apre{
  width: 80%;
  margin: auto auto;
  text-align: center;
  font-size: 1.19em;
  color: rgb(200 200 200);
 /* text-shadow: 0 0 18px #000;
  opacity: 0.5;*/
  z-index: 3;
}
.name__apre{
  color:rgb(10 100 200);
}
.panel_apre{
  width: 80%;
  text-align: center;
  height: auto;
  margin: auto;
  
  background: r;
  display: nne;
}

.panel_apre.EROR{
  color: #fff;
 
}

/* Contact Styles 
    v0001
*/
.main_contact{
  z-index: 3;
  width: 100%;
  margin-top: 5%;
  display: flex;
}

.sub_contact{
  margin: auto;
  width: 50%;
  border-radius: 0px 40px 0px 40px;
  /*background: rgb(20 20 40);*/
  padding: 10px 20px
}

.title_contact{
  margin: 10px 0px 10px 0;
  color: rgb(10 100 200);
  font-size: 1.35em;
  
}
.phone{
  float: right;
  margin: 0 20px 0 0;
  font-size: 1.2em;
  animation-name: vibra;
  animation-duration: 0.7s;
  animation-iteration-count: infinite;
  transform: rotate(20deg);
  position: relative;
}
@keyframes vibra{
  
  0%{
    transform: rotate(20deg);
    
  }
  50%{
    
    transform: rotate(-20deg)
  }
  100%{
    
    transform: rotate(20deg);
  }
}


.text__contact{
  opacity: 1;
  font-size: 0.9em;
  color: #fff
}

.links__contact{
  display: flex;
  margin:20px 0;
  justify-content: space-evenly;
}

/**/

.links-items_contact{
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
  scrollbar-color: none;
  scrollbar-width: none !important;
  border-radius: 20px;
  transition: 400ms;
  cursor: pointer;
  user-select:none;
  
}

.l-i_con-icon{
  margin: auto;
  position: relative;
  left: 24%;
  display: flex;
  height: 40px;
  width: 40px;
  
}

.l-i_con-icon i{
  font-size: 1.2em;
  padding: 0;
  display: flex;
  margin: auto;
}

.l-i_con-link{
  width: 100% !important;;
  height: 100% !important;;
  padding: 0;
  display: flex !important;;
  color: #fff !important;;
  text-decoration-line:none !important;;
}
.l-i_con-link:hover,
.l-i_con-link:visited,
.l-i_con-link:link{
  color: #fff;
}
.l-i_con-text{
  position: relative;
  left: 20%;
  float: ;
  margin: auto 0;
  font-size: 0.8em; 
  opacity: 0;
  transition: 200ms;
  color: #fff;
}

  /* HOVER*/

.links-items_contact:hover{
  width: 150px;
  border-radius: 35px/35px;
  transition: 400ms
}

.links-items_contact:hover .l-i_con-icon{
  left: -3%;
}

.links-items_contact:hover .l-i_con-text{
  left: -7%;
  opacity: 1;
  transition: 800ms
}
.links-items_contact.g:hover .l-i_con-text{
  left: -4%;
  opacity: 1
}
.links-items_contact.n:hover .l-i_con-icon{
  left: -9%;
  opacity: 1
}

  /* Color's*/
.z{
  background: rgb(37, 211, 102);
  color:#fff;
}
.i{
  background-color: #E4405F;
  color:#fff;
}
.g{
  background: #000;
  color: #fff
}
.n{
  background-color: #0A66C2;
  color:#fff;
}


/* Coming soon*/

.main_recentw{
  width: 100%;
  margin: 10% 0;
  display: flex;
}

.sub_recentw{
  margin: auto;
  text-transform: uppercase;
  width: 80%;
  text-align: center;
  color: #fff
}

/* float buttons */
.main_float{
  
  position: fixed;
  top: 0;
  width: 8%;
  height: 100%;
  z-index: 1;
  display: flex;
  display: noe;
}

.sub_float{
  margin: auto;
  width: 15%;
  background: rd;
  height: 80%
}
.bar_float{
  background: ;
  width: 100%;
  height: 0%;
  transition: ms;
  animation-name: ColorBar;
  animation-iteration-count: infinite;
  animation-duration: 600ms;
  
}

@keyframes ColorBar {
  
  100%{
   /* background: rgb(10, 200, 300);*/
     background: rgba(10,100,200,1);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(10,100,200,1) 10%, rgba(9,9,121,1) 100%); 
  }
  80%{
    background: rgba(10,100,200,1);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(10,100,200,1) 20%, rgba(9,9,121,1) 100%);
  }
  60%{
    background: rgba(10,100,200,1);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(10,100,200,1) 40%, rgba(9,9,121,1) 100%);
  }
  40%{
    background: rgba(10,100,200,1);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(10,100,200,1) 60%, rgba(9,9,121,1) 100%);
  }
  20%{
    background: rgba(10,100,200,1);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(10,100,200,1) 80%, rgba(9,9,121,1) 100%);
  }
  0%{
    background: rgba(10,100,200,1);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(10,100,200,1) 100%, rgba(9,9,121,1) 100%);
  }
}

/* footer styles*/

.main_footer{
  width: 100%;
  height: 40px;
  margin: 10% 0 0 0;
  display: flex;
  
}
.sub_footer{
  margin: auto
}
.nav_footer{
  font-style: italic;
  color: rgb(150 150 150)
}

/* Responsive Configs*/
@media only screen and (min-width: 1920px) {
  :root{
    font-size:32px;
  }
}
@media only screen and (min-width: 3840px) {
  :root{
    font-size:64px;
  }
}
@media only screen and (max-width:800px) {
  .sub_contact{
  margin: auto;
  width: 90%;
}
  .text_apre{
    width: 90%;
  }
  
  /**/
  .l-i_con-link{
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  color: #fff;
  text-decoration-line:none;
}
.l-i_con-link:hover,
.l-i_con-link:visited,
.l-i_con-link:link{
  color: #fff;
}
 
  
  .links-items_contact:hover{
  width: 40px;
  border-radius: 35px/35px;
  transition: 400ms
}

.links-items_contact:hover .l-i_con-icon{
  left: 24%;
}

.links-items_contact:hover .l-i_con-text{
  left: 20%;
  opacity: 0;
  transition: 800ms
}
.links-items_contact.g:hover .l-i_con-text{
  left: 20%;
  opacity: 0
}
.links-items_contact.n:hover .l-i_con-icon{
  left: 24%;
  opacity: 1
}
   .con_active,
  .con_active.links-items_contact:hover{
    width: 150px;
    border-radius: 35px/35px;
    transition: 400ms
  }

  .con_active .l-i_con-icon,
  .con_active.links-items_contact:hover .l-i_con-icon{
    left: -2%;
  }

  .con_active .l-i_con-text,
  .con_active.links-items_contact:hover .l-i_con-text{
    left: -7%;
    opacity: 1;
    transition: 800ms
  }
  
  
  /**/
}


