*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@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{
    overflow-x: hidden;
    background-color: #CFCECB;
}

img {
  opacity: 1;
  -moz-transition: opacity 2s;
  -webkit-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s;
}

img[data-src]{
  opacity: 0;
}

@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: #DA743A; /* 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 ---------------------*/
    .mobile_slide {
      display: none;
    }

    .banner_container {
      padding-left: 0;
      padding-right: 0;
    }

    .brand_container {
      padding-top: 40px;
    }

    .header_font {
      font-family: Bangla;
      font-size: 50px;
    }

    .para_font {
      font-family: MinionPro-Regular;
      font-size: 30px;
    }

    .nav_text {
      font-family: Bangla;
      font-size: 20px;
    }

    .nav_largetext {
      font-family: Bangla;
      font-weight: bold;
      font-size: 25px;
    }

    .navbar-brand {
      color: black; 
      font-family: Adieu; 
      font-size: 35px;
    }

    .ptop {
      padding-top: 40px;
    }

    .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 */
    }

    .part_one {
      padding-top: 25px;
    }

    .part_two {
      padding-top: 25px;
      text-align: right;
    }

    .nav_icons a{
      text-decoration: none;
      color: black;
    }
}

@media screen and (min-width: 200px) and (max-width: 900px)
{
  /*-----------------------Navigation Menu----------------------------*/

  body {
      overflow-x: hidden;
  }

  /* 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;
  }

  /*--------------------------End of Navigation Menu--------------------------*/

  /*----------------------------  Section Style -----------------------------*/

  .banner_container {
        padding: 0;
        margin: 0;
        overflow: hidden;  
  }

    .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;
    }

    .desktop_slide {
        display: none;
    }

    .header_font {
      font-family: Bangla;
      font-size: 30px;
    }

    .para_font {
      font-family: MinionPro-Regular;
      font-size: 18px;
    }

    .part_one {
      padding-top: 25px;
    }

    .part_two {
      padding-top: 20px;
    }

    /*-------------------- End of Section Style -----------------------*/
}
