*{
margin:0;
padding:0;
}
.container {
   max-width:1350px;
    height: auto;
    background-color: #afb5c1;
    }
.topheader{
    height: auto;
    width: 100%;
    background-color: cadetblue;
    border-radius: 8px;
    float: left;
    
}
.topheader span{
  float: right;
    margin-right: 15px;
}
.topheader h1{
    color: red;
    text-align: left;
}

.header {
    display: block;
    margin: 0 auto;
    width: 1330px;
    box-shadow: none;
   
   height: 330px;
    overflow: hidden;
    z-index: 10;
    border-radius: 10px;
   }
.header img{
    width:1310px;
}
.headbar{
    width: auto;
    color: #3066c6;
    font-family: cursive;
    font-size: 24PX;
    text-align: center;
    background-color: #0b5a5c;
    border-radius: 10PX;
}
.menu{
   background-color: cadetblue;
    border-radius: 8px;
    height: 40px;
    margin:0px auto;
    width:100%;
}
.menu ul{
  list-style: none;  
}
.menu ul li{
    text-align: center;
    float:left;
    line-height: 40px;
    font-size: 20px;
     position: relative;
    width: 210px;
}
.menu ul li a{
   color:#fff;
   display:block; 
}
.menu ul li a:hover{
background-color:  #FC466B;
}
.menu ul ul{
  background-color: cadetblue; 
   position: absolute;
 display: none;
 border-radius: 8px;
 list-style: none; 
}
.menu ul ul ul{
left:100%;
top:0px;
}
.menu ul li:hover > ul{
 display: block;
}
.menu ul .fa {
    margin-right:10px;
}
.midcontent {
    width: 1320px;
    height: auto;
     margin-left: 15px;
}
.bar{
    width:100%;
    color: #3066c6;
    font-family: cursive;
    font-size: 24PX;
    text-align: center;
    background-color: #0b5a5c;
    border-radius: 10PX;
    margin-left:-25px;
    margin-bottom: 5px; 
}


.row{
    width: 100%;
    background-color: cadetblue;
    height: 40px;
    float: left;
  
    border-radius: 10px;
    text-align: center;
    margin: 2px;
}
.row p{
   font-family:cursive;
    font-size: 24px;
    width: 300px;
    background-color: #8cca23;
    align-content: center;
     height: 40px;
    border-radius: 10px;
    margin-left: calc(35%)
}
div.gallery {
    margin: 8px;
    border: 1px solid #ccc;
    float: left;
    width: 280px;
    margin-left: 25px;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 200px;
    height: 180px;
}

div.desc {
    padding: 15px;
    text-align: center;
}

div.price {
    padding: 15px;
    text-align: left;
    margin-left: 10px;
}

div.price online {
    padding: 15px;
    text-align: left;
    margin-left: 10px;
    }
.button {
    background-color:mediumblue;
    border: none;
    color: white;
    padding: 2px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    float: left;
}
.button:hover{
    background-color: chartreuse;
}
.row1{
   width: 1330px;
    }
.col1{
  float: left;
  width: 32.40%;
    height: 280px;
     background: linear-gradient(180deg, #FC466B 0%, #3F5EFB 100%);
    margin-top:10px;
    margin-left: 10px;
      border-radius: 8px;
    font-family: sans-serif;
    font-size: 18px;
   }
.col1 p{
    margin-left: 30px;
    font-size: 24px;text-align: left; 
    }
.col1 h4{
    font-size: 24px;
    text-align: center;
    text-decoration: underline;
}
/* Clear floats after the columns */
.row1:after {
  content: "";
  display: table;
  clear: both;
    padding: 10px; 
}
.footer{
    background-color: darkcyan;
    height: 40px;
    width: 1320px;
    float: center;
    line-height: 40px;
    margin-left: 5px;
    text-align: center;
    border-radius: 10px;
    margin-top: -10px;
    }


.col{
  float: left;
  width:24.3%;
    height:250px;
     background: linear-gradient(180deg, green 0%, yellow 100%);
    margin-top:10px;
    margin-left: 8px;
    border-radius: 8px;
    text-align: center;
     font-size: 20px;
    font-family: cursive;
   }
.paginate{
            text-align: center;
            column-gap: 15px;
}
        .pagination{
            font-family: 'Ubuntu', sans-serif;
            display: inline-flex;
            position: relative;
        }
        .pagination li a.page-link{
           
            line-height: 35px;
            height:30px;
            width: 30px;
            padding: 0;
            margin: 0 10px;
            border: none;
            border-radius: 50% !important;
            overflow: hidden;
            position: relative;
            color: #fff;
            background-color: #6d2e46;
            font-size: 20px;
            font-weight: 600;
            z-index: 1;
            transition: all 0.3s ease 0s;
        }
        .pagination li a.page-link:hover,
        .pagination li a.page-link:focus,
        .pagination li.active a.page-link:hover,
        .pagination li.active a.page-link{
            color: #222;
            background: transparent;
            box-shadow: 0 0 10px #a26769;
        }
        .pagination li a.page-link:before{
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            z-index: -1;
            height: 100%;
            width: 100%;
            border: 5px solid #a26769;
            border-top-color: transparent;
            border-right-color: transparent;
            border-radius: 50%;
            opacity: 0;
            transform: rotate(155deg);
            transition: all 0.3s ease 0s;
        }
        .pagination li a.page-link:hover:before,
        .pagination li a.page-link:focus:before,
        .pagination li.active a.page-link:before{
            opacity: 1;
            transform: rotate(-15deg);
        }
        @media only screen and (max-width: 480px){
            .pagination{
                font-size: 0;
                border: none;
                display: inline-block;
            }
            .pagination li{
                display: inline-block;
                vertical-align: top;
                margin: 0 0 10px;
            }
        }

.col1{
  float: left;
  width: 32.40%;
    height: 280px;
     background: linear-gradient(180deg, #FC466B 0%, #3F5EFB 100%);
    margin-top:10px;
    margin-left: 10px;
    margin-right: -6px;
      border-radius: 8px;
    font-family: sans-serif;
    font-size: 18px;
   }
.col1 p{
    margin-left: 30px;
    font-size: 18px;
    line-height: 2.0;
    text-align: left;
    
}
.col1 h4{
    font-size: 24px;
    text-align: center;
    text-decoration: underline;
}
/* Clear floats after the columns */
.row1:after {
  content: "";
  display: table;
  clear: both;
    padding: 10px; 
}
.footer{
    background-color: darkcyan;
    height: 40px;
    width: 1330px;
    float: center;
    line-height: 40px;
    margin-left: -10px;
    text-align: center;
    border-radius: 10px;
    }
