@font-face {

    font-family: Outfit;
    src: url(/font/outfit/Outfit-Medium.ttf);

    font-family: Oswald;
    src: url(/font/Oswald/Oswald-Medium.ttf);
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

h6 {
    margin-bottom: 0px !important;
}

ul {

    margin-bottom: 0px !important;
    padding-left: 0px !important;

}

ul li {
    list-style-type: none;

}

a {
    text-decoration: none !important;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

.gellary-overley {
    background: linear-gradient(358deg, rgba(230, 0, 19, 0.01) -8.61%, rgba(230, 0, 19, 0.45) 60.15%, rgba(217, 217, 217, 0.00) 123.86%) !important;
}

.gellart-h1-text {
    height: 80px;
    overflow: hidden;
}

.gellary-overley img {
    width: 100%;
    object-fit: cover;
}

.gellary-heading {
    position: relative;
    width: 250px;
}

.gellary-heading svg {
    position: relative;
    width: 250px;
}

.gellary-heading::after {
    content: "OUR IMAGES";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-family: Oswald;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.5px;
    width: 100%;
    text-align: center;

}

.gellary-top {
    padding-top: 80px;
}

.gellary-section {
    padding-top: 75px;
}

.gellary-image {
    border: 1px solid rgba(0, 78, 162, 0.75);
    background: #FFECEC;
    filter: drop-shadow(4px 4px 25px rgba(255, 255, 255, 0.25)) drop-shadow(-4px -4px 25px rgba(95, 139, 186, 0.50));
    padding: 10px 10px;
    overflow: hidden;
}

.gellaryimages {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.gellaryimages img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    transform-origin: center;
    transition: all ease 0.4s;
    scale: 1;
    pointer-events: none;
}




.gellaryimageicon img {
    cursor: pointer;
}

.gellery-overley {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background: linear-gradient(1deg, rgba(0, 0, 0, 0.95) -12.73%, rgba(217, 217, 217, 0.00) 143.7%);
    z-index: 9;
    cursor: pointer;
}

.gellary-second {
    margin-top: 30px !important;
    margin-bottom: 75px !important;
}

.button button {
    width: 165px;
    height: 49px;
    background: #FFF;
    border: none;
    border-bottom: 3px solid #E60013;
    color: #004EA2;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    filter: drop-shadow(4px 4px 25px rgba(95, 139, 186, 0.50));
    margin-top: 0px !important;
}

.gellery-second-text::after {
    content: "VIDEO GALLERY";


}

.gellery-text button {
    opacity: 1 !important;
}

.gellerycard-bg {
    border-radius: 25px;
    background: #E60013;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 5px 5px;
}

.gellery-card-border {
    border-radius: 0px 25px 25px 0px;
  
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid white;
    top: -10px;
    left: -10px;
    position: relative;
}

.gellery-card-image img {
    width: 100%;
    object-fit: cover;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.gellery-image-main {
    margin-top: 75px;
    margin-bottom: 110px;
}

.gellary-play img {
    width: 70px;
}

.gellary-play {
    text-align: -webkit-center !important;
}

.gellery-card-image iframe{
    width: 100%;
    height: 100%;
    border-radius: 0px 25px 25px 0px;
}


/* slider*/

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    object-fit: cover;
}

/* slider end */