@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

.hero-area {
    padding: 90px 0;
    background-position:  0 67%;
}

.hero-area .left-side {
    text-align: center;
    color: #fff;
}

.hero-area .left-side h1 {
	font-family: "Pacifico", cursive;
	font-size: 54px;
	font-weight: 500;
	margin-bottom: 16px;
}

.hero-area .left-side h1 span {
    color: #ecc817;
    font-family: "Pacifico", cursive;
}

.hero-area .left-side > p {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #f9e688;
	margin-bottom: 15px;
}

.hero-area .left-side form {
	position: relative;
	width: 65%;
	margin: auto;
    margin-bottom: 15px;
}

.hero-area .left-side form input[type="search"] {
	width: 100%;
	padding: 20px;
	font-size: 20px;
	outline: none;
	border-radius: 50px;
	border: 1px solid #584810;
}

.hero-area .left-side form input[type="submit"] {
	position: absolute;
	right: 0;
	top: 1px;
	padding: 20px 30px;
	font-size: 19px;
	font-weight: 600;
	background: #f9e688;
	border: 1px solid #f9e688;
	outline: none;
	border-radius: 0 50px 50px 0;
	color: #293a45;
	cursor: pointer;
}

.hero-area .left-side .extentions {
    text-align: center;
}

.hero-area .left-side .extentions p {
	display: inline-block;
	font-size: 18px;
	font-weight: 800;
	padding: 0 10px;
	border-right: 2px solid aliceblue;
}

.hero-area .left-side .extentions p:nth-last-child(1) {
    border: none;
}

.hero-area .left-side .extentions p span {
    color: #ecc817;
    display: inline-block;
    margin-left: 5px;
    font-size: 24px;
    font-family: "Pacifico", cursive;
}

.domain-price {
	padding: 40px 0;
	background: #f6f6f6;
	text-align: center;
	color: #293a45;
}

.domain-price .container {
	width: 80%;
}

.section-title {
	margin-bottom: 25px;
}

.tld-src {
	margin-bottom: 15px;
}

.tld-src form {
	background: #44340c;
	padding: 40px;
	border-radius: 15px;
}

.tld-src form input {
	width: 75%;
	text-align: center;
	padding: 10px;
	font-size: 17px;
	outline: none;
	border: 1px solid #44340c;
	border-radius: 25px;
}

.price-table table {
	width: 100%;
	letter-spacing: 1px;
	font-size: 18px;
	color: #131313;
	border-collapse: collapse;
}

.price-table table tr:nth-child(even) {
	background-color: #eaeaea;
}

.price-table table th,
.price-table table td {
	border-bottom: 1px solid #293a4552;
	padding: 10px 0;
}

.price-table table td {
	font-size: 14px;
	font-weight: 500;
}

.domain-features {
	padding: 50px 0;
	background-color: #f6f6f6;
}

.domain-features .section-title {
	text-align: center;
}

@media (max-width: 700px) {
	.hero-area .left-side form {
		width: 100%;
	}
	.domain-price .container {
		overflow-x: scroll;
	}
}

@media (max-width: 500px) {
	.hero-area .left-side form input[type="search"] {
		margin-bottom: 10px;
	}
	.hero-area .left-side form input[type="submit"] {
		position: static;
		width: 50%;
		border-radius: 38px;
	}
}