* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
}

#home p {
    margin-bottom: 15px;
    text-align: center;
}


header {
    background-image: url(/img/heading.gif);
    height: 12vw;
    background-color: white;
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #f0050583;
}

nav {
	width: 100%;
	height: 50px;
	background:#777373;
}

nav ul {
	float: right;
	list-style-type: none;
}
nav ul li {
	display: inline-block;
	line-height: 50px;
}
nav ul li a {
	text-decoration: none;
	color: white;
	font-size: 20px;
	text-transform: capitalize;
	padding: 8px 20px;
}
nav ul li a.active,a:hover {
	background: #241f1f;
}
#checkbtn {
	float: right;
	line-height: 50px;
	margin-right: 10px;
	font-size: 30px;
	color: white;
	display: none;
}
#check {
	display: none;
}
#check:checked ~ ul {
	left: 0;
}

nav a:hover {
    color: red;
}

#about {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 8px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: justify;
}

#about h2 {
    text-align: center;
    font-size: 40px;
    margin: 0%;
}

#about h3 {
    color: #ee5656;
    text-align: center;
}

#contact {
    background-color: #fff;
    display: flex;
    padding: 5px;
    border-radius: 8px;
    width: 100%;
}

#contact h3 {
    text-align: center;
    margin-left: 35%;
    font-size: 30px;
    width: 100%;
}

#contact ul, h1 {
    list-style-type: none;
    border: 1px solid white;
    padding-left: 3%;
    width: 60%;
}

#contact li {
    margin-bottom: 10px;
}

#contact .social {
    width: 30%;
    height: 10%;
    padding-top: 17%;
}

#contact .fa-brands{
    font-size: 40px;
}

#contact a {
    padding: 0%;
    margin: 0%;
    text-decoration: none;
    font-size: 0px;
}


#contact .fa-brands {
    font-size: 30px;
    margin-right: 20%;
    overflow: hidden;
    color: rgb(26, 26, 87);
  }

#contact .fa-location-dot {
    margin-right: 5px;
  }

#contact .fa-square-x-twitter:hover {
    color: black;
}

#contact .fa-instagram:hover{
    background: linear-gradient(to bottom right, #833ab4, #fd1d1d, #fcb045);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

#contact .fa-facebook:hover{
    color: blue;
}

footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin: 0px;
}


#preloader {
    background: #e5eff1 url(/img/preloader.gif) no-repeat center;
    background-size: 150px;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
}

.google_profile,.whatsapp{
    font-size: 0px;
    right: 0;
    position: fixed;
    padding: 6px 13px;
    z-index: 10
}

.whatsapp {
    bottom: 10px;
}

.google_profile {
    bottom: 80px;
}

@media (max-width: 481px), (max-width: 768px) {

    header {
        background-size: 768px auto;
        background-attachment: fixed;
    }

    #scroll {
        height: 40px;
    }

    #checkbtn {
		display: block;
	}

	nav ul {
		width: 100%;
		height: 100vh;
		background: #5c4b4d;
		position: fixed;
		top:100px;
		left: -100%;
		transition: .5s;
	}

    nav i {
        font-size: 25px;
    }

	nav ul li {
		display: block;
		text-align: center;
		line-height:50px;
		margin:15px;
	}

    nav ul li a {
        font-size: 30px;
        background-color: #6b4a4d;
        font-family: cursive;
    }

    #contact{
        display: flex;
        width: 100%;
        flex-direction: column;
        text-align: justify;
        display: block;

    }

    #contact h1 {
        width: 100%;
        font-size: 20px;
        font-family: lucida;
    }

    
    #contact ul {
        width: 100%;
        margin-left: 5%;
        padding: 0%;
    }

    #contact ul {
        width: 99%;
        margin-left: 0%;
        padding: 0%;
    }

    #contact p {
        margin-left: 5%;
        padding: 0%;
    }

    #contact h2 {
        text-align: center;
        margin-left: 19%;
        color: #f00505;
        width: 100%;
    }

    #contact h3 {
        margin: 0%;
        font-size: 17px;
    }

    #contact .social {
        margin: 1%;
        padding: 1%;
        text-align: right;
        width: 100%;
    }

    #contact iframe {
        width: 100%;
        margin-top: 0%;
        padding-top: 0%;
        padding-bottom: 0%;
    }

    #contact .fa-instagram {
        background: linear-gradient(to bottom right, #833ab4, #fd1d1d, #fcb045);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
    
    #contact .fa-facebook {
        color: blue;
    }
    #contact .fa-square-x-twitter {
        color: rgb(0, 0, 0);
    }
}


@media (max-width: 320px), (max-width: 480px) {
    header {
        background-size: 430px 52px;
        background-attachment: fixed;
    }

    #scroll {
        height: 40px;
    }

    #checkbtn {
		display: block;
	}

    nav i {
        font-size: 25px;
    }

	nav ul {
		width: 100%;
		height: 100vh;
		background: #5c4b4d;
		position: fixed;
		top:80px;
		left: -100%;
		transition: .5s;
	}

	nav ul li {
		display: block;
		text-align: center;
		line-height:50px;
		margin:15px;
	}

    nav ul li a {
        font-size: 30px;
        background-color: #6b4a4d;
        font-family: cursive;
    }

    #about h2 {
        font-size: 30px;
    }

    #about h3 {
        font-size: 20px;
    }

    #contact{
        display: flex;
        width: 100%;
        flex-direction: column;
        text-align: justify;
        display: block;

    }

    
    #contact ul {
        width: 99%;
        margin-left: 0%;
        padding: 0%;
    }

    #contact p {
        padding: 0%;
    }

    #contact h1 {
        width: 100%;
        font-size: 20px;
        font-family: lucida;
    }

    #contact h2 {
        text-align: center;
        margin-left: 19%;
        color: #f00505;
        width: 100%;
    }

    #contact h3 {
        margin: 0%;
        font-size: 17px;
    }

    #contact .social {
        margin: 1%;
        padding: 1%;
        text-align: right;
        width: 100%;
    }

    #contact iframe {
        width: 100%;
        margin-top: 0%;
        padding-top: 0%;
        padding-bottom: 0%;
    }

    #contact .fa-instagram {
        background: linear-gradient(to bottom right, #833ab4, #fd1d1d, #fcb045);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
    
    #contact .fa-facebook {
        color: blue;
    }
    #contact .fa-square-x-twitter {
        color: rgb(0, 0, 0);
    }
}
