@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  background: #1d2026;
}

.body-wrap {
  background: #1d2026;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header,
footer {
  background-color: #030303;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-shadow: 2px 2px 10px black;
  max-height: 75px;
}

header:hover {
  box-shadow: 2px 2px 25px black;
  transition: 0.5s;
}

.navlinks li {
  display: inline-block;
  margin: 10px 0px;
  align-items: center;
}

.navlinks li a:hover {
  color: tomato;
  text-shadow: 1px 1px 5px black;
}

button {

  padding: 12px 20px;
  background-color: #f39900;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: all 0.5s, ease 0s;
  border: none;
  z-index: 999;
  color: #000 !important;
  font-weight: 600;
  font-size: medium;
  margin-right:20px;

}

button:hover {
  box-shadow: 1px 1px 5px black;
  background: #1c244b;
  border: 1px solid #fff;
  color:#fff !important;

}

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 300px;
  z-index: 999;
  background-color: transparent;
  backdrop-filter: blur(10px);
  box-shadow: -3px 0 10px black;
  display: none;
  justify-content: flex-start;
  list-style: none;
  flex-direction: column;
  transition: transform 0.3s ease;
  transform: translateX(100%);
}

.sidebar li {
  width: 100%;
  margin: 25px;
  text-shadow: 1px 1px 2px black;

}

.sidebar img {
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: 120px;
}

nav ion-icon {
  font-size: 2em;
  position: absolute;
  top: 35px;
  right: 20px;
}

.logo {
  position: absolute;
  left: 20px;
  width: 100px;
  cursor: pointer;
}

li,
a,
button {

  font-weight: 600;
  font-size: 16px;
  color: bisque;
  text-decoration: none;

}

h2 {
  color: #fff;
  text-shadow: #002423 -2px 2px 10px;
  font-size: 1.4em;
  margin: 0%;
  text-align: center;
  font-weight: normal;
  line-height: 1.8em;
  padding-right: 45px;
}

ul {
  list-style-type: none;
}

li {
  display: inline-block;
}

input[type="checkbox"][id^="myCheckbox"] {
  display: none;
}

label {
  border: 0px solid #fff;
  padding: 0px;
  display: block;
  position: relative;
  margin: 5px;
  cursor: pointer;
}

label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid #592375;
  position: absolute;
  top: -25px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

label img {
  height: 100px;
  width: 100px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

:checked+label {
  border-color: #ddd;
}

:checked+label:before {
  content: "✓";
  background-color: #fe0098;
  transform: scale(1);
}

:checked+label img {
  transform: scale(0.9);
  /* box-shadow: 0 0 5px #333; */
  z-index: -1;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  display: block;
}



footer {
  padding: 20px !important;
  max-height: 150px !important
}

footer p {
  color: #fff;
  margin:0px 5%;
  font-size: 1.2em;
  line-height:.5em;
}

.footer-brand img {
    width: 15%;
}







.copyright {
  background: #030303;
  color: #fff;
  border-top: 1px solid #fff;
  padding: 10px;
  text-align: center;
  font-size: small;
}





.container{
  width: 100%;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
}




.hero-inner{display: flex;}

.hero {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-copy {
  position: relative;
  z-index: 1;
 padding: 0px 10px;
 width:50%;
 max-width: 50%;
}

.hero-copy span {color:#ff9000; font-style: italic; font-size: xx-large;} 
.hero-cta h4 {
  color: #ff9000;
  font-style: italic;
  font-size: large;
  font-weight: normal;
  line-height: 5px;
}

.hero-cta p {
  color: #ccff33;
  font-style: italic;
  font-size: large;
  font-weight: normal;
  margin-bottom: 30px;
  padding: 0px 20px;
}

.hero-figure {
  width: 50%;
  height: auto;

  background-size: contain;
}

.hero-figure img {
  border-radius: 10px;
  border: 1px solid #fff;
  box-shadow: 2px 2px 10px #fe0098;
}



main {
  flex: 1 0 auto;
}


.site-footer {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
}

.site-footer-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer-brand, .footer-address {width:50%;}
.footer-address p{ line-height:1.5em; text-align:right }
#submit {
     border-radius: 5px;
    font-size: large;
    width: auto;
    padding: 2% 25%;
    margin: 40px auto 20px;
    border:1px solid #000;
}

#submit:hover {
  background-color: #1c244b;
  border: 1px solid #fff;
  color:#fff;
}



fieldset {
  border: 0;
  text-align: center;
  margin: 0;
  padding: 0;
}

fieldset ul {
  margin: 0;
  padding: 0;
}


input[type="submit"] {
  background: #f39900;
  border: 0;
  display: block;
  width: 375px;
  margin: 0 auto;
  color: #000;
  padding: 0.7rem;
  cursor: pointer;
}

input,
select {
  background: transparent;
  border: 0;
  border:1px solid #fff;
  border-radius: 5px;
  padding: 10px;
  color: white;
  width: 375px;
  margin: 10px 0px;
}

select {
    width: 400px;
}

select option {
  background: #1c244b;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="Number"]:focus {
  outline: 0;
  background: rgba(243, 153, 0, 0.3);

  border-color: transparent;
}

::placeholder {
  color: #d3d3d3;
}

/*Media queries */

@media all and (min-width: 300px) and (max-width: 1023px) {

.hero-inner{display: block;}
.hero-copy { 
 width:100%;
 max-width: 100%;
 padding: 0px 20px;
}

.hero-figure {
  width: 100%;
  height: auto;
  background-size: cover;
}

input{
  
  width: 310px;
  margin-left: -40px;
}
select {
  
  width: 330px;
  margin-left: -45px;
}
.hero-cta h4, fieldset ul { margin-left: -20px;}
.hero-cta p{

  line-height: 24px;
    padding: 0px 35px;
    margin-left: -40px;
}
.site-footer-inner {display: block;}

.footer-brand img {
    width: 20%;
}

footer p { font-size:1.2em; line-height:1.2em; margin-left:0; }
button {
  margin-right: 5px;
}
.footer-brand, .footer-address {width:100%;}
.footer-address p {
    line-height: 1.5em;
    text-align: left;
}

@media all and (min-width: 768px) and (max-width: 1023px) {

input{
  
  width: 400px;
  margin-left: -45px;
}
select {
  
  width: 420px;;
  margin-left: -45px;
}
button {
  margin-right: 5px;
}
}
}