/*------------- Global ---------------*/

body{}

/*-------------------- Navbar -------------------*/
.navigation{
    height: 0;
}
.brand {float: left; padding: 20px 0;}
.brand img {
    width: 150px;
    height: 90px;
    display: block;
}


.links{
    float: right;
    list-style: none;
    padding: 20px 0;
    margin-bottom: 0;
}
.links li {
    display: inline-block;
    padding: 10px 10px;
    border-radius: 9%;
}
.links li.active , 
.links li:hover{
    color: #fff;
    background-color: #B91010;
}
.links li a{
    text-decoration: none;
    color: #eee;
    font-size: 19px;
}
.links li.active a, 
.links li:hover a{
    color: #fff;
}
/*-------------------- Header -------------------*/
.header{
    background: url('../images/20.jpg') no-repeat center fixed;
    background-size: cover;
 
}
.header .fill{
    background: rgba(9,9,9,0.8);
}

.header h1{
    text-align: center;
    margin-top:180px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 85px;
    font-family: 'Righteous', cursive;
}
.header .head hr{
    height: 1px;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    width: 70%;
}

.header .slinks{
    text-align: center;
    margin-top: 50px
}
.header .slinks img{
    padding: 0 10px;
    width: 80px;
    height: 61px;
    transition: all .7s ease-in-out;
}
.header .slinks img:hover{
   transform: rotate(360deg) scale(1.3,1.3);
}

.header .bxslider li h2{
    color: #fff;
    font-size: 25px;
    text-align: center;
}


/*------------------------Profile--------------------------*/
.profile{
    min-height: 500px;
    background: #eee;
    padding: 60px 0;
}

.profile .fill{
    background: #fff;
    margin: 50px auto;
    min-height: 300px;
}

.profile .fill h1{
    text-align: center;
    font-weight: bold;
    margin-top: 105px;
}

.profile .fill p{
    font-size: 25px;
    color: #B91010;
    font-family: 'Bad Script', cursive;
}


.profile .image{
    position: relative;
    width: 190px;
    height: 190px;
    display: inline-block;
    margin-top: -215px;
    border: 8px solid #fff;
    border-radius: 50%;
    left:50%;
    top:100px;
    background: #eee;
    margin-left: -95px;
}
.profile .image img{
    width: 160px;
    box-shadow :0px 3px 10px #eee;
    border: 5px solid #eee;
    display: block;
    margin:auto;
    margin-top: 3.5px;
    background-color: #fff;
    transition: all .7s ease-in-out;
}

.profile .image img:hover{
    transform: scale(1.2,1.2) rotate(360deg);
}

.profile .details{
    padding: 50px;
}
.profile .details li{
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
}



/*-------------------- Skills -------------------*/

.skills{
    background: #fff;
    min-height: 200px;
    padding-top: 30px;
    
}
.skills h1{
    text-align: center;
    font-weight: bold;
}
.skills p {
    text-align: center;
    font-size: 26px;
    color: #B91010;
    font-family: 'Bad Script', cursive;
}


.skill {
    border: 3px solid #ddd;
    border-radius: 5%;
    height:400px;
    margin: 40px 0px;
}
.skill i {
    font-size: 50px;
    margin-top: 90px;
    color: #B91010;
}
.skill h2 {
    font-weight: bold;
    color: #000;
    font-family: 'Varela Round', sans-serif;
}
.skill .hiden {
    opacity: 0;
    padding-top: 25px;
}

.skill .hiden h3{
    color: #a56161;
    font-size: 18px;
    font-family: 'Francois One', sans-serif;
}
/*-----Hover------*/

.skill:hover{
    border:3px solid #B91010;
}

.skill:hover i {
    transform: translateY(-117px);
    transition: all .8s ease;
}

.skill:hover h2{
    transform: translateY(-117px);
    transition: all .8s ease;
    font-size: 23px;
}

.skill:hover .hiden{
    opacity: 1;
    transform: translateY(-117px);
    transition: all 1.2s ease;
}





/*------------------------------portfolio---------------------------*/

.portfolio {
    padding: 50px 0;
    background-color: #000;
}
.portfolio i{
    display: block;
    text-align: center;
    color: #fff;
}
.portfolio h1{
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.portfolio p{
    text-align: center;
    font-family: 'Bad Script', cursive;
    color: #B91010;
    font-size: 30px
}

.portfolio ul{
    margin-top: 50px;
}
.portfolio ul li{
    display: inline-block;
    padding: 10px;
    margin-right: 5px;
    border: 2px solid #B91010;
    border-radius: 5px;
    color: #ddd;
    cursor: pointer;
}
.portfolio ul li.active{
    background-color: #B91010;
    border: 2px solid #B91010;
    color: #fff;
}




.portfolio .gallery{
    margin-top: 50px;
}
.portfolio .gallery .product{
    margin-bottom: 10px;
;
}

.portfolio .gallery .product img{
    border: 1px solid #ddd;
    border-radius: 30px
}

.portfolio .gallery .product:hover .overlay{
    display: block;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 30px;
}



.gallery .product .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 14px;
    width: 95%;
    height: 100%;
    background-color: rgba(9,9,9,0.8);
    display: none;
}
.gallery .product .overlay button{
    margin: 0 auto;
    margin-top: 80px;
    display: block;
}
.gallery .product .overlay i{
    color: #fff;
    display: block;
    margin-top: 65px;
    margin-left: 280px;
    font-size: 19px; 
}


.portfolio #Container .mix{
    display: none;
}




/*-------------Testimonials----------------*/

.testimonials{
    background: #eee;
    background-size: cover;
}

.testimonials .fill{
    
    padding-bottom: 60px;
    padding: 50px auto;
}



.testimonials h1{
    text-align: center;
    font-weight: bold;
    color: #000;
    margin-top: 50px;
}
.testimonials h1 i{
    transform: rotate(30deg);
    font-size: 17px;
    transform: translateY(-15px);
    color: #000;
}
.testimonials p{
    text-align: center;
    font-family: 'Bad Script', cursive;
    color: #B91010;
    font-size: 27px;
}


.testimonials .middlephoto img{
    width: 285px;
    height: 460px;
}

.testimonials .person{
    padding-top: 85px;
}

.testimonials .person img.firstrow{
    max-width: 90px;
    max-height: 98px;
    position: absolute;
    left: 99px;
    top: 280px;
    border: 2px dashed #B91010;
}
.testimonials .person img.secondrow {
    max-width: 90px;
    max-height: 98px;
    position: absolute;
    left: 99px;
    top: 625px;
    border: 2px dashed #B91010;
}


/*-----Bubble------*/
.slideContainer{
  position: relative;
  min-width: 100px;
  min-height: 150px;
  margin-bottom: 110px;
}

.slider {
  position: absolute;
  width: 250px;
  height: 100px;
  border: 2px solid #EEE;
  border-radius: 10px;
  overflow: hidden;
  z-index: 0;
}

.slide-viewer {
    position: relative; /* needed for IE7 */
    overflow: hidden;
    height: 200px;
}

.slide-group {
    width: 100%;
    height: 100%;
    position: relative;
}

.slide {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    background: white;
}

.slide:first-child {
    display: block;
}


.slide-buttons {
  text-align: center;
    display: none; /*----hide indicator*/
}

.slide-btn {
  position: relative;
  bottom: 190px;
  border: none;
  background: none;
  color: #ccc;
  font-size: 200%;
  line-height: 0.5em;
}

.slide-btn.active, .slide-btn:hover {
  color: #000;
  cursor: pointer;
}

h3{
  position: relative;
  text-align: center;
  font-family: 'Nunito', sans-serif;
  color: #B91010;
    font-size: 20px;
}

.bubble{
  position: absolute;
  top: 20px;
  left: 20px;
  width: 239px;
  height: 90px;
  background: #651717;
  border-radius: 10px;
}

.bubble:before{
  content:"";
  position: relative;
  top: 163px;
  left: 35px;
  width: 0px; 
  height: 0px; 
  border-top: 75px solid #651717;
  border-left: 75px solid transparent;
}

.bubble:after{
  content:"";
  position: relative;
  z-index: 999 !important;
  top: 149px;
  left: -46px;
  width: 0px; 
  height: 0px; 
  border-top: 75px solid white;
  border-left: 75px solid transparent;
}


/*------------------------Contact--------------------------*/
.contact{
    padding-top: 40px;
}
.contact i{
    display: block;
    text-align: center;
    color: #B91010;
    font-size: 70px;
}
.contact h1{
    text-align: center;
    font-weight: bold;
}
.contact p{
    text-align: center;
    font-family: 'Bad Script', cursive;
    color: #B91010;
    font-size: 25px;
}


.contact .photo{
    float: right;
}
.contact .call{
    float: left;
    padding-top: 55px;
    padding-right: 130px;
}

.contact .call form{
    margin-bottom: 20px;
}



/*------------------------Copyright--------------------------*/

.copyright{
    background: #000;
    margin-top: -1px;
}
.copyright h4{
    padding: 10px;
    color: #ddd;
    font-family: 'Cantarell', sans-serif;
    line-height: 60px;
}
.copyright h4 span{
    padding: 5px;
    cursor: pointer;
}
.copyright h4 span:hover{
    background: #651717;
    transition: all 1s ease-in-out;
    border-radius: 30%;
}


.copyright .social{
    
}
.copyright .social i{
    font-size: 30px;
    padding: 10px;
    color: #eee;
    float: right;
    line-height: 20px;
    border: 1px solid #fff;
    margin-left: 10px;
    margin-top: 25px;
    border-radius: 10%;
    transition: all .4s ease-in-out;
}

.copyright .social i.f:hover{
    background-color:#0A10EC;
    color: #fff;
}
.copyright .social i.t:hover{
    background-color:#13AEFF;
    color: #fff;
}
.copyright .social i.b:hover{
    background-color:#0F1280;
    color: #fff;
}
.copyright .social i.y:hover{
    background-color:#EA0800;
    color: #fff;
}



/*------------------------------ScrollTop---------------------------*/

#scrolltop{
    position: fixed;
    right: 20px;
    bottom: 25px;
    border: 5px solid #B91010;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #B91010;
    display: none;
    cursor: pointer;
}

#scrolltop span{
    font-size: 35px;
    color: #fff;
    text-align: center;
    display: block;
}

#scrolltop:hover{
    transform: scale(1.2,1.2);
    transition: all .5s ease;
}


/*---------------------------------------------Experience----------------------------------------*/


.experience{
    padding: 50px 0;
}
.experience h1{
    text-align: center;
    font-weight: bold;
    color: #000;
}
.experience p{
    text-align: center;
    color: #B91010;
    font-size: 25px;
    font-family: 'Bad Script', cursive;
}

.experience .my-xp{
    background: url('../images/xp.png') no-repeat center;
    min-height: 600px;
    padding-top: 55px;
    margin: 50px auto;
}


.lol{
    display: block;
    margin: 0 auto;
    width: 600px;
}
.lol h2{
    margin-top: 40px;
}
.lol p{
    font-family: inherit;
    
}
.bx-wrapper .bx-viewport{
    background: transparent;
    border: none;
    box-shadow: none;
}



/*--------------Loading-------------------*/
.main{
    background-color: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 9999;
}


* {
  box-sizing: border-box;
}



.small2 {
  position: absolute;
  height: 100px;
  width: 100px;
  background-color: transparent;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
}

.small1 {
  position: absolute;
  height: 100px;
  width: 100px;
  top: 50vh;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: transparent;
}

.bigcon {
  position: absolute;
  height: 95px;
  width: 95px;
  top: 50vh;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: transparent;
  animation: bigcon 2s infinite linear;
  animation-delay: 0.25s;
}

.ball {
  border-radius: 50%;
  position: absolute;
}

.small {
  width: 25px;
  height: 25px;
  animation: small 2s infinite ease;
  box-shadow: 0px 2px rgba(0,0,0,0.3);
   background-color: #46b9ff;
}

.small:nth-child(1) {
  top: 0%;
  left: 0%;
}

.small:nth-child(2) {
  top: 0%;
  right: 0%;
}

.small:nth-child(3) {
  right: 0%;
  bottom: 0%;
}

.small:nth-child(4) {
  bottom: 0%;
  left: 0%;
}

.big {
  width: 20px;
  height: 20px;
  border-radius: 15px;
  box-shadow:0px 0px 10px #54f7f8, 0px 0px 20px #54f7f8, 0px 0px 30px #54f7f8, 0px 0px 50px #54f7f8, 0px 0px 60px #54f7f8 ;
  z-index: 1;
  background-color: #54f7f8;
  animation: bigball 1s infinite linear;
}

.smallball1{
  animation-delay: -1.75s;
}
.smallball6{
  animation-delay: -1.5s;
}
.smallball2{
  animation-delay: -1.25s;
}
.smallball7{
  animation-delay: -1s;
}
.smallball3{
  animation-delay: -0.75s;
}
.smallball8{
  animation-delay: -0.5s;
}
.smallball4{
  animation-delay: -0.25s;
}
.smallball5{
  animation-delay: -0s;
}

@keyframes bigcon {
  0% {
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  100% {
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(405deg);
  }
}

@keyframes small {
  0% {
    transform: scale(1);
     background-color: #46b9ff;
  }
  10% {
    transform: scale(1.3);
    background-color: #54f7f8;
  }
  15% {
    transform: scale(1);
  }
  25%{
transform: scale(1);
     background-color: #46b9ff;
  }
  100%{
    transform: scale(1);
     background-color: #46b9ff;
  }
}
/*-------------------------------------------------Media Query-------------------------------*/


/*Mediem*/

@media (min-width:992px) and (max-width:1199px) {
   
    .header h1 {margin-top: 120px; font-size: 40px;}
    
    .gallery .product .overlay {width: 77%}
    
}

/*Small*/

@media (min-width:768px) and (max-width:991px){
    
    .header h1 {margin-top: 120px; font-size: 40px;}
    
    .gallery .product .overlay {width: 100%}
        
    .testimonials .middlephoto img { width: 225px; height: 400px;}
    
    .contact .call { padding: 20px 10px;}
}


/*Extra small (smartphones and TAblet)*/

@media (max-width:767px){
    
    .navigation .links {display: none}
    .navigation .brand img {width: 100px; height: 70px;}

    .header h1 {margin-top: 180px; font-size: 40px;}
    
    .header .slinks img {width: 70px; height: 51px;}
    
    .gallery .product .overlay {width: 93%;}
    
    .testimonials .middlephoto {display: none}
    
    .contact .photo {display: none}
    
    .contact .call {float: none; padding: 20px 70px;}
}















