/*---------------- Random ------------------------*/
@font-face {
    font-family: Adieu;
    src: url(Adieu/Adieu-Regular.otf);
}

@font-face {
    font-family: MinionPro-Regular;
    src: url(Minion/MinionPro-Regular.otf);
}

@font-face {
    font-family: Bangla;
    src: url(Bangla/BanglaMN.ttf) format("truetype");
}

body {
    background-color: #cdb8ab;
}

/*--------------- End of Random ------------------*/
@media screen and (min-width: 900px) 
{  
  
    /*------------------------ NAVIGATION MENU -------------------------*/

    /* The side navigation menu */
    .sidenav {
        height: 100%; /* 100% Full-height */
        width: 0; /* 0 width - change this with JavaScript */
        position: fixed; /* Stay in place */
        z-index: 100; /* Stay on top */
        top: 0; /* Stay at the top */
        left: 0;
        background-color: #EDAD12; /* Black*/
        overflow-x: hidden; /* Disable horizontal scroll */
        padding-top: 60px; /* Place content 60px from the top */
        transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    }

    /* The navigation menu links */
   .sidenav a {
        padding-left: 50px;
        line-height: 120%;
        text-decoration: none;
        font-family: Bangla;
        font-size: 108px;
        color: black;
        display: block;
        transition: 0.3s;
    }

    /* When you mouse over the navigation links, change their color */
    .sidenav a:hover {
        color: #f1f1f1;
    }

    .sidenav .seperate{
        padding-top: 20px;
        position: absolute;
        text-align: left;
    }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        color: black;
        padding-top: 50px;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    .navbar-brand {
        color: black; 
        font-family: Adieu; 
        font-size: 35px;
    }

    .navbar_menu {
        color: black; 
        font-family: Adieu; 
        font-size: 35px;
        padding-left: 30px;
    }

    .menu_list {
        list-style-type: none;
        line-height: normal;
    } 

    /*---------------------END OF NAVIGATION MENU ------------------*/

    /*--------------------- FOOTER ---------------------*/

    .footer {
        bottom: 0;
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 40px;
        border-top: 1px solid black; 
        line-height: 20px; /* Vertically center the text there */    
    }

    .mobile_slide {
        display: none;
    }

    .part_one {
        padding-top: 25px;
    }

    .part_two {
        padding-top: 25px;
        text-align: right;
    }

    .nav_icons a{
        text-decoration: none;
        color: black;
    }

    /*---------------------END OF FOOTER --------------------*/

    label {
        font-family: MinionPro-Regular;
        font-size: 18px;
    }

    p{
        font-size: 18px;
    }

    .rest {
        font-family: MinionPro-Regular;
    }

    .header_text {
        font-family: Bangla;
    }



    /*------------------------ END OF NAVIGATION MENU ---------------------*/
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 120px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

/*------------------------------END OF STYLING FOR NAVBAR AND SIDENAV -------------------------------------*/

.form-control {
    background-color: #cdb8ab;
    border-color: #000;
}

.form-control:focus{
    background-color: #cdb8ab;
    border-color: #fff;  
    box-shadow: none; 
    -webkit-box-shadow: none;
}
/*----------------------- Large screen input ------------------------*/

/*--------------------- End of Large Screen Input --------------------*/
/*-------------------------Mobile Form Input --------------------------*/

@media screen and (min-width: 1500px) and (max-width: 2200px)
{

    .name_input {
        padding-left: 100px; 
        padding-right: 50px; 
        width: 250px;
    }

    .message_input {
        padding-left: 50px; 
        padding-right: 70px; 
        width: 250px; 
    }
    
}

/*--------------------- End of mobile form input -----------------------*/

@media screen and (min-width: 200px) and (max-width: 900px)
{
    /* The side navigation menu */
    .sidenav {
        height: 100%; /* 100% Full-height */
        width: 0; /* 0 width - change this with JavaScript */
        position: fixed; /* Stay in place */
        z-index: 100; /* Stay on top */
        top: 0; /* Stay at the top */
        left: 0;
        background-color: #EDAD12; /* Black*/
        overflow-x: hidden; /* Disable horizontal scroll */
        padding-top: 60px; /* Place content 60px from the top */
        transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    }

    /* The navigation menu links */
    .sidenav a {
        padding-left: 10px;
        line-height: 120%;
        text-decoration: none;
        font-family: Bangla;
        font-size: 47px;
        color: black;
        display: block;
        transition: 0.3s;
    }

    /* When you mouse over the navigation links, change their color */
    .sidenav a:hover {
        color: #f1f1f1;
    }

    .sidenav .seperate{
        position: absolute;
        text-align: left;
    }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        color: black;
        padding-top: 50px;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    .navbar-brand {
        color: black; 
        font-family: Adieu; 
        font-size: 24px;
    }

    .navbar_menu {
        color: black; 
        font-family: Adieu; 
        font-size: 25px;
        padding-left: 10px;
    }

    .menu_list {
        list-style-type: none;
        line-height: normal;
    }

    .desktop_slide {
        display: none;
    }

    .desktop_slider {
        display: none;
    }

    .footer {
        bottom: 0;
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 40px;
        border-top: 1px solid black; 
        line-height: 20px; /* Vertically center the text there */    
    }

    .footer_text {
        display: none;
    }

    .col_three {
        display: none;
    }

    .footer {
        text-align: center;
    }

    .part_one {
        padding-top: 25px;
    }

    .part_two {
        padding-top: 20px;
    }

    .desktop_slide {
        display: none;
    }

    label {
        font-family: MinionPro-Regular;
    }

    .rest {
        padding-top: 20px;
        text-align: center;
        font-family: MinionPro-Regular;
    }


    .header_text {
        font-family: Bangla;
    }
}
