@font-face{
    font-family: 'cabin-italic';
    src: url('../fonts/Cabin-Italic.ttf');
}

@font-face {
    font-family: cabin-regular;
    src: url("../fonts/Cabin-Regular.ttf");
}

@font-face {
    font-family: cabin-bold;
    src: url("../fonts/Cabin-Bold.ttf");
}

@font-face {
    font-family: cabin-medium;
    src: url("../fonts/Cabin-Medium.ttf");
}

.tab{
    width:97%;
    height:83%;
    border-radius:15px;
    position:absolute;
    display:none;
    background-size:cover;
}

#tab_1{
    display:block;
    background-color:white;
    background-image:url("../img/bg_1_5.png");
    background-size:cover;
}


.popup{
  position:absolute;
  z-index:4;
  width:100%;
  height:100%;
  background:rgba(255, 255, 255, 0.75);
  border-radius:15px;
  background-size:85%;
  background-position:50% 50%;
  background-repeat:no-repeat;
  display:none;
}


.btn_close{
  position:absolute;
}

.popup .btn_close{
  width:5%;
  right: 8%;
  top:30%;
}

.popup div{
  position:absolute;
  width:64%;
  height:45%;
  left:18%;
  top:27%;
}

.popup h3{
  color:white;
  font-family:'cabin-regular';
  margin:0;
  font-size:4.8em;
  text-align:justify;
  position:relative;
  top:50%;
  transform:translateY(-50%);
  padding:0 2%;
}

#video{
    position:absolute;
    top:18%;
    left:20%;
    width:60%;
    height:65%;
    background:black;
}

#video video{
    width:100%;
    height:100%;
    border:none;
    display:none;
}

.btn_play{
    height:25%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
}

.btn_play:hover{
    cursor:pointer;
    opacity:0.85;
    height:27%;
}

.btn_play:active{
    opacity:1;
    height:24%;
}

.custom_btn{
    position:absolute;
    width:5%;
    height:10%;
    background: rgb(125, 169, 66);
    box-sizing:border-box;
    border: solid 4px rgb(80, 113, 41);
    border-radius:10px;
}

.custom_btn:hover{
    cursor:pointer;
    transform:scale(1.1);
}

.custom_btn:active{
    transform:scale(0.95);
}

.custom_btn i{
    color:white;
    font-size:3em;
    position:relative;
    top:50%;
    left:50%;
    transform:translateY(-50%) translateX(-50%);
}
