.vh-100-2 {
    min-height: 100vh;
}

.color1 {
    color: #AA6D1E;
}
.color2 {
    color: #333333;
}
.color3 {
    color: #DAA520;
}

/* laoding */
body {
    overflow-x: hidden;
}
/* .img-loading-desc {
    max-width: 150px;
} */
.loadingIcon2 {
    background: url('../img/img7.jpg');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-y: hidden;
    overflow-x: hidden;
    z-index: 9999;
}
.loadingIcon2.true {
    transition: 1.25s;
    transform: translateY(-100%);
}
.bg-loadingIcon2  {
    background: linear-gradient(-45deg, black, rgba(255, 225, 126, 0.425), black);
    background-size: 400% 400%;
    animation: animation-bg-loadingIcon2 15s ease infinite;
}
@keyframes animation-bg-loadingIcon2 {
    0% {
        background-position: 100% 100%;
    }
    50% {
        background-position: 50% 50% ;
    }
    100% {
        background-position: 100% 100%;
    }
}
.desc-text {
    z-index: 999;
}
.buttonClick {
    cursor: pointer;
    transition: 0.25s;
    background-color: rgb(255, 255, 255);
    font-size: 25px;
    border-radius: 5px;
}
img.img-loading-top {
    margin-top: -500px;
}
img.img-loading-top-2 {
    margin-top: -600px;
}

button.buttonClick:focus {
    transform: scale(0.95);
}

/* audio-control */
.audio-control {
    height: 50px;
    width: 50px;
    background: rgb(114, 113, 113);
    right: 10px;
    bottom: 10px;
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.25s;
    border: none;
}
.audio-control:hover{
    transform: scale(0.9);
    background: rgb(71, 71, 70);
}
.audio-control svg {
    font-size: 25px;
    margin-left: 2px;
    color: white;
}

/* banner */
.banner-main {
    position: absolute;
    top: 0;
    z-index: 9;
    margin-top: 40vh;
}
.banner-overlay {
    background: rgba(0, 0, 0, 0.534);
}
@media (max-width: 800px) {
    .banner-main {
        margin-top: 55vh;
    }
}
.banner-bottom svg{
    position: absolute;
    bottom: 0;
    z-index: 9;
}
.svg-banner {
    margin-bottom: -10px;
}


/* content1 */
.content1 {
    z-index: 9;
    overflow-x: hidden;
}

/* timer */
.timer .img-border-top,
.timer .img-border-bottom{
    max-width: 500px;
    margin: 0 auto;
}
.timer-part {
    width: 100px;
    background: rgb(15, 15, 15);
    border-radius: 10px;
}
.timer-bottom {
    bottom: 0;
    left: 0;
}
/* content1 */
.p-content {
    max-width: 800px;
}
.content1 img.icon {
    width: 100%;
    max-width: 100px;
}
.img-content1 {
    width: 180px!important;
    height: 180px;
}
.content1-img-border {
    left: -40px;
    width: 132%;
    top: -70px;
}
.img-person-1,
.img-person-2 {
    width: 200px;
    max-width: 200px!important;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}
.img-person-1 {
    background: url('../img/img4.jpg');
}
.img-person-2 {
    background: url('../img/img5.jpg');
}
.content1-before-img {
    width: 200px;
}

/* content2  */
.content2 {
    background: url('../img/img6.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.content2-main {
    max-width: 500px;
    background: rgba(255, 255, 255, 0.829);
    border-radius: 20px;
    z-index: 9;
    box-shadow: 0 0 20px 10px rgba(255, 215, 84, 0.541);
}
.content2-content {
    background: radial-gradient(rgba(255, 255, 255, 0.192), black);
}
.content2-bottom {
    bottom: 0;
}
.content2-bottom:nth-child(3) {
    bottom: -10px;
}
/* content3 */
/* .content3 {
    background: url('../img/img6.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
} */
.content3-main {
    max-width: 600px;
    border: 1px solid rgba(228, 185, 92, 0.452);
    box-shadow: 0 0 50px 5px rgba(255, 197, 121, 0.699);
    background: rgba(250, 206, 110, 0.123);
}
.content3-main .img-border img{
    top: 0;
    left: 0;
    z-index: -1;
}
.content3-main .content-2-desc  {
    z-index: 99;
}
.content3-container {
    z-index: 99;
}
.content3 .buttonMaps {
    max-width: 250px;
    background: rgb(145, 83, 25);
}
.content3-main img {
    bottom: -200px;
    left: 20%;
    max-width: 400px;
}
@media(max-width: 760px) {
    .content3-main img {
        left: 9%;
    }
}
@media(max-width: 600px) {
    .content3-main img {
        left: 0%;
    }
}
/* gallery */
.gallery-container {
    width: 100%;
    min-height: 100vh;
    background: url('../img/asset8.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.gallery  {
    max-width: 800px;
    box-shadow: 0px 0px 30px 9px rgb(255, 213, 135);
}
@media (max-width: 600px) {
    .gallery-container {
        background-position: initial;
    }
}

/* video */
.video iframe {
    min-width: 300px;
    box-shadow: 0 0 50px 5px rgba(255, 197, 121, 0.699);
}
@media(min-width: 400px) {
    .video iframe {
        min-width: 400px;
    }
}
@media(min-width: 700px) {
    .video iframe {
        min-width: 600px;
    }
}
.video-border-top,
.video-border-bottom {
    max-width: 500px;
}
.video-border-top {
    top: 0;
    left: 0;
}
.video-border-bottom {
    bottom: 0;
    right: 0;
}
.video-border-bottom {
    transform: rotate(180deg);
}

/* content4 */
.content4-main-content {
    max-width: 800px;
}

.content4-main-content  .col .icon-svg{
    background: #c09d3c;
    border-radius: 50%;
    padding: 50px;
    box-sizing: border-box;
}