/* puspa kumar shrestha */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inria+Serif:wght@300;400;700&display=swap');

body {
    font-family: 'Inria Serif', serif;
}
.res{
    background-color: black !important;
}


/* services */
.cta {
    border: none;
    background: none;
}

.cta span {
    padding-bottom: 7px;
    letter-spacing: 4px;
    font-size: 16px;
    padding-right: 15px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.cta svg {
    transform: translateX(-8px);
    transition: all 0.3s ease;
}

.cta:hover svg {
    transform: translateX(0);
}

.cta:active svg {
    transform: scale(0.9);
}

.hover-underline-animation {
    position: relative;
    color: rgb(255, 0, 0);
    padding-bottom: 20px;
}

.hover-underline-animation:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ff0000;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.cta:hover .hover-underline-animation:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.msg-text {
    min-height: 100px !important;
}

.section-image {
    height: 100vh;
}

.service-main {
    padding-top: 100px;
}

.card-img1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 460px;
    height: 520px;
}

.desc-text {
    line-height: 1.8;
    font-size: 16px;
    font-weight:300;
    font-family: 'Lato', sans-serif;
}


@media only screen and (max-width: 600px) {
    .content-0 h1 {
        font-size: 58px;
        margin-top: 150px;
    }

    .content-0 p {
        font-size: 20px;
    }

    .card-img1 {
        width: auto;
        height: 300px;
    }
}


a {
    text-decoration: none;
    color: white;
    font-size: 18px;
}



/* footer */

.wrapper {
    display: inline-flex;
    list-style: none;
    margin-bottom: -70px !important;
}

.wrapper .icon {
    position: relative;
    background: #ffffff;
    border-radius: 50%;
    padding: 15px;
    margin: 10px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


.wrapper .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #ffffff;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #ffffff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
    background: #1877F2;
    color: #ffffff;
}

.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
    background: #1DA1F2;
    color: #ffffff;
}

.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
    background: #E4405F;
    color: #ffffff;
}

.wrapper .github:hover,
.wrapper .github:hover .tooltip,
.wrapper .github:hover .tooltip::before {
    background: #333333;
    color: #ffffff;
}

.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
    background: #CD201F;
    color: #ffffff;
}


.ftco-footer {
    font-size: 16px;
    padding-top: 60px !important;

}

.ftco-footer .ftco-footer-widget h2,
.ftco-footer .ftco-footer-widget h4 {
    font-weight: normal;
    color: rgba(255, 255, 255, 0.9);
}

.ftco-footer .ftco-footer-widget .email a {
    color: #fff;
    font-family: 'Lato', sans-serif;
}

.ftco-footer .ftco-footer-widget h2 {
    font-weight: 700;
}

.ftco-footer p {
    color: rgba(255, 255, 255, 0.5);
}

.ftco-footer a {
    color: #000;
}

.ftco-footer a:hover {
    color: #fff;
}

.ftco-footer .ftco-heading {
    font-size: 24px;
}

.ftco-footer .ftco-heading-2 {
    font-size: 18px;
    font-weight: bold;
    color: #121212;
}

.ftco-section .ftco-sub-title {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .5em;
    color: #d4d4d4;
    /* font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
    font-weight: 300;
}


.about-work {
    padding-top: 100px !important;
    font-size: 18px;
}

.info-img {
    height: 350px;
    margin-right: 14px;
}

.table-details th {
    padding-right: 90px;
    line-height: 50px;

}

.banner-project img {
    width: 100%;
    height: auto;
}

.about-client {
    padding-top: 6rem;
}

.end-text {
    font-family: 'Lato', sans-serif;
    color: black !important;
}
.end-text a{
    color: black !important;

}
.email a{
    color: black !important;
}
.email{
    color: black !important;
}

/* aboutus */
.section-image .about-text {
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 6.5rem;
    color: white;
}


.content-0 .width-p {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
@media only screen and (max-width: 600px) {
    .about-text{
        font-size: 34px !important;
    }
    .width-p {
        width: 100%;
    }
}


.grid-sys{
    position:relative;
}
.full-link{
    position:absoolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9;
}
/* index */

.home-btn .cta {
    border: none;
    background: none;
}

.home-btn .cta span {
    padding-bottom: 7px;
    letter-spacing: 4px;
    font-size: 14px;
    padding-right: 15px;
    text-transform: capitalize;
    font-family: "Lato", sans-serif;
}

.home-btn .cta svg {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home-btn .cta:hover svg {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.home-btn .cta:active svg {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.home-btn .hover-underline-animation {
    position: relative;
    color: rgb(255, 255, 255);
    padding-bottom: 20px;
}

.home-btn .hover-underline-animation:after {
    content: "";
    position: absolute;
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.home-btn .cta:hover .hover-underline-animation:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}
.index-footer{
    margin-top: 170px;
}
.header .logo img {
    width: 250px;
height: auto;
}

/*about new design*/
.information .underline {
    text-decoration: none;
    position: relative;
    color: red;
    font-size: 20px important;
    letter-spacing: 5px;
}

.information .underline:after {
    position: absolute;
    content: '';
    height: 3px;
    top: -14px;
    margin: 0 auto;
    left: 0;
    right: 90%;
    width: 8%;
    background: rgb(192, 0, 0) !important;

    /* optional animation */
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}


.info-description {
    padding: 4rem 0px;
    position: relative;
    width: 100%;
}
.info-description img{
    box-shadow: 18px 15px 5px #ccc;
}

.info-description:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 80%;
    top: 20%;
    background-color: #e6e6e6 !important;
    z-index: -1;
}
.info-description .desc {
    padding-top: 7rem;
    line-height: 1rem;
    font-family: 'Lato', sans-serif;
}

.info-description .desc p, .info-description .desc p span{
    font-family: "Poppins", sans-serif! important;
    line-height:1.8;
}
.ending-text1 .about-content h1{
    font-size:36px !important;
}
h1.mt-5.text-center {
    font-size: xx-large !important;
    }
.information .underline{
    font-family:'Inria Serif', serif;
    font-size:48px !important;
}
/* about responsive */
@media only screen and (max-width: 600px) {
    .about-content h1{
        font-size: 3rem;  
    }
    .about-content{
        padding: 15px;
    }
    header{
        padding:10px 20px;
    }
    .content-0 .width-p{
        width:100%;
    }
    .header .logo{
        margin-left:0;
    }
    .content h1 a{
        padding:0;
        font-size:48px;
        line-height:1;
    }
    .content{
        width:90%;
    }
    .service-main{
        padding-top:40px;
    }
}
