*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Times New Roman', Times, serif;
}
/* .header{
    background: radial-gradient(#fff,#ffd6d6);
} */
.dropbtn_fashion {
    background: radial-gradient(#fff,#ffd6d6);/*radial-gradient(#fff,#ffd6d6);*/
    color: rgb(17, 1, 1);
    padding: 16px;
    font-size: 20px;
    border: none;
  }
  
.navbar{
    display: flex;
    align-items:center;
    padding-left: 10px;
}
nav{
    flex: 1;
    text-align: left;
}
nav ul{
    display: inline-block;
    list-style-type: none;
    color: blueviolet;
}
nav ul li{
       display: inline-block;
       margin-right: 16px;
}
a{
    text-decoration: none;
    color: #555;
}
p{
    color: #555;
}
.row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;

}
.col-2{
    margin-top: -40px;
    flex-basis: 50%;
    min-width: 300px;
}
.col-2 img{
    max-width: 150%;
    padding: 60px 0;
}
.col-2 h1{
    font-size: 50px;
    line-height: 60px;
    margin: 25px 0;
}
.home_back{
  width:480px;
  margin-left: 75px;
}
.btn{
    display: inline-block;
    background: #ff523b;
    color: #fff;
    padding: 8px 30px;
    margin: 30px 0;
    border-radius: 30px;
transition: background 0.5s;
}
.btn:hover{
    background: blue;
}
.welcome_text{
  font-family: Papyrus, 'fantasy';
  color: rgb(168 115 43);
}
/* .header{
background: radial-gradient(#fff,#ffd6d6);
} */
.hearder .row{
    margin-top: 70px;
}


/*  */
/* .option_social{
  border: 0px;
    background-color:#ffe5e5;
    width: 100px;
    height: 19px;
    font-size: 15px;

} */
.dropbtn {
  background-color: #ffe5e5;
  color: black;
  /* padding: 16px; */
  padding-left: 33px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  color: #dfeaf1;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffe5e5;
  min-width: 160px;
  overflow: auto;
  /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
  z-index: 1;
  padding-left: 5px;
}

.dropdown-content_a {
  color: black;
  padding-top: 5px;
  text-decoration: none;
  display: block;
}
/* 
.dropdown a:hover {background-color: #ddd;} */

.show {display: block;}

/*----Events---*/
.even_text{
  font-size: 45px !important;
  font-family: 'Brush Script MT', cursive;
  /* color: rgb(255, 255, 255) !important; */
  color: #000 !important;
  background: radial-gradient(#f180c0, #9bd2b2);
}
.small-container{
    max-width: 1780px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 20px;
display: none;
}

.col-4{
    flex-basis: 22%;
    padding: 4px;
    min-width: 200px;
    margin-bottom: 50px;
}
.col-4 img{
    width: 100%;
}

/* image slider */
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  /* max-width: 1325px; */
  position: relative;
  /* margin: auto; */
  margin-top: 10px;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
  
}
.Slider_img{
  width: 100%;
  height: 400px;
}
@keyframes fade {
  from { opacity: .4} 
  to { opacity: 1}
}



/*--------footer------*/
.footer{
    background: #000;
    color: #8a8a8a;
    font-size: 14px;
    padding: 60px 0 20px;

}
.footer p{
    color: #fff;
}
.footer h3{
    color: #fff;
    margin-bottom: 20px;
}
.footer-col-1 , .footer-col-2, .footer-col-3, .footer-col-4{
min-width: 250px;
margin-bottom: 20px;
}
.footer-col-1{
    flex-basis: 20%;
    padding-left: 10px;

}
.footer-col-2{
    flex: 1;
    text-align: left;
}
.footer-col-2 img{
    width: 125px;
    margin-bottom: 20px;   
}
.footer-col-3, .footer-col-4{
flex-basis: 12%;
text-align:center ;

}
ul{
    list-style: none;
}
.footer hr{
    border: none;
    background: #b5b5b5;
    height: 1px;
    margin: 20px;
}
.copyright{
    text-align: center;
    font-size: 12px;
}



/*  sidepanel    */


/* .sidepanel  {
    width: 0;
    position: fixed;
    z-index: 1;
    height: 250px;
    top: 80px;
    right: 0;
    background-color: #098cf8;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  } */
  .sidepanel  {
    width: 0;
    position: absolute;
    z-index: 1;
    height: 325px;
    top: 0px;
    right: 0px;
    transition: all 0.5s ease 0s;
    padding-top: 60px;
    background-color: #fde2e2;
    overflow-x: hidden;
    text-align: left !important;
  }
  
  /* .sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  } */
  .sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: black;
    display: block;
    transition: 0.3s;
  }
  
  .sidepanel a:hover {
    color: #f1f1f1;
  }
  
  .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
  }
  
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background: radial-gradient(#fff,#ffd6d6);
    color: black;
    padding: 10px 15px;
    border: none;
  }
  
  .openbtn:hover {
    background-color:#444;
  }
  .card_evnt {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #d5bebe;
    background-clip: border-box;
    border: 3px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    box-shadow: 10px 10px 10px 10px #02080a36;
}



@media (max-width: 353px) {
 .copyright{
  font-size: 5px !important;
 }
 
 } 
 @media (max-width: 1024px) {
  .home_back{
    margin-left: 0px;
  }
 }
 @media screen and (min-device-width: 1259px) and (max-device-width: 1440px) { 
  
  .home_back{
    width:480px;
    margin-left: 140px;
  }
  
 } 

 @media screen and (min-device-width: 1441px) and (max-device-width: 1500px) { 
  
  .home_back{
    width:480px;
    margin-left: 178px;
  }
  
 } 
 @media screen and (min-device-width: 1501px) and (max-device-width: 1650px) { 
  
  .home_back{
    width:480px;
    margin-left: 260px;
  }
  
 } 
