*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat'
}
#loader
{
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 1;
    overflow: visible;
    background: rgb(236, 175, 104) url('car.gif') no-repeat center center;
}

.background
{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 200%;
    background-size: 100%vh;

}
.car
{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 40vh;
    display: flex;
}
.container
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
}
.container section
{
    min-width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: url("d1.png");
    background-size: auto 100vh;
}
.container section:nth-child(2)
{
    background: url("d2.png");
    background-size: auto 100vh;
}
.container section:nth-child(3)
{
    background: url("d3.png");
    background-size: auto 100vh;
}
.container section:nth-child(4)
{
    background: url("d4.png");
    background-size: auto 100vh;
}
.container section .content
{
    max-width: 900px;
    padding: 40px;
    text-align: center;
}
.container section .content h1
{
    font-size: 6em;
    color: #ffffff;
}
.container section .content h2
{
    font-size: 4em;
    color: #82a5ce;
}
.container section .content p
{
    font-size: 1.3em;
    line-height: 1.4em;
    color: black;
}
#col {
    div:nth-of-type(1) {
        width: 48%;
        float: left;
      }
      
      div:nth-of-type(2) {
        width: 48%;
        float: right;
      }
  }
.photo
{
    left: 0;
    width: 50vw;
}  
.content-two
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    height: auto;
    display: flex;
    display: flex;
}

.chatOn {
    padding: 5px;
    z-index: 99;
    cursor: pointer;
    box-shadow: 0px 0px 22px 0px;
    position: fixed;
    bottom: 23px;
    right: 20px;
    transition: .5s;
    width: 50px;
    border-radius: 100%;
    background-color: #ffffff;
}

/* The popup form - hidden by default */
.chat-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 999;
    transition: 1s;
}

/* Add styles to the form container */
.popup-form {
    width: 300px;
    padding: 10px;
    background-color: white;
}

/* Full-width input fields */
.popup-form input[type=text],
.popup-form input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
}

textarea {
    width: 100%;
    height: 120px;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
}

/* When the inputs get focus, do something */
.popup-form input[type=text]:focus,
.popup-form input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for the submit/login button */
.popup-form .button {
    background-color: #82a5ce;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 49%;
    margin-bottom: 10px;
    opacity: 0.8;
}

/* Add a red background color to the chatOff button */
.popup-form .chatOff {
    background-color: brown;
}

/* Add some hover effects to buttons */
.popup-form .button:hover,
.chatOn:hover,
.chatOn:hover {

    transition: .5s;
}

.chatOn:hover,
.chatOn1:hover {

    opacity: 1;
    width: 60px;
    transition: .5s;

}
@media (max-width: 991px)
{
    .container
    {
        position: absolute;
        display: flex;
        flex-direction: column;
        height: auto;
        transform: none !important;
    }
    .container section
    {
       
        top: 0;
        left: 0;
        width: 100vw;
        display: flex;
        transform: none !important;
    }
    .background
    {
        top: 0;
        display: flex;
        flex-direction: column;
        height: auto;
        transform: none !important;

    }
    .car
    {
        transform: none !important;
    
    }
    .container section .content h1
    {
        font-size: 20px;
        color: #82a5ce;
    }
    .container section .content h2
    {
       
        font-size: 18px;
        color: #82a5ce;
        transform: none !important;
    }
    .container section .content p
    {
        
        font-size: 12px;
        color: black;
        transform: none !important;
    }
    .logo
    {
        width:60vw;
    }
    #loader
    {
        size: cover;
    }
    
}
