﻿/*
[----------------------------------------------------------------------------------------]
                        For      :   <[ Swapnil Alone ]>
                        To       :   <[ Sanskruti City ( Govind Chandak) ]>
                        version  :   3.0.0.0
                        Owner    :   <[--|| @L3>< ||--]>
[----------------------------------------------------------------------------------------]
*/

/*
[-----------------------------------------------------------------]
                    [ General Document Items ]
[-----------------------------------------------------------------]

*/

.color-b {
    color: #2eca6a;
}

.color-d {
    color: #555555;
}

.color-text-a {
    text-decoration: none;
    color: #555555;
}

.h4center {
    text-align: center;
    padding-bottom: 14px;
}

.section-t3 {
    padding-top: 3rem;
}

a {
    color: #000000;
    text-decoration: none;
    transition: all 0.5s ease;
}

    a:hover {
        color: #2eca6a;
        text-decoration: none;
    }


/*
[-----------------------------------------------------------------]
                        [ navigation link ]
[-----------------------------------------------------------------]

*/
.text-brand {
    color: #000000;
    font-weight: 600;
}

@media (max-width: 767px) {
    .text-brand {
    }
}
.navbar-brand {
    color: #000000;
}
.navbar-default {
    transition: all 0.5s ease-in-out;
    background-color: #ffffff;
    box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}

    .navbar-default.navbar-trans .nav-item {
        position: relative;
        padding-right: 10px;
        padding-bottom: 8px;
        margin-left: 0;
    }

@media (min-width: 768px) {

    .navbar-default.navbar-trans .nav-item {
        margin-left: 15px;
    }
}

.navbar-default.navbar-trans .nav-link {
    color: #000000;
    font-weight: 600;
    letter-spacing: 0.03em;
    transition: all 0.1s ease-in-out;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

    .navbar-default.navbar-trans .nav-link:before {
        content: "";
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%;
        height: 2px;
        z-index: 0;
        background-color: #2eca6a;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.2s ease-out, opacity 0.2s ease-out 0.3s;
    }

    .navbar-default.navbar-trans .nav-link:hover {
        color: #000000;
    }

        .navbar-default.navbar-trans .nav-link:hover:before {
            transform: scaleX(1);
            transform-origin: left;
        }

    .navbar-default.navbar-trans .show > .nav-link:before,
    .navbar-default.navbar-trans .active > .nav-link:before,
    .navbar-default.navbar-trans .nav-link.show:before,
    .navbar-default.navbar-trans .nav-link.active:before {
        transform: scaleX(1);
    }

    .navbar-default.navbar-trans .nav-link:before {
        background-color: #2eca6a;
    }

    .navbar-default.navbar-trans .nav-link:hover {
        color: #000000;
    }

    .navbar-default.navbar-trans .show > .nav-link,
    .navbar-default.navbar-trans .active > .nav-link,
    .navbar-default.navbar-trans .nav-link.show,
    .navbar-default.navbar-trans .nav-link.active {
        color: #000000;
    }

/*
[-----------------------------------------------------------------]
                        [ ImageSlider ]
[-----------------------------------------------------------------]

*/

.carousel, .carousel img {
    width: initial;
}

    .carousel img {
        height: 600px !important;
        object-fit: cover;
    }

.featurette-divider {
    margin: 5rem 0;
    color: forestgreen;
    background-color: forestgreen;
    border: none;
    height: 2px;
}
/*
[-----------------------------------------------------------------]
                            [ Markting ]
[-----------------------------------------------------------------]

*/

.section-tout {
    padding: 3em 0px 3em;
    text-align: start;
    vertical-align: auto;
}

    .section-tout .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 125px;
        height: 125px;
        margin: 2px auto 3rem !important;
        font-size: 4rem;
        line-height: 1;
        color: rgba(105,223,0,.9);
        background: linear-gradient(145deg, #000 0%, #000 80%);
        border-radius: 50%;
    }
/*
[-----------------------------------------------------------------]
       [ Card Movement of Previous And Next Project cards ]
[-----------------------------------------------------------------]

*/
.lift {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
    transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .lift:hover {
        transform: translateY(-0.3333333333rem);
        box-shadow: 0 0.5rem 2rem 0 rgba(33, 40, 50, 0.25);
    }

    .lift:active {
        transform: none;
        box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
    }

.lift-sm {
    box-shadow: 0 0.125rem 0.25rem 0 rgba(33, 40, 50, 0.2);
}

    .lift-sm:hover {
        transform: translateY(-0.1666666667rem);
        box-shadow: 0 0.25rem 1rem 0 rgba(33, 40, 50, 0.25);
    }

    .lift-sm:active {
        transform: none;
        box-shadow: 0 0.125rem 0.25rem 0 rgba(33, 40, 50, 0.2);
    }

.card.lift {
    text-decoration: none;
    color: inherit;
}


/*
[-----------------------------------------------------------------]
                            [ Amenities ]
[-----------------------------------------------------------------]
 */

.ttlheadttlhead {
    display: flex;
    height: 250px;
    width: 400px;
    border: 5px solid #ffffff;
    border-radius: 5px;
}

body {
    background: linear-gradient(right, #29323c,#485563);
}

.featurette-divider {
    margin: 5rem 0; 
}

.featurette-heading {
    letter-spacing: -.05rem;
}

@media (min-width: 40em) {

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

.viewerpoperdesign {
    text-align: center;
    width: 100%;
    height: 100%;
    border: 4px solid white;
    box-shadow: 8px 2px 30px black;
}

/*
[-----------------------------------------------------------------]
                            [ Image Gallary ]
[-----------------------------------------------------------------]

*/

couI {
    position: relative;
    min-height: 100vh;
}

.couI .itemcontI {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 15px;
    justify-content: center;
}

    .couI .itemcontI .itemtypesI {
        height: 250px;
        width: 400px;
        border: 5px solid #ffffff;
        border-radius: 5px;
        box-shadow: 0 5px 15px black;
        cursor: pointer;
        overflow: hidden;
    }

        .couI .itemcontI .itemtypesI img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            transition: .2s linear;
        }

            .couI .itemcontI .itemtypesI img:hover {
                transform: scale(1.1);
            }

.couI .PopItemI {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0,0,0,.8);
    height: 100%;
    width: 100%;
    display: none;
}

    .couI .PopItemI img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 5px;
        border: 3px solid white;
        object-fit: contain;
        max-width: 90%;
        max-height: 80%;
    }

    .couI .PopItemI span {
        position: absolute;
        top: 100px;
        left: 100px;
        font-size: 40px;
        font-weight: bold;
        color: #7dec66;
        cursor: pointer;
    }
  

    .couI .PopItemI .caption {
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 24px;
        color: white;
        text-align: center;
    }

@media only screen and (max-width: 768px) {
    .couI .PopItemI img {
        max-width: 100%;
        max-height: 70%;
    }
}

@media only screen and (max-width: 480px) {
    .couI .PopItemI img {
        max-height: 60%;
    }
}

@media only screen and (max-width: 320px) {
    .couI .PopItemI img {
        max-height: 50%;
    }
}


/*
[-----------------------------------------------------------------]
                            [ You Tube Video Gallary ]
[-----------------------------------------------------------------]

*/


couYV {
    position: relative;
    min-height: 100vh;
}

.couYV .itemcontYV {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 15px;
    justify-content: center;
}

    .couYV .itemcontYV .itemtypesYV {
        height: 250px;
        width: 400px;
        border: 5px solid #ffffff;
        border-radius: 5px;
        box-shadow: 0 5px 15px black;
        cursor: pointer;
        overflow: hidden;
    }

        .couYV .itemcontYV .itemtypesYV img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            transition: .2s linear;
        }

            .couYV .itemcontYV .itemtypesYV img:hover {
                transform: scale(1.1);
            }

.PopItmYV {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

    .PopItmYV iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
    }

    .PopItmYV .close {
        position: absolute;
        top: 100px;
        left: 100px;
        font-size: 40px;
        font-weight: bold;
        color: #7dec66;
        cursor: pointer;
    }

/*--------------------------------------------------------------
                        [ Footer items ]
--------------------------------------------------------------*/

.section-footer {
    padding-top: 60px;
    margin-top: 60px;
    background: #f3f3f3;
}

    .section-footer ul {
        line-height: 2;
    }

    .section-footer .item-list-a i {
        font-size: 18px;
        padding-right: 4px;
        color: #2eca6a;
    }

    .section-footer .widget-a .w-title-a {
        margin-bottom: 1rem;
    }

footer {
    background: #f3f3f3;
    text-align: center;
    padding: 30px 0;
}

    footer .copyright-footer {
        border-top: 1px solid #ddd;
        padding-top: 20px;
    }

    footer .credits {
        font-size: 14px;
    }

/*--------------------------------------------------------------
                        [ About US]
--------------------------------------------------------------*/

.section-about .title-vertical {
    position: absolute;
    letter-spacing: 0;
    transform: rotate(-90deg);
    top: 50px;
    text-align: left;
    font-size: 1.8rem;
    width: 300px;
    font-weight: 700;
    text-align: right;
}

.about-img-box {
    padding-left: 1rem;
    position: relative;
}

@media (min-width: 576px) {
    .about-img-box {
        padding-left: 4rem;
    }
}

@media (min-width: 768px) {
    .about-img-box {
        padding-left: 5rem;
    }
}

.sinse-box {
    background-color: #2eca6a;
    padding: 1rem 2rem;
    position: absolute;
    left: 15px;
    bottom: 10px;
}

@media (min-width: 576px) {
    .sinse-box {
        padding: 1.5rem 2.5rem;
        bottom: 20px;
    }
}

@media (min-width: 768px) {
    .sinse-box {
        padding: 1.5rem 3rem;
    }
}

@media (min-width: 992px) {
    .sinse-box {
        padding: 3rem 4.5rem;
    }
}

.sinse-box .sinse-title {
    font-weight: 700;
    letter-spacing: 0.043em;
    font-size: 1rem;
}

@media (min-width: 576px) {
    .sinse-box .sinse-title {
        font-size: 1.3rem;
    }
}

@media (min-width: 768px) {
    .sinse-box .sinse-title {
        font-size: 1.8rem;
    }
}

@media (min-width: 992px) {
    .sinse-box .sinse-title {
        font-size: 2.2rem;
    }
}

.sinse-box .sinse-title span {
    position: absolute;
}

    .sinse-box .sinse-title span:after {
        content: " ";
        width: 35px;
        height: 2px;
        background-color: #000000;
        position: absolute;
        bottom: -15px;
    }

.sinse-box p {
    margin-bottom: 0;
    font-size: 0.7rem;
}

@media (min-width: 576px) {
    .sinse-box p {
        font-size: 0.8rem;
    }
}

@media (min-width: 576px) {
    .sinse-box p {
        font-size: 1rem;
    }
}

/*------/ Intro Single /------*/
.intro-single {
    padding: 12rem 0 3rem;
}

@media (max-width: 767px) {
    .intro-single {
        padding-top: 9rem;
    }
}

.intro-single .title-single-box {
    padding: 1rem 0 1rem 2rem;
}

.intro-single .title-single-box {
    border-left: 3px solid #2eca6a;
}

    .intro-single .title-single-box .title-single {
        font-weight: 600;
        font-size: 2.2rem;
    }

@media (min-width: 768px) {
    .intro-single .title-single-box .title-single {
        font-size: 2.1rem;
    }
}

@media (min-width: 992px) {
    .intro-single .title-single-box .title-single {
        font-size: 2.5rem;
    }
}

/*--------------------------------------------------------------
                        [ Contact US ]
--------------------------------------------------------------*/
.btn {
    transition: 0.5s ease;
}

    .btn.btn-a,
    .btn.btn-b {
        border-radius: 0;
        padding: 0.5rem 2rem;
        letter-spacing: 0.05rem;
        border-radius:3px;
    }

    .btn.btn-a {
        text-decoration: none;
        background-color: #000000;
        color: #ffffff;
    }

        .btn.btn-a:hover {
            background-color: #2eca6a;
            color: #000000;
        }


.badgedesig {
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 1px #dbdbdb;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
}

/*--------------------------------------------------------------
                        [ Error Pages ]
--------------------------------------------------------------*/

.big-img-error {
    max-width: 60%;
    height: auto;
    display: block;
    margin: auto;
}

.oppsCenter {
    text-align: center;
    margin: auto;
    font-size: 28px;
}

