@font-face {
    font-family: MontserratReglur;
    src: url('../assets/font/Montserrat-Arabic Regular 400.otf');
}
@font-face {
    font-family: MontserratLight;
    src: url('../assets/font/Montserrat-Arabic Light 300.otf');
}

@font-face {
    font-family: MontserratThin;
    src: url('../assets/font/Montserrat-Arabic Thin 250.otf');
}

@font-face {
    font-family: MontserratReglur;
    src: url('../assets/font/Montserrat-Arabic Regular 400.otf');
}

@font-face {
    font-family: MontserratReglur;
    src: url('../assets/font/Montserrat-Arabic Regular 400.otf');
}

h2{
    font-weight: 100;
}
*{
   /* font-family:'MontserratReglur' !important;*/
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    flex-wrap: wrap;
  
}
a {
    text-decoration: none;
    /*color: black;*/
}
html{
    width: 100%;
}
body{
    width: 100%;
    color:var(--color-text)
}
/* ----------------------NavBar styling------------------- */
.logo{
    margin-left: 100px;
}
.logo {
    margin-left: 100px;
}

/*.navbarr {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(92deg, #ffffff 0%, #ffffff 100%);
    display: flex;
    justify-content: center;
    box-shadow: inset 0px -0.5px 0px #C7D8DC;
}

.navbar-container {
    display: flex;
    width: 95%;
    font-size: 16px;
    height: 88px;
    justify-content: space-between;

}

.navbar-content {
    display: flex;

    justify-content: space-between;
}

.nav-list {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-around;
    list-style: none;
}

.navbar-buttons {

    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.nav-item {
    transition: 0.4s;
    display: flex;
    align-items: center;
    margin-left: 40px;

}

.nav-item span svg {
    fill: black !important;
    margin-left: 10px;
    transition: 0.5s;
}

.nav-item:hover {
    color: #0083a8;
}

.nav-item:hover>span svg {
    fill: #0083a8 !important;
}
*/
.navbar-buttons .btn {
    margin-right: 30px;
}

.navbar-buttons .btn a {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;


}

.navbar-buttons .btn:first-child a {
    padding: 12px 14px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: black;
    border-radius: 3px;
    background-color: #c0d7d6;
}

.navbar-buttons .btn:nth-child(2) a span {
    margin-right: 3px;
    display: flex;
    align-items: center;

}

.navbar-buttons .btn:nth-child(3) a {
    padding: 12px 35px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #0083a8;
    border-radius: 3px;
    border: #0083a8 solid 1px;
    transition: 0.4s;
    font-size: 12px;

}

.navbar-buttons .btn:nth-child(3) a:hover {
    background-color: #0083a8;
    color: white;

}

.navbar-buttons .btn:nth-child(4) a {
    padding: 12px 35px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: white;
    background-color: #0083a8;
    border-radius: 3px;
    border: #0083a8 solid 1px;
    transition: 0.4s;
    font-size: 12px;

}

/* -----------------------------navBar media query-------------------------- */
@media (max-width:1350px) {

    .navbar-buttons .btn {
        margin-right: 10px;
    }

    .nav-item {
        margin-left: 10px;
    }

    .logo {
        margin-left: 10px;
    }
}
     /* templates start */
#head_address{
    display: flex;
    flex-direction: row;
    justify-items: center;
}
    .templates_description{
        background: transparent linear-gradient(180deg, rgba(246, 255, 254, 1) 0%, rgba(255, 255, 255, 1) 100%) 0% 0% no-repeat padding-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        padding: 20px;
        height: 230px;
   
      
    }
    .templates_description p{
        line-height: 30px;
    }
    .templates_Whole_content{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        
        height: 100%;
        flex: 100%;
        padding: 20px;
        padding-bottom: 0;
    }
    .Templates_RightSide{
    margin-top: 25px;
        flex: 20%;
border-left: 1px solid #0083a8;
        height: 100%;
        padding-right: 22px;
        padding-bottom: 20px;
    }
    .Templates_LeftSide{
    padding: 20px;
    padding-bottom: 0;
        flex: 80%;
     
     
    }

    /* ====== */
      .sideNav_list{
    padding-left: 15px;
        width: 250px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        justify-items: center;
  

      }
.sideNav{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    justify-items: center;
}
.sideNav ul li {
    margin-top: 10px;
    transition: 0.4s;
    /*padding: 12px 16px;*/
    padding: 0 16px;
    border-radius: 8px;
    list-style: none;
  
}
.sideNav ul li:hover{
    background-color: rgba(192, 215, 214, 1);
}

.sideNav ul li a{
   
    display: flex;
    justify-content: center;
    align-items: center;
}
.sideNav ul li a span{
    display: flex; justify-content: center;
    align-items: center;
    margin-left: 10px;
    width: 24px;
    height: 24px;
}

/* SEARCH ICON */



.search{
    position: relative;
    height: 54px;
    border:1px solid #ccbaba;
    border-radius: 40px;
    padding: 7px;
}

.search:hover > .search-txt{
    width: 70%;
    color:#000;
    font-family: 'Pangolin', cursive;
}
.search:hover > .search-btn{
   background-color: rgba(22, 55, 201, 0.664);
}
.search-btn{
    background-color:#0083a8;
    float: left;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.search-txt{
    border: none;
    background: none;
    outline: none;
    float: right;
    padding: 0;
    color:rgb(85, 73, 51);
    font-size: 16px;
    transition: ease-in 0.4s;
    line-height: 40px;
    width: 200px;
    font-family: 'Pangolin', cursive;

}
/* Tempates Cards */
.templates_Cards{
    display: flex;
    justify-content: space-between;
    justify-items: center;
    margin: 20px 20px;
    flex-direction: row;
    flex-wrap: wrap;
}
.tempCard{
    width: 18%;
    height: 150px;
}
.CardsBtn{
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: center;
    justify-items: center;
 flex-direction: row;

}
.templates_card-Btn{
    padding: 12px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #0083a8;
    border-radius: 3px;
    border: #0083a8 solid 1px;
    transition: 0.4s;
    font-size: 12px;
    margin-left: 20px;
}
.templates_card-Btn span>svg{
    width: 25px;
}

#previs_hover:hover,#NextBtn:hover{
    background-color: #116f9bce;
    color: white;
    fill: white;
}

   
#Btn-previes{
    margin-right: 15px;
}
#Btn-Next{
    margin-left: 15px;
}
#NextBtn{
    color: #116f9bc2;
}

  .Search_tags{
    display: flex;
    justify-content: space-between;
    justify-items: center;
    text-align: center;
flex-direction: row;
flex-wrap: wrap;
margin-bottom: 20PX;

}
.Search_tags3{
    display: flex;
    justify-content: center;
    justify-items: center;
flex-direction: row;
flex-wrap: wrap;
margin-bottom: 20PX;


}
.Search_tags3 a{
    margin: 5px;
    border: 1px solid rgb(27, 71, 122);
    background-color: #D9D9D9;
    width: 107px;
    height: 35px;
text-align: center;
    border-radius: 50px;
    font-size: 10px;
    -webkit-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;
background-repeat: no-repeat;
background-position: 0%;
color: #000;
}
.Search_tags3 a:hover{
   background-color: #1eaff3;
   background-position: 100%;
   color: black;
}
.Search_tags a{
    border: 1px solid rgb(27, 71, 122);
    background-color: #D9D9D9;
      width: 107px;
    height: 35px;
  /* padding: 4px 3px 2px 3px ; */
text-align: center;
    border-radius: 50px;
    font-size: 10px;
    -webkit-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;
background-repeat: no-repeat;
background-position: 0%;
color: #000;
}
.Search_tags a:hover{
   background-color: #1eaff3;
   background-position: 100%;
   color: black;
}
.Tags{
    text-align: center;
   background-color: #F6FBFA;
   padding: 10px;
   border-radius: 20px;
   margin-bottom: 20px;
}
.Tags div>h1{
    margin-bottom: 30px;
    margin-top: 20px;
}
/* responsive */

@media only screen and (max-width: 800px){
    .templates_Whole_content{
        flex-direction: column;
        justify-content: center;
        justify-items: center;
    }
    .Templates_RightSide{
        flex: 100%;
     
        justify-content: center;
        justify-items: center;
        border: 0;
    }
    .Templates_LeftSide{
        flex: 100%;
        padding: 0;
    }
    .search{
        width: 100%;
        height: 50px;
    }
    .search-text{
width: 100px;
    }
    .search-btn{
        width: 30px;
       position: absolute;
       top: 5px;
       left: 5px;
    }
    .search-btn svg{
        width: 10px;
    }
   
}
@media only screen and (max-width: 750px){
    .tempCard{
        width: 45%;
       margin: 10px;
        height: 150px;
    }
    .templates_description{
        height: 100%;
    }
}
@media only screen and (max-width: 1310px){
    .Search_tags{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        justify-items: center;
    }
    .Search_tags3{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        justify-items: center;
    }
    .Search_tags a{
        margin: 5px;
    }
    .Search_tags3 a{
        margin: 5px;
    }
    .templates_description{
        height: 100%;
    }
}
@media only screen and (max-width: 500px){
    .tempCard{
        width: 100%;
       margin: 10px;
        height: 150px;
    }
    .CardsBtn{
        display: flex;
       width: 100%;
    
     flex-direction: row;
   justify-content: center;
   justify-items: center;
    }
  
    .templates_card-Btn{
        width: fit-content;
     margin: 10px;
    }
    .Search_tags{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        justify-items: center;
    }
    .Search_tags3{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        justify-items: center;
    }
    .Search_tags a{
        margin: 5px;
    }
    .Search_tags3 a{
        margin: 5px;
    }

}
@media only screen and (max-width: 300px){
    .Search_tags{
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        justify-items: center;
    }
    .Search_tags3{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        justify-items: center;
    }
    .Search_tags a{
        margin: 5px;

        width: 100%;
    }
    .Search_tags3 a{
        margin: 5px;

        width: 100%;
    }
}
/* toggler*/

  .grid { 
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    grid-gap: 12px;
    align-items: stretch;
    margin-bottom: 20px;
    }
  .grid img {
  
max-height: 170px;
    max-width: 100%;
    border-radius: 8px;
}
@media (max-width:400px) {
    .grid img {
  
        max-height: 256px;
            max-width: 100%;
            border-radius: 8px;
        }
}
 
.Search-Words{
    display: flex;
    margin: 100px 0;
    justify-content: center;

}
.Search-Words .container{
    width: 92%;
    background-color: #F6FBFA;
    padding: 60px 100px;
    border-radius: 12px;

}
.Search-Title{
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;
}

.Search-Title span{
    color: #0083A8;
}
.Search-Tags{
    font-weight: bold;
    font-family: 'MontserratLight';
    display: flex;
    justify-content: center;
}

.Tag{
    font-family: 'MontserratThin' !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 16px;
    border: 1px solid #C0D7D6;
    border-radius: 20px;
    margin-left: 20px;
    margin-bottom: 25px;
    font-size: 14px;
    transition: 400ms;
}
.Tag span{
    font-family: 'MontserratLight';
    display: flex;
    justify-content: center;
    align-items: center;

}
.Tag span svg{
    margin-left: 8px;
}
.Tag span svg path{
    transition: 400ms;
}
.Tag:hover{
    color: #0083A8;
    border-color: #0083A8;

}
.Tag:hover >span svg path{
    fill: #0083A8;
}
/*
.Description{
    display: flex;
    justify-content: space-between;
    background-color: #0083A8;
    padding: 72px 100px;
}
.Description .about{
    width: 28%;
    line-height: 24px;
    color: #fff;
}
.about-text{
    font-family: 'MontserratThin' !important;
}*/
.GoTo{
    
    color: #fff;
}
/*.list{
    font-family: 'MontserratThin' !important;
   list-style: none;
   color: #fff;

}
.list li{
    margin-top: 20px;
   
}
.list li a{
    font-family: 'MontserratThin' !important;
    color: #fff;
    display: flex;
    align-items: center;

}
.follow-us{
    width: 30%;
    color: white;
}
.follow-us p{
    line-height: 24px;
    font-family: 'MontserratThin';
    margin: 20px 0;
}
.copy-right{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #007697;
    padding: 17px 0;
}

footer h2{
    font-size: 18px;
}
*/

footer{
    margin-top: 100px;
  }
  /*@media (max-width:450px) {
  
    .Description{
        padding-left: 16px;
        padding-right: 16px;
    }
    .Description div{
        width: 100%;
        margin-bottom: 30px;
    }
    .Description .about{
        width: 100%;
      
    }
    .footer{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;

    }
}

*/


@media (max-width:800px) {
    .sideNav{
        width: 100%;
    }
    .sideNav ul{
        width: 100%;
    }
    .sideNav ul li{
        width: 100%;
    }
    
}

.nav-mobile{
    display: none;
        position: absolute;
        left: 2%;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
    
        flex-direction: column;
        justify-content: space-between;
      
    }
    .nav-mobile svg{
      width: 100%;
      height: 40px;
      display: block;
    
    }
    @media (max-width:960px) {
        #nav-list,#nav-btn{
            display: none;
    
    
        }
        .navbar-content{
            width: 100%;
        }
        .navbar-container{
            position: relative;
        }
        .nav-mobile{
          display: block;
          
        }
        
    }
    .form-btn{
        gap: 20px;
    }
    .sign-up-form .form-btn label.active{
        border-radius: 8px;
        display: block;
        text-align: center;
        color: white;
        padding: 22px 80px;
        background-color: rgba(0, 131, 168, 1);
        border: 1px solid transparent;
        
    
    }
    .sign-up-form .form-btn label{
        border-radius: 8px;
        display: block;
        text-align: center;
        color: #797e8a;
        padding: 22px 80px;
        background-color: #fff;
        border: 1px #E4E4EB solid;
        
    
    }

    .sign-up-form .form-btn input{
    display: none;
    }
    .sign-up-form .form-btn {
        display: flex;
    }
    /*.input
    {
        width: 100%;
    }
    .input p {
        margin: 0;
        margin-bottom: 5px;
    }
    .input {
        margin-top: 5px;
    }
    .input input{
        width: 100%;
        box-sizing: border-box;
        padding: 22px 14px;
        border: 1px solid rgba(228, 228, 235, 1);
        color: rgba(228, 228, 235, 1);
    border-radius: 8px;
    background-color: #F7F7FA;
    }
    .password{
        position: relative;
    }
    .password .show-btn{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 15px;
    }
    .submit-btn{
        border: none;
        color: white;
        margin-top: 20px;
        width: 100%;
        border-radius: 8px;
        background-color: rgba(0, 131, 168, 1);
        padding: 23px 0;
        text-align: center;
    
    }
    */
    /*================== PASSwORD==========-*/
  /*  .input
    {
        width: 100%;
    }

    .input input{
       
        box-sizing: border-box;
        padding: 22px 14px;
        border: 1px solid rgba(228, 228, 235, 1);
        color: rgba(228, 228, 235, 1);
    border-radius: 8px;
    }
    .submit-btn{
        border: none;
        color: white;
        margin-top: 20px;
        width: 100%;
        border-radius: 8px;
        background-color: rgba(0, 131, 168, 1);
        padding: 23px 0;
        text-align: center;
    
    }
*/
    
    .modal-input input {
        width: 100%;
        border: 1px solid #E4E4EB;
        background-color: #F7F7FA;
        border-radius: 6px;
        padding: 16px 14px;
      }
     
      /*.login-btn {
        width: 100%;
        background-color: #007697;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        border: none;
        font-size: 16px;
        border-radius: 6px;
        padding: 18px 0;
        margin-top: 24px;
      }
    */
      .custom-check-box{
        border-radius: 50% !important;
        width: 20px;
        height: 20px;
      }
      .custom-check-box:checked{
    background-color: #007697;
      }
      .custom-check-box:focus{
        box-shadow: none;
       
      }
      .invite-code{
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 5px;
      }
      .invite-code-container .input{
        display: none;
      }
      .invite-code-container .input.active{
        display: block;
      }
      body{
        position: relative;
      }
      @media (max-width:600px) {
        .prev-btn ,.next-btn{
            display: none;
        }
        .image-edit{
            left: -4%;
        }
        
      }
      @media (min-width:1200px) {
        .modal-xl{
        max-width:  1400px;
        }
        .design-modal{
            display: grid;
            grid-template-rows: auto 1fr auto;
        
          
          }
        
      }
    
    
        
     .design-btns{
        display: flex;
        gap: 15px;
     }
     .use-btn{
    background-color: #007697;
    padding: 15px 30px ;
    color: white;
    text-align: center;
    width: 80%;
    border-radius: 8px;
    
      }
      /*
      .design-btns :nth-child(2) svg path{
    fill: #E3A512;
    
      }
      .design-btns :nth-child(2){
        background-color: #C7D8DC;
        width: 15%;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      */
      .modal-body .home-tags{
        margin-top: 20px;
        width: 100%;
      }
      .first-half{
        font-size: 18px;
      }
      .mobil-nav .nav-titles #nav-list ,  .mobil-nav .nav-titles .navbar-buttons
      {
        display: block;
      }
      .mobil-nav .navbar-buttons{
        display: flex;
        justify-content: start !important;
        gap: 15px;
      }
      .mobil-nav .nav-titles #nav-list {
        font-size: 20px;
      }
      .mobil-nav .nav-titles #nav-list .nav-item{
        margin-top: 10px;
      }
      .nav-item .btnn{
        padding: 12px 14px;
        display: flex;
        align-items: center;
        font-size: 18px;
        color: black;
        border-radius: 3px;
        background-color: rgba(192, 215, 214, 0.2);
      }
      .btnn-login{
        padding: 12px 35px;
        display: flex;
        align-items: center;
        font-size: 14px;
        color: white !important;
        background-color: #0083a8;
        border-radius: 3px;
        border: #0083a8 solid 1px;
        transition: 0.4s;
        font-size: 12px;
      }
      .btnn-login a{
        color: white !important;
      }
     /* .btnn-new a{
        color: black;
      }
      .btnn-new{
        padding: 12px 35px;
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #0083a8;
        border-radius: 3px;
        border: #0083a8 solid 1px;
        transition: 0.4s;
        font-size: 12px;
      }
    
    
      .btnn-new:hover {
        background-color: #0083a8;
        color: white !important;
    
    }
    
    .account{
        margin-right: 12px;
        display: flex;
        
        align-items: center;
    }
    .account .notlogged{
        display: flex ;
    }
    
    
    .btn-new{
        margin-left: 12px;
    }
    
    .account .btn-new a {
        padding: 12px 35px;
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #0083a8;
        border-radius: 3px;
        border: #0083a8 solid 1px;
        transition: 0.4s;
        font-size: 12px;
      
    
    }
    /*
    .account .btn-new a:hover {
        background-color: #0083a8;
        color: white;
      
    
    }
    
    .account .btn-login a {
        padding: 12px 35px;
        display: flex;
        align-items: center;
        font-size: 14px;
        color: white;
        background-color: #0083a8;
        border-radius: 3px;
        border: #0083a8 solid 1px;
        transition: 0.4s;
        font-size: 12px;
    
    }
    
    .notlogged{
        display: flex;
        display: none;
    }
    .logged{
        position: relative;
        width: 46px;
        cursor: pointer;
        z-index: 1500;
        display: none;
        height: 46px;
        border-radius: 50%;
    }
    .logged img{
        width: 100%;
        height: 100%;
    }
    .account.logged-in .logged{
        display: flex;
        align-items: center;
    }
    .account.logged-in .notlogged{
        display: none;
    }
    .account .notlogged{
        display: flex;
        align-items: center;
    }
    */
    .drop-list{
        background-color: white;
        position: absolute;
        visibility: hidden;
        opacity: 0;
        bottom: 0;
        transition: 400ms;
        width: 240px;
        z-index: 1500;
        
        transform: translateY(100%) translateX(80%);
    }
    .drop-active{
        visibility: visible;
        opacity: 1;
    }
    .drop-list ul{
        padding: 16px;
        box-shadow: 0px 8px 30px rgba(0, 38, 49, 0.12);
    border-radius: 8px;
    
        list-style: none;
        color: black;
    }
    .drop-list ul li {
    margin-bottom: 25px;
    }
    .drop-list ul li a{
        display: flex;
       
        align-items: center;
        color: black;
    }
    .drop-list ul li a span{
        margin-left: 10px;
    }
    @media (max-width:960px) {
        .navbarr .account{
            display: none;
        }
        
    }
    .side-nav-offcanva{
    margin-top: 35px;
  
  padding-left: 16px;
  
  
  
      list-style: none;
      color: black;
  }
  
  .side-nav-offcanva li {
      padding: 10px 16px;
      margin-bottom: 25px;
      transition: 0.4s;
      }
      .side-nav-offcanva li:hover{
          background-color: rgba(192, 215, 214, 0.2);
          border-radius: 8px;
      }
      .side-nav-offcanva li div{
          cursor: pointer;
          display: flex;
         
          align-items: center;
          color: black;
      }
      .side-nav-offcanva li div div span{
          margin-left: 10px;
      }
      .side-nav-offcanva li div div{
         display: flex;align-items: center;
      }
      .side-nav-offcanva li div {
          display: flex;
          justify-content: space-between;
      }
    /** rabie **/
    .sideNav ul li a{
        color:var(--color-text) !important;
    }
    .sideNav ul li svg{
        fill:var(--color-text) !important;
    }


@media only screen and (max-width: 800px){
    .templates_Whole_content{
        position: relative;
        flex-direction:row;
    }
    .Templates_LeftSide{
        min-height: 300px;
    }    
    .Templates_RightSide{
            right: -100%;
            top:-60px;
            position: absolute;
            width: 100%;
            background-color: white;
            
        }
        .Templates_RightSide>.sideNav{
            height: 300px;
            overflow-y: auto;
        }
        .Templates_RightSide::after {
            content: ">";
            text-align: center;
            display: block;
            width: 50px;
            height: 50px;
            background: rgb(var(--color-3));
            left: -40px;
            position: absolute;
            top: 0px;
            z-index: 5;
            border-radius: 50px 0 0 50px;
            color: rgb(var(--color-1));
            font-size: 16px;
            
            line-height: 46px;
            font-weight: 900;
          }
          .Templates_RightSide:hover{
            right: -35px;
          }
          .Templates_RightSide:hover::after{
            display: none;
          }
    }