*{
    margin: 0px;
    padding: 0px;
}

/* Header Section Start*/
.Navbar-Container{
    background-color: #efefef;
    position: fixed
}

.navbar{
    display: flex;
    padding-block: 4px;
    padding-left: 4rem;
    padding-right: 4rem;
}

.logo img{
    width: 42%;
    margin-top: 4px;
    border-radius: 0%;
}


.nav-list{
    width: 10%;
    display: flex;
    align-items: center;
}

.nav-list li{
    list-style: none;
}

.nav-list li a{
    text-decoration: none;
    color: #404040;
    padding: 8px 10px;
    margin-left: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.nav-list li a:hover{
    color: white;
    font-weight: 500;
    border-radius: 3px;
    background-color: #ee82ee;
    border: 1px solid #ee82ee;
}

.right-nav{
    width: 76%;
    list-style: none;
    display: flex;
    justify-content: right;
    margin-right: 15px;
    align-items: center;
    text-align: right;
}
.right-nav li a{
    text-decoration: none;
    color: #404040;
    padding: 8px 16px;
    margin: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.right-nav li a:hover{
    color: white;
    font-weight: 500;
    border-radius: 3px;
    background-color: #ee82ee;
    border: 1px solid #ee82ee;
}

.right-nav1{
    width: 14%;
    list-style: none;
    display: flex;
    justify-content: right;
    align-items: center;
    text-align: right;
}
.right-nav1 button{
    text-decoration: none;
    background-color: #00c8cc;
    border: 1px solid #00c8cc;
    color: white;
    border-radius: 3px;
    padding: 8px 16px;
    cursor: pointer;
    width: 100%;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
}

.right-nav1 button:hover{
    color: white;
    font-weight: 500;
    border-radius: 3px;
    background-color: #ee82ee;
    border: 1px solid #ee82ee;
}

.fa-chevron-circle-down:before{
    margin-left: 5px;
    font-size:16px
}

.a1{
    font-weight: 600;
}


/* Header Section End*/

/* Home Section */
#home{
    display: flex;
    flex-direction: column;
    padding: 200px 200px 20px;
    height: 250px;
    /* justify-content: end; */
    align-items: center;
}

#home::before{
    content: "";
    background-color: white;
    position: absolute;
    background: url('../Images/bg3.jpg') no-repeat center center/cover;
    height: 575px;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: -1;
    opacity: .9;
}

#home h1{
    font-family: 'Poppins', sans-serif;
  letter-spacing: 2px;
  color: #04CE78;
  text-align: center;
  margin-bottom: 15px;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 600;
}

#home p{
    color: white;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    letter-spacing: 1.2px;
    text-align: center;
    font-size: .8rem;
    font-family: 'Poppins', sans-serif;
    
}
    
/* Utility Classes */
.h-primary{
    font-size: 1.8rem;
    font-family: 'Baloo Bhai';;
    color: rgb(73 73 73);
    font-size: 26px;
    text-transform: inherit;
    font-weight: 100;
    letter-spacing: 1px;
}

.h-secondary{
    font-size: .8rem;
    letter-spacing: 1px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.center{
    text-align: center;
}

/* Section-1 (Service) */
#container{
    padding: 20px 200px;
    margin-bottom: 10px;
    background: white;
}

#services{
    margin-left: 0px;
    margin-right: 0px;
    display: flex 
}

#services .box{
    border: 1px solid none;
    height: 125px;
    width: 100%;
    /* position: relative; */
    margin-top: 20px;
    margin: 0px;
}

#services .box:hover{
    color: #eb595f;
    font-weight: 500;
    background-color: #ffdadb;
    border: 1px solid #ffdadb;
    border-radius: 3px;
}

#services .box img{
    height: 45px;
    padding: 0px;
    margin: 20px auto 12px auto;
    display: block;
    cursor: pointer;
}

.left{
    text-align: left;
}

/* Section-2 (More Service) */
#container-1{
    padding: 10px 0px 10px;
    border-radius: 4px;
}

#how-work{
    margin: 0px 450px;
    display: flex
}

#how-work p{
    color: white;
    text-align: center;
    font-size: .8rem;
    font-family: 'Poppins', sans-serif;

}

#how-work .box{
    width: 100%;
    margin: 12px;
    padding: 0px 35px 20px;
    border: 1px solid #00c8cc;
    border-radius: 0px;
    background: white;
}

#how-work .box img{
    width: 75%;
    margin: auto;
    display: block;
}

.h-secondary4{
    font-size: 1.1rem;
    letter-spacing: 1px;
    background: #00c8cc;
    padding: 2px;
    border-radius: 0px;
    margin-bottom: 20px;
    text-align: center;
    color: white;
    font-weight: 500;
    font-family: 'Baloo Bhai';

}

#container-1 hr{
    position: inherit;
    margin-top: 15px;
    margin-left: 20%;
    margin-right: 20%;
    height: 1.25px;
    bottom: 8px;
    background-color: #00c8cc;
}


/* Section-3 (More Service) */
#container-2{
    padding: 5px 50px;
    background: #f7f7f7;
}

#more-services{
    display: flex
}

#more-services .box{
    margin-top: 20px;
    padding: 0px 8px;
}

#more-services .box:hover{
    color: #eb595f;
    font-weight: 500;
}

#more-services .box img{
    /* border: 2px solid #d5d5d5;  */
    height: 95%;
    width: 100%;
    display: block;
    cursor: pointer;
    border-radius: 5px;
}

.h-primary1{
    color: #313131;
    font-size: 1.8rem;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold; 
    letter-spacing: 1px;
}

.h-secondary1{
    /* float: left; */
    font-size: 1rem;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 600;
    margin-top: 5px;
    font-family: 'Poppins', sans-serif;
}

.h-secondary1-1{
    /* float: left; */
    font-size: .9rem;
    letter-spacing: 1px;
    font-weight: 500;
    padding-left: 8px;
    font-family: 'Poppins', sans-serif;
}

/* Section-3 (Interior) */
#container-3{
    padding: 50px 50px;
    background: #f7f7f7;
}

#interior{
    display: flex
}

#interior .box{
    margin-top: 20px;
    padding: 0px 8px;
}

#interior .box:hover{
    color: #eb595f;
    font-weight: 500;
}

#interior .box img{
    /* border: 2px solid #d5d5d5;  */
    height: 95%;
    width: 100%;
    display: block;
    cursor: pointer;
    border-radius: 5px;
}

.h-primary1{
    color: #eb595f;
    padding: 0px 8px;
    font-size: 1.8rem;
    margin: 12px 0px 0px 0px;
    font-family: 'Poppins', sans-serif;
    text-transform: none;
    font-size: 24px;
    font-weight: bold; 
    letter-spacing: 1px;
}

/* container-4 Section */
#container-4{
    padding: 15px 0px 15px;
    background-color: #f7f7f7;
    border-radius: 4px;
}

#whychoose{
    margin-left: 150px;
    margin-right: 150px;
    display: flex
}

#whychoose p{
    color: white;
    text-align: center;
    font-size: .8rem;
    font-family: 'Poppins', sans-serif;

}

#whychoose .box{
    width: 100%;
    margin-right: 15px;
    height: 325px;
    margin-top: 25px;
    padding: 25px 15px;
    border-radius: 6px;
    background: white;
}

#whychoose .box img{
    width: 75%;
    margin: auto;
    display: block;

}

#whychoose p{
    color: rgb(42, 42, 42);
    text-align: center;
    margin: 15px 0px 50px;
    line-height: 25px;
    font-size: .7rem;
    font-family: 'Poppins', sans-serif;
}

.h-secondary3{
    font-size: .9rem;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: center;
    color: #00c8cc;
    font-family: 'Poppins', sans-serif;

}

#container-4 hr{
    margin-left: 33%;
    margin-right: 33%;
    height: 1px;
    bottom: 8px;
    background-color: #00c8cc;
}





/* Full-width input fields */
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 15px;
    margin: 5px 0px 15px;
    display: inline-block;
    border: 1px solid #cbcbcb;
    border-radius: 6px;
    box-sizing: border-box;
  }
  
  /* Set a style for all buttons */
  p {
    padding: 10px;
    text-align: center;
}
  
  button:hover {
    opacity: 0.8;
  }
  
  /* Extra styles for the cancel button */
  .cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
  }
  
  /* Center the image and position the close button */
  .imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
  }
  
  img.avatar {
    width: 20%;
    border-radius: 50%;
  }
  
  .container {
    padding: 10px 40px;
    margin-top: 0px;

}


  .container {
    font-size: 14px;
    color: #404040;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    
  }

  .container-cnt{
    font-size: 11px;
    padding: 10px 40px 35px;
    border-radius: 0px 0px 25px 25px;
    font-family: 'Poppins', sans-serif;
  }
  .container-cnt button{
    text-decoration: none;
    color: white;
    background: #ee82ee;
    border: #ee82ee;
    border-radius: 3px;
    padding: 12px 12px;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

  .container-cnt a{
    color: #f44336;
  }
  
  span.psw {
    float: right;
    padding-top: 16px;
  }
  
  /* Login Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 30%; /* Could be more or less, depending on screen size */
    border-radius: 15px;
  }
  
  /* The Close Button (x) */
  .close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: red;
    cursor: pointer;
  }
  
  /* Add Zoom Animation */
  .animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
  }
  
  @-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
  }
    
  @keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
  }
  
  /* Change styles for span and cancel button on extra small screens */
  @media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
  }


-------------------------------------------------------------------------

  .carousel {
      position: relative;

  }