:root {
    --color-gray-light: #6b6b6b;
    --color-gray-medium: #3d3d3d;
    --color-black: #000000;
    --color-white: #fff;
    --color-blue-light: #608dfd;
    --color-green: #1e7a46;
    --color-blue-gradient-start: #5ca9fb;
    --color-blue-gradient-end: #6372ff;
    --color-blue-dark: #346fa3;
    --color-blue-shadow: #1f386e;
    --color-blue-border: #3174ac;
    --color-blue-button: #245c8b;
    --color-red: #cc0033;
    --color-form-border: #6b6b6b;
    --color-form-placeholder: #3d3d3d;
}

body,
html {
    font-family: "Open Sans", sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: var(--color-gray-light);
    font-weight: 400;
    width: 100% !important;
    height: 100% !important;
}

h2,
h3,
h4 {
    font-family: "Raleway", sans-serif;
}

h2 {
    text-transform: uppercase;
    margin: 0 0 20px;
    font-weight: 800;
    font-size: 36px;
    color: var(--color-black);
}

h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-black);
}

h4 {
    font-size: 18px;
    color: var(--color-black);
    font-weight: 600;
}

h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}

p {
    font-size: 15px;
}

p.intro {
    margin: 12px 0 0;
    line-height: 24px;
}

a {
    color: var(--color-blue-light);
    font-weight: 400;
}

a:hover,
a:focus {
    text-decoration: none;
    color: var(--color-blue-light);
}

ul,
ol {
    list-style: none;
}

ul,
ol {
    padding: 0;
}

hr {
    height: 2px;
    width: 70px;
    text-align: center;
    position: relative;
    background: var(--color-green);
    margin-bottom: 20px;
    border: 0;
}

h2 {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

h2::after {
    position: absolute;
    content: "";
    background: linear-gradient(to right, var(--color-blue-gradient-start) 0%, var(--color-blue-gradient-end) 100%);
    height: 4px;
    width: 100%;
    bottom: 0;
    left: 0;
}

/**************/
/*    Nav     */
/**************/

.name-navbar {
    color: white;
    font-weight: bold;
    font-size: 25px;
    margin-left: 5px;
}

.navbar {
    padding: 10px;
    position: fixed;
    width: 100%;
    z-index: 1;
    font-weight: bold;
}

.navbar ul {
    font: "Raleway", sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: white;
}

/*********/
/*HEADER*/
/*********/

.intro {
    display: table;
    width: 100%;
    padding: 0;
    background: url(./Img/Img-0.svg) center center no-repeat;
    background-color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .overlay {
    background: rgba(0, 0, 0, 0.12);
}

.intro h1 {
    font-family: "Raleway", sans-serif;
    color: var(--color-white);
    font-size: 82px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
}

.intro p {
    color: var(--color-white);
    font-size: 26px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 auto;
    margin-bottom: 60px;
}

header .intro-text {
    padding-top: 350px;
    padding-bottom: 200px;
    text-align: center;
}

p.intro {
    margin: 12px 0 0;
    line-height: 26px;
}

@media (min-width: 481px) and (max-width: 768px) {
    .intro h1 {
        font-size: 55px;
    }
}

@media (max-width: 480px) {
    .intro h1 {
        font-size: 40px;
    }
}

/**********/
/*ABOUT ME*/
/**********/

#aboutMe {
    margin-top: 60px;
}

#aboutMe img {
    margin-top: 20px;
}

@media (max-width: 768px) {
    #aboutMe {
        margin-top: 50px;
    }
}

/*********/
/*PROJECT*/
/*********/

#project {
    margin-top: 60px;
}

@media (max-width: 768px) {
    #project  {
        padding-top: 100px;
    }
}
/**************/
/*Testimonials*/
/**************/

#testimonials {
    background: var(--color-white);
    padding-top: 80px;
}

#testimonials i {
    color: var(--color-white);
    font-size: 32px;
    margin-bottom: 20px;
}

.testimonial {
    position: relative;
    padding: 20px;
}

.testimonial-image {
    float: left;
    margin-right: 15px;
}

.testimonial-image,
.testimonial-image img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.testimonial-content {
    position: relative;
    overflow: hidden;
}

.testimonial-content p {
    margin-bottom: 0;
    font-size: 14px;
    font-style: italic;
}

.testimonial-meta {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
    color: var(--color-gray-medium);
    margin-left: 80px;
}

/********/
/*SOCIAL*/
/********/

#social {
    padding: 100px 0;
}


#social .icons a svg {
    margin-top: 25px;
    fill: var(--color-blue-dark); 
    transition: transform 0.3s ease-in-out;
}

#social .icons:hover a svg {
    transform: scale(1.3); 
    box-shadow: var(--color-blue-shadow);
}

@media (max-width: 480px) {
    #social .icons a svg{
        margin-left: -10px;
    }
}

/*********/
/*CONTACT*/
/*********/

#contact, nav {
    padding: 100px 0 60px;
    background: linear-gradient(to right, var(--color-blue-dark) 0%, #bce4fb 100%);
    color: rgba(var(--color-white), 0.75);
    width: 100%;
}

#contact .section-title {
    margin-bottom: px;
}

#contact .section-title p {
    font-size: 16px;
}

#contact h2 {
    color: var(--color-white);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#contact .section-title h2::after {
    position: absolute;
    background: linear-gradient(to right, var(--color-blue-gradient-start) 0%, var(--color-blue-gradient-end) 100%);
    height: 4px;
    width: 100%;
    bottom: 0;
}

#contact h3 {
    color: var(--color-white);
    margin-top: 80px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    font-weight: 400;
}

#contact form {
    padding-top: 20px;
}

#contact .text-danger {
    color: var(--color-red);
    text-align: left;
}

#contact .btn-custom {
    margin: 30px 0;
    background: transparent;
    border: 2px solid #fff;
}

#contact .btn-custom:hover {
    color: var(--color-blue-shadow);
    background: var(--color-white);
}

label {
    font-size: 12px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    float: left;
}

#contact .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: var(--color-black);
    background-color: var(--color-white);
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#contact .form-control:focus {
    border-color: var(--color-form-border);
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
}

.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-control:-moz-placeholder,
.form-control:-ms-input-placeholder {
    color: var(--color-form-placeholder);
}

#contact .btn-custom {
    margin: 30px 0;
    background: transparent;
    border: 2px solid #fff;
}

.btn-custom {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    color: var(--color-white);
    background-color: var(--color-blue-border);
    background-image: linear-gradient(to right, var(--color-blue-button) 0%, var(--color-blue-gradient-end) 500%);
    padding: 14px 34px;
    letter-spacing: 1px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    border-radius: 25px;
    transition: all 0.5s linear;
    border: 0;
}

/********/
/*FOOTER*/
/********/

footer {
    padding-bottom: 10px;
}