@font-face {
        font-family: "Rabar_038";
        src: url("Rabar_038.eot"); /* IE9 Compat Modes */
        src: url("Rabar_038.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
            url("Rabar_038.ttf") format("truetype"), /* Safari, Android, iOS */
            url("Rabar_038.woff") format("woff"); /* Modern Browsers */
        font-weight: normal;
        font-style: normal;
        }



@font-face {
        font-family: "Rabar_037";
        src: url("Rabar_037.eot"); /* IE9 Compat Modes */
        src: url("Rabar_037.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
            url("Rabar_037.ttf") format("truetype"), /* Safari, Android, iOS */
            url("Rabar_037.woff") format("woff"); /* Modern Browsers */
        font-weight: normal;
        font-style: normal;
        }
a.fixer {
  background: none;
}
a.fixer,a.fixer:hover{
  background: none;
}

@font-face {
    font-family: 'rabar38';
    src: url('rabar_038-webfont.woff2') format('woff2'),
         url('rabar_038-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rabar37';
    src: url('rabar_037-webfont.woff2') format('woff2'),
         url('rabar_037-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@media screen and (max-width:900px){
    .heads{
        flex: 100%;
        max-width: 500px;
        margin-left: 20px;
        margin-top: 7px;
    }
}
.about-section {
  padding-top: 50px;
}
.about {
  margin: 10px;
}

.heads {
    width: 140px;
    margin: 0;
    box-shadow: none;
    margin-left: 20px;
    margin-top: 7px;
}

.bgw {
  color:white;
  font-size: 30px;
}


*{
  padding: 0;
  margin: 0;


}
body{
  font-family: 'rabar38';
}
nav{
  background: #0082e6;
  height: 80px;
  width: 100%;
}
label.logo{
  color: white;
  font-size: 35px;
  line-height: 80px;
  padding: 0 100px;
  font-weight: bold;
}
nav ul{
  float: right;
  margin-right: 20px;
}
nav ul li{
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
}
nav ul li a{
  color: white;
  font-size: 17px;
  padding: 7px 13px;
  border-radius: 3px;
  text-transform: uppercase;
}
a.active,a:hover{
  background: #1b9bff;
  transition: .5s;
}
.checkbtn{
  font-size: 30px;
  color: white;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check{
  display: none;
}
@media (max-width: 952px){
  label.logo{
    font-size: 30px;
    padding-left: 50px;
  }
  nav ul li a{
    font-size: 16px;
  }
}
@media (max-width: 858px){
  .checkbtn{
    display: block;
  }
  ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #2c3e50;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  nav ul li a{
    font-size: 20px;
  }
  a:hover,a.active{
    background: none;
    color: #0082e6;
  }
  #check:checked ~ ul{
    left: 0;
  }
}
section{
  background: url(bg1.jpg) no-repeat;
  background-size: cover;
  height: calc(100vh - 80px);
}




/*
.wrapper {
    background: #fff;
    max-width: 750px;
    width: 100%;
    border-radius: 15px;
    padding: 30px;
    margin-top: 50px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 10%);
    text-align: center;
}
*/

.wrapper {
    background: #fff;
    max-width: 750px;
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 10%);
    text-align: center;
    margin-left: 600px;
    display: contents;
}

.responsive {
  width: 90%;
  height: auto;
  max-width: 600px;
}

h1{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-top: 50px;
    font-family: 'rabar37';
}



img{
    width: 200px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: -5px 10px 15px rgba(0, 0, 0, 0.4);
}

p{
    margin: 10px;
}
button{
    outline: none;
    border: none;
    cursor: pointer;
    width: 100px;
    padding: 8px 12px;
    background: #1da1f2;
    margin: 25px 20px 0 0;
    color: white;
    border-radius: 6px;
}
button:hover{
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
}

.contact-info{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.card {
    position: relative;
    flex: 1;
    max-width: 250px;
    width: 150px;
    height: 100px;
    max-height: 200px;
    background-color: #0082e6;
    margin: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon{
    font-size: 32px;
    color: #ffffff;
    transition: .3s linear;
}

.card:hover .icon{
    transform: scale(4);
    opacity: 0;
}

.card-content h3,
.card-content span{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    opacity: 0;
}

.card-content h3{
    top: 20px;
    text-transform: uppercase;
    color: #000000;
}

.card-content span{
    bottom: 20px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 10px;
}

.card:hover h3{
    opacity: 1;
    top: 46px;
    transition: .3s linear .3s;
}

.card:hover span{
    opacity: 1;
    bottom: 46px;
    transition: .3s linear .3s;
}


@media screen and (max-width:900px){
    .card{
        flex: 100%;
        max-width: 500px;
    }
}

a {
  text-decoration: none;

}

a:hover {
  background-color: #ddd;
  color: black;
}

.previous {
  background-color: #f1f1f1;
  color: black;
}

.next {
  background-color: #0082e6;
  color: white;
  font-size: 20px;
}

.round {
  border-radius: 50%;
}

.nextdiv {
padding: 8px 16px;
text-align: center;
}
