
.ty-btn {
    margin-top: 28px;
}
.ty-btn a {
    display: inline-block;
    background: #e7e6e4;
    font-size: 1.1em;
    padding: 14px 10px;
    color: #000;
    border-radius: 150px;
    letter-spacing: 2px;
    min-width: 380px;
    text-align: center;
}
.ty-btn a:hover{
    background: #ed471d;
    color: #fff;
}
 
.what-section {
    background: #e4dace;
    padding: 50px 0px;
    text-align: center;
}
.what-section h2 {
    font-size: 2.2em;
    font-weight: 500;
    margin-bottom: 16px;
}
.what-section .ty-btn a {
    min-width: 440px;
    margin-bottom: 14px;
    background: #fff;
    color: #000;
}
.what-section .ty-btn a:hover{
    background: #000;
    color: #fff;
}
.what-section .f-link {
    margin-bottom: 22px;
}
.what-section .flw-link {
    display: flex;
    justify-content: center;
    gap: 0;
}
.what-section .flw-link a {
    display: block;
    position: relative;
    padding: 0px 20px;
    position: relative;
    color: #000;
}
.what-section .flw-link a+a::before {
    content: "";
    width: 1px;
    height: 15px;
    background: #000;
    position: absolute;
    left: 0;
    top: 5px;
}
.what-section .flw-link a:hover {
    color: #ed471d;
}
.video-section{
    margin-top: 40px;
    padding-bottom: 50px;
}
.video-section .container {
    display: flex;
    gap: 25px;
    align-items: center;
}
.video-section .v-left {
    width: 50%;
}
.video-section .v-right {
    width: 50%;
}
.video-section .wpb_video_wrapper {
    position: relative;
}
.video-section .wpb_video_wrapper iframe {
    width: 100%;
    height: 424px;
    display: block;
    margin: 0;
    top: 0;
    left: 0;
    box-sizing: border-box;
}
.video-section .wpb_video_wrapper::before {
    content: "";
    position: absolute;
    background-image: url(../../images/over.png);
    width: 100%;
    height: 504px;
    top: -40px;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: center top;
}
.gallery-section {
    background: #f6f7f8;
    padding: 40px 0px;
    position: relative;
    text-align: center;
}
.g-grid-box {
    display: flex;
    gap: 18px;
}
.g-grid-box .gbx {
    width: 33.33%;
    height: 490px;
}
.g-grid-box .gbx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width:1320px){
    .g-grid-box .gbx {
        height: 380px;
    }
}
@media only screen and (max-width:1200px){
     .video-section .wpb_video_wrapper::before{
        background-size: 100%;
     }
     .video-section .wpb_video_wrapper iframe{
        height: 324px;
    }
    .g-grid-box .gbx {
        height: 300px;
    }
}
@media only screen and (max-width:991px){
    
     
}
@media only screen and (max-width:767px){
    .ty-btn a,.what-section .ty-btn a {
        min-width: 310px;
        font-size: 1em;
    }
    .video-section .container {
        display: block;
    }
    .video-section .v-right {
        width: auto;
    }
    .video-section .v-left {
        width: auto;
    }
    .video-section {
        margin-top: 0;
    }
    .video-section .wpb_video_wrapper iframe {
        height: 440px;
    }
    .g-grid-box {
        gap: 8px;
    }
    .g-grid-box .gbx {
        height: 250px;
    }

}
@media only screen and (max-width:640px){
    .video-section .wpb_video_wrapper iframe {
        height: 400px;
    }
    .video-section .wpb_video_wrapper::before{
        top: 0px;
    }
    .g-grid-box .gbx{
        height: auto;
    }
}
@media only screen and (max-width:480px){
    .video-section .wpb_video_wrapper iframe {
        height: 360px;
    }
}