* {
  box-sizing: border-box;
}
body{
  background-image: url("images/color.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  max-width: auto;
}

/*
  PARA IDAY HEADER ATOY
*/
#header {
  padding: 10px 0;
  background:  grey;
}
#header .column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .hd-logo {
  max-width: 130px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
#header .nav-header ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
#header .nav-header ul li {
  display: inline-block;
  margin: 0 20px;
  font-family: Oswald;
  font-size: 25px;
}
#header .nav-header ul a {
  color: black;
  text-decoration: none;
  transition: all 0.2s linear;
}
#header .nav-header ul a:hover {
  color: #9f782d;
}
#header .header-right {
  text-align: right;
}
#header .header-right input {
  min-width: 400px;
  margin-bottom: 0;
}
#header .header-right {
  margin-bottom: 10px;
}
#header .header-right i {
  margin-right: 5px;
}
#header .header-right ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
#header .header-right ul li {
  display: inline-block;
  margin: 0 20px;
  font-family: "Oswald";
  font-size: 25px;
}
#header .header-right ul a {
  color: black;
  text-decoration: none;
  transition: all 0.2s linear;
}
#header .header-right ul a:hover {
  color: #9f782d;
}
        
/*
  Work Options
*/
#option {
  padding: 10px 0;
  background:  none;
}
#option .column {
  display: flex;
  justify-content: ;
  align-items: center;
}
#option .work_option{
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
#option .work_option ul li {
  display: inline-block;
  margin: 0 20px;
  font-family: "Oswald";
  font-size: 23px;
}
#option .work_option ul a {
  color: black;
  text-decoration: none;
  transition: all 0.2s linear;
}
#option .work_option ul a:hover {
  color: green;
}


 /* 
 styling search bar 
 */
.search input[type=text]{
  width:300px;
  height:35px;
  border-radius:25px;
  border: none;
}
.search{
  float:right;
  margin:7px;
}


/*
  para iday content haha
*/
.homepage #featured {
  padding: 30px 0 30px 0;
}
#featured {
  padding: 20px 0;
}
#featured .column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#featured .right-feature {
  text-align: center;
}
#featured .right-feature{
  margin-right: 400px;
}

#featured .right-feature ul{
  margin: 0 auto;
  padding: 0;
  list-style-type: none;

}
#featured .right-feature ul li{
  margin: 0 10px;
  font-family: Georgia;
  font-size: 40px;
}
#featured .Get_Started {
  text-align: center;
  margin-right: 0px;
}
#featured .Get_Started ul{
  margin: 0 auto;
  padding: 0;
  list-style-type: none;

}
#featured .Get_Started ul li{
  margin: 0 10px;
  font-family: Georgia;
  font-size: 40px;
}

.form-group {
  margin: 10px 0px 10px 0px;
}
#featured .form-group {
  text-align: center;
  margin:auto;
}
#featured .form-group p{
  color: white;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  font-family: Georgia;
  font-size: 50px;
}
#featured .form-groups p{
  color: white;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  font-family: serif;
  font-size: 20px;
}

#photo {
  max-width: 90%;
  margin-left: 50px;
}

/*
  Log-in Box
*/
#login_box {
  padding: 10px 0;
  background:  none;
}
#login_box .column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#login_box .box{
  align-items: center
}
#login_box .box{
  margin-right: 550px;
}

.box{
  margin: 20px 0px 20px 0px;
  height: 350px;
  min-width: 25%;
  position: top;
}
#login_box .box{
 text-align: center;
 margin-right: 200px;
}

#login_box form, .content {
  width: 30%;
  margin: 0px auto;
  padding: 20px;
  border: 1px solid #B0C4DE;
  background: white;
  border-radius: 0px 0px 10px 10px;
}
#login_box.form-group {
  margin: 10px 0px 10px 0px;
}
#login_box.form-group label {
  display: block;
  text-align: left;
  margin: 3px;
}
#login_box.form-group input {
  height: 30px;
  width: 93%;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid gray;
}
.word{
color: white;
font-size: 15px;
}


.box2{
  margin: 20px 0px 20px 0px;
  height: 480px;
  min-width: 25%;
  position: top;
}
#register_box {
  padding: 10px 0;
  background:  none;
}
#register_box .column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#register_box .choose{
  font-size: 25px;
  color: white;
}
#register_box .box2{
  align-items: center
}
#register_box .box2{
  margin-right: 550px;
}
#register_box .box2{
 text-align: center;
 margin-right: 200px;
}
#register_box form, .content {
  width: 30%;
  margin: 0px auto;
  padding: 20px;
  border: 1px solid #B0C4DE;
  background: white;
  border-radius: 0px 0px 10px 10px;
}
#register_box.form-group {
  margin: 10px 0px 10px 0px;
}
#loginregister display: block;
  text-align: left;
  margin: 3px;
}
#register_box.form-group input {
  height: 30px;
  width: 93%;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid gray;
}

.About_us {
  margin: 10px 0px 10px 0px;
  padding: 10px 0,
}
#About_us .cont {
  text-align: center;
}
#About_us .cont p{
  color: white;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  font-family: Georgia;
  font-size: 60px;
}
#About_us .paragraph p{
  color: white;
  margin: 0 auto;
  padding: 5px;
  height: 250px;
  width: 550px;
  border-radius: 10px;
  box-shadow: 5px 20px 50px #000;
  font-family: Garamond;
  font-size: 30px;
  }
#About_us .info ul li a{
  color: blueviolet;
  text-decoration: none;
  list-style-type: none;
}


/*
  BOX and button for login
*/
.box input[type=text]{
  text-align: center;
  width:300px;
  height:35px;
  border-radius:25px;
  border: none;
}
button{
  width: 50%;
  height: 40px;
  margin: 10px auto;
  justify-content: center;
  display: block;
  color: #fff;
  background: skyblue;
  font-size: 1em;
  font-weight: bold;
  margin-top: 20px;
  outline: none;
  border: none;
  border-radius: 25px;
  transition: .2s ease-in;
  cursor: pointer;
}
button:hover{
  background: #6d44b8;
}
.box2 input[type=text]{
  text-align: center;
  width:200px;
  height:35px;
  border-radius:25px;
  border: none;
  }

/*


*/
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 15%;
  display: inline-block;
  margin: 20px;
  background: white;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container1 {
  padding: 2px 16px;
}
.checked {
  color: orange;
}
.work{
  color: white;
}


.register{
  display: inline-block;
  background: white;
  color: black;
  border-radius: 40px;
  min-width: 150px;
  height: 50px;
  text-align: center;
  padding: 15px;
  transition: all 0.2s ease;
}
.register:hover, .btn-grey:hover {
  background: skyblue;
}
.Log-in{
  display: inline-block;
  background: white;
  color: black;
  border-radius: 40px;
  min-width: 150px;
  height: 50px;
  text-align: center;
  padding: 15px;
  transition: all 0.2s ease;
}
.Log-in:hover, .btn-grey:hover {
  background: skyblue;
}


/*
  para iday button stylings
*/
.btn, .btn-grey {
  display: inline-block;
  background: skyblue;
  color: black;
  border-radius: 40px;
  min-width: 160px;
  text-align: center;
  padding: 15px;
  transition: all 0.2s ease;
}
.btn:hover, .btn-grey:hover {
  background: lightseagreen;
}

.btn2, .btn-grey {
  display: inline-block;
  background: darkgrey;
  border-radius: 40px;
  color: white;
  min-width: 140px;
  text-align: center;
  padding: 10px;
}

.btn3, .btn-grey {
  display: inline-block;
  background: darkgrey;
  border-radius: 40px;
  color: white;
  min-width: 120px;
  text-align: center;
  padding: 5px;
}
