/* Css  index*/
body
{
	
	background-image:url(/images/bg.jpg);
	background-size: cover;
	text-align: center;
	background-repeat: no-repeat;
	color: #FFF;
	font-family: Roboto;
	font-style: normal;
}

.ml-10
{
	margin-left: 4%;
}
.mt-10
{
	margin-top: 15%;
	text-align: center;
}

.text-pr
{
	margin-right: 60%;
}
.text-pl 
{
	margin-left: 60%;
}

.contact-w
{
	background: #FFF;
	width: 100%;
	min-height: 100vh;
	display: block;
	padding: 110px 55px 55px;
}
.button input{
    background: #D0A252;
    text-decoration: none;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: inline-flex;
    height: 55px;
    padding: 15px 36px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 154.545% */
    text-transform: capitalize;
    border: none;
}

.button input:hover {
    color: #fff;
    background: rgba(208, 162, 82, 0.41);
    backdrop-filter: blur(4px);

}

input.button:hover {
    background: transparent;
    border-color: #fff;
}
.img-pl
{
	margin-left: 9%;
	margin-top: 16%;
}

.text-mine
{
	color: #101010;
	text-align: center;
	font-style: normal;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.text-mine h1 
{

	font-size: 40px;
	font-weight: 700;
	line-height: 34px; /* 85% */
}
.text-mine b 
{
	
	font-size: 20px;
	font-weight: 500;
	line-height: 34px; /* 170% */
	text-transform: capitalize;
}
.text-input
{
	width: 100%;
	height: 60px;
	flex-shrink: 0;
	border: 1px solid #989898;
	margin-bottom: 2%;
}

.text-area
{
	width: 100%;
	height: 123px;
	flex-shrink: 0;
	border: 1px solid #989898;
}

::placeholder
{
	color:#6B6B6B;
	padding-left: 2%;
}

.icon
{
	width: auto;
	height: 400px;

}


.icon-b
{
	text-align: center;
	padding-top: 5%;
}
.icon-black
{
	padding-right: 2%;
}

.text-bold
{
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 34px; /* 121.429% */
}
.text-light
{
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px; /* 170% */
}
.text-light a 
{
    color: #ffffff;
    text-decoration: none;
}
.text-light a:hover {
    color: #ffffff;
}

@media (max-width: 850px) {
	body {
	    background-size: cover;
	    text-align: center;
	}

	.dm-none
	{
		display: none !important;
	}
	.text-mine h1 
	{
		font-size:35px;
		font-weight: 700;
		line-height: 50px; 
	}

	.text-mine b {
	    font-size: 15px;
		font-weight: 500;
		line-height: 34px;
	}

	.icon {
	    width: auto;
	    height: 300px;
	   }

    .text-input {
	    height: 40px;
	}

	::placeholder
	{
		font-size:13px;
	}

	.text-bold {
       font-size: 20px;
    }

    .text-light {
       font-size: 15px;
       margin-bottom: 15%;
    }

}
@media (max-width: 600px) {
	body {
	    background-size: cover;
	    text-align: center;
	}

	.dm-none
	{
		display: none !important;
	}
	.text-mine h1 
	{
		font-size: 40px;
		font-weight: 700;
		line-height: 50px; 
	}

	.text-mine b {
	    font-size: 20px;
		font-weight: 500;
		line-height: 34px;
	}

	.contact-w {
	    background: #FFF;
	    width: 100%;
	    min-height: 100vh;
	    display: block;
	    padding: 110px 55px 55px;
	}
	.icon {
	    width: auto;
	    height: 200px;
	}
	.mt-10 {
	   margin-top: 0%;
	}

	.text-bold
	{
		font-size: 16px;
	}
	.text-light
	{
		font-size: 14px;
		margin-bottom: 15%;
	}
	 
}