@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: "Questrial", sans-serif;
}

.vflow h2 {
    font-family: "Sen", sans-serif;
    font-size: 60px;
    /* text-transform: uppercase; */
    color: #000000;
}
.vflow p {
    font-size: 18px;
    color: #131313;
}
.side-left {
    background-image: url("../images/ocean.jpg");
    background-position: center;
}
#intro-content {
    /* background-color:rgba(74, 74, 74, 0.55); */
    background-color: rgb(255 255 255 / 60%);
}
.st-desc {
    color: #131313;
}
a.st-btn {
    color: #fff;
}
.btn-fill {
    background-color: #000;
    padding: 28px 30px;
    color: #fff;
}
.about-us h3,
.portfolio h3,
.contact-us h3 {
    font-family: "Poppins", 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: #000000;
    letter-spacing: 1px;
}
.form-group .btn-bordered,
.k-font {
    font-family: "Open Sans", sans-serif;
}

.form-control:focus {
    border-color: #000;
}

@media only screen and (min-width: 768px) {
    .vflow h2 {
        font-family: "Sen", sans-serif;
        font-size: 42px;
        text-transform: capitalize;
        line-height: 60px;
        font-weight: 700;
        color: #000000;
    }
    /* .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: "Sen", sans-serif;
        font-size: 42px;
        line-height: 43px;
        letter-spacing: 1.5px;
        font-weight: 600;
        /* text-transform: uppercase; */
        color: #000000;
    }
    .vflow p {
        font-size: 20px;
        color: #000000;
    }
}

#main-content.vflow p {
    font-size: 16px;
    color: #131313;
}

.gold {
    color: #ff4e2d;
}
.purple {
    color: #ff4e2d;
}
.st-gallery figcaption {
    font-family: "Poppins", 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: #000;
    }
}

@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: 35px;
        padding-bottom: 60px;
    }

    #intro-content {
        background-color: rgb(255 255 255 / 49%);
    }
}

@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-content {
        min-height: auto !important;
    }
}
/* 
.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;

} */

.social-icon {
    display: flex;
    gap: 10px;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0 !important;
}

.st-footer .follow-title,
.other-footer .follow-title {
    color: #000;
    font-size: 20px;
}
.st-footer .social-icon li,
.social-icon .facebook,
.social-icon .insta {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: #000;
    text-align: center;
    line-height: 33px !important;
}
.st-footer .social-icon li i,
.social-icon span i {
    font-size: 16px;
    color: #fff;
}
.st-footer {
    display: flex;
    align-items: center;
    gap: 10px;
}
.st-footer,
.other-footer {
    margin-left: 0;
    padding-bottom: 15px;
}
.social-icon span.facebook {
    background-color: #3b5998;
}
.social-icon span.insta {
    background-color: #e95950;
}
.st-footer .social-icon li.phone {
    background-color: #000000;
}
.st-footer .social-icon li.viber {
    background-color: #59267c;
}
.st-footer .social-icon li.whatsapp {
    background-color: #25d366;
}
.st-footer .social-icon li a,
.social-icon span a {
    line-height: 36px !important;
}

/* .btn-bordered.btn-small {
    padding: 20px 15px;
} */
/* 
.extra-add {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

.new-btns i {
    font-size: 26px;
    color: #000000;
}

.new-btns {
    padding-left: 20px;
}

@media only screen and (max-width: 700px) {
    .st-logo img {
        height: 75px;
    }

    .st-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .st-desc {
        padding-top: 20px;
    }

    .st-logo {
        padding-left: 15px;
    }
}
