* {margin: 0px; padding: 0px;}
body {background:#ECEBEB;}


.menu a {
  transition: 0.4s;
  color: #ffffff;
  font-size: 0px;
  text-decoration: none;
  padding: 0px 0px;
  margin: 0 0px;
  position: relative;
}
.menu a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background-color: #FF0000;
  bottom: 0;
  left: 11px;
  transition: width 0.4s;
}
.menu a:hover::before {
  width: 100%;
}


.container {width: 1366px; height: auto; background: #ffffff; margin:auto;}

.menu {width: 1366px; height: 80px; background: #000000; margin-top: 0px;  position: relative; z-index:3; }

.menu ul {list-style: none; display: flex; }

.menu a { float: left; font-size: 20px; color: white; text-align: center; padding: 45px 10px 0px 45px; text-decoration: none; font-weight: bold; }

.dropdown { float: left; overflow: hidden; }

.dropdown .dropbtn {font-size: 20px; border: none; outline: none; color:white; padding: 45px 0px 0px 20px; background-color: inherit; margin: 0; font-weight: bold;}

.menu a:hover, .dropdown:hover .dropbtn { color: red;}

.dropdown-content { display: none; position: absolute; width: 950px; margin-left: 0px; margin-top: 3px; }


.dropdown:hover .dropdown-content { display: block;}

/* Create three equal columns that floats next to each other */

.column {width: auto; height: 270px; float: left; padding: 10px; background-color: #ffffff; }

.column a { float: none; color: black; padding: 10px; text-decoration: none; display: block; text-align: left; font-size: 20px;}

.column a:hover { color: #CC090C;}

.column img { margin-top: 40px;  }




.dropdown1 { float: left; overflow: hidden; }

.dropdown1 .dropbtn { font-size: 20px; border: none; outline: none; color:white; padding: 45px 0px 0px 35px; background-color: inherit;
margin: 0; font-weight: bold;}

.dropdown1-content { display: none; position: absolute; width: 900px; margin-left: 0px; margin-top: 0px; }


.dropdown1:hover .dropdown-content { display: block;  }

/* Create three equal columns that floats next to each other */

.column1 { float: left; padding: 14px; background-color: #ffffff; height: 75px;}

.column1 a { float: none; color: black; padding: 15px; text-decoration: none; display: block; text-align: left; font-size: 20px;}

.column1 a:hover {color: #CC090C;}

.logo {margin-top: 30px; margin-left: 10px;}

.menu a:hover, .dropdown1:hover .dropbtn { color: red;}




/* login fom */

.wrapper { margin-left: 480px; margin-top: 10px; }



*{
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

::selection{
  background: #4158d0;
  color: #fff;
}
.wrapper{
  width: 380px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 15px 20px rgba(1,0,0,0.1);
}
.wrapper .title{
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  line-height: 100px;
  color: #fff;
  user-select: none;
  border-radius: 15px 15px 0 0;
  background: linear-gradient(-135deg, #c850c0, #4158d0);
}
.wrapper form{
  padding: 10px 30px 20px 30px;
}
.wrapper form .field{
  height: 50px;
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.wrapper form .field input{
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 17px;
  padding-left: 20px;
  border: 1px solid lightgrey;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.wrapper form .field input:focus,
form .field input:valid{
  border-color: #4158d0;
}
.wrapper form .field label{
  position: absolute;
  top: 50%;
  left: 20px;
  color: #999999;
  font-weight: 400;
  font-size: 17px;
  pointer-events: none;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
form .field input:focus ~ label,
form .field input:valid ~ label{
  top: 0%;
  font-size: 16px;
  color: #4158d0;
  background: #fff;
  transform: translateY(-50%);
}
form .content{
  display: flex;
  width: 100%;
  height: 50px;
  font-size: 16px;
  align-items: center;
  justify-content: space-around;
}
form .content .checkbox{
  display: flex;
  align-items: center;
  justify-content: center;
}
form .content input{
  width: 15px;
  height: 15px;
  background: red;
}
form .content label{
  color: #262626;
  user-select: none;
  padding-left: 5px;
}
form .content .pass-link{
  color: "";
}
form .field input[type="submit"]{
  color: #fff;
  border: none;
  padding-left: 0;
  margin-top: -10px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  background: linear-gradient(-135deg, #c850c0, #4158d0);
  transition: all 0.3s ease;
}
form .field input[type="submit"]:active{
  transform: scale(0.95);
}
form .signup-link{
  color: #262626;
  margin-top: 20px;
  text-align: center;
}
form .pass-link a,
form .signup-link a{
  color: #4158d0;
  text-decoration: none;
}
form .pass-link a:hover,
form .signup-link a:hover{
  text-decoration: underline;
}


.loginfombox {
	
	width: 1366px; height: 450px; background: linear-gradient(-135deg, #c850c0, #4158d0); margin-top: 0px; 
}









/* Fom */

body {
  font-family: Arial;
  font-size: 17px;
  padding: 0px;
}

* {
  box-sizing: border-box;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  margin: 0 -16px;
}

.col-25 {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
}

.col-50 {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
}

.col-75 {
  -ms-flex: 75%; /* IE10 */
  flex: 75%;
}

.col-25,
.col-50,
.col-75 {
  padding: 0 16px;
}

.con {
  background-color: #ECE6E6;
  border: 0px solid lightgrey;
  border-radius: 0px;
  padding: 10px 0px 0px 0px;
}

input[type=text] {
  width: 100%;
  margin-bottom: 35px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

label {
  margin-bottom: 0px;
  display: block;
}

.icon-con {
  margin-bottom: 35px;
  padding: 7px 0;
  font-size: 24px;
}

.btn {
  width: 100px;
  height: 50px;
  background-color: #04AA6D;
  color: white;
  padding: 12px;
  margin: 10px 0px 0px 0px;
  border: none;
  width: 100%;
  border-radius: 1px;
  cursor: pointer;
  font-size: 17px;
}

.btn:hover {
  background-color: #45a049;
}

a {
  color: #2196F3;
}

hr {
  border: 1px solid lightgrey;
}

span.price {
  float: right;
  color: grey;
}

.h { color: #C30202; margin-top: 0px; text-align: center;  }

.fombox { width: 1366px; height: 650px; background: #ECECEC; margin-top: 10px; padding: 0px 30px 30px 30px; }







































.banner {width: 1326; height: 400px; background: #3F3F3F; padding: 20px;}

.b1 {width: 252px; height: 300px; margin-top: 0px; float: left; margin-left: 10px;}

.b1 h2 { color: #FFFFFF; font-size: 20px; margin-left: 30px; margin-top: 0px;}

.b1 p {margin-left: 10px; margin-top: 10px; }

.b1 img { border-radius: 6px; }

.b1 ul {width: 252px; height: 300px; list-style: none; color: #fff; font-size: 20px; margin-left: 0px; margin-top: 30px;}

.b1 ul {width: 252px; height: 300px; list-style: none; color: #fff; font-size: 20px; margin-left: 0px; margin-top: 30px;}

.b1 ul a {width: 252px; height: 300px; text-decoration: none; color: #fff; font-size: 20px; margin-left: 0px; margin-top: 0px; line-height: 50px;}

.b2 {width: 210px; height: 180px;  margin-top: 125px; float: left; margin-left: 220px;}


.b2 ul {width: 270px; height: 100px; list-style: none; margin:0px 0 0 20px;}

.b2 ul a {color: #ffffff; text-decoration: none; font-size:20px; line-height: 50px;}




.b4 {width: 350px; height: 300px; margin-top: 0px; float: left; margin-left: 270px;}

.b4 h2 {color: #F4B600; margin:20px 0 0 20px; font-size:25px;}

.b4 h3 {width: 300px; height: 10px; color: #ffffff; margin:50px 0 0 40px; font-size:20px;}

.b4 h4 {width: 300px; height: 10px; color: #ffffff; margin:30px 0 0 40px; font-size:20px;}

.email {width: 300px; height: 3px; margin:90px 0 0 40px; }

.send {margin-left: 195px; }




.Credits {width: 1326px; height: 10px; margin-top:300px;
text-align:center; color: #FFFFFF; padding-top: 16px; border-top:2px solid white; font-size: 20px; }	


.font i { font-size: 40px; margin: 25px 0px 0px 40px;}

.font i { font-size: 40px; margin: 25px 0px 0px 40px;}






