.text-color-grey {
    color: #707070;
}

.text-color-yellow {
    color: #fcc706;
}

.text-height-0 {
    line-height: 1 !important;
}

.text-height-1 {
    line-height: 1.5 !important;
}

.text-height-2 {
    line-height: 2 !important;
}

.text-height-3 {
    line-height: 2.5 !important;
}

.text-height-4 {
    line-height: 3 !important;
}

.text-height-5 {
    line-height: 3.5 !important;
}

/*-----------Nave bar Starts-------------------*/
nav {
    background-color: black;
}

#navbar10 {
    margin: -11px;
}

.navbar-brand1 {
    display: block;
}

.navbar-brand2 {
    display: none;
}

.socialMedia {
    display: block;
}

.socialMedia2 {
    display: none;
}

@media only screen and (max-width: 991px) {
    .navbar-brand1 {
        display: none;
    }

    .navbar-brand2 {
        display: block;
    }

    .socialMedia {
        display: none;
    }

    .socialMedia2 {
        display: block;
    }
}

/*-----------Nave bar Starts-------------------*/


/*---------------section 1 Starts----------------*/
.logoBlockAdjustment {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media only screen and (max-width: 650px) {
    .logoBlockAdjustment {
        display: none;
    }
}

.sectionOne {
    background-image: linear-gradient(rgb(0 0 0 / 48%), rgb(0 0 0 / 72%)), url('../img/1.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.center1 {
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.center2 {
    position: absolute;
    bottom: 10%;
    right: 0%;
    transform: translate(-50%, -50%);
}

.btn-see-more {
    background-color: #FCC706;
    border-radius: 0px !important;
}

.chatPhone {
    height: 50px;
    width: 50px;
    background-color: #fcc706;
    border-radius: 50%;
    display: inline-block;
    margin: auto;
}

.chatPhone i {
    font-size: 21px;
}


@media only screen and (max-width: 1611px) {
    .display-3 {
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 1253px) {
    .display-3 {
        font-size: 52px;
        font-weight: 300;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 1162px) {
    .display-3 {
        font-size: 50px;
        font-weight: 300;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 1111px) {
    .display-3 {
        font-size: 36px;
        font-weight: 300;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 990px) {
    .center1 {
        position: inherit;
        top: 38%;
        left: 50%;
        transform: translate(0%, -160%);
    }
}

@media only screen and (max-width: 948px) {
    .center2 {
        display: none;
    }
}

@media only screen and (max-width: 805px) {
    .display-3 {
        font-size: 24px;
        font-weight: 300;
        line-height: 1.2;
    }

    .center1 button {
        font-size: 7px;
    }

    /*.center1 {*/
    /*    position: inherit;*/
    /*    top: 38%;*/
    /*    left: 50%;*/
    /*    transform: translate(0%, -160%);*/
    /*}*/
}

@media only screen and (max-width: 700px) {
    /*.center1 {*/
    /*    position: inherit;*/
    /*    top: 38%;*/
    /*    left: 50%;*/
    /*    transform: translate(0%, -160%);*/
    /*}*/
}

@media only screen and (max-width: 600px) {
    /*.center1 {*/
    /*    position: inherit;*/
    /*    top: 33%;*/
    /*    left: 50%;*/
    /*    transform: translate(0%, -160%);*/
    /*}*/
    .display-3 {
        font-size: 19px;
        font-weight: 300;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 550px) {
    /*.center1 {*/
    /*    position: inherit;*/
    /*    top: 29%;*/
    /*    left: 50%;*/
    /*    transform: translate(0%, -160%);*/
    /*}*/
    .display-3 {
        font-size: 15px;
        font-weight: 300;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 400px) {
    /*.center1 {*/
    /*    position: inherit;*/
    /*    top: 25%;*/
    /*    left: 50%;*/
    /*    transform: translate(0%, -160%);*/
    /*}*/
    .display-3 {
        font-size: 12px;
        font-weight: 300;
        line-height: 1.2;
    }
}

@media screen and (max-width: 900px) and (min-width: 768px) {
    .productBackground .card-footer a {
        width: 100%;
    }
}


/*----------------section 1 Ends-----------------*/

/*----------------section 2 Starts-----------------*/
.square {
    /*width: 100px;*/
    /*height: 100px;*/
    background: #F6F6F6;
}

.square i {
    color: #fcc706;
}

.sectionTwoBorder {
    border-left: solid;
    border-left-color: #fcc706;
    border-left-width: thick;
}

.sectionThreeYellowBorder {
    background-color: #fcc706;
    max-width: 90px;
}

.sectionThreeBackground {
    background-color: #F9F9F9;
}

/*----------------section 2 Ends-----------------*/

/*----------------section 3 Starts-----------------*/

#module #collapseExample.collapse:not(.show), #collapseExample1.collapse:not(.show), #collapseExample2.collapse:not(.show) {
    display: block;
    height: 3rem;
    overflow: hidden;
}

#module #collapseExample.collapsing, #collapseExample1.collapsing, #collapseExample2.collapsing {
    height: 3rem;
}

/*----------------section 3 Ends-----------------*/

/*----------------section 4 Starts-----------------*/
.productBackground, .card-header, .card-footer {
    background-color: #F9F9F9;

}

.productBackground {
    -webkit-box-shadow: 0px 0px 7px -2px rgba(156, 156, 156, 1);
    -moz-box-shadow: 0px 0px 7px -2px rgba(156, 156, 156, 1);
    box-shadow: 0px 0px 7px -2px rgba(156, 156, 156, 1);
}

/*----------------section 4 Ends-----------------*/

/*----------------section 5 Starts-----------------*/
.sectionFiveBackground {
    background-image: linear-gradient(rgb(0 0 0 / 48%), rgb(0 0 0 / 72%)), url('../img/3.png');
    background-size: cover;
    background-repeat: no-repeat;;
}

.sectionFiveBackgroundTwo {
    background: black;
    text-align: right;
}

.logo-block {
    background-color: #F8C6005E;
    /*width: 226px;*/
}

.logo-block img {
    padding: 0px 0px 0px 0px;
    /*margin: 8px 0px 8px 67px;*/
    /*width: 58%;*/
}

/*----------------section 5 Ends-----------------*/

/*-----------------product starts-----------------*/
.backgroundForAllProduct {
    background-image: linear-gradient(rgb(0 0 0 / 61%), rgb(0 0 0 / 62%)), url(../img/8.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.backgroundForAllProduct img {
    width: 89%;
}

.textCustomizeCenterProduct {
    position: absolute; /* taken out of the normal flow of the document */
    top: 50%; /* moved down by 50% of the screen height */
    transform: translateY(-50%); /* moved back up (Y axis) by half of its height to achieve the perfect center */
    width: 100%; /* needs to be defined to keep the default block behavior */
    text-align: center;
    margin: 0; /* again, for perfect center */
}

.productHeading {
    font-size: 51px;
    font-weight: 500;
}

.productText {
    font-size: 31px;
    font-weight: 500;
}

@media only screen and (max-width: 865px) {
    .productHeading {
        font-size: 29px;
        font-weight: 500;
    }

    .productText {
        font-size: 15px;
        font-weight: 500;
    }
}

@media only screen and (max-width: 575px) {
    .productHeading {
        font-size: 25px;
        font-weight: 500;
    }

    .productText {
        display: none;
    }

    .textCustomizeCenterProduct button {
        display: none;
    }
}

.productSectionBackground {
    background-image: url('../img/6.png');
    background-size: cover;
    background-repeat: no-repeat;;
}

.productSectionBackgroundText {
    /*background: black;*/
    text-align: right;
}

.productSectionBackgroundTwo {
    background-image: url('../img/J40.jpg');
    background-size: cover;
    background-repeat: no-repeat;;
}

.productSectionBackgroundTextTwo {
    /*background: black;*/
    text-align: left;
}

.productSectionBackgroundThree {
    background-image: url('../img/J12-1-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;;
}

.productSectionBackgroundTextThree {
    /*background: black;*/
    text-align: right;
}

.textCustomizeCenterProductTwo {
    position: absolute; /* taken out of the normal flow of the document */
    top: 40%; /* moved down by 50% of the screen height */
    transform: translateY(-50%); /* moved back up (Y axis) by half of its height to achieve the perfect center */
    width: 100%; /* needs to be defined to keep the default block behavior */
    text-align: center;
    margin: 0; /* again, for perfect center */
}

.textCustomizeCenterProductTwo h1 {
    line-height: 1.5 !important;
    font-size: 40px;
}

@media only screen and (max-width: 1468px) {

    .textCustomizeCenterProductTwo h1 {
        line-height: 1.5 !important;
        font-size: 32px;
    }
}

@media only screen and (max-width: 1280px) {
    .sectionFourText {
        font-size: 9px;
    }

    .textCustomizeCenterProductTwo h1 {
        line-height: 1.5 !important;
        font-size: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .textCustomizeCenterProductTwo {
        position: absolute; /* taken out of the normal flow of the document */
        top: 52%; /* moved down by 50% of the screen height */
        transform: translateY(-50%); /* moved back up (Y axis) by half of its height to achieve the perfect center */
        width: 100%; /* needs to be defined to keep the default block behavior */
        text-align: center;
        margin: 0; /* again, for perfect center */
    }

    #changingText {
        display: none;
    }
}

@media only screen and (max-width: 680px) {
    .sectionFourText {
        font-size: 8px;
    }

    .textCustomizeCenterProductTwo h1 {
        line-height: 0.5 !important;
        font-size: 20px;
    }
}

@media only screen and (max-width: 500px) {
    .sectionFourText {
        font-size: 8px;
        line-height: 1 !important;
    }

    .textCustomizeCenterProductTwo h1 {
        line-height: 0.5 !important;
        font-size: 20px;
    }

    .backgroundForAllProduct {
        display: none;
    }
}

/*-----------------product ends-----------------*/

/*-----------------Contact Us starts-----------------*/
.backgroundForAll {
    background-image: linear-gradient(rgb(0 0 0 / 42%), rgb(0 0 0 / 58%)), url(../img/4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.textCustomizeCenter {
    position: absolute; /* taken out of the normal flow of the document */
    top: 50%; /* moved down by 50% of the screen height */
    transform: translateY(-50%); /* moved back up (Y axis) by half of its height to achieve the perfect center */
    width: 100%; /* needs to be defined to keep the default block behavior */
    text-align: center;
    margin: 0; /* again, for perfect center */
}

@media only screen and (max-width: 600px) {
    .contactUsText {
        display: none;
    }

    .contactUsHeading {
        font-size: 21px;
    }
}

/*-----------------Contact Us ends-----------------*/


/*----------------------owl carousel--------------- */
.owl-nav button {
    position: absolute;
    top: 22px !important;
    transform: translateY(-50%);
    background-color: #fcc706cf !important;
    color: #fff !important;
    padding: 8px !important;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    right: 28px;
    height: 44px;
}

.owl-nav button.owl-next {
    right: 0;
    height: 44px;
}

/*.owl-dots {*/
/*    text-align: center;*/
/*    padding-top: 15px;*/
/*}*/
/*.owl-dots button.owl-dot {*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    border-radius: 50%;*/
/*    display: inline-block;*/
/*    background: #ccc;*/
/*    margin: 0 3px;*/
/*}*/
/*.owl-dots button.owl-dot.active {*/
/*    background-color: #000;*/
/*}*/
/*.owl-dots button.owl-dot:focus {*/
/*    outline: none;*/
/*}*/
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fcc706cf !important;
}

.owl-nav span {
    font-size: 40px;
    position: relative;
    top: -15px;
    padding: 10px !important;
}

.owl-nav button:focus {
    outline: none;
}

.modelBackground {
    background-color: black;
}

.buttonBackground {
    background: #FCC706 !important;
    color: black;
}

li[data-target] {
    cursor: pointer;
}


/* text animation */

#changingText {
    color: white;
    border-right: 5px solid #fcc706;
    animation: cursoranim 0.5s linear infinite;
}

@keyframes cursoranim {
    50% {
        border-right: 5px solid #fcc706;
    }
}

/* text animation */

.spinner-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading-screen{
    background-color: var(--loading-screen-background, #1c1c1c);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    top:0;
    right:0;
    left:0;
    bottom:0;
    z-index: 500;
    cursor: none;
}
.spinner {
    width: var(--spinner-size, 150px) !important;
    height: var(--spinner-size, 150px) !important;
    background: linear-gradient(266deg, #fcc706 0%, rgba(0, 0, 0, 0.1) 25%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: spin 2s cubic-bezier(.52,.1,.27,.87) infinite;
    position: relative;
}
.spinner::after {
    content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 50%;
    background: var(--loading-screen-background, #1C1C1C);
    z-index: 01;
}

.spinner-container img{
    height: calc(var(--spinner-size, 200px) / 100 * 75);
    width: calc(var(--spinner-size, 200px) / 100 * 75);
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    z-index: 02;
    object-position: center;
}
.loading-screen p{
    font-family: var(--font-family, sans-serif);
    color: var(--text-color, white);
    opacity: .5;
    font-weight: 300;
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
/*footer img{*/
/*    width: 39%;*/
/*}*/
footer p,h6,a{
    color: white;
}