/* google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Sinhala:wght@700&family=Young+Serif&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400;500;600;700&family=Noto+Sans+Sinhala:wght@700&family=Young+Serif&display=swap');

/* Globel */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: whitesmoke;
    font-family: sans-serif;
    font-weight: bold;
}
a:hover{
    color: #fffb00;
}
.logo{
    color: rgb(255, 255, 255);
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 50px;
    
}
ul{
    list-style: none;
    
}

body, html {
    overflow-x:hidden;
}
/* navbar*/

.navbar{
    position:absolute ;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 20px;
    color: rgb(255, 0, 0);
    transition: 0.5s ease;
    align-items: center;
    background: #00a8ae;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    text-align: center;
   

}
.nav-links{
    display: flex;
    align-items: center;
  

}


.nav-links .li .a{
    position: relative;
    color: rgb(49, 220, 203);
    font-size: 1em;
    font-weight: 500;
    
}


.nav-links li{
    margin: 0 20px;
    
}

header{
    width: 100vw;
    height: 100vh;
    background-image: url("n.jpg");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: self-end;
    justify-content: center;
    transition: 0.5s ease;
    padding-bottom: 20px;
    text-shadow: #848080;
    font-family: sans-serif;
}
.header-content{
    margin-bottom: 150px;
    color: rgb(0, 4, 107);
    text-align: center;
    font-weight: 100;

}
.header-content h2{
    font-size: 4vmin;

}
.line {
    width: 150px;
    height: 4px;
    background: #fc036b;
    margin: 10px auto;
    border-radius: 5px;

}
.header-content h1{
    font-size: 7vmin;
    margin-top: 30px;
    margin-bottom: 30px;

}
.ctn{
    padding: 8px 15px;
    background: #440252;
    border-radius: 30px;
    color: whitesmoke;
    
   
    
    
}

/* Wedding */   
section{
    width: 80%;
    margin: 10px auto;
}
.WEDDING h1 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.OTHERS h1 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.About h2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.title{
    text-align: center;
    font-size: 4vmin;
    color: rgb(169, 2, 150);
}
.row{
    padding-top: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    justify-content: space-between;
    
}
.row .col {
  display: flex; 
  flex-direction: column;
  align-items: center;
  margin: 10px;

}
.Wedding .row{
    margin-top: 50px;
   
}

h4{
    font-size: 3vmin;
    color: brown;
    margin: 20px auto;
    font-family: 'Young Serif', serif;
}
p{
    columns: black;
    padding: 0px 60px;
    text-align: center;
    
    
}

.WEDDING .ctn{
    margin-top: 30px;
    
}

.content-col{
    width:40% ;

}

.image-col{
    width: 60%;
}


.OTHERS .row .col{
    width:50% ;
}

.OTHERS .image-gallery{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
   
        
}
.image-gallery img{
    width: 250px;
    margin: 10px;
}

.content-col h1{
    font-size: 7vmin;
    color: #484872;
    text-align: center;
}

.content-col .line{
    margin: -1px;

}

.content-col p{
    padding: 0;
    margin: 30px auto;
    text-align: center;
    
}

.content-col .ctn{
    margin-left: 0px;

}
.OTHERS .ctn{
    font-size: medium;
}

.menu-btn{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    cursor: pointer;
    display: none;
    
}

.footer{
    width: 100%;
    min-height: 50px;
    padding: 20px 50px;
    margin: 0;
    background-color: #484872;
    text-align: center;
}

.footer p{
    color: whitesmoke;
    margin: 20px auto;
    padding: 20px auto;

}
.About h2{
    padding: 50px;
    text-align: center;
    
}

.About .line{
    margin-top: -40px;
    
}
.About .line{
    margin-top: -40px;
    
}



.About .p{
    padding: 0;
    margin: 10px;
}

/* mobile device */


@media only screen and (max-width:850px) {
       
    .menu-btn{
        display: block;
    }
    .navbar{
        padding: 0;
    }
    .logo{
        position: absolute;
        top: 30px;
        left: 30px;
        color:rgba(148, 147, 147, 0.704);
        padding-left: 0;
        font-size: 22px;
    }
    .nav-links{
        flex-direction: column;
        width: 100%;
        height: 100vh;
        justify-content: center;
        background: #484872;
        margin: -900px;
        transition: all o.5s ease;

    }
    .nav-links li{
        margin:  30px auto;

    }
    .mobile-menu{
        margin: 0px;
    }
    /* WEDDING */
    .row{
        flex-direction: column;
    }

    .row .col {
        margin: 20px auto;
    }
    .col img {
        max-width: 96%;
        
    }
    .OTHERS .col{
        width: 100%;
    }

    .image-gallery{
        justify-content: center;
        align-items: center;
    }

    .image-gallery img {
        width: 100%
    }
    .header-content h1{
        font-size: 5vmin;
        margin-top: 10px;
        margin-bottom: 30px;
    
    }

    .section {
        margin: 5px;
    }  
    .ctn {
        background: #fc036b;
       
        
    }

   

    

}

/* Animations */

img {
    transition: transform .4s ease;
}
img:hover {
    transform: scale(1.1);
}

.ctn:hover {
    background: rgb(173, 171, 171);
    color: #440252;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.338);
}
.a:hover {
    cursor: pointer;
}









