/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/


*{
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: "Ubuntu",sans-serif;
  box-sizing: border-box;
}






.navbar{
  position: fixed;
  background-color: transparent;
  width: 100%;
  padding: 30px 0;
  top: 0;
  z-index: 800;
  transition: .3s linear;
}

.inner-width{
  max-width: 1300px;
  margin: auto;
  padding: 0 40px;
}

.navbar .inner-width{
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.menu-toggler{
  background: none;
  width: 30px;
  border: none;
  cursor: pointer;
  position: relative;
  outline: none;
  z-index: 999;
  display: none;
}

.menu-toggler span{
  display: block;
  height: 3px;
  background-color: #fff;
  margin: 6px 0;
  position: relative;
  transition: .3s linear;
}

.navbar-menu a{
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-left: 30px;
  transition: .2s linear;
}

.navbar-menu a:hover{
  color: #48dbfb !important;
}

.sticky{
  background-color: #fff;
  padding: 18px 0;
}

.sticky .logo{
  background-image: url(../../images/logofin.png);
}

.sticky .navbar-menu a{
  color: #111;
}

.sticky .menu-toggler span{
  background-color: #111;
}

/* Dropdown styles */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown .dropbtn {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-left: 30px;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  transition: .2s linear;
}

.dropdown:hover .dropbtn {
  color: #48dbfb !important;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #333;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #575757;
}

.dropdown:hover .dropdown-content {
  display: block;
}








.navbar{

  position: fixed;
  background-color: transparent;
  width: 100%;
  padding: 30px 0;
  top: 0;
  z-index: 800;
  transition: .3s linear;
}

.inner-width{
  max-width: 1300px;
  margin: auto;
  padding: 0 40px;
}

.navbar .inner-width{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo{
  width: 160px;
  height:50px;
  background-image: url(../../images/logofinwhite.png); 
  background-size: contain;

}
.logoo{
  width: 200px;
  height:35px;
  background-image: url(../../images/logofinpage.png);
  background-size: contain;
  background-repeat: no-repeat;

}

.menu-toggler{
  background: none;
  width: 30px;
  border: none;
  cursor: pointer;
  position: relative;
  outline: none;
  z-index: 999;
  display: none;
}

.menu-toggler span{
  display: block;
  height: 3px;
  background-color: #fff;
  margin: 6px 0;
  position: relative;
  transition: .3s linear;
}

.navbar-menu a{
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-left: 30px;
  transition: .2s linear;
}

.navbar-menu a:hover{
  color: #48dbfb !important;
}

.sticky{
  background-color: #fff;
  padding: 18px 0;
}

.sticky .logo{
  background-image: url(../../images/logofin.png);
}

.sticky .navbar-menu a{
  color: #111;
}

.sticky .menu-toggler span{
  background-color: #111;
}

#home{
  height: 40vh;
  min-height: 420px;
  background: url(../../images/ecran.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

#home .inner-width{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}

#home .content{
  width: 100%;
  color: #fff;
}

#home .content .h1{
  font-size: 40px;
  margin-bottom: 20px;
  color: white;
}

.sm a{
  color: #fff;
  font-size: 22px;
  margin: 0 10px;
  transition: .2s linear;
}

.sm a:hover{
  color: #48dbfb;
}
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
#home .buttons{
  margin-top: 5px;
}

#home .buttons a{
  display: inline-block;
  margin: 15px 30px;
  color: #48dbfb;
  font-size: 15px;
  font-weight: 500;
  width: 180px;
  border: 1px solid #48dbfb;
  padding: 14px 0;
  border-radius: 6px;
  transition: .2s linear;
}

#home .buttons a:hover,
#home .buttons a:nth-child(2)
{
  background-color: #48dbfb;
  color: #fff;
}

section{
  padding: 100px 0;
  background-color: #f1f1f1;
}
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
#about{
  padding: 100px 0;
  background-color: #f1f1f1;
  margin-top: 150px;
}
#aboutt{
  padding: 100px 0;
  background-color: #f1f1f1;
  margin-top: -220px;
}

.section-title{
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  font-size: 26px;
  padding-bottom: 20px;
  color: #111;
}

.section-title::before{
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background-color: #111;
  bottom: 0;
  left: calc(50% - 40px);
}

.section-title::after{
  content: "";
  position: absolute;
  width: 16px;
  height: 10px;
  background-color: #48dbfb;
  border: 4px solid #f1f1f1;
  left: calc(50% - 12px);
  bottom: -7px;
}

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

.about-pic{
  width: 200px;
  border-radius: 50%;
  margin-right: 100px;
}

.about-ppic{
  width: 400px;
  margin-right: 100px;
  float: left;
}

.about-text{
  flex: 1;
}

.about-text .h3{
  margin: 10px 0;
  color: #444;
  font-size: 16px;
}

.about-text .h3 span:nth-child(1):after,
.about-text .h3 span:nth-child(2):after{
  content: "";
  width: 6px;
  height: 6px;
  background-color: #444;
  display: inline-block;
  border-radius: 50%;
  margin: 0 14px;
}

.about-text p{
  font-size: 17px;
  text-align: justify;
  line-height: 26px;
  margin-top: 20px;
}

.skills{
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.skill{
  width: calc(50% - 20px);
  margin: 15px 0;
}

.skill-info{
  display: flex;
  justify-content: space-between;
}

.skill-bar{
  height: 3px;
  background-color: #ddd;
  margin-top: 14px;
  position: relative;
}

.skill-bar::after{
  content: "";
  position: absolute;
  height: 6px;
  background-color: #48dbfb;
  bottom: 0;
}

.html:after{
  width: 90%;
}

.css:after{
  width: 80%;
}

.js:after{
  width: 70%;
}

.php:after{
  width: 60%;
}

.mysql:after{
  width: 90%;
}

.cs:after{
  width: 80%;
}

section.dark{
  background-color: #353b48;
}

section.dark .section-title{
  color: #f1f1f1;
}

section.dark .section-title::before{
  background-color: #f1f1f1;
}

section.dark .section-title::after{
  border: 4px solid #353b48;
}

.services{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service{
  width: calc(33% - 20px);
  text-align: center;
  border: 1px solid #48dbfb;
  border-radius: 6px;
  margin: 20px 0;
  padding: 40px 20px;
  color: #fff;
  cursor: pointer;
  transition: .3s linear;
}

.service .icon{
  color: #48dbfb;
  font-size: 40px;
  margin-bottom: 20px;
  transition: .3s linear;
}

.service .h4{
  font-size: 16px;
  margin-bottom: 6px;
  color: white;
}

.service:hover{
  background-color: #48dbfb;
}

.service:hover .icon{
  color: #fff;
}

@media screen and (max-width: 980px){
  .menu-toggler{
    display: block;
  }

  .navbar-menu{
    position: fixed;
    height: 100vh;
    width: 100%;
    background-color: #000;
    top: 0;
    right: -100%;
    max-width: 400px;
    padding: 80px 50px;
    transition: .3s linear;
  }

  .navbar-menu a{
    display: block;
    font-size: 30px;
    margin: 30px 0;
  }

  .sticky .navbar-menu{
    background-color: #f1f1f1;
  }
  
  .navbar-menu.active{
    right: 0;
  }

  .menu-toggler.active span:nth-child(1){
    transform: rotate(-45deg);
    top: 4px;
  }

  .menu-toggler.active span:nth-child(2){
    opacity: 0;
  }

  .menu-toggler.active span:nth-child(3){
    transform: rotate(45deg);
    bottom: 14px;
  }

  .inner-width{
    max-width: 800px;
  }

  .about-pic{
    margin: 0 auto 60px;
  }
  .about-ppic{
    margin: 0 auto 60px;
  }
  .about-text{
    flex: 100%;
    text-align: center;
  }

  .service{
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 600px){
  .inner-width{
    padding: 0 20px;
  }

  .skill{
    width: 100%;
  }

  .service{
    width: 100%;
  }
}
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
footer{
  color: #d9d9d9;
  bottom: 0px;
  width: 100%;
  background: #111;
}
.main-content{
  display: flex;
}
.main-content .box{
  flex-basis: 50%;
  padding: 10px 20px;
}
.box .h2{
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
}
.box .content{
  margin: 20px 0 0 0;
  position: relative;
}
.box .content:before{
  position: absolute;
  content: '';
  top: -10px;
  height: 2px;
  width: 100%;
  background: #1a1a1a;
}
.box .content:after{
  position: absolute;
  content: '';
  height: 2px;
  width: 15%;
  background: #48DBFB;
  top: -10px;
}
.left .content p{
  text-align: justify;
  color: #d9d9d9;
}
.left .content .social{
  margin: 20px 0 0 0;
  color: #d9d9d9;
}
.left .content .social a{
  padding: 0 2px;
  color: #d9d9d9;
}
.left .content .social a span{
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.3s;
}
.left .content .social a span:hover{
  background: #46C9E7;
}
.center .content .fas{
  font-size: 1.4375rem;
  background: #1a1a1a;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
.center .content .fas:hover{
  background: #46C9E7;
}
.center .content .text{
  font-size: 1.0625rem;
  font-weight: 500;
  padding-left: 10px;
}
.center .content .phone{
  margin: 15px 0;
}
.right form .text{
  font-size: 1.0625rem;
  margin-bottom: 2px;
  color: #656565;
}
.right form .msg{
  margin-top: 10px;
}
.right form input, .right form textarea{
  width: 100%;
  font-size: 1.0625rem;
  background: #F1F1F1;
  padding-left: 10px;
  border: 1px solid #222222;
}
.right form input:focus,
.right form textarea:focus{
  outline-color: #3498db;
}
.right form input{
  height: 35px;
}
.right form .btnn{
  margin-top: 10px;

}
.right form .btnn button{
  height: 40px;
  width: 100%;
  border: none;
  outline: none;
  background: #000;
  font-size: 1.0625rem;
  font-weight: 500;
  cursor: pointer;
  transition: .3s;
  border: 1px solid #48dbfb;
  border-radius: 6px;
  color: #48DBFB;

}
.right form .btnn button:hover{
  background: #48DBFB;
  color: #fff;
}
.bottom center{
  padding: 5px;
  font-size: 0.9375rem;
  background: #151515;
}
.bottom center span{
  color: #656565;
}
.bottom center a{
  color:#48DBFB;
  text-decoration: none;
}
.bottom center a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  footer{
    position: relative;
    bottom: 0px;
  }
  .main-content{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .main-content .box{
    margin: 5px 0;
  }
}
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
.carousel__container
{ 
  margin: 5px;
  width: 100%;
  overflow: scroll;
  position: relative;
  box-shadow: border-box;

  
  white-space: nowrap;
  margin: 40px 0px;
  padding-bottom: 10px;
}
.carousel-item
{
  background-color: #fff;
  width: 190px;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
  transition: 450ms all;
  transform-origin: center left;
  position: relative;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.26);
}
.carousel-item .panel1
{
  position: absolute;
  top: 0;
  right: -50%;
  width: 45px;
  background-color: transparent;
  display: flex;
  align-items: center;
  flex-flow: column;
  opacity: 1;
}
.carousel-item:hover .panel1
{
  right: 0;
  opacity: 1;
  transition: 0.4s;
}
.carousel-item .panel1 a
{
  font-size: 20px;
  color: #48DBFB;
  margin: 15px 0;
}
.carousel-item .panel1 a:hover
{
  color: rgba(255,0,0,0.9);
}

.carousel-item .panel2
{
  position: absolute;
  bottom: 30%;
  right: 0px;
  width: 45px;
  display: flex;
  align-items: center;
  flex-flow: column;
  border-radius: 30px;
  background: transparent;
  box-shadow: 0 10px 10px 0 #48DBFB;
  border-radius: 200px 0px 200px 200px;
  -moz-border-radius: 200px 0px 200px 200px;
  -webkit-border-radius: 200px 0px 200px 200px;
  border:0px solid #000000;
}
.carousel-item .panel2 a
{
  font-size: 18px;
  color: #48DBFB;
  margin: 15px 0;
}
.carousel-item .info
{
  text-align: center;
  line-height: 20px;
  margin-top: -10px;
  font-family: Cursive, Helvetica, sans-serif;
  margin-bottom: 10px;
}
.carousel-item .info h3
{
  margin-bottom:0; -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;

  color: black;
  padding-top: 5px;
   cursor: pointer;
  font-family: Cursive, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
}

.carousel-item .info .stars
{
  margin-top: -20px;
}

.carousel-item .info .stars i
{
  color: gold;
  padding: 10px 0;
}
.carousel-item .info .pricee
{
  font-size: 13px;
  color: #EC894D;
  letter-spacing: 0.5px;
}

.carousel-item~ .carousel-item
{
  transform: translate3d(20px,0,0);
}

.carousel__container:hover .carousel-item:hover
{
  transform: scale(1.09);
  opacity: 1;
}

.carousel-item__img
{
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0.5px 0.5px 0 rgba(0,0,0,0.26);
}
.carousel__container::-webkit-scrollbar-thumb
{
  border-radius: 20px;
  background-color: #fff;
  background-image: -webkit-gradient(linear,40% 0%,75% 84%, from(#ff6da2), to(#7983f8), color-stop(0.6, #7983f8));
}

.carousel__container::-webkit-scrollbar
{
  height: 5px;
}
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
.blog-posts{
  width: min(1200px, 100%);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  cursor: pointer;
  margin-left: 30px;
}

.post{
  width: calc(33% - 10px);
  overflow: hidden;
}

.post-img{
  width: 100%;
  border-radius: 6px;
  transition: .3s linear;
}

.post-content{
  background-color: #ffffffdd;
  margin: 0 20px;
  padding: 30px;
  border-radius: 6px;
  transform: translateY(-60px);
  transition: .3s linear;
}

.post-content h3{
  font-size: 16px;
  margin-bottom: 10px;
}

.date{
  font-size: 20px;
  font-style: italic;
  color: #48DBFB;
  text-align: center;
}

.post:hover .post-img{
  transform: translateY(20px);
}

.post:hover .post-content{
  transform: translateY(-80px);
}

@media screen and (max-width: 1200px){
  .blog-posts{
    justify-content: center;
    margin-left: 0px;
  }
  .post{
    width: min(600px, 100%);
  }
}
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
input[type=text] {
  width: 30%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 3px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

input[type=text]:focus {
  border: 3px solid #555;
  background-color: lightblue;
}
textarea {
  width: 30%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 3px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}
textarea:focus {
  border: 3px solid #555;
  background-color: lightblue;
}

select {
  width: 30%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 3px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}
select:focus {
  border: 3px solid #555;
  background-color: lightblue;
}
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
.blogs{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.blog{
  position: relative;
  overflow: hidden;
  height: 100%;
  cursor: pointer;
}

.blog img{
  width: 100%;
  height: 100%;
}

.blog-description{
  position: absolute;
  bottom: -40px;
  background: #333333ca;
  width: 100%;
  padding: 40px;
  transition: .3s linear;
}

.blog:hover .blog-description{
  bottom: 0;
}

.categorie{
  display: inline-block;
  color: #e77f67;
  font-size: 18px;
  position: relative;
  padding: 0 22px;
}

.categorie::before{
  content: '';
  position: absolute;
  width: 14px;
  height: 2px;
  background: #e77f67;
  left: 0;
  top: 13px;
}

.categorie::after{
  content: '';
  position: absolute;
  width: 14px;
  height: 2px;
  background: #e77f67;
  right: 0;
  top: 13px;
}

.title{
  color: #fff;
  font-weight: 500;
  margin: 5px 0;
}

.date{
  font-style: italic;
  color: #e77f67;
  margin-bottom: 20px;
}

.btn{
  display: inline-block;
  color: #e77f67;
  text-decoration: none;
  border: 1px solid #e77f67;
  padding: 6px 20px;
  opacity: 0;
  transition: .3s linear;
}

.blog:hover .btn{
  opacity: 1;
}

.btn:hover{
  color: #fff;
  background: #e77f67;
}

.owl-stage{
  display: flex !important;
}
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
.pagination {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination .active {
  background-color: #000;
  color: white;
  border-radius: 5px;
}

.pagination :hover:not(.active) {
  background-color: #ddd;
  border-radius: 5px;
}
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
/*----------------///////////////////////////////////////////////--------------------------*/
