* {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'Ananda';
    src: url("../fonts/AnandaNamasteRegular.ttf");
}

/*Preloader*/
.no-js #loader { 
    display: none;  
}

.js #loader { 
    display: block; 
    position: absolute; 
    left: 100px; 
    top: 0; 
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(https://smallenvelop.com/wp-content/uploads/2014/08/Preloader_11.gif) center no-repeat #fff;
}
/*Preloader End*/

/*Whatsapp Button*/
#ws-btn {
    display: flex;
    position: fixed;
    top: 50vh;
    right: 0;
    z-index: 999;
    padding: 0 10px;
}

#ws-btn h6 {
    font-size: 1.3rem;
    background-color: mintcream;
    line-height: 2.5;
    padding: 0 10px;
    border-radius: 10px;
    margin-right: 10px;
}
/*Whatsapp Button End*/

/*Nav Bar*/
#navbar {
    position: fixed;
    z-index: 999;
    width: 100%;
    background: none;
    transition: 0.5s;
    height: 100px;
    top: 0;
}

#nav-items {
    max-width: 1080px;
    width: 100%;
    margin: auto;
    overflow: hidden;
    color: white;
    padding: 0 20px;
}

#logo {
    float: left;
    display: flex;
    padding: 10px 0;
}

#logo-img {
    width: 160px;
    transition: 0.4s;
}

#logo-h1 {
    font-size: 40px;
    font-family: 'Ananda';
    color: white;
    margin: 15px 0 0 10px;
    transition: 0.4s;
}

#menu {
    float: right;
    margin-top: 30px;
    font-family: 'Ananda';
}

#menu-h2 {
    font-size: 80px;
    transition: 0.4s;
    cursor: pointer;
}

#nav-ul {
    position: fixed;
    height: 100vh;
    width: 400px;
    background-color: #34495e;
    float: right;
    top: 0;
    right: -100%;
    transition: 0.5s;
    text-align: center;
    padding: 100px 0;
}

#nav-ul li {
    list-style-type: none;
    padding: 20px;
    text-align: center;
}

#nav-ul li a {
    color: white;
    padding: 10px;
    text-decoration: none;
    transition: 0.4s;
    font-size: 1.5rem;
}

.show-menu-btn, .hide-menu-btn {
    transition: 0.4s;
    cursor: pointer;
    font-size: 26px;
}

#nav-ul li a:hover {
    text-decoration: none;
}

ul li a:hover, .show-menu-btn:hover, .hide-menu-btn:hover, #menu h2:hover {
    color: #3498db;
}

#chk {
    visibility: hidden;
}

#chk:checked ~ #nav-ul {
    right: 0;    
}
/*Nav Bar Ends*/

/*Header*/
#header {
    text-align: center;
    background: hsl(224, 75%, 90%);
    padding: 75px 0;
}

#header img {
    display: inline-block;
}

#header h1 {
    font-family: 'Ananda';
    font-size: 4.5rem;
    color: hsl(224, 45%, 23%);
    font-weight: 900;
}

#header h4 {
    font-family: 2.5rem;
}
/*Header End*/

/*Form-Section*/
form h1 {
    font-size: 3.5rem;
}

#spacer-1 {
    width: 250px;
    height: 5px;
    margin: 25px auto;
    background: hsl(224, 45%, 23%);
}

#form-section {
    padding: 50px 0;
    background-color: hsl(224, 75%, 90%);
    background-image: url("../imgs/diamond-upholstery.png");
}

form {
    background: #f3f3f3;
    overflow: hidden;
    border-radius: 20px;
    padding: 50px 0;
    font-size: 1.5rem;
}

/*Form-Section End*/

/*Footer*/

footer {
    background-color: hsl(214, 30%, 20%);
    overflow: hidden;
}

#footer-img {
    width: 200px;
}

.icons {
    display: flex;
}

#getintouch h2 {
    color: hsl(214, 10%, 55%);
}

#getintouch p {
    color: hsl(214, 10%, 50%);
}

.icn {
    color: hsl(214, 10%, 55%);
    padding: 6px 10px;
}

#quick-links h2 {
    color: hsl(214, 10%, 50%)
}

#quick-links li {
    line-height: 3;
    list-style-type: none;
}

#quick-links a {
    color: hsl(214, 10%, 55%);
}

#s-s {
    color: hsl(214, 10%, 55%);
}

#button {
    cursor: pointer;
    width: 75px;
    height: 75px;
    outline: none;
    border-radius: 50px;
    background: hsl(214, 10%, 30%);
    border: none;
    color: hsl(214, 10%, 55%);
    margin: 20px;
}

#iframe {
    max-width: 50000px;
    width: 100%;
    margin: auto;
}

iframe {
    max-width: 2000px;
    width: 100%;
    margin: auto;
}

#spacer {
    height: 1px;
    width: 1170px;
    background-color: gray;
    margin: auto;
}

#copyright p, #copyright a {
    color: hsl(214, 10%, 50%);
}
 
#disc {
    background: none;
    border: none;
    color: hsl(214, 10%, 50%);
    height: 0px;
}

/*Footer End*/