@import url("https://fonts.googleapis.com/css?family=Quicksand:400,500,700&subset=latin-ext");

* {
    font-family: "Quicksand";
}
body {
    background-color: #fff;
    line-height: 1.9;
    color: #8c8c8c;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Quicksand";
    color: #000;
}

a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
a,
a:hover {
    text-decoration: none !important;
}

.text-black {
    color: #000;
}

.content {
    padding: 7rem 0;
}

.heading {
    font-size: 2.5rem;
    font-weight: 900;
}

.form-control {
    border: none;
    background: #f3f3f3;
}
.form-control:active,
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000;
    background: #f3f3f3;
}

.col-form-label {
    color: #000;
}

.btn,
.form-control,
.custom-select {
    height: 50px;
}

.custom-select:active,
.custom-select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000;
}

.btn {
    border: none;
    border-radius: 4px !important;
}
.btn.btn-primary {
    background: #000;
    color: #fff;

    padding: 12px 20px; }
  .btn:hover {
    color: #fff; }
  .btn:active, .btn:focus {

    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.box {
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: -30px 30px 0px 0 rgba(0, 0, 0, 0.08);
    box-shadow: -30px 30px 0px 0 rgba(0, 0, 0, 0.08);
}
.box h3 {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center;
}

label.error {
    font-size: 12px;
    color: red;
}

#message {
    resize: vertical;
}

#form-message-warning,
#form-message-success {
    display: none;
}

#form-message-warning {
    color: #b90b0b;
}

#form-message-success {
    color: #55a44e;
    font-size: 18px;
    font-weight: bold;
}

.submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-weight: bold;
    font-size: 12px;
    color: #000;
}

/*Navbar=================================*/
.menu-label {
    padding-left: 1rem;
}
nav ul {
    font-family: "Quicksand";

    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 0;
}
a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    /* font-size: 1.2em; */
    transition: 0.3s;
}

header {
    line-height: initial;
    margin-bottom: 1rem;
    position: relative;
    width: 100%;
}

header .container1 {
    position: relative;
    z-index: 2;
}

nav {
    border: 0px solid black;
    border-radius: 28px;
    margin-top: 1.3rem;
    background: black;
    position: relative;
    padding: 12px 0;
    z-index: 10;
}
nav ul li:nth-child(1) {
    float: left;
    padding-left: 25px;
}
nav ul li:nth-last-child(1) {
    padding-right: 20px;
}
.logo {
    position: absolute;

    top: -50px;
    left: 45%;
}

.logo img {
    width: 70px;
    height: 70px;
    border-radius: 56px;
    margin-top: 1.5rem;
}
@media screen and (max-width: 576px) {
    .logo {
        display: none;
    }
}

nav ul {
    width: 100%;
    transition: 0.3s;
}
nav ul li:nth-child(6) {
    margin-left: 25px;
}
nav ul li a {
    margin: 0px;
    color: white;
    font-weight: bold;
}
nav ul li a:hover {
    color: crimson;
}
#menu {
    display: none;
}

label {
    color: #fff;
    font-size: 0.8 em;
    padding: 15px 0;
    display: none;
}
@media (max-width: 960px) {
    label {
        display: block;
    }

    .menuList li:nth-child(1),
    .menuList li:nth-child(2),
    .menuList li:nth-child(3),
    .menuList li:nth-child(4),
    .menuList li:nth-child(5) {
        display: none;
    }

    .logo {
        left: 45%;
        top: -34px;
    }
    /* .logo img{
		width: 100px;
	} */

	nav{
		padding: 0;
	}
	nav ul{
		position: absolute;
		top: 53px;
		left: -100%;
		background: #000;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		height: 90vh;
	}
	#menu:checked ~ ul{
		left: 0;
	}
	nav ul li{
		margin: 0 !important;
		width: 100%;
	}
	nav ul li a{
		border: 1px solid crimson;
		padding: 15px 0;
		margin: 0;
		text-align: center;
	}
	nav ul li a:hover{
		background: white;
	}
	nav ul li:nth-last-child(1){
		padding-right: 0px;
	}
}
@media (max-width: 460px){
	nav ul{
		font-size: 14px;
		height: 60vh;
	}
	.logo{
		top: -30px;
	}
	.logo img{
		width: 100px;
    margin-top: 0;
	}

}

/*Footer==================================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

footer {
    margin-top: 1rem;
}
.footer-container {
    line-height: 1.5;
    font-family: "Quicksand";
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.footer-container {
    max-width: 1170px;
    margin: auto;
}
.footer-row {
    display: flex;
    flex-wrap: wrap;
}
ul {
    list-style: none;
}
.footer {
    background-color: black;
    padding: 70px 0;
    padding-bottom: 10px;
}
.footer-col {
    width: 25%;
    padding: 0 10px;
}
.footer-col h4 {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}
.footer-col h4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #e91e63;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}
.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}
.footer-col ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
}
.footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
}
.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    padding-top: 12px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}
.footer-col .social-links a:hover {
    color: black;
    background-color: #ffffff;
}

/*responsive*/
@media (max-width: 767px) {
    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }
}
@media (max-width: 574px) {
    .footer-col {
        width: 100%;
    }
    .footer-col h4 {
        font-size: 14px;
    }
    .footer-col ul li a {
        font-size: 12px;
    }
}

h2 {
    font-size: 30px;
}
p {
    font-size: 22px;
}

@media screen and (max-width: 576px) {
    h2 {
        font-size: 22px;
    }
    p {
        font-size: 14px;
    }
}

/* ________________________________________________________________- */

