
body{
    font-family: Arial, Helvetica, sans-serif;
}
a{
    color: #4f5053;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
  }
.banner-area{
    background-image:url("../images/back-school-witch-school-supplies.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    color: white;
   
}

.item{
    padding: 150px 0 0;
    position: absolute;
    width: 100%;
   
}
.banner-area .thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
.btn-container{
position: static;
max-width: 1200px;
padding: 0px 15px;
margin: 0 auto;
}
.btn-group{
    background: #fff;
   
    padding: 30px 40px;
    box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.1);
    margin-bottom: -60px;
    border-radius: 10px;
    z-index: 1;
    bottom: 29px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
.btn-rounded{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    border-radius: 10em;
    background: linear-gradient(40deg,#ff6ec4,#7873f5) !important;
color: white;
padding: .84rem 2.14rem;
}
.btn:hover, .btn:focus, .btn:active {
    color : white !important;
    outline: 0;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}

.site-name{
color: #000; 
width: 300px;
height: 50px;
background: #fff;
border-radius: 10px;
padding-top: 10px;
padding-left: 16px;
font-size: 18px;
box-shadow:0 0 15px rgba(0, 0, 0, 0.1);
transition: 0.25s;
margin: 20px;
}
.site-name:hover{
    cursor: pointer;
    transform: translateY(-0.25em);
}