@font-face {
  font-family: 'vilane';
  src: url(/Vilane-Font/Vilane\ Medium.ttf);
  /* src: url(/Vilane-Font/Vilane\ Bold.ttf); */
  font-weight: normal;
  font-style: normal;
}
@font-face{
  font-family: careto;
  src: url(/creato_display/CreatoDisplay-Regular.otf);
}
@font-face{
  font-family: aurallia;
  src: url(/aurallia/Aurallia.ttf);
}
@font-face{
  font-family: marchila;
  src: url(/marchila/Marchila.otf);
}


html {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-weight: lighter;
  font-size: 15px;
  color: #000000;
  line-height: 24px;
  background: #ffffff;
  scroll-behavior: smooth;
  font-family: "vilane", sans-serif;
}
h1{
  font-family: 'marchila' !important;
  color: #ffa500;
}
a{
  font-family: 'aurallia';
}
li{
  font-family: 'careto';
}
.header{
  position: fixed;
  z-index: 999;
  background: white;
  width: 100%;
  box-shadow: 0 5px 28px 0 rgb(0 0 0);
}

.nav {
  height: 50px;
  width: 100%;
  background-color: #000000;
  position: relative;
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 10px 10px 10px 10px;
}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: inline;
  float: right;
  font-size: 15px;
}

.nav > .nav-links > a {
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: #efefef;
}

.nav > .nav-links > a:hover {
  background-color: rgb(0, 0, 0);
}

.nav > #nav-check {
  display: none;
}


.nav-title img{
  height: 35px;
  width: 100px;
}
.header-img{
  position: relative;
  top: 6pc;
}
.header-img img{
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.selection{
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
}
.selection ul{
  padding-top: 20px;
  align-items: center;
}
.selection ul li{
  display: inline;
  position: relative;
  text-decoration: none;
}
.selection ul li a{
  font-weight: lighter;
  text-decoration: none;
  font-size: 30px;
  color: black;
  border-bottom: none;
}
.selection ul li a:hover{
  color: orange;
}
.sections{
  top: 6pc;
  color: black;
  display: flex;
  position: relative;
  width: auto;
  flex-wrap: wrap;
  justify-content: space-around;
}
.div-div h1{
  color: #ffa500;
  font-weight: lighter;
}
.div-div ul{
  padding-inline-start: 0px;
}
.div-div ul li{
  list-style: none;
}
.div-div ul li::before{
  color: orange;
  content: "🔸";
  padding-right: 10px;
}
.middlediv{
  margin-right: 20pc;
}
.footer-div{
  background: rgb(255, 255, 255);
  position: relative;
  display: flex;
  top: 10pc;
  width: 100%;
}
.footer-section{
  width: 100%;
  color: #8b8e94;
}
@media screen and (max-width: 768px){
  .middlediv{
    margin-right: 0;
  }
  .headings-h4{
    font-size: 17px !important;
  }
}
@media (max-width:900px) {
  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: rgb(0, 0, 0);
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
  }
  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    z-index: 1;
    height: auto;
    overflow-y: auto;
  }
  .sections{
    display: block;
  }
  .sections div{
    padding-left: 10px;
  }
  .header-img img{
    object-fit: cover;
  }
  .selection ul{
    padding-top: 0px;
  }
  .selection ul li a{
    font-size: 15px;
  }
  .div-div h1{
    
    font-size: 25px;
  }
  .middlediv h1{
    display: none;
  }
 
}








