* {
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}
body {
    font-family: "Mukta", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.header {
    min-height: 100vh;
    width: 100%;
    background-image: url(images/flag.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.logo img {
    height: 70px;
}
nav {
    display: flex;
    padding: 2% 3%;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
}
.nav-links ul {
    display: flex;
    flex-direction: row;
}
.nav-links ul li {
    list-style: none;
    display: block;
    padding: 16px;
    position: relative;
}
.nav-links ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}
.nav-links ul li a:hover {
    color: lightgreen;
}
.text-box {
    width: 90%;
    position: absolute;
    margin-left: 5%;
    justify-content: center;
    top: 25%;   
    text-align: center;
}
.text-box p {
    font-size: 50px;
    font-weight: 700;
    color: white;
}

/*----- nepali -----*/

.nepali {    
    width: 100%;
    background-color: #F0F8FF;
}
.nepali-heading {
    padding-top: 5%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.nepali-people {    
    width: 95vw;
    margin: auto;
}
.nepali-people img {
    width: 100%;
    border-radius: 20px;
}
.nepali-heading h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 8px;
}
.we {
    color: #003893;
    padding-right: 16px;
}
.are {
    color: #DC143C;
    padding-right: 16px;
}
.nepaliText {
    color: white;
    background-color: #003893;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 20px;
}

/*----- looking -----*/

.looking {
    background-color: #EDEADE;
    display: flex;
    flex-direction: row;
}
.looking_text {
    width: 50vw;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
}
.looking_text_top {
    margin-top: 25%;
}
.looking_text_bottom {
    margin-top: 15%;
    color: #003893;
}
.looking_text h1 {
    font-size: 2.18rem;
}
.looking_img {
    width: 50vw
}
.looking_img img {
    width: 100%;
    border-radius: 20%;
}

@media(max-width: 900px) {
    .looking_text h1 {
        font-size: 1.56rem;
    }
}
@media(max-width: 650px) {
    .looking_text h1 {
        font-size: 1.25rem;
    }
}
@media(max-width: 470px) {
    .looking {
        flex-direction: column;
        align-items: center;
    }
    .looking_text {
        width: 75vw;
    }
    .looking_img {
        width: 75vw
    }
    .looking_text_top {
        margin-top: 15%;
    }
}
@media(max-width: 380px) { 
    .looking_img {
        width: 80vw
    }
    .looking_text h1 {
        font-size: 1rem;
    }
}

/*----- photos -----*/

.photos {  
    padding-top: 100px;
    background-color: #F0F8FF;
}
.row {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.photos-col {
    flex-basis: 31%;
    border-radius: 20px;
    margin-bottom: 5%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;   
}
.photos-col img {
    width: 100%;
    border-radius: 20px;
    cursor: pointer;
}
.photos-col h3 {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media(max-width: 880px) {
    .row {
        width: 95%;
        margin: auto;             
    }
    .photos-col img {
        display: block;
        margin-left: auto;
        margin-right: auto;       
    }
    .photos-col h3 {
        font-size: 14px;
    }
}
@media(max-width: 525px) {
    .photos {
        padding-top: 12%;
    }
    .row {
        width: 75%;
        flex-direction: column;
    }
    .photos-col h3 {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 16px;
    }
}

/*----- friend -----*/

.friend {
    width: 100%;
    background-color: #F0F8FF;
    text-align: center;
    padding-bottom: 2.5%;
}
.friend h1 {
    padding-top: 5%;
    font-size: 55px;
    padding-bottom: 2%;
}
.friend hr {
    width: 80px;
    margin: auto;
    height: 9px;
    background-color: #003893;
    border: 1px solid #003893;
    display: block;
}
.connect h3 {
    font-weight: 400;
    padding-top: 3%;
    padding-bottom: 1%;
}
.icons {
    display: flex;
    justify-content: center;
}
.icons img {
    height: 30px;
}
.icons-fb img {
    height: 23px;
}
.icons-fb {
    padding-top: 2px;
    padding-left: 16px;
}
@media(max-width: 767px) {
    .friend h1 {
        font-size: 30px;        
    }
    .connect h3 {
        font-size: 16px;
    }
}
@media(max-width: 525px) {
    .friend h1 {
        padding-bottom: 7%;
    }
    .icons {
        padding-top: 8%;
    }
    .connect h3 {
        display: none;
    }
    .icons img {
        height: 23px;
    }
    .icons-fb img {
        height: 17px;
    }
}

/*----- contact -----*/

.cta {
    background-color: #F0F8FF;
}
.info-block {
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
}
.info-block h1 {
    font-size: 25px;
    padding-bottom: 10px;
}
.button button {
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 1px solid white;
    border-radius: 30px;
    padding: 10px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 13px;
    background: green;
    position: relative;
    cursor: pointer;
}
.button button:hover{
    border: 1px solid #1DB954;
    background: #1DB954;
    transition: 0.2s;
}
 .input-box input, .input-box textarea{  
    width: 250px;
    border: 1px solid grey;
    border-radius: 6px;    
    padding-left: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-family: "Mukta", sans-serif;
    font-size: 15px;
}
.input-box input::placeholder,
.input-box textarea::placeholder {
    color: grey;
}
.input-box {
    padding-bottom: 10px;
}
.message-box{
    min-height: 110px;
}

@media(max-width: 767px) {
    .info-block {
        padding-top: 10%;
    }
    .info-block h1 {
        font-size: 20px;
    }
}

/*----- footer -----*/
.footer {
    width: 100%;
    text-align: center;
    background: #F0F8FF;
    padding: 8px 0;
}
.footer p {
    font-weight: 300;
    font-size: 12px;
}

/*----- thanks page -----*/

.thankYou {
    min-height: 100vh;
    width: 100%;
    background-image: url(images/tu.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
