<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
:root {
    --maincolor: rgb(224, 187, 22); 
    --seccolor: rgb(153, 153, 153); 
    --thirdcolor: white; 
	--fourthcolor: rgb(69, 69, 69);
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Quicksand', serif;
    background-color: rgb(216, 216, 216);
}
.head{
    width: 100%;
    height: 80px;
    background-color: var(--maincolor);
}
.head h1{
    color: white;
    font-size: 30px;
    line-height: 80px;
    margin-left: 20px;
    display: inline;
    cursor: pointer;
}
.contact_button{
    background-color: white;
    padding: 10px;
    float: right;
    margin-right: 20px;
    margin-top: 15px;
    display: inline-block;
    font-size: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 7px 12px 16px -10px rgba(0,0,0,0.68);
    -moz-box-shadow: 7px 12px 16px -10px rgba(0,0,0,0.68);
    box-shadow: 7px 12px 16px -10px rgba(0,0,0,0.68);
}
.contact_button:hover{
    opacity: 0.8;
    cursor: pointer;
}
.top{
    background-image: url("bg.jpeg");
    widtH: 100%;
    height: 500px;
    background-position: fixed;
    background-position: center center;
    background-size: cover; 
}
.whitepanel{
    width: 500px;
    height: 400px;
    margin: 50px;
    float: right;
    background-color: rgba(255, 255, 255, 0.801);
    text-align: center;
}
.whitepanel p{
    text-align: left;
    margin: 20px;
}
.wider{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: var(--maincolor);
}
.contact_button1{
    background-color: white;
    padding: 10px;
    display: inline-block;
    font-size: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 7px 12px 16px -10px rgba(0,0,0,0.68);
    -moz-box-shadow: 7px 12px 16px -10px rgba(0,0,0,0.68);
    box-shadow: 7px 12px 16px -10px rgba(0,0,0,0.68);
}
.contact_button1:hover{
    opacity: 0.8;
    cursor: pointer;
}
.widecard{
    width: 80%;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    margin-top: 20px;
    -webkit-box-shadow: 7px 12px 16px -10px rgba(0,0,0,0.68);
    -moz-box-shadow: 7px 12px 16px -10px rgba(0,0,0,0.68);
    box-shadow: 7px 12px 16px -10px rgba(0,0,0,0.68);
}
.domain{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    line-height: 50px;
    height: 50px;
    margin-top: 10px;
    padding: 10px;
    background-color: var(--maincolor);
}
.domain p{
    display: inline;
    font-size: 20px;
    color: white;
}
.domain2{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    line-height: 50px;
    height: 50px;
    margin-top: 10px;
    padding: 10px;
    background-color: rgb(211, 211, 211);
}
.domain2 p{
    display: inline;
    font-size: 20px;
    color: rgb(0, 0, 0);
}
.domain_button{
    background-color: white;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    font-size: 20px;
    padding: 5px;
    float: right;
    border-radius: 10px;
    -webkit-box-shadow: 7px 12px 16px -10px rgba(0,0,0,0.68);
    -moz-box-shadow: 7px 12px 16px -10px rgba(0,0,0,0.68);
    box-shadow: 7px 12px 16px -10px rgba(0,0,0,0.68);
}
.domain_button:hover{
    opacity: 0.8;
    cursor: pointer;
}
.imagepanel{
    width: 100%;
    text-align: center;
    margin-top: 20px;
    background-color: var(--maincolor);
    -webkit-box-shadow: 7px 12px 16px -10px rgba(0,0,0,0.68);
    -moz-box-shadow: 7px 12px 16px -10px rgba(0,0,0,0.68);
    box-shadow: 7px 12px 16px -10px rgba(0,0,0,0.68);
}
.imagepanel img{
    width: 30%;
    margin-top: 20px;
    display: inline-block;
    padding-bottom: 20px;
}
.footer{
    background-color: rgb(31, 31, 31);
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 20px;
}

.row {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
  }
  input[type="text"], input[type="password"], input[type="email"], textarea {
    width: 100%;
    height: 40px;
    padding: 10px 10px 10px 90px;
	line-height: 100%;
    box-sizing: border-box;
    border: 1px solid gray;
    color: black;
    border-radius: 0px;
    transition: all 0.3s cubic-bezier(1, .1, 0, 0.9);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5),
            inset 5px 5px 8px rgba(0,0,0,0.5);
			box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
  }
  
  textarea {
    height: auto;
    min-height: 200px;
    padding: 50px 10px 10px 10px;
  }
  
  input[type="text"] + label, input[type="password"] + label, input[type="email"] + label,textarea + label {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-weight: bold;
    width: 80px;
    text-shadow: 0 0 2px rgba(0,0,0,0.1);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: white;
    background: var(--maincolor);
    border-radius: 0px 0 0 0px;
    transition: all 0.3s cubic-bezier(1, .1, 0, 0.9);
    transform: translateZ(0) translateX(0);
  }
  
  textarea + label {
    width: 100%;
    border-radius: 3px 3px 0 0;
  }
  
  input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus {
    padding-left: 10px; 
  }
  
  textarea:focus {
    padding-top: 10px;
  }
  
  input[type="text"]:focus + label, input[type="email"]:focus + label, input[type="password"]:focus + label {
    transform: translateZ(0) translateX(-100%);
  }
  
  textarea:focus + label {
    transform: translateZ(0) translateY(-100%);
  }
.contact_cont{
	width: 60%;
	color: black;
	margin-top: 50px;
    margin-bottom: 50px;
    margin-top: 20px;
}
.contact_title{
	text-align: center;
	color: white;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
    font-size: 30px;
    background-color: var(--maincolor);
}
.sendbutton{
	height: 50px;
	font-size: 18px;
	cursor: pointer;
	background-color: white;
	color: var(--seccolor);
	height: 60px;
	line-height: 60px;
	width: 150px;
	letter-spacing: 2;
	border: 1px solid var(--seccolor);
}
.sendbutton:hover{
	color: black;
	cursor: pointer;
	border-bottom: 2px solid var(--maincolor);
}


@media only screen and (max-width: 800px) {
	.contact_cont{
		width: 90%;
	}
	.whitepanel{
        width: 100%;
        float: none;
        height: 400px;
        margin: 0;
    }
    .imagepanel img{
        width: 80%;
    }
    .domain_button{
        
    }
    .head h1{
        font-size: 20px;
    }
    .top{
        margin-top: -20px;
    }
    .domain{
        height: 100px;
        line-height: 10px;
        text-align: center;
    }
    .domain2{
        height: 100px;
        line-height: 10px;
        text-align: center;
    }
    .domain p{
        display: block;
    }
    .domain2 p{
        display: block;
    }
    .domain_button{
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}</pre></body></html>