/******************** General************************/

.main-color {
    color: #e65f78 !important;
}

.main-background-color {
    background-color: #e65f78 !important;
}

body {
    font-family: 'Nunito', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif !important;
}

.section-subtitle {
    max-width: 500px !important;
}


/****************Home****************/

#home {
    background-image: url(../images/header-bg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}

#home .layer {
    background-color: rgba(0, 0, 0, 0.69);
}

#home .nav-link {
    color: black;
    transition: color 0.5s;
}

.home-content p {
    color: rgba(255, 255, 255, 0.75);
}

#home .nav-link:hover {
    color: #e65f78;
    cursor: pointer;
}

.btn {
    padding: 10px 15px;
    border: 2px solid #fff;
    color: #fff;
}

.btn:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    color: black !important;
    cursor: pointer;
}

.settings-icon {
    position: absolute;
    top: 20%;
    left: 0;
    background-color: #2b2424;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
}

.up-icon {
    position: absolute;
    bottom: 30px;
    right: 40px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #e65f78;
    z-index: 999;
    color: #fff;
    cursor: pointer;
}

#home .down-icon {
    height: 45px;
    width: 25px;
    border: 2px solid #fff;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 15px;
    animation: scroll 3s ease-in-out infinite;
}

#home .down-icon::after {
    content: "";
    width: 3px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    bottom: 10px;
    transform: translate(-50%);
}

@keyframes scroll {

    0% {
        bottom: 50px;
    }

    10% {
        bottom: 100px;
    }

    20% {
        bottom: 50px;
    }

    30% {
        bottom: 80px;
    }

    40% {
        bottom: 50px;
    }

    50% {
        bottom: 70px;
    }

    60% {
        bottom: 50px;
    }

    70% {
        bottom: 60px;
    }

    80% {
        bottom: 50px;
    }

    90% {
        bottom: 50px;
    }

    100% {
        bottom: 50px;
    }
}

h1::after {
    content: "|";
    animation: typing 10s linear infinite;
}

@keyframes typing {
    0% {
        content: "A|";
    }

    1% {
        content: "A |";
    }

    2% {
        content: "A G|";
    }

    3% {
        content: "A Gr|";
    }

    4% {
        content: "A Gra|";
    }

    5% {
        content: "A Grap|";
    }

    6% {
        content: "A Graph|";
    }

    7% {
        content: "A Graphi|";
    }

    8% {
        content: "A Graphic|";
    }

    9% {
        content: "A Graphic |";
    }

    10% {
        content: "A Graphic D|";
    }

    11% {
        content: "A Graphic De|";
    }

    13% {
        content: "A Graphic Des|";
    }

    14% {
        content: "A Graphic Desi|";
    }

    15% {
        content: "A Graphic Desig|";
    }

    16% {
        content: "A Graphic Design|";
    }

    17% {
        content: "A Graphic Designe|";
    }

    18% {
        content: "A Graphic Designer|";
    }

    19% {
        content: "A Graphic Designer.|";
    }

    20% {
        content: "A Graphic Designer.|";
    }

    21% {
        content: "A Graphic Designer.|";
    }

    22% {
        content: "A Graphic Designer|";
    }

    23% {
        content: "A Graphic Designe|";
    }

    24% {
        content: "A Graphic Design|";
    }

    25% {
        content: "A Graphic Desig|";
    }

    25% {
        content: "A Graphic Desi|";
    }

    26% {
        content: "A Graphic Des|";
    }

    27% {
        content: "A Graphic De|";
    }

    28% {
        content: "A Graphic D|";
    }

    29% {
        content: "A Graphic |";
    }

    30% {
        content: "A Graphic|";
    }

    31% {
        content: "A Graphi|";
    }

    32% {
        content: "A Graph|";
    }

    33% {
        content: "A Grap|";
    }

    34% {
        content: "A Gra|";
    }

    35% {
        content: "A Gr|";
    }

    36% {
        content: "A G|";
    }

    37% {
        content: "A |";
    }

    38% {
        content: "A P|";
    }

    39% {
        content: "A Ph|";
    }

    40% {
        content: "A Pho|";
    }

    41% {
        content: "A Phot|";
    }

    42% {
        content: "A Photo|";
    }

    43% {
        content: "A Photog|";
    }

    44% {
        content: "A Photogr|";
    }

    45% {
        content: "A Photogra|";
    }

    46% {
        content: "A Photograp|";
    }

    47% {
        content: "A Photograph|";
    }

    48% {
        content: "A Photographe|";
    }

    49% {
        content: "A Photographer|";
    }

    50% {
        content: "A Photographer.|";
    }

    51% {
        content: "A Photographer.|";
    }

    52% {
        content: "A Photographer.|";
    }

    53% {
        content: "A Photographer|";
    }

    54% {
        content: "A Photographe|";
    }

    55% {
        content: "A Photograph|";
    }

    56% {
        content: "A Photograp|";
    }

    57% {
        content: "A Photogra|";
    }

    58% {
        content: "A Photogr|";
    }

    59% {
        content: "A Photog|";
    }

    60% {
        content: "A Photo|";
    }

    61% {
        content: "A Phot|";
    }

    62% {
        content: "A Pho|";
    }

    63% {
        content: "A Ph|";
    }

    64% {
        content: "A P|";
    }

    65% {
        content: "A |";
    }

    66% {
        content: "A|";
    }

    67% {
        content: "|";
    }

    68% {
        content: "K|";
    }

    69% {
        content: "Ke|";
    }

    70% {
        content: "Ker|";
    }

    71% {
        content: "Kerr|";
    }

    72% {
        content: "Kerri|";
    }

    73% {
        content: "Kerri |";
    }

    74% {
        content: "Kerri D|";
    }

    75% {
        content: "Kerri De|";
    }

    76% {
        content: "Kerri Deo|";
    }

    77% {
        content: "Kerri Deo.|";
    }

    78% {
        content: "Kerri Deo.|";
    }

    79% {
        content: "Kerri Deo.|";
    }

    80% {
        content: "Kerri Deo|";
    }

    81% {
        content: "Kerri De|";
    }

    82% {
        content: "Kerri D|";
    }

    83% {
        content: "Kerri |";
    }

    84% {
        content: "Kerri|";
    }

    85% {
        content: "Kerr|";
    }

    86% {
        content: "Ker|";
    }

    87% {
        content: "Ke|";
    }

    88% {
        content: "K|";
    }

    89% {
        content: "|";
    }

    90% {
        content: "|";
    }

    91% {
        content: "|";
    }

    92% {
        content: "|";
    }

    93% {
        content: "|";
    }

    94% {
        content: "|";
    }

    95% {
        content: "|";
    }

    96% {
        content: "|";
    }

    97% {
        content: "|";
    }

    98% {
        content: "|";
    }

    99% {
        content: "|";
    }

    100% {
        content: "|";
    }

    /* Kerri Deo.| */
    /* A Graphic Designer.| */
    /* A Photographer.| */
}

#home .nav-item {
    padding: 0 10px;
}

/* ***********End Home********* */

/* *******About******* */

.about-social {
    padding-left: 0px;
}

.list-inline-item i {
    border: 2px solid #d4d4d4;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #000;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    margin-top: 30px;
    transition: all 0.5s;
}

.list-inline-item i:hover {
    color: #e65f78;
    border-color: #e65f78;
}

/* ***********End About********* */


/* *******Services******* */

#Services {
    background-color: #f8f9fa !important;
}

#Services .line {
    width: 15%;
    height: 2px;
    background-color: #e65f78;
    transition: width 0.5s;
}

#Services p {
    line-height: 2;
}

#Services .services-item {
    border: 1px solid #e8e8e8;
}

#Services .services-item:hover .line {
    width: 20%;
    cursor: pointer;
}

/* *******End Services******* */

/* *******Section******* */


.btn1 {
    cursor: pointer;
    padding: 15px 32px !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.6px;
    color: #fff;
    border-radius: 5px !important;
    background-color: #e65f78 !important;
    border: 1px solid #e65f78;
    transition: background-color 0.5s;
}

.btn1:hover {
    cursor: pointer;
    background-color: rgba(230, 95, 120, 0.9) !important;
}

/* *******End Section******* */

/* *******Clients******* */

.carousel-item p {
    max-width: 750px;
}

.client {
    background-color: #f8f9fa !important;
}

#carouselExampleIndicators .carousel-indicators button.active {
    width: 20px;
    opacity: 1;
    height: 6px;
    border: 1px solid transparent;
    border-radius: 20px;
}

#carouselExampleIndicators .carousel-indicators button {
    width: 12px;
    opacity: 0.5;
    height: 6px;
    border: 1px solid transparent;
    border-radius: 20px;
}

/* *******End Client******* */


/* ***********Portfolio*********** */
.nav-item button {
    color: black;
    margin: 0 10px;
    border-radius: 30px !important;
    transition: all 0.3s;
}

.nav-item button.active {
    background-color: #e65f78 !important;
    color: white;
}

.nav-item button:hover {
    background-color: #e65f78 ;
    cursor: pointer;
    color: white;
}

.work-item .layer {
    background-color: rgba(0, 0, 0, 0.567) !important;
    transition: opacity 0.5s;
    
}
.work-item:hover .layer {
    opacity: 1 !important;
}

#portfolio .work-item img
{
    transition: 0.5s;
}
#portfolio .work-item:hover img
{
    transform: scale(1.1);
}
/* *******End Portfolio******* */

/* ***********Contacts*********** */


.form-control:focus {
    color: #2b2424;
    background-color: #fff;
    border-color: #e65f78;
    box-shadow: none;
}

/* *******End Contacts******* */
