/*

  1. >>> Header Style
  2. >>> Banner Style
  3. >>> About Style
  4. >>> Skills Style
  5. >>> Experience Style
  6. >>> Work Style
  7. >>> Footer Style

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------*/
html {
    font-family: 'Inter', sans-serif;
}

body {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
    font-weight: 400;
    font-style: normal;
    color: #373737;
    font-size: 14px
}

a, a:hover, a:focus, i, input, button, input:focus, .transition {
    text-decoration: none;
    outline: none;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
    box-shadow: none;
}

a {
    color: #000
}

iframe {
    border: 0;
    outline: none;
}

::-moz-selection {
    background: #000;
    text-shadow: none;
    color: #FFF
}

::selection {
    background: #000;
    text-shadow: none;
    color: #FFF
}

img {
    max-width: 100%;
    border: none;
    outline: none;
    height: auto;
}

input, textarea {
    border-radius: 0;
    resize: none;
}

ul {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'Inter', sans-serif;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
    color: #000;
}

/* 1.2 Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
}

figure {
    margin: 0
}

svg, img {
    max-width: 100%;
    height: auto;
}

/*-----------------------------------------------------------------
  1. >>> Header Style
----------------------------------------------------------------*/
.header {
    background-color: #FFF;
}

.header-highlight {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}

.logo {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 3px;
    color: #000;
    display: flex;
    align-items: center;
}

.logo span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 4px;
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-right: 12px;
    letter-spacing: normal;
}

.logo:hover {
    color: #F26464;
}

.social {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.social li {
    margin-left: 12px;
}

.social li:first-child {
    margin-left: 0;
}

.social li a {
    border-radius: 100%;
    color: #FFF;
    width: 24px;
    height: 24px;
    background-color: #F26464;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
}

.social li a:hover {
    background-color: #000;
    color: #FFF;
}

/*-----------------------------------------------------------------
  2. >>> Intro Section Style
----------------------------------------------------------------*/
.intro figure {
    border: 5px solid #F26464;
}

.intro section {
    padding-left: 70px;
    padding-right: 100px;
}

.intro section h1 span {
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 30px;
}

.intro section h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    color: #000;
}

.quotes strong {
    color: #F26464;
    font-size: 36px;
    font-weight: 800;
}

.quotes span {
    font-size: 16px;
    letter-spacing: 1px;
}

/*-----------------------------------------------------------------
  3. >>> About Style
----------------------------------------------------------------*/
.ds-about-section {
    padding-top: 60px;
    padding-bottom: 120px;
}

.ds-heading {
    display: inline-block;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    border-bottom: 3px solid #F26464;
    padding-bottom: 7px;
    margin-bottom: 23px;
}

.ds-about-section p {
    color: #373737;
    font-size: 24px;
    line-height: 40px;
    font-weight: 300;
    margin-bottom: 60px;
}

.ds-button {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #F26464;
    padding: 17px 30px;
    border: 2px solid #F26464;
    border-radius: 60px;
    /*background-color: #FFF;*/
}

.ds-button:hover {
    background-color: #F26464;
    color: #FFF;
}

.ds-arrow-button i {
    display: inline-block;
    vertical-align: middle;
}

/*-----------------------------------------------------------------
  4. >>> Skills Style
----------------------------------------------------------------*/
.ds-skills-section {
    padding-bottom: 105px;
}

.ds-skills-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 11px;
}

.ds-skills-list li {
    display: inline-block;
    color: #373737;
    font-size: 16px;
    padding: 10px 20px;
    background-color: #FFF;
    border: 1px solid #D7D7D7;
    border-radius: 27px;
    margin-right: 15px;
    margin-bottom: 15px;
    font-weight: 500;
}

/*-----------------------------------------------------------------
  5. >>> Experience Style
----------------------------------------------------------------*/
.ds-experience-section {
    padding-bottom: 120px;
}

.ds-experience-list section {
    padding-right: 70px;
}

.ds-experience-list {
    padding-top: 15px;
}

.company-name {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px;
}

.ds-experience-list span {
    display: block;
}

span.years {
    color: #373737;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 10px;
}

span.title {
    color: #373737;
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 30px;
}

.ds-experience-list p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.ds-experience-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 10px;
}

.ds-experience-list ul li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    padding-left: 28px;
    position: relative;
    margin-bottom: 20px;
}

.ds-experience-list ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    background-color: #373737;
}

li.award:before {
    content: "🏆"!important;
    width: 0px!important;;
    height: 0px!important;;
}

/*-----------------------------------------------------------------
  6. >>> Work Style
----------------------------------------------------------------*/
.contact-title {
    font-weight: 600;
    color: #000;
    font-size: 48px;
}

/*-----------------------------------------------------------------
  7. >>> Footer Style
----------------------------------------------------------------*/
.footer section span {
    letter-spacing: 1px;
}

.footer section p {
    letter-spacing: 1.13px;
}

/*-------------------------------------------------------------------------------
 Responsive XS Style @media (max-width: 767px) 
-------------------------------------------------------------------------------*/
@media (max-width: 768px) {
    .ds-header, .ds-header.ds-fixed-header {
        padding: 15px 0;
    }

    .intro, .ds-about-section, .ds-skills-section, .ds-experience-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .logo {
        font-size: 0;
    }

    .intro figure {
        padding: 30px 0;
    }

    .intro section {
        padding-left: 0;
        padding-right: 0;
    }

    .intro section h1 span {
        padding-bottom: 0;
    }

    .intro section h1, .contact-title {
        font-size: 30px;
        line-height: 40px;
    }

    .quotes {
        margin-top: 20px;
    }

    .quotes li {
        margin-right: 30px;
    }

    .quotes strong {
        font-size: 30px;
    }

    .quotes span {
        font-size: 14px;
    }

    .ds-about-section {
        padding-bottom: 60px;
    }

    .ds-about-section p {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .ds-skills-list li {
        margin-right: 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .ds-skills-section .col-12, .ds-experience-list .col-12 {
        margin-bottom: 40px;
    }

    .ds-skills-section, .ds-experience-section {
        padding-bottom: 0;
    }

    .ds-experience-list section {
        padding-right: 0;
    }

    .ds-button {
        padding: 11px 10px;
    }

    .contact-title {
        margin-bottom: 7px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .intro section {
        padding-right: 0;
    }

}
