html, body {
    height: 100%;
    
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 0;
  
}

body{
  overflow-x: hidden;
}

*{
    box-sizing: border-box;
}
/*************** NAV BAR AND PHOTU STARTS ************************/
.header1{
  background:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.5)), url(./images/demo/dtu\ background.jpg) ;
  background-size: cover; 
  width: 100%;
  height: auto;
  
  position: relative;
}

header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 100px;
  transform: 0.5s ease;
  background: linear-gradient(0deg, transparent 0, rgba(0, 0, 0, 0.3) 60%);
  transition: all 0.6s ease-in;
}

.fixed{
  position: fixed;
  padding: 10px 30px;
  background-color: black;
}

/* header{
  width: 100%;
  height: 50px;
  background: #F8F8F8;
  display: flex;
  justify-content: space-around;
  align-items: center;
} */
.Logo {
  color: #fff;
  font-size: 1.5em;
}

/* ***NABAR*** */

.nav {
  display: flex;
  align-items: center;
}
.nav ol {
  display: flex;
  list-style: none;
}
.nav ol li {
  margin: 1em;
}
.nav ol li a {
  text-decoration: none;
  padding: 0.2em 1.2em 0.9em 1.2em;
  border-radius: 10px 10px 0 0;
  color: #fff;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.nav ol li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 41px;
  border-radius: 10px 10px 0 0;
  background: #853333;
  transform-origin: bottom;
  background: radial-gradient(
    circle farthest-corner at 10% 20%,
    rgba(255, 209, 67, 1) 0%,
    rgba(255, 145, 83, 1) 90%
  );
  transform: scaleY(0.05);
  z-index: -1;
  transition: all 0.4s;
}
.nav ol li a:hover::before {
  transform: scaleY(1.1);
}
.nav ol li a:hover {
  color: rgb(235, 14, 14);
}

.menu-btn {
  background: url(https://i.ibb.co/HrfVRcx/menu.png) no-repeat;
  background-size: 30px;
  background-position: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s ease;
  display: none;
}
.menu-btn.transform {
  background: url(https://cdn-icons-png.flaticon.com/512/1828/1828778.png)
    no-repeat;
  background-size: 25px;
  background-position: center;
  transition: 0.3s ease;
  cursor: pointer;
  transform: translateY(-15px);
}
.nav.transform {
  transform: translateY(0%);
  padding: 15px;
}

@media (max-width: 1200px) {
  /* header {
    justify-content: space-between;
    padding: 50px 3.5em;
  } */
  /* .showcase header {
    padding: 40 px;
  } */
  .menu-btn {
    display: block;
    z-index: 1000;
  }
  header {
    justify-content: space-between;
    padding: 40px 3.5em;
  }
  .nav {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    background: #f8f8f8;
    transform: translateY(-110%);
    transition: all 0.4s;
  }
  .nav ol li a {
    color: rgb(39, 39, 39);
  }
}
.badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Logo {
  color: #fff;
  font-size: 1.5em;
}
.logo_icon {
  height: 70px;
  width: 70px;
  margin-right: 15px;
}
@media (max-width: 700px) {
  .nav ol {
    flex-direction: column;
    text-align: center;
  }
  .nav ol li a {
    color: rgb(39, 39, 39);
  }
  .menu-btn {
    z-index: 1000;
  }
}

/* .nav-container {
    height: 58px;
    width: 100%;
    position: fixed;
    z-index: 100;
    color:black;
    letter-spacing: 0.025em;
    transition: background-color 0.2s linear;

}
.nav-container.solid-nav {
    color: white;
    background-color: rgb(108, 110, 105);
    transition: background-color 0.2s linear;
}
.mtxt{
    padding-bottom: 10px;
    font-weight: bolder;
}
.nav-container .nav-row {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 18px;
    padding-bottom: 18px;
}
.nav-container .nav-row .nav-logo {
    display: inline-block;
    font-weight: 900;
}

.logo img{
    max-width: 50px;
    height: 40px;
}
.logo
{
    position: absolute;    
}
.nav-container .nav-row .nav-controls {
    float: right;
    /* padding-bottom: 500px; 
}
.nav-container .nav-row .nav-controls a {
    padding-left: 20px;

}
.nav-controls a {
    display: inline-block;
    list-style: none;
    text-decoration: none;
    color: white;
    transition: opacity .125s linear;
}
a:hover {
    opacity: 0.5;
    cursor: pointer;
    transition: opacity .125s linear;
}
a:visited {
    color: inherit;
    text-decoration: none;
}

.first-container {
     background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.4)),url(./images/demo/dtu\ background.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* opacity: 0.8; 
    width: 100%;
    position: relative;
    /* background: rgba(0,0 ,0, 0.7,) url('images/demo/dtu\ background.jpg'); 
    background-size: cover;
    background-blend-mode: darken;
    height: 70%;
    background: rgba(0,0 ,0, 0.7,);
}
.mid h1{
    font-family: 'Architects Daughter', cursive;
    font-weight: 1000;
    font-size: 60px;
    /* color: black; */
    /* font-size: 50px; 
    text-transform: uppercase;
    /* margin: 0; 
    position: absolute;
    color: black;
    font-size: 05vw;
    top: 40%;
    left: 50%;
    margin-bottom: 30px;
   /* // font-size: 2rem; 
    transform: translate(-50%, -50%);
  } */

/* .container {
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 25px;
    padding-right: 25px;
} */
/*************** NAV BAR AND PHOTU ENDS ************************/

/*************** TITILE STARTS ************************/

.titlemow{
    text-align: center;
    margin: 0 auto 80px;
    position: relative;
    line-height: 60px;
    color: #555;
    padding-bottom: 25px;
}

.titlenow{
  
    text-align: center;
    margin: 0 auto 50px;
    position: relative;
    line-height: 60px;
    color: #555;
    padding-bottom: 25px;
}
.titlenow::after {
    content: '';
    background: #ff523b;
    width: 70%;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.titlemow::after {
    content: '';
    background: #ff523b;
    width: 250px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/*************** TITILE ENDS ************************/
.container{
  padding-top: 30px;
}
.ripple-wave {

  display: none !important;
}


.card-title{
  font-family: 'Changa', sans-serif;
  font-weight: 600;
}

.card-text{
  font-family: 'Abhaya Libre', serif;
}

/*************** EVENT NAME DIV STARTS ************************/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);
figure.photo {
  /* font-family: 'Shrikhand', cursive; */
    position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 410px;
  max-height: 400px;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.photo * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

figure.photo img {
  max-width: 100%;
  position: relative;
  opacity: 0.4;
  display: block;
}

figure.photo figcaption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

figure.photo h2 {
  position: absolute;
  left: 40px;
  right: 40px;
  display: inline-block;
  background: #000000;
  -webkit-transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  padding: 12px 5px;
  margin: 0;
  top: 50%;
  text-transform: uppercase;
  font-weight: 400;
}

figure.photo h2 span {
  font-weight: 800;
}

figure.photo:before {
  height: 300px;
  width: 130%;
  top: 0;
  left: 0;
  content: '';
  background: #ffffff;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(110deg) translateY(-50%);
  transform: rotate(110deg) translateY(-50%);
}

figure.photo a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

/* figure.photo.blue {
  background: #123851;
}

figure.photo.blue h2 {
  background: #0a212f;
}

figure.photo.red {
  background: #581a14;
}

figure.photo.red h2 {
  background: #36100c;
}

figure.photo.yellow {
  background: #7f5006;
}

figure.photo.yellow h2 {
  background: #583804;
} */

figure.photo:hover img,
figure.photo.hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.photo:hover h2,
figure.photo.hover h2 {
  -webkit-transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
  transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
}

figure.photo:hover:before,
figure.photo.hover:before {
  -webkit-transform: rotate(110deg) translateY(-150%);
  transform: rotate(110deg) translateY(-150%);
}




.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

/*************** EVENT NAME DIV ENDS ************************/

.wrapper{
  padding-top: 30px;
  padding-bottom: 40px;
    display: flex;
    justify-content: center;
    
    flex-wrap: wrap;
}
.cards{
   max-width: 300px;
    min-height: 200px;
    background: #fff;
    padding: 2rem;
    box-sizing: border-box;
    color: #FFF;
    margin:20px;
    box-shadow: 0px 2px 18px -4px rgba(0,0,0,0.75);
    display: flex;
    flex-direction: column;
    /* align-content:space-around; */
}
.card-content{
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
.fa{
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900 !important;
  font-size: large;
  color: #000;
}
.cards i{
  padding-left: 45%;
  font-size: 1.5rem;
}

.display-4 {
   font-size: 3rem !important;
   font-weight: 600;
   text-align: center;
   font-family: 'Abhaya Libre', serif;
   text-transform: uppercase;
   letter-spacing: 0.5px;
   line-height: 1.2;
   /* padding-bottom: 50px; */
   padding: 30px 30px 30px 30px;
   padding-bottom: 50px !important;
   color: grey !important;
}
.ch3{
  padding: 2rem 3rem 1.5rem 3rem !important;
}
h5{
   font-size: 18px;
   color: grey !important;
 text-align: center;
}


/*************** CAROUSEL WALI DIV STARTS ************************/

#containr10 {
  height:250px; 
  position:relative; 
  overflow:hidden;
}

.photobanner {
  position:absolute; 
  top:0px; 
  left:0px; 
  overflow:hidden; 
  white-space: nowrap;
  animation: bannermove 15s linear infinite;
}



@keyframes bannermove {
  0% {
      transform: translate(0, 0);
  }
  100% {
      transform: translate(-40%, 0);
  }
}
/*************** CAROUSEL WALI DIV ENDS************************/


/*************** PARTICIPANTS WALI DIV STARTS *****************/
.row10 {
    /* max-width: 1200px;  */
     margin: 0 auto;
}

.pt-5{
    padding-top: 0 !important;
}

.pb-5{
    padding-bottom: 0 !important;
}

/*************** PARTICIPANTS WALI DIV ENDs *****************/

/*************** SECTION ABOVE FOOTER STARTS ************************/

/* #above-footer{
    display: flex;
    flex-wrap: wrap;
    margin-left: 50px ;
    margin-right: 50px;
    justify-content: center;
    /* padding-left: 310px; */
    /* width: 150%; 
    box-sizing: border-box;
    background-color: #fff;
    padding-bottom: 80px;
}
.counter-block {
    margin: 80px 20px 30px 50px;
    border-radius: 10px;
    box-shadow: rgb(16 66 97 / 15%) 0px 8px 20px 0px;
    color: black;
    display: inline-grid;
}
.text-center {
    text-align: center!important;
}
.py-5 {
    padding: 3rem 2rem 3rem 2rem !important;
    width: 300px;
}

.bg-white {
    background-color: #fff!important;
}
.fa{
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
}
.display-4 {
    font-size: 3rem !important;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
    padding: 30px 30px 30px 30px;
    color: grey !important;
}
h5{
    font-size: 18px;
    color: grey !important;
}
section{
    display: block;

} */

/* *********** GALLERY STARTS **************** */
.column4 {
    float: left;
    width: 20%;
  }
  .row4{
      max-height: 60px;
  }
  .column4 img{
      height: auto;
      max-width: fit-content;
  }
  
  /* Clearfix (clear floats) */
  .row4::after {
    content: "";
    clear: both;
    display: table;
  }
/* *********** GALLERY END **************** */


/*************** SECTION ABOVE FOOTER ENDS ************************/





/* ############################ FOOTER STARTS ############################# */
#footer {
  background-color: #0abcf9;
  background-image: radial-gradient(
    circle farthest-corner at 10% 20%,
    rgba(255, 209, 67, 1) 0%,
    rgba(255, 145, 83, 1) 90%
  );
  color: white;
  padding-bottom: 20px;
}

.footer_content {
  padding-top: 120px;
  padding-right: 90px;
  padding-left: 90px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer_links ul li {
  list-style: none;
}
.footer_links a {
  text-decoration: none;
  color: #f8f8f8;
}
.footer_linkList {
  display: flex;
  margin-top: 15px;
}

.footer_linkList li {
  margin-right: 10px;
}
.footer_social_ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.footer_social_ul li {
  list-style: none;
  font-size: 30px;
  color: white;
}
.footer_social_ul i {
  color: white;
  transition: all 0.5s;
}
.footer_social_ul i:hover {
  transform: scale(1.3);
  color: #0abcf9;
}

.footer_header {
  position: absolute;
  width: 80%;
  height: 100px;
  border-radius: 3px;
  background-image: radial-gradient(
    circle farthest-corner at 10% 20%,
    rgba(97, 186, 255, 1) 0%,
    rgba(166, 239, 253, 1) 90.1%
  );
  position: absolute;
  left: 10%;
  /* top: 50%; */
  transition: all 0.5s;
  transform: scale(0.97, 0.97) translateY(-50px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 40px;
}
.footer_header h1 {
  font-size: 30px;
}
.footer_header a {
  text-decoration: none;
  background: radial-gradient(
    circle farthest-corner at 10% 20%,
    rgba(255, 209, 67, 1) 0%,
    rgba(255, 145, 83, 1) 90%
  );
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  color: white;
  font-size: 20px;

  transition: all 250ms;
}
.footer_header a:hover {
  transform: scale(0.8);
}
.footer_header:hover {
  transform: translateY(-48px) scale(1, 1);
}

.sub-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 60px;
}
.rights span {
  font-weight: bold;
}
.credits span {
  color: burlywood;
}
@media (max-width: 898px) {
.footer_content {
    flex-direction: column;
    padding: 80px 0px 10px 30px;
  }
  .footer_links {
    margin-top: 10px;
  }
  .footer_links h1 {
    font-size: 20px;
  }
  .footer_social {
    margin-top: 10px;
  }
  .footer_social h1 {
    font-size: 20px;
  }
  .footer_header {
    padding: 0px 20px;
    height: 80px;
  }
  .footer_header h1 {
    font-size: 20px;
  }
  .footer_header a {
    font-size: 10px;
    flex: 1;
    width: 20%;
    margin-left: 20px;
    padding: 5px 10px;
    text-align: center;
  }
  .footer_social_ul li a {
    margin-right: 20px;
  }
  .sub-footer {
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .footer_linkList {
    margin-top: 7px;
  }
}

/* ############################ FOOTER END ############################# */


html, body {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}
.section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
/*.nav {
  transition: all 0.5s ease;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  z-index: 100;
  position: absolute;
 /* bottom: 0;
  */
  /*left: 0;
  letter-spacing: 2px;
  line-height: 100px;
  -webkit-transition-property: background-color, box-shadow, line-height, height;
  transition-property: background-color, box-shadow, line-height, height;
  -webkit-transition-timing-function: cubic-bezier(0.78, 0.13, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.78, 0.13, 0.15, 0.86);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.nav .brand {
 /* padding: 15px 60px;
  */
 /* line-height: 30px;
  */
 /* line-height: 15vh;
  padding-left: 60px;
  padding-right: 60px;
  
  float: left;
  font-size: 20px;
  font-family: 'Pacifico', cursive;
  -webkit-transition-property: background-color, box-shadow, line-height, height;
  transition-property: background-color, box-shadow, line-height, height;
  -webkit-transition-timing-function: cubic-bezier(0.78, 0.13, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.78, 0.13, 0.15, 0.86);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
 /* padding-right: 60px;
  */
/* } */
/*.nav .brand a {
  color: #e33b00;
  text-decoration: none;
}
.nav ul {
  margin: 0;
  text-transform: uppercase;
}
.nav ul li {
  text-align: center;
  display: inline-block;
  list-style: none;
  padding: 15px 15px;
  cursor: pointer;
  line-height: 30px;
}
.nav ul li:hover a {
  font-weight: bold;
}
.nav ul li a {
  color:rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.sticky {
  position: fixed !important;
  top: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
 /* box-shadow: 0 4px 5px -2px rgba(0,0,0,0.22), 0 2px 1px -1px rgba(0,0,0,0.05);
  */
  /* background-color: #fff;
  line-height: 30px;
} */
/*.sticky .brand {
  line-height: 12vh;
}
.sticky ul li a {
  color: #6e7982;
}
.sticky ul li:hover a {
  color: #e33b00;
}
.pattern-overlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0;
}
.menu {
  display: none;
}
@media (max-width: 600px) {
 .collapse nav{
    -webkit-transform:translateY(-100%);
    -ms-transform:translateY(-100%);
    transform:translateY(-100%);
 }

  .sticky .menu {
    top: 0;
 }
  .sticky .menu .hamburger {
    background: #6e7982;
 }
  .sticky .menu .hamburger::before, .sticky .menu .hamburger::after {
    background: #6e7982;
 }
  .open.sticky .hamburger {
    background: transparent;
 }
  .open .hamburger {
    background-color: transparent;
 }
  .open .hamburger::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
 }
  .open .hamburger::after {
    -webkit-transform: rotate(-45deg) translate(2px, -2px);
    -ms-transform: rotate(-45deg) translate(2px, -2px);
    transform: rotate(-45deg) translate(2px, -2px);
 }
  .menu {
    display: block;
    outline: none;
    position: relative;
    line-height: 60px;
    float: left;
    left: 7px;
    top: 7px;
    width: 60px;
    height: 60px;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    opacity: 0.7;
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms;
 }
  .menu:hover {
    opacity: 1;
 }
  .hamburger, .hamburger::after, .hamburger::before {
    margin: 0 auto;
    display: block;
    width: 24px;
    height: 3px;
    line-height: 0;
    -webkit-transition: all 150ms;
    transition: all 150ms;
 }
  .hamburger::before {
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
 }
  .hamburger::after {
    content: '';
    -webkit-transform: rotate(-45deg) translate(2px, -2px);
    -ms-transform: rotate(-45deg) translate(2px, -2px);
    transform: rotate(-45deg) translate(2px, -2px);
    background: #fff;
 }
  .hamburger {
    background: #fff;
 }
  .hamburger::after {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
 }
  .hamburger::before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
 }
  .navbar {
    -webkit-transition: -webkit-transform 150ms;
    transition: transform 150ms;
    padding-top: 0px !important;
    float: right;
    
 }
  ul.navbar {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
   transform: translateY(-200%);
    padding-left: 0;
 }
  ul.navbar li {
    line-height: calc((100vh - 60px) / 6);
    display: block;
 }
  .open .navbar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
 }
  .nav .brand {
    display: block;
    text-align: center;
    float: none;
 }
  .sticky .brand {
    background-color: white;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
 }
  #nav {
    height: 100px;
 }
  #nav.open {
    height: auto;
    min-height: 100%;
 }
  #nav.sticky {
    height: 60px;
 }
  #nav .open.sticky {
    height: auto;
 }
}
.logo1{
  height: 2.5rem;
  width: 2.5rem;
}*/

.middle{
  align-items: center;
  font-family: 'Zen Antique Soft', serif;    padding-bottom: 20px;
  position: relative;

    font-weight: 500;
    color:#fff;
    font-size: 05vw ;
    /* text-transform: uppercase; */
   margin-left: 21%;
    margin-top: 25%;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -80%);
}  

/* MEDIA QUERY */

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  /* CSS */
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  /* CSS */
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  /* CSS */
  .btn btn-primary mb-3{
    display: none;
  }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/



/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  .navbtn{
    display: none;
  }

}

@media (min-width: 320px) and (max-width: 480px) {
  
  .navbtn{
    display: none;
  }
  
}

@media (min-width: 320px) and (max-width: 600px) {
  .header1{
    background:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.4)), url(./images/demo/IMG-20210929-WA0052.jpg) ;
    background-size: cover;
    width: 100%;
    height: 65vh;
    position: relative;

  }

  .middle{
    text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  margin-left: 0%;
  font-size: 50px;
  }

  .titlenow{
  
    text-align: center;
    margin: 0 auto 50px;
    position: relative;
    line-height: 60px;
    color: #555;
    padding-bottom: 25px;
    font-size:29px;
    font-weight: bold;
}

.titlemow{
  
  text-align: center;
  margin: 0 auto 50px;
  position: relative;
  line-height: 60px;
  color: #555;
  padding-bottom: 25px;
  /* font-size:29px; */
  font-weight: bold;
}

.title{
  padding-top: 30px;
}
}


