* {
    box-sizing: border-box;
}
body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;

}
iframe {
    border-radius: 20px;
    opacity: 0.85;
    border: 1px solid #464646;
}
iframe:hover {
    opacity: 0.95;
}
.caption:hover, .caption2:hover, .caption3:hover {
    opacity: 0.95;
}


.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("images/korkoro2.jpg");
  height: 100%;
}

.caption {
    position: absolute;
    right: 10%;
    bottom: 10%;
    width: 100%;
    text-align: center;
    color: #000;
    width: 420px;
    height: 200px;
    background-color: black;
    border: 1px solid #464646;
    border-radius: 20px;
    opacity: 0.85;
    transition: 0.3s;
}
.caption2 {
    position: absolute;
    left: 10%;
    bottom: 10%;
    width: 100%;
    text-align: center;
    color: #000;
    width: 420px;
    height: 200px;
    background-color: black;
    border-radius: 20px;
    opacity: 0.85;
    transition: 0.3s;
}
.caption3 {
    position: absolute;
    right: 10%;
    top: 15%;
    width: 100%;
    text-align: center;
    color: #000;
    width: 420px;
    height: 200px;
    background-color: black;
    border-radius: 20px;
    opacity: 0.85;
    transition: 0.3s;
}

.caption span.border {
  color: #fff;
  padding: 18px;
  font-size: 25px;
    text-align: center;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}
.heading {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #EEEEEE;
    font-size: 7.5rem;
    font-weight: 700;
    line-height: 1em;
    /* letter-spacing: -0.01px; */
    position: absolute;
    top: -34%;
    z-index: -6;
    right: 0;
    opacity: 0.2;
    white-space: nowrap;
    transition: 0.3s;
}
.heading2 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #EEEEEE;
    font-size: 7.5rem;
    font-weight: 700;
    line-height: 1em;
    /* letter-spacing: -0.01px; */
    position: absolute;
    top: -34%;
    z-index: -6;
    left: 0;
    opacity: 0.2;
    transition: 0.3s;
}
.heading3 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #EEEEEE;
    font-size: 7.5rem;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -0.01px;
    position: absolute;
    top: 266px;
    z-index: 1;
    left: -300px;
    opacity: 0.2;
    transform: rotate(90deg);
    transition: 0.3s;
}

.caption2:hover .heading2 {
  -webkit-text-fill-color: #353535;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #EEEEEE;
  top: -38%;
}
.caption:hover .heading {
  -webkit-text-fill-color: #353535;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #EEEEEE;
    top: -38%;
}
.caption3:hover .heading {
  -webkit-text-fill-color: #353535;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #EEEEEE;
    top: -38%;
}
.heading3:hover {
  -webkit-text-fill-color: #353535;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #EEEEEE;
  left: -280px;
}

.caption-inner-test {
    background-color: black;
    height: auto;
    border-radius: 30px;
    padding-top: 50px;
}

.caption .caption-inner {
    height: 100%;
    border-radius: 20px;
    padding-top: 50px;
    background: url(images/cd_korkoro6b.jpg);
    background-size: auto;
    background-size: auto;
    background-size: cover;
    background-position-y: 50%;
        transition: 0.3s;
}
.caption3 .caption-inner {
    height: 100%;
    border-radius: 20px;
    padding: 30px;
    background-color: black;
        transition: 0.3s;
}
.caption .caption-inner:hover {
    background: url(images/cd_korkoro8.jpg);
        background-size: cover;
            background-position-y: 30%;
}

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
    max-width: 100%;
    padding: 20px;
    background-color: black;
    margin: 20px;
    border-radius: 2px;
    opacity: 0.9;
    text-align:center;
}

/* Full-width input fields */
.form-container input[type=text], 
.form-container input[type=password],
.form-container input[type=textarea],
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
 .btn {
background-color: #FF4300;
color: white;
padding: 16px 20px;
border: none;
cursor: pointer;
width: 100%;
margin-bottom: 10px;
opacity: 0.8;
font-weight: bold;
}

/* Add a red background color to the cancel button */
 .cancel {
background-color: red;
width: auto;
margin-top: 10%;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

.form-popup {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
}

.fa.faicon {
     display: none;
}

h1 {
    color: #ff4300;
}
.img_popup {
    max-width: 100%;
    margin-top: 50px;
}
#myForm {
    text-align: center;
}
.cancel {
    background-color: red;
    width: auto;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.div_popup {
position: absolute;
bottom: 10px;
padding: 20px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
background-color: black;
width: 40%;
opacity: 0.9;
color: white;
font-weight: bold;
border-radius: 2px;
}
.outerdiv_popup {
    position: relative;
}

@media (max-width: 1260px) {
    .bgimg-1_TEST {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .caption {
        margin-top: auto;
       /*  position: unset; */
        max-width: 95%;
        margin-bottom: 5px;
                left: 50%;
        transform: translate(-50%, 0%);
        bottom: 210px;
    }
    .caption2 {
       /*  position: unset; */
        max-width: 95%;
        margin-bottom: 5px;
        left: 50%;
        transform: translate(-50%, 0%);
        bottom: 5px;
    }
    .caption3 {
       /*  position: unset; */
        max-width: 95%;
        margin-bottom: 5px;
        left: 50%;
        transform: translate(-50%, 0%);
        bottom: 5px;
    }
    iframe {
        max-width: 100%;
    }
    .heading {
        right: unset;
        left: 50%;
        transform: translate(-50%, 0);
        font-size: 5em;
        top: -26%;
    }
    .heading2, .heading3 {
        display: none;
    }
    .fa-facebook {
        background: #3B5998;
        color: white;
    }
    .faicon {
        position: absolute;
        z-index: 2;
        font-size: 30px;
        border: unset;
        padding: 20px;
        opacity: 0.8;
        right: 0;
    }
    .fa.faicon {
        display: block;
    }
    
    .div_popup {
        width: 80%;
    }
    .outerdiv_popup{
        max-height: 100%;
    }
}    

@media (max-width: 768px) {
    .caption2 {
        display: none;    
    }
    .caption {
        bottom: 5px;
    }
    .caption3 {
        bottom: 260px !important;
        top: unset;
    }
    img.pdf {
        max-width: 45%;
        height: auto;
    }
}

.pdf {
    max-height: 100%;
    padding: 15px;
}
