    .container1 {
        padding: 1%;
        width: 450px;
        text-align: center;
        /* border: 3px solid white; */
        border-radius: 10px;
        height: auto;
        margin-right: 40px;
        top: 100px;
        right: 0%;
        position: absolute;
        font-weight: normal;
        background-color: #0000007d;
        box-shadow: 10px 10px 10px 0px #00000061;
    }
    
    
  .carousel-caption {
    right: 40%;
    text-transform: uppercase;
    bottom: 0px;
    font-weight: bolder;
    border-bottom: 0px solid white;
    border-top: 0px solid white;
   
}
    
    .carousel-caption h1 {
        font-size: 30px;
        font-weight: bolder;
        background: radial-gradient(black, transparent);
        margin-top: 32px;
    }
    
    .heading2 h1 {
        color: white;
    }
    
    .container1 h1 {
        font-size: 25px;
        color: #ffffff;
        padding-bottom: 10px;
    }
    
    form {
        height: auto;
        text-align: center;
        border-radius: 30px;
    }
    
    .activeform {
        background: #79241d;
        border: none!important;
        color: white !important;
    }
    
    .activeform h1 {
        color: white;
        font-weight: bold;
    }
    
    .activeform button {
        background: #ffc106c2;
        ;
        color: white;
    }
    
    .close {
        color: white!important;
    }
    
    .modalbtn {
        background-color: white;
        align-self: center;
        padding: 7px;
        width: 100px;
        border: 1px solid white;
        color: black;
    }
    
    .modal-content {
        font-size: 15px;
    }
    
    .modalform button {
        background-color: #ffc1068f;
    }
    
    .modal-title {
        text-align: center;
        color: white!important;
    }
    
    .modal-header {
        background-color: #79241d;
        color: white;
    }
    
    .modal-footer {
        background-color: #79241d;
        color: white;
    }
    
    .close {
        color: white;
    }
    
    .in {
        padding: 1%;
        margin-bottom: 15px;
        height: 100%;
        padding-left: 20px;
        width: 100%;
    }
    
    .button {
        padding: 10px;
        background-color: rgb(175 63 63);
        border-radius: 20px;
        padding-left: 20px;
        padding-right: 20px;
        color: white;
        font-size: 15px;
        width: 90%;
        font-weight: bold;
        align-self: center;
        border: none;
        font-size: 17px;
        letter-spacing: 1px;
    }
    
    .button1 {
        padding: 10px;
        background-color: #79241d;
        ;
        border-radius: 20px;
        padding-left: 20px;
        padding-right: 20px;
        color: white;
        font-size: 15px;
        width: 90%;
        font-weight: bold;
        align-self: center;
        border: none;
        font-size: 17px;
        letter-spacing: 1px;
    }
    
    .enquirybox {
        width: 180px;
        height: auto;
        background-color: #79241d!important;
        border: none !important;
        color: white!important;
        padding: 8px;
        transform: rotate(-90deg);
        position: fixed;
        right: -68px;
        top: 83%;
        border-radius: 20px 20px 0 0;
        animation: enquiry 1s infinite;
        cursor: pointer;
        z-index: 999;
        font-family: arial;
        display: none;
    }
    
    .enquirybox a {
        text-decoration: none;
        color: black;
    }
    /**/
    
    .heading:after {
        content: url(img/heading.png);
        display: block;
    }
    
    .heading2:after {
        content: url(img/heading2.png);
        display: block;
    }
    
    @media(max-width:768px) {
        .menubar {
            position: absolute;
            top: 3px!important;
            left: 91px!important;
            z-index: 999;
        }
        .enquirybox {
            display: block;
        }
        .container1 {
            position: static;
            background: black;
            border-radius: 0px;
            width: 100%;
        }
        form {
            border-radius: 0;
        }
        .carousel-caption {
            right: 10%;
            text-transform: uppercase;
            bottom: -25px;
            font-size: 10px;
        }
        .carousel-caption h1 {
            font-size: 20px;
        }
        #demo {
            font-size: 12px;
        }
    }

.carousel-caption {
    right: 30% !important;
    left: 30% !important;
}

@media (max-width: 768px){
.menubar {
    left: 0 !important;
    text-align: center;
    width: 100% !important;
}
.menubar ul{
    padding: 0 !important;
}
a.navbar-brand img {
    width: 100px !important;
}
}


    