* {
    margin: 0;
    padding: 0;
}

:root {
    /* colors */
    --color1: black;
    --color2: white;
    --color3: red;
    --color4: blue;
    --color5: rgb(4, 255, 180);
    --color6: purple;
    --color7: orange;
    --color8: yellowgreen;
    --color9: rgb(156, 156, 156);
    --color10: tomato;
    --color11: skyblue;

    /* fonts */
    --font1: 'Aldrich', sans-serif;
}

h1,h2,h3,h4,h5,h6,p,a,span {
    font-family: var(--font1);
}

a {
    text-decoration: none;
    color: var(--color1);
}
/* ====================Nav-sec========================== */
.desk-nav {
    display: none;
}
.header-child{
    position: fixed;
    width: 100%;
    background-color:var(--color2);
    z-index: 9;
}
.mob-nav nav {
    display: flex;
    justify-content: space-between;
    padding: 20px 10px;
}

.mob-nav nav .nav-mob-menu .menu-icn i {
    margin-left: 20px;
}

.hero-section {
    padding: 40px 30px;
}
/* ====================Hero-sec========================== */
.hero-section .hero-content {
    margin-top: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-section .hero-content .hero-child .text-box {
    text-align: center;
}

.hero-section .hero-child .text-box h1 {
    font-size: 30px;
    font-weight: 100;
    line-height: 40px;
    text-transform: uppercase;
}
/* ====================Gallery-sec========================== */
.gallery-section {
    padding: 20px 10px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}

.gallery-section .gall-menu ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 30px 0px;
}
.gallery-section .gall-menu ul li{
    position: relative;
}
.gallery-section .gall-menu ul li .active::after{
    content: "";
    position: absolute;
    background: rgb(7, 216, 143);
    text-shadow: 2px 2px 20px black;
    height: 6px;
    width: 100%;
    left: 0;
    bottom: -2px;
    transition: 0.5s;
}
.gallery-section .gall-menu ul li::after{
    content: "";
    position: absolute;
    background: rgb(7, 216, 143);
    text-shadow: 2px 2px 20px black;
    height: 6px;
    width: 0;
    left: 0;
    bottom: -2px;
    transition: 0.5s;
}
.gallery-section .gall-menu ul li:hover::after{
    width: 100%;
}
.gallery-section .gall-menu ul li a:hover{
    color: var(--color1);
}
.gallery-section .gall-menu ul li .active{
    color: var(--color1);
}
.gallery-section .gall-menu ul li{
    margin: 5px 5px;
}
.gallery-section .gall-menu ul li a {
    font-size: 16px;
    color: var(--color9);
}
.gallery-section .gall-menu ul li a::before {
    content: "•";
    margin-right: 10px;

}
.gallery-section .gal-grid .grid-wrap .grid-child1{
    background-image: url(../images/background/1.jpg.webp);
    background-size:cover;
    background-position:center;
}
.gallery-section .gal-grid .grid-wrap .grid-child2{
    background-image: url(../images/background/2.jpg.webp);
    background-size:cover;
    background-position:center;
}
.gallery-section .gal-grid .grid-wrap .grid-child3{
    background-image: url(../images/background/3.jpg.webp);
    background-size:cover;
    background-position:center;
}
.gallery-section .gal-grid .grid-wrap .grid-child4{
    background-image: url(../images/background/4.jpg.webp);
    background-size:cover;
    background-position:center;
}
.gallery-section .gal-grid .grid-wrap .grid-child5{
    background-image: url(../images/background/5.jpg.webp);
    background-size:cover;
    background-position:center;
}
.gallery-section .gal-grid .grid-wrap .grid-child6{
    background-image: url(../images/background/6.jpg.webp);
    background-size:cover;
    background-position:center;
}
.gallery-section .gal-grid .grid-wrap .grid-child7{
    background-image: url(../images/background/7.jpg.webp);
    background-size:cover;
    background-position:center;
}
.gallery-section .gal-grid .grid-wrap .grid-child8{
    background-image: url(../images/background/8.jpg.webp);
    background-size:cover;
    background-position:center;
}
.gallery-section .gal-grid .grid-wrap .grid-child9{
    background-image: url(../images/background/9.jpg.webp);
    background-size:cover;
    background-position:center;
}
.gallery-section .gal-grid .grid-wrap .grid-child10{
    background-image: url(../images/background/10.jpg.webp);
    background-size:cover;
    background-position:center;
}
.gallery-section .gal-grid .grid-wrap .grid-child11{
    background-image: url(../images/background/11.jpg.webp);
    background-size:cover;
    background-position:center;
}
.gallery-section .gal-grid .grid-wrap .grid-child12{
    background-image: url(../images/background/12.jpg.webp);
    background-size:cover;
    background-position:center;
}
.gallery-section .gal-grid .grid-wrap .grid-child13{
    background-image: url(../images/background/13.jpg.webp);
    background-size:cover;
    background-position:center;
}
.gallery-section .gal-grid .grid-wrap .grid-child14{
    background-image: url(../images/background/14.jpg.webp);
    background-size:cover;
    background-position:center;
}
.gallery-section .gal-grid .grid-wrap .grid-child15{
    background-image: url(../images/background/15.jpg.webp);
    background-size:cover;
    background-position:center;
}
.gallery-section .gal-grid .grid-wrap .grid-child16{
    background-image: url(../images/background/16.jpg.webp);
    background-size:cover;
}
.gallery-section .gal-grid .grid-wrap .grid-child17{
    background-image: url(../images/background/17.jpg.webp);
    background-size:cover;
    background-position:center;
}
.gallery-section .gal-grid .grid-wrap .grid-child18{
    background-image: url(../images/background/18.jpg.webp);
    background-size:cover;
    background-position:center;
}
.gallery-section .gal-grid .grid-wrap .grid-child19{
    background-image: url(../images/background/19.jpg.webp);
    background-size:cover;
    background-position:center;
}
.gallery-section .gal-grid .grid-wrap .grid-child20{
    background-image: url(../images/background/20.jpg.webp);
    background-size:cover;
    background-position:center;
}
.gallery-section .gal-grid .grid-wrap .grid-c {
    height: 360px;
}

.gallery-section .gal-grid .grid-wrap .grid-c {
    position: relative;
    margin-bottom: 5px;
    cursor: pointer;
    overflow: hidden;
}

.gallery-section .grid-wrap {
    box-sizing: border-box;
}
.child-txt .txt-box{
    position: absolute;
    left: 10px;
    bottom: 0;
    transition: all 2s;
}
.child-txt span{
    font-size: 12px;
}
.child-txt p{
    font-size: 40px;
}
.child-txt{
  opacity: 0;
  text-align: start;
  position: absolute;
  bottom: 0px;
  background:rgba(0,0,0,0.333);
  color: var(--color2);
  width: 100%;
  height: 360px;
  transition: all 400ms ease-out;
}
.child-txt:hover{
    opacity: 1;
}
/* ====================loader-sec========================== */
.loading-sec{
    padding: 50px 20px;
}
.loading-sec .icn-box{
    text-align: center;
}
.loading-sec .icn-box i{
    font-size: 28px;
}

/* ====================Footer-sec========================== */
.foot-grid {
    text-align: center;
    padding: 20px 20px;
    background: #222222;
}

.foot-logo {
    text-align: center;
    margin-bottom: 20px;
}

.foot-copyright {
    text-align: center;
    color: var(--color2);
    font-size: 18px;
    margin-bottom: 20px;
}

.foot-icn {
    text-align: center;
    font-size: 18px;
    color: var(--color2);
    margin-bottom: 20px;
}
.foot-icn i {
    cursor: pointer;
    margin-right: 20px;
}

/* ====================tab-view========================== */
@media (min-width:768px) {
    .hero-section .hero-content {
        margin-top: 135px;
    }
    .hero-section {
        padding: 60px 35px;
    }

    .hero-section .hero-child .text-box h1 {
        font-size: 38px;
        font-weight: 100;
        line-height: 55px;
    }

    .gallery-section .gall-menu{
        padding: 40px 120px;
    }

    .gal-grid .grid-wrap {
        box-sizing: border-box;
    }

    .gal-grid .grid-wrap .grid-c {
        display: inline-block;
    }

    .grid-child1,
    .grid-child4,
    .grid-child6,
    .grid-child9,
    .grid-child7,
    .grid-child11,
    .grid-child13,
    .grid-child19,
    .grid-child16,
    .grid-child18 {
        width: 59%;
    }

    .grid-child2,
    .grid-child3,
    .grid-child5,
    .grid-child8,
    .grid-child10,
    .grid-child12,
    .grid-child14,
    .grid-child17,
    .grid-child15,
    .grid-child20 {
        width: 40%;
    }


}
/* ====================desktop-view(upto 1400px)========================== */
@media (min-width:992px) {
    .hero-section .hero-content {
        margin-top: 145px;
    }
    .mob-nav {
        display: none;
    }

    .desk-nav {
        display: block;
        padding: 50px 20px;
    }

    .desk-nav nav {
        display: flex;
        justify-content: space-between;
    }

    .desk-nav nav .nav-menu ul {
        display: flex;
        justify-content: space-evenly;
        width: 500px;
        list-style-type: none;
    }

    .desk-nav nav .nav-menu ul li {
        text-transform: uppercase;
    }
    .nav-link a:hover{
        color: var(--color1);
    }
    .nav-link a{
        position: relative;
        color: var(--color9);
        font-weight: 400;
    }
    .nav-link i{
        cursor: pointer;
    }
    .desk-nav .nav-menu ul li{
        position: relative;
    }
    .desk-nav .nav-menu ul .active{
        color: var(--color1);
    }
    .desk-nav .nav-menu ul .active::after{
        content: "";
        position: absolute;
        background: rgb(7, 216, 143);
        text-shadow: 2px 2px 20px black;
        height: 5px;
        width: 100%;
        left: 0;
        bottom: 2px;
        transition: 0.5s;
    }
    .nav-link a::after{
        content: "";
        position: absolute;
        background: rgb(7, 216, 143);
        text-shadow: 2px 2px 20px black;
        height: 5px;
        width: 0;
        left: 0;
        bottom: 2px;
        transition: 0.5s;
    }
    .nav-link a:hover::after{
        width: 100%;
    }
    .hero-section {
        padding: 60px 110px;
    }
    .gallery-section .gall-menu{
        padding: 40px 160px;
    }
    .grid-child1,.grid-child2,.grid-child4,.grid-child5,
    .grid-child6,.grid-child7,.grid-child9,
    .grid-child10,.grid-child11,.grid-child13,.grid-child14
    ,.grid-child16,.grid-child17,.grid-child18,.grid-child20{
        width: 26.66%;
    }
    .grid-child3,.grid-child8,.grid-child12,.grid-child19,.grid-child15{
        width: 15%;
    }
    .foot-grid {
        display: flex;
    }
    .foot-copyright {
        padding: 0px 180px;
    }
    .foot-icn {
        display: flex;
    }
}
@media (min-width:1200px) and (max-width:2000px){
    .hero-section .hero-content {
        margin-top: 100px;
    }
    .desk-nav {
        padding: 30px 70px;
    }
    .hero-section {
        padding: 80px 220px;
    }
    .gallery-section .gall-menu{
        padding: 40px 280px;
    }
    .loading-sec .icn-box i{
        font-size: 32px;
    }
    .foot-copyright {
        padding: 0px 320px;
    }
    
}