
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Neuton:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=NTR&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');


* {
    margin: 0px;

}

header{
    height: 18%;
    width: 100%;
	z-index: 10;
    font-weight: 100;
}
.nav-item{
    font-family:'Raleway', sans-serif;
    font-size:120%;
    font-weight:bold;
    padding-right:50px;
    padding-left:50px;
    transition: all ease 0.5s;
}
.nav-item a{
    padding:20px;
}
header ul li :hover{
   background-color:rgb(220, 20, 60);
}

.container{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
    padding-top:4%;
    padding-bottom:4%;
}

.container:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url("img/bg.jpg") no-repeat center;
	background-size: cover;
	filter: blur(50px);
	z-index: -1;
}
.contact-box{
	max-width: 850px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 0px 19px 5px rgba(0,0,0,0.19);
    padding-right: 10px;

}

.left{
	background: url(./Images/help.jpg) no-repeat center;
	background-size: cover;
	height: 100%;
}

.right{
	padding: 25px 40px;
}

h2{
	position: relative;
	padding: 0 0 10px;
	margin-bottom: 10px;
    font-family: 'Neuton', sans-serif;
}

h2:after{
	content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 4px;
    width: 50px;
    border-radius: 2px;
    background-color:  	#008B8B;
}

.field{
	width: 100%;
    border-style:none;
	outline: none;
    border-bottom:2px solid tomato;
	padding: 0.5rem 1rem;
	font-size: 1.1rem;
	margin-bottom: 22px;
    font-family:"Neuton",serif;
	transition: .3s;
}

textarea{
	min-height:100px;
}

button.btn{
    background-color:red;
    color:white;
    font-size: 1.1rem;
    font-weight:bold;
    font-family:"Neuton", serif;
    font-size:1.4em;
}

button.btn:hover{
    background-color: rgba(72,61,139);
    color:white;
}

.field:focus{
    background-color: #fff;
}

@media screen and (max-width: 880px){
	.contact-box{
		grid-template-columns: 1fr;
	}
	.left{
		height: 200px;
	}
}

main{
    background: url(../Images/ug.png);
}



/*Footer*/
.sec {
    border-top-left-radius: 40px;
    background: black;
    margin-top: 2%;
    color: #FFB6C1 ;
    height: 200px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.footer-head {
    display: flex;
    justify-content: space-around;
    padding-top: 4vh;
}

.bout p{
    font-size: 18px;
    color: white;
    font-weight: 100;
}
.bout {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    padding-top: 1vh;
}

.head {
    padding-left: 20px;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 40px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.head:hover{
    color: white;
}
.sci li {
    float: right;
    text-decoration: none;
    list-style: none;
    padding-right: 40px;
    font-size: 30px;
}

.socials {
    display: flex;
    align-items: center;
}

.sci li a {
    color: white;
}

.sci li a:hover {
    transition: 1s;
    box-shadow: inset-1px -1px 2px rgba(0, 0, 0, 0.2), 2px 24px 10px rgba(0, 0, 0, 0.1);
}
.sci li i{
     transition: .5s;
}
.sci li i:hover{
    transform: rotate(0deg) skew(0deg) translate(0, -10px);
}
.sci li:nth-child(1) a:hover {

    color: #3b5998;
    transform: translateY(-20%);

}

.sci li:nth-child(2) a:hover {

    color: rgba(188, 42, 141);
    transform: translateY(-20px);

}

.sci li:nth-child(3) a:hover {

    color: #F0E68C;
    transform: translateY(-20px);
}

@media screen and (max-width: 500px) {
    .head {
        padding-left: 15px;
        font-size: 30px;
        font-weight: 550;
    }

    .sci li {
        padding-right: 15px;
        font-size: 25px;
    }
}

@media screen and (max-width: 360px) {
    .head {
        padding-left: 7px;
        font-size: 25px;
    }

    .sci li {
        padding-right: 7px;
        font-size: 20px;
    }

    .bout p {
        font-size: 18px;
    }

    .bout {
        padding-left: 2px;
        padding-right: 2px;
    }
}
   /*Footer*/
        
   footer {
    position: relative;
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #111;
    height: 200%;
    width: 100%;
    padding-top: none;
    color: #fff;
    /*padding: 5px 0px 5px 0px;*/
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.footer-content h3 {
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 3rem;
    font-family: 'Raleway', sans-serif;
    color: rgb(207, 205, 205);
}

.footer-content p {
    max-width: fit-content;
    margin: 0px 0px 0px 0px;
    margin-top: 5px;
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 20px;
    color: #999999;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.footer-bottom {
    background: #000;
    width: 100vw;
    padding: 20px;
    padding-bottom: 40px;
    text-align: center;
}

.footer-bottom p {
    float: left;
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
}

.footer-bottom p a {
    color: #44bae8;
    font-size: 16px;
    text-decoration: none;
}

.footer-bottom span {
    text-transform: uppercase;
    opacity: .4;
    font-weight: 200;
}

.footer-menu {
    float: right;
}

.footer-menu ul {
    display: flex;
}

.footer-menu ul li {
    padding-right: 10px;
    display: block;
}

.footer-menu ul li a {
    color: #cfd2d6;
    text-decoration: none;
}

.footer-menu ul li a:hover {
    color: #27bcda;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.sci li {
    float: right;
    text-decoration: none;
    list-style: none;
    padding-right: 40px;
    font-size: 30px;
}

.socials {
    display: flex;
    align-items: center;
    padding-bottom: 2rem;
}

.sci li a {
    color: white;
}

.sci li a:hover {
    transform: translateY(-20px);
    box-shadow: inset-1px -1px 2px rgba(0, 0, 0, 0.2), 2px 24px 10px rgba(0, 0, 0, 0.1);
}

.sci li:nth-child(1) a:hover {
    color: #3b5998;
    transform: translateY(-20px);
}

.sci li:nth-child(2) a:hover {
    color: rgba(188, 42, 141);
    transform: translateY(-20px);
}

.sci li:nth-child(3) a:hover {
    color: #F0E68C;
    transform: translateY(-20px);
}

.siteFooterBar {
    position: absolute;
    bottom: 0;
    padding-top: 10px;
    width: 100%;
    box-shadow: 0px 0px 25px rgb(12, 12, 12);
    height: 20px;
    color: #9B9B9B;
    background: #070707;
}

.content1 {
    display: contents;
margin: 0px auto;
    text-align: center;
    font-size: 25px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    width: 250px;
}
.content1 .foot{
    margin-top: -7px;
}

@media (max-width:500px) {
    .footer-menu ul {
        display: flex;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .sci li {
        padding-right: 15px;
        font-size: 25px;
    }
}

@media screen and (max-width: 360px) {
    .sci li {
        padding-right: 7px;
        font-size: 20px;
    }
}



@media screen and (max-width: 500px) {
.head {
    padding-left: 15px;
    font-size: 30px;
    font-weight: 550;
}

.sci li {
    padding-right: 15px;
    font-size: 25px;
}
}

@media screen and (max-width: 360px) {
.head {
    padding-left: 7px;
    font-size: 25px;
}

.sci li {
    padding-right: 7px;
    font-size: 20px;
}

.bout p {
    font-size: 18px;
}

.bout {
    padding-left: 2px;
    padding-right: 2px;
}
}