﻿@import url('https:fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');

/********************************/
/*HEADINGS, PADDINGS AND MARGINS*/
/********************************/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Spartan', sans-serif;
}

h1 {
    font-size: 50px;
    line-height: 64px;
    color: #dff1ff;
}

h2 {
    font-size: 46px;
    line-height: 54px;
    color: #dff1ff;
}

h4 {
    font-size: 20px;
    color: #dff1ff;
}

h6 {
    font-size: 12px;
    font-weight: 700;
    color: #dff1ff;
}

p {
    font-size: 16px;
    color: #dff1ff;
    margin: 15px 0 20px 0;
}

.section-p1 {
    padding: 40px 100px;
}

.section-m1 {
    margin: 40px 0;
}

body {
    width: 100%;
}

/********************************/
/*HEADINGS, PADDINGS AND MARGINS*/
/********************************/


/****************************/
/*NAVBARS AND HEADER SECTION*/
/****************************/

#section1 {
    background-image: url('jewel 1.webp');
    height: 90vh;
    width: 100%;
    background-size: cover;
}

#header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 80px;
    background: rgba(0, 0 , 0, 0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}

#navbar {
    display: flex;
    align-items: center;
    justify-content: center;
}

#navbar li {
    list-style: none;
    padding: 0 25px;
    position: relative;
}

#navbar li a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #dff1ff;
    transition: 0.25s ease;
}

#navbar li a:hover,
#navbar li a.active {
    color: #dba21c;
}

#navbar li a:hover::after,
#navbar li a.active::after {
    content: "";
    width: 25%;
    height: 2px;
    background: #dba21c;
    position: absolute;
    bottom: -4px;
    left: 20px;

}

/****************************/
/*NAVBARS AND HEADER SECTION*/
/****************************/

/*************/
/*HERO BANNER*/
/*************/

#hero {
    background-position: top 100% right 0;
    padding: 25px 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

#hero h4 {
    padding-top: 50px;
    padding-bottom: 15px;
}

#hero h2 {
    font-weight: 400;
    padding-top: 10px;
    color: #dba21c;
    padding-bottom: 10px;
}

#hero h1{
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
}

#hero #para {
    width: 40%;
    line-height: 25px;
    padding-bottom: 50px;
}

#hero #btn{
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#hero #btn a {
  font-weight: 700;
  text-decoration: none;
  border: 2px solid #dba21c;
  border-top-left-radius: 17px;
  border-bottom-right-radius: 17px;
  padding: 15px;
  color: #dff1ff;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}

#hero #btn a:hover {
    border-radius: 4px;
    transform: scale(1.25);
    transition-duration: 0.25s;
}

/*************/
/*HERO BANNER*/
/*************/


/**************/
/*PRODUCT PAGE*/
/**************/

#product {
    padding-top: 50px;
    text-align: center;
}

#product h2{
    color: #475b7d;
}

#product p{
    padding: 20px;
    color: #475b7d;
}

#product .pro-container {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap;
}

#product .pro {
    width: 28%;
    min-width: 250px;
    padding: 10px 12px;
    border: 4px solid #dff1ff;
    cursor: pointer;
    border-top-left-radius: 47px;
    border-bottom-right-radius: 47px;
    box-shadow: 20px 20px 30px rgba(24,49,79,.47);
    margin: 15px 0;
    transition: 0.02s ease;
}

#product .pro:hover {
    border-radius: 0;
    transition-duration: 1s ease-out;
    transform: scale(1.015);
}

#product .pro img {
    width: 100%;
    border-radius: 20px;
}

#product .pro .des {
    text-align: start;
    padding: 10px 0;
}

#product .pro .des span {
    color: #475b7d;
    font-size: 12px;
}

#product .pro .des h5 {
    color: #475b7d;
    font-size: 14px;
    padding-top: 7px;
}

#product .pro .des i {
    color: #dba21c;
    font-size: 12px;
}

#product .pro .des h4 {
    color: #dba21c;
    font-size: 18px;
    font-weight: 700;
    padding-top: 7px;
}

.pro #btn{
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 20px;
}

.pro #btn a {
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  border: 4px solid #dff1ff;
  border-top-right-radius: 17px;
  border-bottom-left-radius: 17px;
  box-shadow: 20px 20px 30px rgba(24,49,79,.17);
  padding: 15px;
  color: #dba21c;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}

.pro #btn a:hover {
    border-radius: 4px;
    transform: scale(1.25);
    transition-duration: 0.25s;
}

/**************/
/*PRODUCT PAGE*/
/**************/


/*********************************/
/*PRODUCT BANNER AND SMALL BANNER*/
/*********************************/

#banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url('jewel\ ban.webp');
    width: 100%;
    height: 50vh;
    background-size: cover;
    background-position: center;
}

#banner h4 {
    font-size: 16px;
    padding: 20px 0;
}

#banner h2 {
    color: #dff1ff;
    font-size: 35px;
    padding: 10px 0;
}

#banner h2 span {
    color: #dba21c;
}

#sm-banner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#sm-banner .banner-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    background-image: url('sm-banner-1.webp');
    min-width: 580px;
    height: 50vh;
    background-size: cover;
    background-position: center;
}

/****************/
/*PRODUCT BANNER*/
/****************/

/*****************/
/*CONTACT US FORM*/
/*****************/

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  color: #475b7d;
  font: inherit;
  margin: 0;
}

input {
  line-height: normal;
}

textarea {
  overflow: auto;
}

#contact {
  border: solid 4px #475b7d;
  max-width: 768px;
  margin: 60px auto;
  position: relative;
}

form {
  padding: 37.5px;
  margin: 50px 0;
}

#contact h1 {
  color: #475b7d;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 7px;
  text-align: center;
  text-transform: uppercase;
}

.underline {
  border-bottom: solid 2px #475b7d;
  margin: -0.512em auto;
  width: 80px;
}

.icon_wrapper {
  margin: 50px auto 0;
  width: 100%;
}

.icon {
  display: block;
  fill: #475b7d;
  height: 50px;
  margin: 0 auto;
  width: 50px;
}

.email {
	float: right;
	width: 45%;
}

input[type='text'], [type='email'], select, textarea {
	background: none;
  border: none;
	border-bottom: solid 2px #475b7d;
	color: #475b7d;
	font-size: 1.000em;
  font-weight: 400;
  letter-spacing: 1px;
	margin: 0em 0 1.875em 0;
	padding: 0 0 0.875em 0;
  text-transform: uppercase;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

input[type='text']:focus, [type='email']:focus, textarea:focus {
	outline: none;
	padding: 0 0 0.875em 0;
}

.message {
	float: none;
}

.name {
	float: left;
	width: 45%;
}

select {
  background: url('https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png') no-repeat right;
  outline: none;
}

select::-ms-expand {
  display: none;
}

.subject {
  width: 100%;
}

.telephone {
  width: 100%;
}

textarea {
	line-height: 150%;
	height: 150px;
	resize: none;
  width: 100%;
}

::-webkit-input-placeholder {
	color: #475b7d;
}

:-moz-placeholder { 
	color: #475b7d;
	opacity: 1;
}

::-moz-placeholder {
	color: #475b7d;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #475b7d;
}

#form_button {
  background: none;
  border: solid 2px #475b7d;
  color: #475b7d;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  outline: none;
  padding: 20px 35px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#form_button:hover {
  background: #475b7d;
  color: #dff1ff;
}

/*****************/
/*CONTACT US FORM*/
/*****************/