
@import url('https://fonts.googleapis.com/css2?family=Langar&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Krona+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');

*{
    margin: 0;
    padding: 0;
}

/* html{
    scroll-behavior: smooth;
} */

/* .logo{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
} */
/* .logo img{
    width: 26%;
    border: 3px solid whitesmoke;
    border-radius: 50%;
    margin: 5px;
}
.navbar{
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    cursor: pointer;
    
} */
/* .nav-list{ */
    /* width: 70%; */
    /* background-color: black; */
    /* display: flex; */
    /* align-items: center; */
    /* font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */

    
/* } */

/* .nav-list li{
    list-style: none;
    padding: 26px 30px;


} */

/* .nav-list li a{
    text-decoration: none;
    color: white;
    font-family: 'Langar', cursive;
    font-size: 20px;

}

.nav-list li a:hover{
    text-decoration: none;
    color: rgb(238, 255, 1);

} */
/* .rightNav{
    background-color: palegreen;
    width: 30%;
    text-align: right; 
    padding: 0 23px;
} */

/* #search{
    padding: 5px;
    font-size: 17px;
    border: 2px solid gray;
    border-radius: 9px;
} */

.backgn{
    background: rgba(0, 0, 0, 0.7) url('../img/WIMG7.jpeg') ;
    background-size: cover;
    background-blend-mode: darken;
}
.fsSection{
    height: 55vh;
}

.main-boxs{
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(239, 255, 15);
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 50%;
    margin: auto;
    height: 100%;
}
.fsHalf{
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* .secondHalf{
    width: 30%;
}

.secondHalf img{
    width: 70%;
    border: 4px solid white;
    border-radius: 150px;
    display: block;
    margin: auto;
} */

.text-bgg{
    font-size: 50px;
    font-family: 'Krona One', sans-serif;
    color: rgb(255, 255, 254);

  
    
}

.text-smm{
    font-size: 18px;
    /* font-family: unset; */
    font-family: 'Oswald', sans-serif;
}

.text-bi{
    font-size: 41px;
    font-family: 'Alfa Slab One', cursive;
    /* flex-wrap: inherit; */
    color: rgb(13, 100, 5);


}

.text-sl{
    font-size: 18px;
    
 
}

/* .btn{
    padding: 8px 20px;
    margin: 8px 3px;
    font-family: fantasy;
    border: 2px solid white;
    border-radius: 8px;
    background: none;
    color: white;
    cursor: pointer;
    font-family: 'Langar', cursive;
    font-size: 20px;
    transition: 0.8s;
    position: relative;
    overflow: hidden;
} */

/* .btn:hover{
    color: yellow;
}

.btn-sm{
    padding: 6px 10px;
    vertical-align: middle;
    font-size: 16px;
}

.btn-dark{
    color: black;
    border:2px solid gray;

} */


.sectr{
    /* height: 500px; */
    display: flex;
    align-items: center;
    justify-content:space-evenly;
    max-width: 80%;
    margin: auto;
    font-family: 'Langar', cursive;
    padding: 10px;
    background-color: rgb(217, 241, 128);

}



.sectr-left{
    flex-direction: row-reverse;
}
.paragh{
    padding: 0px 65px;
}
.sectrTag{
    padding: 16px 0;
}

.sectrSubTag{
    font-family: 'Audiowide', cursive;
}

.thumbna img{
    width: 250px;
    border: 2px solid black;
    border-radius: 12px;
    margin-top: 19px;

}
/* .contact{
    background-color: rgb(241, 232, 232);
    height: 700px;
  
} */

/* .text-center{
    text-align: center;
    padding-top: 20px;
    font-family: 'Langar', cursive;
    font-size: 35px;
} */
/* .form{
    max-width: 62%;
    margin: 25px auto ;
}

.form-input{
    margin: 14px 0;
    padding: 5px 13px;
    width: 100%;
    font-size: 19px;
    border: 2px solid gray;
    border-radius: 6px;
    font-family: 'Langar', cursive;
    
} */

.text-footer{
    text-align: center;
    padding: 30px 0;
    font-family: 'Langar', cursive;
    display: flex;
    justify-content: center;
    color: rgb(255, 255, 255);
}
/* .burger{
    display: none;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 15px;

} */

/* .line{
    width: 33px;
    background-color: white;
    height: 4px;
    margin: 5px 3px;
} */

@media only screen and (max-width: 1140px){
    /* .nav-list{
        flex-direction: column;
    }
    .navbar{
        flex-direction: column;
        transition: all 0.7s ease-out;
        height: 600px;
    }
    .rightNav{
        text-align: center;
    } */

    .main-boxs{
        flex-direction: column-reverse;
        max-width: 100%;
    }

    /* #search{
        width: 100%;
    }
    .burger{
        display: block;
    } */

    /* .h-nav-resp{
        height: 72px;
    }

    .v-class-resp{
        opacity: 0;
    } */

    .sectr{
        flex-direction: column-reverse;
    }
    .text-sl{
        text-align: center;
    }

    .text-bi{
        text-align: center;
    }

   
    /* .buttons{
        text-align: center;
    } */
    .paragh{
        padding: 0px;
    }
}