
@import 'https://fonts.googleapis.com/css?family=Quicksand';

body, html {
    overflow-x: hidden;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Poiret One';
}
.over {
    overflow-y: hidden !important;
}
::-webkit-scrollbar {
    width: 3px;   
}
.img-responsive{
    width:90% !important;
    border:none !important;

}
/* Track */
::-webkit-scrollbar-track {
    background: #a3a3a3;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #663160;
}
.padding{
    padding:0;
    margin:0;
}
.navbar-inverse {
    background-color: transparent;
    border: none;
}
    .navbar-inverse .navbar-brand {
        color: #29cfa3;
        position: absolute;
        top: 70%;
        font-family: 'Poiret One';
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 1.7em;
    }
        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #663160;
        }
            .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #29cfa3;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: #29cfa3;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #663160;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: transparent;
    }
.navbar-right{
    margin-right:20px;
}
.container-fluid > .navbar-header{
    margin-left: 35px;
}
.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.navbar-toggle {
    border: none;
}

.navbar-brand {
    margin-left: -15px;
}
.banner {
    background: url("images/background.png") no-repeat center center fixed;
    background-size: 100% 100%;
}
.svg-container{
    padding:0 5%;
}
    .svg-container svg {
        margin: 49% 0 0 19%;
    }

.cls-1 {
    fill: none;
    animation: draw-cls-1 1s forwards ease-in;
    transition: 300ms all;
    transition-origin: 50% 50%;
}

.cls-2 {
    stroke: #663160;
    stroke-width: 3px;
    fill: none;
    stroke-dasharray: 650;
    stroke-dashoffset: -650;
    animation: draw-cls-2 2s forwards ease-in;
    animation-delay: 1s;
}

.cls-3, .cls-4 {
    font-size: 24px;
    letter-spacing:normal;
    font-weight:100;
}

.cls-4, .cls-5 {
    animation: draw-cls-45 2s forwards ease-in;
    animation-delay: 3s;
    opacity: 0;
}

.cls-4 {
    fill: #663160;
}

.cls-5 {
    fill: #fff;
}

@keyframes draw-cls-2 {
    from {
        stroke-dashoffset: -650;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes draw-cls-1 {
    from {
        fill: none;
        transform: scale(0);
    }

    to {
        fill: #29cfa3;
        transform: scale(1);
    }
}

@keyframes draw-cls-45 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.logo {
    text-align: center;
}
    .logo img {
        width: 18%;
        margin: 49% 0.5% 20.7% 19%;
    }
    .logo span {
        color: #29cfa3;
        position: absolute;
        bottom: 30%;
        font-weight: 600;
        letter-spacing: 1px;
        font-family: 'Poiret One';
    }
        .logo span span {
            color: #663160;
            position: absolute;
            bottom: -230%;
            font-size: 3em;
            display: block;
            animation: website 2s forwards ease-in;
        }
        @keyframes website{
            from {
                transform: translateX(-245px);
            }
            to {
                transform: translateX(0);
            }
        }
@media(max-width:1024px) {
    .logo img {
        margin: 49% 0.5% 20.7% 0%;
    }

    .logo span span {
        bottom: -158%;
        font-size: 2em;
    }
    .button_container{
        top:2% !important;
    }
    .navbar-inverse .navbar-brand{
        top:28%;
    }
    .navbar-brand {
        margin-left: -40px;
    }
    .swing {
        margin: 7% 0px !important;
    }
    .display{
        display:block !important;
    }
    .none {
        display: none !important;
    }
}
@media(max-width:768px){
    .navbar-inverse .navbar-brand {
        top: 10%;
    }
}
@media(max-width:767px){
    .form-control{
        width:100% !important;
    }
    .footer-sub .heart {
        width: 3.5% !important;
    }
    .overlay {
        background: rgba(0,0,0,1) !important;
    }
    .cls-3, .cls-4 {
        font-weight: 600 !important;
    }
    footer p{
        transform:translateY(0) !important;
        margin-top:10px;
    }
    .social-link-container {
        text-align: center !important;
    }
    img.social-link {
        display: inline;
        transform: translateY(0) !important;
    }
    .button_container {
        top: 4% !important;
    }
    .logo{
        text-align:left !important;
    }
    .logo img {
        margin: 49% 0.5% 20.7% 21% !important;
    }
    .svg-container {
        padding: 0 5%;
        text-align: center !important;
    }
        .svg-container svg {
            margin: 49% 0 0 6% !important;
        }
    .navbar-right {
        margin-right: 0 !important;
    }

    .container-fluid > .navbar-header {
        margin-left: 0 !important;
    }
    .button_container.active {
        right: 5%;
    }
    .navbar-brand {
        margin-left: -15px !important;
    }
}

.overlay ul li a {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #ff5252;
    text-decoration: none;
    font-size: 20px;
    overflow: hidden;
    top: 5px;
}

    .overlay ul li a:after {
        content: '';
        position: absolute;
        background: #ff5252;
        height: 2px;
        width: 0%;
        transform: translateX(-50%);
        left: 50%;
        bottom: 0;
        transition: 0.35s ease;
    }

    .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
        width: 100%;
    }

.button_container {
    position: fixed;
    top: 7%;
    right: 2%;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 9999;
    transition: opacity 0.25s ease;
}    

    .button_container:hover {
        opacity: 0.7;
    }

    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #29cfa3;
    }

    .button_container.active .middle {
        opacity: 0;
        background: #29cfa3;
    }

    .button_container.active .bottom {
        transform: translateY(-6px) translateX(0) rotate(-45deg);
        background: #29cfa3;
    }

    .button_container span {
        background: #29cfa3;
        border: none;
        height: 1px;
        width: 80%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
        cursor: pointer;
    }

        .button_container span:nth-of-type(2) {
            top: 9px;
        }

        .button_container span:nth-of-type(3) {
            top: 18px;
        }

.overlay {
    position: fixed;
    background: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
    z-index: 1;
}

    .overlay.open {
        opacity: 1;
        visibility: visible;
        height: 100vh;
    }

        .overlay.open li {
            animation: fadeInRight 0.5s ease forwards;
            animation-delay: 0.35s;
        }

            .overlay.open li:nth-of-type(2) {
                animation-delay: 0.4s;
            }

            .overlay.open li:nth-of-type(3) {
                animation-delay: 0.45s;
            }

            .overlay.open li:nth-of-type(4) {
                animation-delay: 0.5s;
            }

    .overlay nav {
        position: relative;
        height: 70%;
        top: 50%;
        transform: translateY(-50%);
        font-size: 50px;
        font-family: 'Vollkorn', serif;
        font-weight: 400;
        text-align: center;
    }

    .overlay ul {
        list-style: none;
        padding: 0;
        margin: auto;
        display: inline-block;
        position: absolute;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

        .overlay ul li {
            display: block;
            height: 25%;
            height: calc(40% / 4);
            min-height: 50px;
            position: relative;
            opacity: 0;
        }

            .overlay ul li a {
                display: block;
                position: relative;
                color: #29cfa3;
                text-decoration: none;
                overflow: hidden;
            }

                .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
                    width: 2%;
                    color: #663160;
                }

                .overlay ul li a:after {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: 50%;
                    width: 0%;
                    transform: translateX(-50%);
                    height: 1px;
                    background: #663160;
                    transition: 0.35s;
                }

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

.about p {
    margin-top: 39%;
    text-align: center;
}
.abt-cnt {
    margin-top:61% !important;
    margin-bottom:30%;
}
.work {
    background: #000;
    padding: 10%;            
    overflow-y:hidden;
}
.swing.hgt{
        width: 100%;
    height: 135px;
    overflow: hidden;
} 
.swing {
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
    float: left;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}

    .swing img {
        border: 3px solid #f8f8f8;
        display: block;
        width:40%;
    }
    #tab3_content .swing img{
        width:70%;
    }
    .swing:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        border: 1px solid #999;
        top: -10px;
        left: 45%;
        z-index: 0;
        border-bottom: none;
        border-right: none;
        transform: rotate(45deg);
    }
    /* nail */
        .swing:before {
        content: '';
        position: absolute;
        width: 5px;
        height: 5px;
        top: -14px;
        left: 48%;
        z-index: 5;
        border-radius: 50% 50%;
        background: #000;
    }

@keyframes swing {
    0% {
        transform: rotate(3deg);
    }

    100% {
        transform: rotate(-3deg);
    }
}
.none {
    display: block;
}

.display {
    display: none;
}
footer {        
}
.footer-main {
    background: rgba(0, 0, 0, .9);
    padding: 1.5%;
}
img.footer-logo {
    width: 8%;
}
footer p {
    text-align: center;
    color: #484848;
    transform: translateY(21px);
    font-size: 1.2em;
}
.social-link-container {
   text-align:right;
}
img.social-link {
    display: inline;
    transform: translateY(9px);
    width: 8%;
    transition:all 1s;
}
.social-link:hover {
    animation: gbounce 2s, link 2s;
    transition: all 1s;
}
@keyframes link{
    from{
        transform:rotate(0);       
    }
    to {
        transform: rotate(360deg);
    }
}
.footer-sub {
    background: rgba(0, 0, 0,1);
    padding: 1%;
    text-align: center;
}
    .footer-sub span {
        text-align: center;
        color: #484848;
        font-size: 1em;
    }
    .footer-sub .heart {
        width: 1.5%;
        margin: 0 0.5%;
    }
.srt:hover {
    animation: draw-cls-1 1s forwards ease-in;
    transition: 300ms all;
    transition-origin: 50% 50%;
}
div#contact {
    text-align: center;
    padding: 11.5% 0;
}
#background_css3{
    z-index:-1;
}
form {
    width: 60%;
    z-index: 1;
}
.form-control {
    width: 65%;
    height: 45px;
    border-radius: 0;
    margin-bottom: 3%;
    transition: all 0.5s ease;
    background: transparent;
    font-size: 1.2em;
    border-radius:4px;
}
    .form-control:focus {
        border-image: linear-gradient(to right, #663160 0%, #29cfa3 100%);
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-style: solid;
        border-image-slice: 1;
    }
.btn-default {
    color: #333;
    background-color: transparent;
    border-image: linear-gradient(to right, #663160 0%, #29cfa3 100%);
    outline: 0;
    border-radius:4px;
    border-color: none;
    border-style: solid;
    border-image-slice: 1;
    min-width: 150px;
    transition: all 0.5s;
    font-size: 1.5em;
    font-weight: 600;
}
    .btn-default.active, .btn-default:active, .btn-default:active:focus, .btn-default:focus {
        background-color: transparent;
        background: transparent;
        background: transparent;
        border-color: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: none;
        outline: none;
    }
    .btn-default:hover {
        background: transparent;
        border-color: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: none;
        animation: gbounce 2s;
        animation-timing-function: ease;
        animation-iteration-count: 2;
    }

@keyframes gbounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}
@media screen and (max-width: 400px) {
    .tab_div {
        display: none;
    }
}

.tab_div {
    width: 100%;
    transform: translateZ(0);
}

.tabs_menu {
    padding-top: 1%;
    width: 100%;
    float: left;
}

ul.tabs {
    padding: 0;
}

#tab1,
#tab2,
#tab3,
#tab4 {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 6%;
    padding-right: 6%;
    width: 100%;
}

ul.tabs li {
    list-style-type: none;
    border-left: 1px solid #663160;
    font-size: 18px;
    color: white;
}
.tab_div{
    display:block !important;
}
#tab1_content,
#tab2_content,
#tab3_content,
#tab4_content {
    float: right;
    width: 100%;
    height: auto;
    padding-top: 2%;
}
/* hover effect */

ul.tabs li {
    display: inline-block;
    position: relative;
    padding: 1em;
    cursor: pointer;
    background: #17171e;
    color: white;
    z-index: 0;
}
    ul.tabs li.active {
        border-left: 1px solid #29cfa3;       
    }
    ul.tabs li:before {
        content: " ";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #29cfa3;
        transform: scaleX(0);
        transform-origin: 0 50%;
        transition: transform .5s ease-out;
    }

    ul.tabs li:hover:before {
        transform: scaleX(1);
    }
