@font-face {
    font-family: newfont;
    src: url("../font/Fontspring-DEMO-taro-bold.woff");
    src: url("../font/Fontspring-DEMO-taro-bold.woff2");
}

/* @font-face {
    font-family: 'Open Sans', sans-serif;
    src: url("../font/ARLRDBD.woff");
    src: url("../font/ARLRDBD.woff2");
} */
body {
    font-family: "Figtree", sans-serif;
}

.vflow h2 {
    font-family: "Quintessential", sans-serif;
    font-size: 60px;
    /* text-transform: uppercase; */
    color: #131313;
}
.vflow p {
    font-size: 18px;
    color: #131313;
}
.side-left {
    background-image: url("../images/bgimage.jpg");
}
#intro-content {
    /* background-color:rgba(74, 74, 74, 0.55); */
    background-color: rgb(255 255 255 / 75%);
}
.st-desc {
    color: #131313;
}
a.st-btn {
    color: #fff;
}
.btn-fill {
    background-color: #7e2323;
    padding: 28px 30px;
    color: #fff;
}
.about-us h3,
.portfolio h3,
.contact-us h3 {
    font-family: "Figtree", sans-serif;
    font-size: 32px;
}
.social-icons .fa {
    background: none transparent;
    color: #ff4e2d;
    font-size: 20px;
}
#intro-content::before {
    background-image: url("../images/landing-nepal.png");
    display: none;
}
#main-content h3 {
    text-transform: capitalize;
    color: #7e2323;
    letter-spacing: 1px;
}
.form-group .btn-bordered,
.k-font {
    font-family: "Open Sans", sans-serif;
}

.form-control:focus {
    border-color: #7e2323;
}

@media only screen and (min-width: 768px) {
    .vflow h2 {
        font-family: "Figtree", sans-serif;
        font-size: 42px;
        text-transform: capitalize;
        line-height: 60px;
        font-weight: 700;
        color: #fff;
    }
    /* .vflow h2 span.blue{
       color:#48BEFF;
    } */
    /* .vflow h2 span.white{
       color:#fff;
    } */
    .vflow p {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1200px) {
    .st-desc {
        position: absolute;
        top: 54%;
    }
}
@media only screen and (min-width: 1400px) {
    .vflow h2 {
        font-family: "Poppins", sans-serif;
        font-size: 72px;
        line-height: 43px;
        letter-spacing: 1.5px;
        font-weight: 900;
        /* text-transform: uppercase; */
        color: #7e2323;
    }
    .vflow p {
        font-size: 20px;
        color: #565656;
    }
}

#main-content.vflow p {
    font-size: 16px;
    color: #131313;
}

.gold {
    color: #ff4e2d;
}
.purple {
    color: #ff4e2d;
}
.st-gallery figcaption {
    font-family: "Figtree", sans-serif;
    padding-left: 0;
    color: #ff4e2d;
    font-weight: 400;
}
#intro-content::after,
.splash-page::after {
    display: none;
}
#main-content {
    padding-bottom: 24px;
}

.extra-padding {
    padding-bottom: 15px;
    color: #fff;
}
@media only screen and (min-width: 1200px) {
    .st-logo img {
        height: 85px;
    }
}
@media only screen and (max-width: 1400px) and (min-width: 1200px) {
    .st-desc {
        padding-bottom: 0px;
        padding-top: 30px;
    }
    .vflow h2 {
        font-size: 32px;
        line-height: 35px;
        color: #565656;
    }
}

@media only screen and (max-width: 1999px) {
    .st-desc {
        padding-top: 45px;
        padding-bottom: 25px;
    }
}
@media only screen and (max-width: 1025px) {
    /* #intro-content>div {
        padding-bottom: 30px;
    } */
    .st-logo {
        padding-top: 50px;
        padding-bottom: 0;
    }
    .st-desc {
        padding-top: 0px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .vflow h2 {
        font-size: 34px;
        margin-bottom: 20px;
        line-height: 35px;
        font-weight: 600;
        letter-spacing: 2px;
        margin-top: 20px;
    }
    .st-logo {
        padding-top: 20px;
        margin-bottom: 40px;
    }
    .extra-padding {
        padding-bottom: 0px;
    }
    .st-desc {
        margin: 0 7%;
    }
    .contact-us h3 {
        font-weight: 700;
    }
}
/* 
.main_div .btn {
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.5;
    background-color: transparent;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.main_div {
    color: #000;
    display: inline-block;
    position: relative;
}
.main_div::before{
    content: '';
    position: absolute;
    bottom:-5px;
    left:0;
    width:100%;
    height:1px;
    z-index:2;
    background-color:#fff;
    transition:all 0.5s cubic-bezier(.1,.6,.4,1);
    transform: scaleY(1.0001) translateY(0);
}
.main_div::after{
    content: '';
    position: absolute;
    bottom:-10px;
    left:0;
    width:100%;
    height:1px;
    z-index:2;
    background-color:#fff;
    transition:all 0.5s cubic-bezier(.1,.6,.4,1);
    transform: scaleY(1.0001) translateY(0);
}
.form-group .main_div::before{
    content: '';
    position: absolute;
    bottom:-5px;
    left:0;
    width:100%;
    height:1px;
    z-index:2;
    background-color:#000;
    transition:all 0.5s cubic-bezier(.1,.6,.4,1);
    transform: scaleY(1.0001) translateY(0);
}
.form-group .main_div::after{
    content: '';
    position: absolute;
    bottom:-10px;
    left:0;
    width:100%;
    height:1px;
    z-index:2;
    background-color:#000;
    transition:all 0.5s cubic-bezier(.1,.6,.4,1);
    transform: scaleY(1.0001) translateY(0);
}
.main_div a {
    padding: 0.7em 2em;
    font-size: 18px;
    background: transparent;
    color: #000;
    border: 1px solid #fff;
    cursor: pointer;
    font-family: inherit;
    display: flex;
    align-items: center;
    overflow: hidden;

} */
