@font-face {
  font-family: 'helvetica', 'Roboto';
  src: url('fonts/myfont.woff2') format('woff2'), /* Modern Edge, Firefox, Safari */
       url('fonts/myfont.woff') format('woff');   /* Legacy support */
  font-weight: normal;
  font-style: normal;
}

body{
 background: #3B3E4F;
  background: linear-gradient(90deg,rgba(2, 4, 5, 1) 52%, rgba(249, 147, 31, 1) 100%);
  /*background-image: url("https://projects.codecraftworks.com/web/k3vLDScmyjCH7nLrjcNj/assets/cool-background.png");
  background-repeat:repeat;*/
  background-position: top;
  background-attachment: fixed;
  background-size: cover;
  /*font-family: "comfortaa", sans-serif;*/
  font-family: "Cagliostro", sans-serif;
  color:#ffffff;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
}

body {
  -webkit-font-smoothing: antialiased; /* For Chrome/Edge/Safari */
  -moz-osx-font-smoothing: grayscale; /* For Firefox on macOS */
  text-rendering: optimizeLegibility;
}

/*sections*/

#skip {
  background: #fff;
  position: absolute;
  left: -9999px;
  text-decoration: none;
  color: #000;
  padding: 0.5em;
  opacity: 0;
}				

#skip:focus {
  position: static;
	opacity: 0;
}

#skip a {
	color:#000000;
}

#about{
  color:#fff;
  position:relative;
  width:92%;
  /*background-color: rgba(0, 0, 0, 0.5);*/
  margin-left:4%;
  margin-right:15%;
  padding-bottom:5%;
  height:1000px;
}

#about img{
  position:sticky;
  margin-left:63%;
  top:2%;
  margin-top:0;
  width:35%;
  z-index: 1;
}

#about ul {
  list-style: disc; /* Use standard disc bullets */
  padding-left: 20px; /* Adjust padding for bullet points */
  margin: 0; /* Reset margin */
}

#about li {
  text-align: left; /* Align text to the left */
  border: none; /* Remove border */
  background: transparent; /* Remove background */
  display: list-item; /* Ensure list item display */
  padding: 0; /* Remove padding */
  position: static; /* Reset position */
  top: auto; /* Reset top */
  /* Revert any other unwanted inherited properties to their default values if necessary */
}

#about li a {
  color: initial; /* Revert link color to the browser's default */
  text-shadow: initial; /* Revert text shadow to the browser's default */
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

hr{
  color:#110870;
  border-top: 3px solid;
	margin-top:10%;
  margin-bottom:10%;
  width:100%
}

/*Titles and Subtitles*/



/*links section*/

a:link{
    color: rgba(249, 147, 31, 1);
}

a:visited{
  color:darkorange;
}
a:hover{
	color:lightsalmon;
}

/*End Added css*/

html{
	 background: #000000;
	/*background: linear-gradient(90deg,rgba(0, 0, 0, 1) 31%, rgba(145, 189, 94, 1) 100%);*/
 	 
}
.target{
  position:absolute;
  width:1px;
  height:1px;
	overflow:hidden;
}

header{
	background-color:white;
}

#logo img{
  position:relative;
  padding:6px;
  width:150px;
  color: rgba(249, 147, 31, 1);
  z-index:1;
}


header h1 {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
   margin: -30px 0 50px 0;
    color: rgba(2, 4, 5, 1);
    font-size: 55px;
    font-family: noto sans, helvetica;
    font-weight: 700;
    font-style: bold;
}

#danadecor img{
	width:580px;
  margin-left:-50px;
  z-index:100;
}

/*navigation*/

#navigation{
  position:relative;
  z-index:1000;
  text-wrap:none;
  width:100%;
  height:32.5px;
  text-align:center;
  font-family:encode sans expanded;
  font-weight:300;
}

#navigation input{
  	display:none;
  }

#navigation #hamburger{
  	display:none;
  }

#navigation a {
  text-decoration: none;
  display:block;
}

ul {
  display: inline-flex;
  list-style: none;
}

li {
    text-align: center;
    border: solid white 1px;
    background: black;
    display: inline-block;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
    top: -49px;
    width: 100%;
}

li a {
  font-size:14px;
  color: rgba(249, 147, 31, 1);
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  padding: 10px;
}

li:hover,
li:focus-within {
  background: rgb(87, 92, 88, .9);
  cursor: pointer;
  border:solid 3px;
  border-color:rgba(249, 147, 31, 1)
}

/*dropdown menu*/

li:focus-within a {
  	outline: none;
    background: rgb(255, 255, 255,.2);
  	border:soild 5px;
    border-color: rgba(249, 147, 31, 1);
}

.dropdown li{
  z-index: 1000;
  border:solid 1px white;
  width:150px;
  margin-top:0;
  text-wrap: nowrap;
  display:block;
}

ul li ul {
   z-index: 1000;
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 32px;
  left: 0;
  display: none;
  text-wrap:nowrap;
}

ul li:hover{
	border:solid 3px;
    color: rgba(249, 147, 31, 1);
}

ul li:hover > ul,
ul li:focus-within > ul,
ul li ul:hover,
ul li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}
/*stop*/

main{
    font-size: 20px;
    font-family: Bodoni Moda;
    font-weight: 100;
    width: 96%;
    margin:auto;
}

#container1 {
    background-color: dimgray;
    border-color: rgba(249, 147, 31, 1);
    padding: 4%;
    margin-top: 5%;
    color: white;
    width: 98%;
    margin-left:auto;
    margin-bottom: 5%;
}

#container2 {
    background-color: dimgray;
    border-color: rgba(249, 147, 31, 1);
    padding: 4%;
     margin-top: 5%;
    color: white;
    width: 98%;
    margin-left:auto;
    margin-bottom: 5%;
}

#container3 {
    background-color: dimgray;
    border-color: rgba(249, 147, 31, 1);
    padding: 4%;
     margin-top: 5%;
    color: white;
    width: 98%;
    margin-left:auto;
    margin-bottom: 5%;
}

#container4 {
    background-color: dimgray;
    border-color: rgba(249, 147, 31, 1);
    padding: 4%;
     margin-top: 5%;
    color: white;
    width: 98%;
    margin-left:auto;
    margin-bottom: 5%;
}

#container1 p, #container2 p, #container3 p, #container4 p {
   font-size: 20px;
    font-family: Bodoni Moda;
    font-weight: 100;
    padding: 2%;
    margin: auto;
    text-align: left;
}

#container1 h2, #container2 h2, #container3 h2, #container4 h2{
    font-size:25px;
}

.my-button {
    display: inline-block;
    padding: 10px 20px; 
    text-decoration: none;
		background-color:black;
		font-family:encode sans expanded;
  	font-weight:300;
    font-size:16px;
  	color: rgba(249, 147, 31, 1);
  	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;;
     border-radius: 5px;
     border: solid 1px white;
     cursor: pointer; 
     transition: background-color 0.3s ease;
    margin-left: 5%;
}

.my-button:hover {
  background: rgb(87, 92, 88, .9);
  cursor: pointer;
  border:solid 3px;
  color: lightsalmon;
}

/*blob button*/

.buttons {
    position: relative;
    z-index: 1;
    padding-top: 5%;
    padding-bottom: 2.5%;
}

.svgWrapper1 {
  position: relative;
  margin-top: -13%;
  z-index: 1;
}

#button {
	color:#110870;
	background-color: #dedee0;
	width: 125px;
  height: 20px;
  padding:10px;
  position: fixed;
  z-index: 1;
  right: 10px;
  top: 10px;
  border: 1px solid black;
}

/*blob button*/

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  background: #333;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

.button {
  margin-top: 50px;
  text-align: center;
  border-radius: 30px; }

.blob-btn {
  z-index: 1;
  position: relative;
  padding: 20px 25px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
    color: rgba(249, 147, 31, 1);
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  outline: none;
  border: none;
  transition: color 0.5s;
  cursor: pointer;
  border-radius: 30px;
  margin-right: 20%;
  width: 100%;
}

  .blob-btn:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(249, 147, 31, 1);
    border-radius: 30px; }
  .blob-btn:after {
    content: "";
    z-index: -2;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 100%;
    height: 100%;
    transition: all 0.3s 0.2s;
    border-radius: 30px; }
  .blob-btn:hover {
    color: #FFFFFF;
    border-radius: 30px; }
    .blob-btn:hover:after {
      transition: all 0.3s;
      left: 0;
      top: 0;
      border-radius: 30px; }
  .blob-btn__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #ffffff; }
  .blob-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
    filter: url("#goo"); }
  .blob-btn__blob {
    position: absolute;
    top: 2px;
    width: 25%;
    height: 100%;
    background: rgba(249, 147, 31, 1);
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s; }
    @supports (filter: url("#goo")) {
      .blob-btn__blob {
        transform: translate3d(0, 150%, 0) scale(1.4); } }
    .blob-btn__blob:nth-child(1) {
      left: 0%;
      transition-delay: 0s; }
    .blob-btn__blob:nth-child(2) {
      left: 30%;
      transition-delay: 0.08s; }
    .blob-btn__blob:nth-child(3) {
      left: 60%;
      transition-delay: 0.16s; }
    .blob-btn__blob:nth-child(4) {
      left: 90%;
      transition-delay: 0.24s; }
    .blob-btn:hover .blob-btn__blob {
      transform: translateZ(0) scale(1.7); }
      @supports (filter: url("#goo")) {
        .blob-btn:hover .blob-btn__blob {
          transform: translateZ(0) scale(1.4); } }


/*end blob button*/

/*start*/

footer {
    border: solid 1px;
    border-color: rgba(249, 147, 31, 1);
    font-size: 16px;
    z-index: 2;
    position: relative;
    height: 0%;
    width: 92%;
    background: black;
    margin-left: 4%;
    padding: 2%;
}

footer p{
  color:white;
  text-align:center;
  font-size:20px;
  font-family: noto sans;
  font-weight:500;
}

footer a{
	text-decoration: none;
  color: rgba(249, 147, 31, 1);
}

footer a:hover{
	text-decoration: none;
  color:lightsalmon;
  font-size:20px;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

/*stop*/

@media (max-width: 419px){

 
main{
    font-size: 20px;
    width: 96%;
    margin:auto;
}
  
header h1{
  	font-size:30px;
  } 
 
#navigation input:checked ~ .navitems{ 
  display: block;
}
  
#navigation input:checked ~ .navitems .dropdown{ 
  display: block;
}
   
.navitems{ 
  display: none;
}
 
.navitems li{ 
  display: block;
}
  
.dropdown{ 
  display: block;
}
  
.navitems a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    flex-grow: 1;
  	flex-basis: 0;
    border-top: 1px solid #333;
}
  
#navigation label { 
    position:relative;
    display: inline-block;
    color: white;
    background: rgba(249, 147, 31, 1);
    font-style: normal;
    font-size: 32px;
    padding: 10px;
    cursor: pointer;
    top:-30px;
    margin-left:80%;
  	z-index:1;
  }

#navigation input:checked ~ .navitems {
  display: block;
  width: 77%;
  margin-top: 5%;
  margin-left: 18%;
}
  
#navigation input:checked ~ .navitems .dropdown{ 
  	display: block;
  	z-index:1;
 }
  
#container1 h2, #container2 h2, #container3 h2, #container4 h2{
    font-size:25px;
}
  
.buttons {
  position: relative;
  z-index: 1;
  padding-top: 5%;
  padding-bottom: 2.5%;
  margin-left: 25%;
  width: 50%;
}
  
.svgWrapper1 {
  position: relative;
  margin-top: -35%;
  z-index: 1;
}
  
.blob-btn {
   margin-right:0;
}

}

@media (min-width: 420px) and (max-width: 575px){ 

.blob-btn {
   margin-right:0;
}
  
  main{
    font-size: 20px;
    width: 96%;
    margin:auto;
}
 
header h1{
  	font-size:40px;
  }  
  

  
.navitems a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border-top: 1px solid #333;
} 
  
#navigation li{
  	display:block;
  }
 
#navigation label { 
    position:relative;
    display: inline-block; 
    color: white;
    background:rgba(249, 147, 31, 1);
    font-style: normal;
    font-size: 32px;
    padding: 10px;
    cursor: pointer;
    top:-30px;
    margin-left:88%;
  	z-index:1;
} 
   
.navitems {
  display: none;
  width: 60%;
  margin-left: 35%;
  margin-top: 4%;
}
 
.navitems li{ 
  display: block;
  width:70%;
  margin-left:auto;
}
 
.dropdown li{ 
  display: block;
   width:100%;
  text-align:center;
}
  
#navigation input:checked ~ .navitems{ 
  display: block;
 }
 
 #navigation input:checked ~ .navitems .dropdown {
        display: block;
        z-index: 1;
        margin-left: -1%;
    }
 
ul li:hover > ul, ul li:focus-within > ul, ul li ul:hover, ul li ul:focus {
    visibility: visible;
    opacity: 1;
    display: block;
    margin-left: -39%;
    width: 70%;
}
 
#container1  h2, #container2 h2, #container3 h2, #container4 h2{
    font-size:25px;
}
  
.buttons {
    position: relative;
    z-index: 1;
    margin-left: 45%;
    padding-top: 5%;
    padding-bottom: 2.5%;
}
  
.svgWrapper1 {
  position: relative;
   margin-top: -30%;
  z-index: 1;
}
  
.blob-btn {
   margin-right:0;
}
  
}
  
@media (min-width: 576px) and (max-width: 768px) {

main{
    font-size: 20px;
    width: 96%;
    margin:auto;
}
  
.label{
  	z-index:1;
  }  
  
header h1{
  	font-size:50px;
  }  
 
.title{
	margin-top:-2%;
  font-size:20px;
	} 
  
#header p{
  display:none;
  }

#into img{
  display: inline-block;
  position:relative;
   z-index: none;
  }
 
#navigation label {
display: none;
}
  
ul {
  list-style: none;
  display: inline-flex;
  width: 95%;
}
  
li {
    top: -28px;
    width: 20%;
}
  
#about ul {
    list-style: disc;
    margin-left: 4%;
    font-size: 20px;
}
  
ul li:hover > ul, ul li:focus-within > ul, ul li ul:hover, ul li ul:focus {
    visibility: visible;
    opacity: 1;
    display: block;
    margin-left: -112%;
}
 
#container1  h2, #container2 h2, #container3 h2, #container4 h2{
    font-size:25px;
}
  
.buttons {
    position: relative;
    z-index: 1;
    margin-left: 68%;
    padding-top: 5%;
   padding-bottom: 3%;
}
  
.svgWrapper1 {
  position: relative;
  margin-top: -24%;
  z-index: 1;
}
  
.blob-btn {
   margin-right:0;
}
  
}
  
@media (min-width: 769px) and (max-width: 991px) {

 
.navitems {
  display: inline-flex;
  width: 95%;
  top: 68%;
  position: relative;
}

#navigation label {
  display: none;
}
  
li {
    display: inline-block;
    position: relative;
    width: 20%;
}
  
main{
    font-size: 20px;
    width: 96%;
    margin:auto;
}
  
header h1{
  	font-size:55px;
  } 

.label{
  	z-index:1;
  }
 
#container1  h2, #container2 h2, #container3 h2, #container4 h2{
    font-size:25px;
}
  
.buttons {
    position: relative;
    z-index: 1;
    margin-left: 69%;
    padding-top: 5%;
    padding-bottom: 4%;
}
  
.svgWrapper1 {
  position: relative;
   margin-top: -22%;
  z-index: 1;
}
  
.blob-btn {
   margin-right:0;
}
}
  
@media (min-width: 992px) {
 
#navigation label {
  display: none;
}
  
ul {
  list-style: none;
  display: inline-flex;
  width: 85%;
  }
  
li {
    position: relative;
    top: -9px;
    width: 20%;
}
  
main{
    font-size: 20px;
    width: 96%;
    margin:auto;
}
  
  .img{
    z-index:2;
  }  
 
.title{
  /*background:rgb(3, 3, 3,.5);*/
  width:90%;
  font-size:30px;
  margin-top:-15px;
  z-index:1;
	}
  
#container1  h2, #container2 h2, #container3 h2, #container4 h2{
    font-size: 25px;
}
  
.svgWrapper1 {
    position: relative;
   margin-top: -13%;
    z-index: 1;
}
  
.buttons {
    position: relative;
    z-index: 1;
    padding-top: 5%;
    padding-bottom: 2.5%;
    margin-left: 70%;
    width: 30%;
}
  
.blob-btn {
    z-index: 1;
    position: relative;
    padding: 25px 45px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(249, 147, 31, 1);
    font-size: 16px;
    font-weight: bold;
    background-color: transparent;
    outline: none;
    border: none;
    transition: color 0.5s;
    cursor: pointer;
    border-radius: 30px;
    margin-right: 20%;
}
 
}