body {
    margin: 0;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
}

ul {
    list-style: none;
}

blockquote {
    margin-left: 0;
}

h1 {
    padding: 0 0 20px 0;
    position: relative;
}

h1:after {
    content: "";
    width: 15%;
    height: 7px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.item-full-page {
    width: 100%;
    height: 100%;
    mix-blend-mode: exclusion;
}

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    display: block !important;
    border: 0px solid white;
    outline: 0;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: 0;
    display: block !important;
    border: 0px solid white;
    outline: 0;
}

.owl-prev i {
    transform: scale(4, 5);
    color: white;
    padding-left: 10px;
}

.owl-next i {
    transform: scale(4, 5);
    color: white;
    padding-right: 10px;
}

.owl-prev.disabled, .owl-next.disabled {
    display: none !important;
}

.about {
    color: white;
    background: url(../img/img1.jpg);
    /* background: url(http://unsplash.it/1499/1000); */
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.center {
    position: absolute;
    top: 30%;
    left: 20%;
    background: #488ee2;
    padding: 20px 10px;
    /* box-shadow: -6px 0 #488ee2, 6px 0 #488ee2, 0 7px 4px -3px #070708; */
    box-shadow: 0px 0 #82868c, 0px 0 #bfc3c7, 0 5px 10px 0px #070708;
}

/*experince*/

.experince, .project, .contact {
    background: #488ee2;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.project {
    /* background: #48a65b;  */
    background: #a20d9e;
}

.contact {
    background: #006f41;
}

.container {
    width: 80%;
    margin: 0 auto;
    color: white;
    /* padding-top: 30px; */
}

.skill-info {
    padding-top: 15px;
}

.award-info {
    padding-top: 15px;
    font-size: 18px;
}

.award-info .fas {
    padding-right: 15px;
}

.experince .container span {
    margin-left: 10px;
}

.font-strong {
    /* font-size: 1.2em; */
    font-weight: bold;
}

/*
 * ==== Losange
 */

.user {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    background-image: url('../img/profile1.JPG');
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.intro-about {
    width: 85%;
    font-size: 1.1em;
    font-style: italic;
    line-height: 1.8;
}

.clear-both {
    clear: both;
}

.intro-text {
    /* padding-top: 25px; */
}

.gallery-items {
    margin-top: 30px;
}

.gallery-items>div {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 105px;
    transition: all .5s;
}

.image-link {
    text-decoration: none;
    color: white;
}

.gallery-items>div:hover {
    border: 2px solid #ccc;
    transform: scale(1.1);
    box-shadow: 0 13px 30px 0 rgba(0, 0, 0, 0.2), 0 20px 20px 0 rgba(0, 0, 0, 0.19);
}

.gallery-items>div img {
    width: 100%;
    height: auto;
}

.gallery-items .desc {
    padding: 10px;
    text-align: center;
    font-size: 13px;
    height: 55px;
}

.fa-award, .fa-eye, .fa-user-graduate, .fa-question-circle {
    font-size: 30px;
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle
}

/* Social Section */

.testimonials, .contact .icon-effect {
    margin-top: 30px;
}

.testimonials .far {
    float: left;
    display: block;
}

.testimonials p {
    overflow: hidden;
    margin: 0;
    padding-left: 25px;
}

.author {
    text-align: left;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    padding-left: 41px;
    font-style: italic;
    letter-spacing: 1.1;
}

/* Social Section */

.transition-animation {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.icon-effect>li {
    display: inline;
    margin-right: 20px;
}

/*
  * Icon styles
  *
  * There are styles for icon and everything which are connected with it.
  */

.social-icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    color: #f1f1f1;
    line-height: 52px;
    text-align: center;
    background-color: #488ee2;
}

.social-icon .fab, .social-icon .fas {
    line-height: 2;
}

.social-icon:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-sizing: content-box;
}

/* Hover effect */

.icon-effect .social-icon {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.icon-effect .social-icon:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #f1f1f1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.icon-effect-1a .social-icon:hover {
    background-color: #f1f1f1;
    color: #488ee2;
}

.icon-effect-1a .social-icon:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.contact-me {
    font-style: italic;
    letter-spacing: 1.5;
}

.fa-at, .fa-phone-square {
    vertical-align: middle;
}

.footer {
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 100%;
    background: #488ee2;
    z-index: 1;
    padding: 16px;
    margin: 0;
    color: white;
}

.footer .right {
    float: right;
}

@media (min-width:320px) {
    /* smartphones, iPhone, portrait 480x320 phones */
    body {
        font-size: 0.7em;
    }
    .footer {
        width: auto;
    }
    .footer .right {
        float: none;
    }
    .owl-next i, .owl-prev i {
        transform: scale(2, 3);
    }
    .user {
        width: 50px;
        height: 50px;
    }
    .skill-container, .gallery-items {
        overflow-y: scroll;
        height: 140px;
    }
    .award-info {
        font-size: 1.2em;
    }
    .testimonials {
        height: 300px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .icon-effect-1a {
        padding-left: 10px;
    }
    .icon-effect>li {
        margin: 4px;
    }
    .social-icon {
        margin-bottom: 10px;
    }
}

@media (min-width:641px) {
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
}

@media (min-width:961px) {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
}

@media (min-width:1025px) {
    /* big landscape tablets, laptops, and desktops */
    body {
        font-size: 1em;
    }
    .footer {
        width: 100%;
    }
    .footer .right {
        float: right;
    }
    .owl-next i, .owl-prev i {
        transform: scale(4, 5);
    }
    .user {
        width: 150px;
        height: 150px;
    }
/*     .skill-container, .gallery-items {
        overflow-y: hidden;
        height: auto;
    } */
    .award-info {
        font-size: 18px;
    }
    .testimonials {
        height: auto;
        overflow: hidden;
    }
    .static icon-effect-1a {
        padding-left: 40px;
    }
    .icon-effect>li {
        margin: auto;
        margin-right: 20px;
    }
    .social-icon {
        margin-bottom: 0px;
    }
}

.award-left-container {
    display: inline-block;
    width: 50%;
}

.award-right-container {
    display: inline-block;
    width: 49%;
}
