@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500,600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Galdeano&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Galdeano&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Merienda:wght@300..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Galdeano&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

body{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7;
    color: #516171;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 700;
    color: #092032;
}

.fa{
    margin-right: 8px;
}

a{
    color: #092032;
    text-decoration: none;
    transition: all 0.4s;
}

p.fnt-kanit.grad.fnt-16{
    color: #f307ad;
}

bg{
    background-position: center;
    background-size: cover;

}

/*NAVBAR*/
nav.top-nav{
    background-color: #96232d;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p{
    margin-bottom: 0%;
    display: inline-block;
    margin-right: 16px;
    color: #fff;
}

.top-nav i,
.top-nav span{
    vertical-align: middle;
}

.social-links a{
    width: 34px;
    height: 34px;
    background-color: rgba(255, 255, 255, 0.3);
    display:inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    border-radius: 100%;
}

.social-links a:hover{
    background-color: #fff;
    color: #ff4d29;
}

.navbar{
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:active{
    color: #ff4d29;

}

.btn{
    padding: 9px 24px;
}

.btn-brand{
    background-color: #ff4d29;
    color: #fff;
    border-color: #ff4d29;
}

.btn-brand:hover{
    color: #fff;
    background-color: #d63e20;

}

div.col-lg-2.col-md-6.bg-set-counter:hover{
    border-color: var(--sky-blue);
    border-bottom: 0.5rem solid var(--bs-blue);
    cursor: pointer;
    border-radius: 5%;
    background:linear-gradient(45deg, #96232d,#2a2e79);
    color: #fff;
}

a.nav-link{
    --bs-navbar-nav-link-padding-x: 1.5rem;
}

img.wi-60{
    padding: 10%;
    width: 50%;
}

div.blue-line.mx-auto{
    width: 5rem;
    height: 0.3rem;
    background-color: red;
    border-radius: 1rem;
}

.home{
    width: 100%;
    height: 90vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)), url(black\ and.jpeg);
    background-size: cover;
}

.home .content{
    text-align: center;
    padding-top: 200px;
}

.home .content h5{
    color: #fff;
    font-size: 45px;
    font-family: 'kanit', sans-serif;
    font-weight: 500;
    text-shadow: 0px 1px 1px black;
}

p.counter-para.fnt-mon.hei-70{
    font-weight: 600;
}

div.counter-flex{
    display: flex;
    margin-top: 20px;
}

div.counter-numbersss{
    padding-right: 35px;
    border-right: 1px solid #f307ad;
    padding-left: 27px;
}

h3.fnt-kanit{
    background: linear-gradient(135deg, #96232d 40%, #2a2e79 60%);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
}

h1.count:hover{
    color:white;
}

div.strip-trophy.m-b-20{
    margin-top: 20px;
    border-left: 1px solid #FFCA42;
    padding-left: 20px;
    color: #fff;
}

h3.award{
    color: #fff;
    font-weight: 600;
    font-family: math;
    margin-bottom: 10px;
}

section.padd-both-50.bg-awards{
    background-image: url(black\ and.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 3%;
}

div.container{
    max-width: 1400px;
    padding: 0px 15px;
}

h2.fnt-kanit.heading-fnt{
    font-size: 40px;
    font-weight: 400;
    background: linear-gradient(135deg, #96232d 40%, #2a2e79 60%);
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 20px;
    font-family: "Galdeano", serif;
}

p.marg-btm-20.fnt-16.clr-222{
    font-family: "Galdeano";
    font-size: 1.1rem;
    color: black;
    font-weight: 900;
}
div.scan-seg{
    background: linear-gradient(135deg, #96232d 40%, #2a2e79 60%);
    padding: 20px;
    display: flex;
    display: inherit;
    text-align: center;
}


div.scan{
    padding: 10px;
}

img{
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    border-radius: 10px;
}

div.scan-content{
   
    align-self: center;
    
}

a.read-more-btn{
    font-weight: 900;
    background: linear-gradient(135deg, #96232d 40%, #2a2e79 60%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 23px;
    display: inline-block;
    line-height: .8;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: 15px;
    font-family: "Galdeano";
}

div.mobile-center{
    text-align: center;
}

section.strip-full.marg-btm-30{
    background: linear-gradient(to right, #74242a, #801a1a83, #2a2e79, #21235c98) !important;
    padding: 13px 0 0;
    margin-top: 3%;
}

p.strip-1{
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 32px;
}

a.strip-btn-3{
    color: #fff !important;
    border-radius: 0px;
    border: 1px solid #fff;
    padding: 15px 40px;
    text-transform: uppercase;
}

img.gallery{
    display: inline-block;
    max-width: 100%;
    height: 21rem;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    border-radius: 10px;
    margin-top: 2rem;
}

h3.image{
    background: linear-gradient(135deg, #96232d 40%, #2a2e79 60%);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
    font-family: 'Courier New', Courier, monospace;
}

a.btn-small{
    position: relative;
    font-size: 34px;
    line-height: 19px;
    font-weight: 500;
    padding: 10px 25px 10px 25px;
    background: linear-gradient(135deg, #96232d 40%, #2a2e79 60%);
    color: #fff;
    border-radius: 5px;
}



.container{
    border-radius: 10px;
}

h4{
    margin-bottom: 10px;
    font-size: 24px;
    color: red;
    font-family: 'Kanit', sans-serif;
    margin-left:10%;
}

input{
    width: 50%;
    padding: 10px;
    margin-bottom: 10px;
}

textarea{
    width: 50%;
    padding: 10px;
}

#submit{
    border: none;
    background-color: orangered;
    color: #fff;
    width: 50%;
    margin-top: 10px;
    border-radius: 5px;
}

#submit:hover{
    background-color: #333333;
}

section{
    display:flex;
    align-items:center;
    justify-content: center;
}

.header__image {
  background-image: url("header-bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 50px 50px var(--white) inset;
}

.header__content {
  padding-block: 10rem 10rem;
  padding-inline: 1rem;
}

.header__content h1 {
  font-size: 4rem;
  font-weight: 700;
  color: var(--text-dark);
  text-align: center;
  line-height: 4rem;
}


div.header__content{
    background-image: url(villagee.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-links {
    display: flex;
    gap: 2rem;
}

.nav-link, .drop-down li {
    list-style: none;
    height: 100%;
    padding: 0.5rem 1rem;
    font-weight: 600;
    cursor: pointer;
}

a {
    text-decoration: none;
    color: currentColor;
}

.drop-down {
    position: absolute;
    padding: 0.5rem 0;
    margin: 0.5rem -0.5rem;
    background: antiquewhite;
    color: black;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    font-size: 12px;
    display: none;
}

.nav-link:hover {
    color: #fff;
    border-radius: 0.5rem;
}

/*FOOTER*/

footer{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #3586ff;
    min-height: 100px;
    padding: 20px 50px;
    flex-direction: column;
    margin-top: 7%;
}

footer .social_icon,
footer .menu{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
}

footer .social_icon li,
footer .menu li
{
    list-style: none;
}

footer .social_icon li a,
footer .menu li a
{
    font-size: 2em;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s; 
}

footer .social_icon li a:hover{
    transform: translateY(-10px);
    color: #ff4d29;;
}

footer .menu li a{
    font-size: 1.2em;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0.75;
}

footer .menu li a:hover{
    opacity: 1;
    color: #ff4d29;;
}

footer p{
    color: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 1.1em;
}

footer .wave{
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(wave.png);
    background-size: 1000px 100px;
}

footer .wave#wave1{
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: animatewave 4s linear infinite;
}

footer .wave#wave2{
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: animatewave_02 4s linear infinite;
}

footer .wave#wave3{
    z-index: 1000;
    opacity: 0.2;
    bottom: 15px;
    animation: animatewave 3s linear infinite;
}

footer .wave#wave4{
    z-index: 999;
    opacity: 0.7;
    bottom: 20px;
    animation: animatewave_02 3s linear infinite;
}


@keyframes animatewave{
    0%{
        background-position-x: 1000px;
    }

    100%{
        background-position-x: 0px;
    }
}

@keyframes animatewave_02{
    0%{
        background-position-x: 0px;
    }

    100%{
        background-position-x: 1000px;
    }
}
