﻿

body {
    /* width: 100%; */
    /* height: 100vh; */
    /*background-color: #555;*/
    margin: 0;
    padding: 0;
    /* display: flex; */
}
h1,h2,h3,h4,h5,h6{
    text-transform:capitalize;
}
section{
   /*padding:2%;*/
}
.heading {
    text-align: center;
    /*margin-bottom: 3%;*/
    padding: 1%;
    border-bottom: 5px solid black;
    width: 50%;
    margin: auto;
    margin-bottom:7%;
}

/*preloader start*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /*bottom: 0;*/
    width: 100%;
    height: 100%;
    z-index: 5000;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    - webkit-box-align: center;
    align-items: center;
    background-color: #fff;
}

.loader {
    width: 80px;
    height: 80px;
    display: block;
    margin: 100px auto;
    animation: spin 4s linear infinite;
}

    .loader:before,
    .loader:after {
        content: "";
        width: 14px;
        height: 14px;
        border-radius: 14px;
        box-shadow: 18px 18px #0DB14C, -18px -18px #0189D2;
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        top: 50%;
        left: 50%;
        animation: load 1.2s linear infinite;
    }

    .loader:after {
        box-shadow: 18px 18px #6461AB, -18px -18px #CD014F;
        transform: translate(-50%, -50%) rotate(90deg);
    }

@keyframes load {
    50% {
        height: 42px;
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
/*preloader end*/

/*scroll stop stop button start*/
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}
    #btn-back-to-top .fa {
        color: yellow;
        font-size: 25px;
        text-shadow: 5px 5px 10px black;
    }
/*scroll stop stop button end*/


#topbar {
    /*background: black;*/
    height: 50px;
    transition: all 0.5s;
    overflow: hidden;
    color: #fff;
    background-color:black;
}

.fixed-top {
    /*position: fixed;*/
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media only screen and (max-width: 768px) {
    #topbar {
        height: 70px;
        padding: 2%;
    }
    .navbar {
       padding:2%;
    }
}

    .align-items-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .form-group {
        color: white;
        padding: 1%;
        font-size: 15px;
    }

    .top-nav-link {
        padding: 3px;
        margin: 3px;
        color: white;
    }

a.top-nav-link:hover {
    color: #ea3652;
}

.navbar {
    width: 100%;
    background: rgb(2,0,36);
    background: rgb(235,112,55);
    background: linear-gradient( 90deg, rgba(235,112,55,1) 0%, rgba(235,55,82,1) 90%, rgba(219,32,111,1) 100%);
    /*   background: linear-gradient(90deg, rgba(2,0,36,1) 9%, rgba(223,160,10,1) 50%, rgba(2,0,10,1) 87%, rgba(4,1,19,1) 95%);*/
}


    .navbar-light .navbar-brand {
        color: white;
    }

        .navbar-light .navbar-brand:hover {
            color: white;
        }

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .navbar-btn .nav-link {
        color: white;
    }

    .navbar-brand {
        color: white;
    }

    .navbar-toggler {
        padding: 1px 5px;
        font-size: 18px;
        line-height: 0.3;
        background: #fff;
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: white;
    }

    .navbar-light .navbar-nav .nav-link {
        color: white;
    }

    .navbar-nav {
        text-align: center;
    }

    .nav-link {
        padding: .2rem 1rem;
    }

        .nav-link.active, .nav-link:focus {
            color: #fff;
        }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #000000;
}

    *, ::after, ::before {
        box-sizing: border-box;
    }




    /*hero section start*/
    .container1 {
        /*position: absolute;*/
        /*width: 100%;*/
        height: 100vh;
        background-color: #222;
    }

    .chip {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all 0.5s;
        text-align: center;
    }

.chip1 {
    background-image: url('../Images/hero/8.jpg');
    /*    background: url('../Images/livingRoom/pexels-max-vakhtbovych-6969785.jpg');
*/ background-size: cover;
    background-position: center;
    clip-path: polygon(0 0, 25% 0, 40% 100%, 0 100%);
}

.chip2 {
    background-image: url('../Images/hero/10.jpg');
    /*    background: url('../Images/kichen/pexels-houzlook-com-3356416.jpg');
*/ background-size: cover;
    background-position: center;
    clip-path: polygon(21% 0, 85% 0, 61% 100%,39% 100%);
}

.chip3 {
    background-image: url('../Images/hero/5-50976-laptop-backgrounds-new-york.jpg');
    /*    background: url('../Images/washroom/pexels-max-vakhtbovych-6394515.jpg');
*/ background-size: cover;
    background-position: center;
    clip-path: polygon(76% 0, 100% 0, 100% 100%, 59% 100%);
}

    .container1:hover .chip {
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }

    .container1 .chip:hover {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

.bg-text2 {
    text-align: center;
    color: white;
    padding: 2%;
    background: #0000006b;
    /*  margin-top: 11%;*/
    box-shadow: 20px 20px 50px black;
    width: 454px;
    margin: auto;
}

.bg-text1 {
    text-align: center;
    color: white;
    box-shadow: 20px 20px 50px black;
    position: absolute;
    margin-top: 16%;
    width: 452px;
    background: #0000006b;
    /* height: 35%; */
    padding: 2%;
    right: 16px;
}

.bg-text3 {
    text-align: center;
    color: white;
    box-shadow: 20px 20px 50px black;
    position: absolute;
    margin-top: 14%;
    width: 452px;
    background: #0000006b;
    /* height: 35%;*/
    padding: 2%;
    margin-left: 10%;
}

    @media only screen and (max-width: 991px) {
        .bg-text1 {
            text-align: justify;
            margin-top: 2%;
            width: 55%;
            height: 65%;
            padding: 2%;
            right: 16px;
            box-shadow: none;
        }

        .bg-text3 {
            text-align: left;
            padding: 2%;
            width: 50%;
            height: 65%;
            margin-top: 2%;
            margin-left: 2%;
            box-shadow: none;
        }

        .bg-text2 {
            box-shadow: none;
            padding: 2%;
            width: 100%;
            height: 65%;
        }
    }

    /*hero section end*/

    /*service section start*/
.services {
    padding-bottom: 5%;
    padding-top: 5%;
    background-image: url('../Images/yello-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
}

.card1 {
    padding: 5%;
    margin: 4%;
    height: auto;
   /* width: 300px;*/
    position: relative;
    overflow: hidden;
    animation: mymove 5s infinite;
    /*border: 2px solid black;*/
    border-style: inset;
    background: rgb(235,112,55);
    background: linear-gradient( 90deg, rgba(235,112,55,1) 0%, rgba(235,55,82,1) 90%, rgba(219,32,111,1) 100%);
    /* background: rgb(37,29,3);
    background: linear-gradient(90deg, rgba(37,29,3,1) 8%, rgba(207,149,10,1) 61%);*/
    color: white;
}

        .card1:after {
            content: "";
            position: absolute;
            top: 93%;
            left: 0;
            height: 100%;
            width: 150%;
            background: black;
            -webkit-transform: rotate(-5deg);
            -moz-transform: rotate(-5deg);
            transform: rotate(-5deg);
        }

    @keyframes mymove {
        50% {
            box-shadow: 10px 20px 30px black;
        }
    }

    .serviceBtn {
        padding: 5%;
        margin: 2%;
    }

    .card-text {
        padding: 5%;
        text-align: center;
    }


    /*service section endt*/

    /*gallary section start*/
    .gallary {
        margin-top: 10%;
        margin-bottom: 10%;
    }
    /*gallary section end*/

.bg-fixed {
    background-image: url('../Images/bg (7).jpg');
    padding: 7%;
    background-attachment: fixed;
    background-size: cover;
}

.social-fa {
    width: auto !important;
    font-size: 40px !important;
    background: linear-gradient( 90deg, rgba(235,112,55,1) 0%, rgba(235,55,82,1) 90%, rgba(219,32,111,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-gradient {
    background: linear-gradient( 90deg, rgba(235,112,55,1) 0%, rgba(235,55,82,1) 90%, rgba(219,32,111,1) 100%);
    color: #fff;
}
.bg-gradient {
    background: linear-gradient( 90deg, rgba(235,112,55,1) 0%, rgba(235,55,82,1) 90%, rgba(219,32,111,1) 100%);
}
.hero-content {
    letter-spacing: 0.8px;
    line-height: 25px;
    word-spacing: 1px;
}
.thead-gradient {
    background: linear-gradient( 90deg, rgba(235,112,55,1) 0%, rgba(235,55,82,1) 48%, rgba(219,32,111,1) 100%);
}



.honeycomb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
/*    transform: translateY(34.375px);
*/}

.honeycomb-cell {
    flex: 0 1 250px;
    max-width: 250px;
    height: 137.5px;
    margin: 65.4761904762px 12.5px 25px;
    position: relative;
    padding: 0.5em;
    text-align: center;
    z-index: 1;
}

.honeycomb-cell__title {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    /* text-transform: uppercase;*/
    color: #fff;
    font-weight: 500;
    font-size: 1.75em;
    transition: opacity 350ms;
    font-family: 'Courgette', cursive;
}

    .honeycomb-cell__title > small {
        font-weight: 300;
        margin-top: 0.25em;
    }

.honeycomb-cell__image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.honeycomb-cell::before, .honeycomb-cell::after {
    content: "";
}

.honeycomb-cell::before, .honeycomb-cell::after, .honeycomb-cell__image {
    top: -50%;
    left: 0;
    width: 100%;
    height: 200%;
    display: block;
    position: absolute;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    z-index: -1;
}

.honeycomb-cell::before {
    background: #fff;
    transform: scale(1.055);
}

.honeycomb-cell::after {
    background: #000000;
    opacity: 0.6;
    transition: opacity 350ms;
}

.honeycomb-cell:hover .honeycomb-cell__title {
    opacity: 0;
}

.honeycomb-cell:hover::before {
    background: linear-gradient( 90deg, rgba(235,112,55,1) 0%, rgba(235,55,82,1) 90%, rgba(219,32,111,1) 100%);
}

.honeycomb-cell:hover::after {
    opacity: 0;
}

.honeycomb__placeholder {
    display: none;
    opacity: 0;
    width: 250px;
    margin: 0 12.5px;
}

@media (max-width: 550px) {
    .honeycomb-cell {
        margin: 81.25px 25px;
    }
}

@media (min-width: 550px) and (max-width: 825px) {
    .honeycomb-cell:nth-child(3n) {
        margin-right: calc(50% - 125px);
        margin-left: calc(50% - 125px);
    }

    .honeycomb__placeholder:nth-child(3n+5) {
        display: block;
    }
}

@media (min-width: 825px) and (max-width: 1100px) {
    .honeycomb-cell:nth-child(5n+4) {
        margin-left: calc(50% - 275px);
    }

    .honeycomb-cell:nth-child(5n+5) {
        margin-right: calc(50% - 275px);
    }

    .honeycomb__placeholder:nth-child(5n), .honeycomb__placeholder:nth-child(5n+3) {
        display: block;
    }
}

@media (min-width: 1100px) {
    .honeycomb-cell:nth-child(7n+5) {
        margin-left: calc(50% - 400px);
    }

        .honeycomb-cell:nth-child(7n+7), .honeycomb-cell:nth-child(7n+5):nth-last-child(2) {
            margin-right: calc(50% - 400px);
        }

    .honeycomb__placeholder:nth-child(7n+7), .honeycomb__placeholder:nth-child(7n+9), .honeycomb__placeholder:nth-child(7n+11) {
        display: block;
    }
}

