/* start style of root */
:root
{
    --main-color:#25AEBE;
    --second-color:black;
    --main-transition:0.3s;
}
*
{
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Cairo" , sans-serif;
}
html
{
    scroll-behavior: smooth;
}
body
{
    width: 100%;
    background-color: var(--second-color);
    font-family: Montserrat;
}
ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
a
{
    text-decoration: none;
}

.main-color
{
   color: var(--main-color);
}
.second-color
{
    color: var(--second-color);
}
.white-color
{
    color: white;
}
.main-color-bg
{
   background-color: var(--main-color);
}
.second-color-bg
{
    background-color: var(--second-color);
}
.white-color-bg
{
    background-color: white;
}
.border-main-color
{
    border-color: var(--main-color);
}
.main-color-hover:hover
{
    color: var(--main-color);
}
.fnt-bold
{
   font-weight: bold;
}

/* end style of root */


/* start style of header */
#logo-header
{
    margin-left: -20px;
    margin-right: 100px;
}
@media(max-width:767px)
{
    #logo-header
    {
    margin-left: -20px;
    margin-right: 170px;
    }
}
.logo-image
{
  background-image: url('../img/trick-logo.png');
}
.btn-design
{
    border-radius: 20px;
    font-size: 15px;
    padding: 3px 25px 3px 25px;
}
.btn-design:hover
{
    background-color: #2a6d74;
    color: white;
}
.underline-nav
{
  border-bottom: 1px solid var(--main-color);
}
.nav-style
{
    padding: 10px 0px 0px 0px;
    margin-right: 70px;
    font-size: 12px;
    color: white;
}
.active1
{
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
}
.active1:hover
{
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
}
.nav 
{
    --bs-nav-link-color: none;
    --bs-nav-link-hover-color: var(--main-color);
}
@media(min-width:992px)
{
    #menu
    {
        display: none;
    }
}
@media(max-width:992px)
{
    #myDIV,#btns
    {
        display: none;
    }

}
.btns-menu
{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 90%;
}
header .logo {
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
}
header .menu {
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
}
header .menu.active {
    position: relative;
    right: 700px;
    z-index: 20;
}
nav {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    position: fixed;
    right: -100%;
    top: 0;
    padding-top: 10px;
    height: 100%;
    background-color: #000;
    width: 300px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    z-index: 10;
}
nav a {
    text-decoration: none;
    color: #fff;
}
nav.active {
    right: 0;
}
.overlay {
    display: none;
}
.overlay.active {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(49, 49, 49, 0.5);
    z-index: 5;
}
.header-scrolled
{
        background-color: black;
        position: fixed;
        width: 100%;
        z-index: 22;
        height: 90px;
        transition: 1s ease-in-out;
}
/* end style of header */


/* start style of product description */
.vote
{
    direction: rtl;
    text-align: right;
}
.star-vote
{
    font-size: 25px;
    border-radius: 100px;
    padding: 10px;
    color: var(--main-color);
    border: 2px solid rgba(37, 174, 190, 0.8);
}
.product-description
{
    height: 90vh;
}
.product-description .container .contains h5
{
    text-align: center;
}
.product-description .container .contains .title
{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product-description .container .contains .cards
{
    display: flex;
    gap: 10px;
}
@media(min-width:767px)
{
    .product-description .container .contains .cards {
        display: flex;
        gap: 10px;
        justify-content: space-evenly;
    }
}
.product-description .container .contains .cards .card1
{
    width: 370px;
    height: 500px;
    background: linear-gradient(180.12deg, #151515 -46.76%, rgba(37, 174, 190, 0.62) 73.53%);
    border-radius: 15px;
    margin-top: 25px;
}

.product-description .container .contains .cards .card1 .elements
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 120px;
}
.product-description .container .contains .cards .card1 img
{
    margin: 50px 5px 50px 5px;
}
.product-description .container .contains .cards .card2
{
    width: 370px;
    height: 615px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.8) 100%);
    border-radius: 15px;
    margin-top: 70px;
}
.product-description .container .contains .cards .card2 .elements
{
    padding: 10px;
    margin: 15px 0px 0px 0px;
}
.product-description .container .contains .cards .card2 .elements .title-card
{
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 5px;
}
.product-description .container .contains .cards .card2 .elements .title2
{
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}
.product-description .container .contains .cards .card2 .elements .description
{
   color: #4F4F4F;
   text-align: left;
}
.product-description .container .contains .cards .card2 .elements .price-title
{
    margin: 80px 0px 0px 0px;
    font-weight: bold;
}
.product-description .container .contains .cards .card2 .elements .quantity-title
{
    margin-bottom: 0px;
    font-weight: bold;
}
.product-description .container .contains .cards .card2 .rate-and-price
{
    display: flex;
    justify-content: space-between;
    margin-right: 5px;
    align-items: center;
}
.product-description .container .contains .cards .card2 .rate
{
    display: flex;
    color: white;
}
.product-description .container .contains .cards .card2 .rate p 
{
    font-weight: bold;
    color: black;
    font-size: 20px;
}
.product-description .container .contains .cards .card2 .rate i
{
    margin-right: 5px;
    margin-left: 10px;
    color: black;
    font-size: 20px;
}
.product-description .container .contains .cards .card2 .rate-and-price .btn-price
{
   color: black;
   padding: 8px 15px 8px 15px;
   border-radius: 40px;
   font-weight: bold;
   background: rgba(21, 21, 21, 0.07);
   border: 1px solid #0000005c;

}
.product-description .container .contains .cards .card2 .rate-and-price span
{
    color: #777;
    font-weight: bold;
    margin-right: 5px;
}
.btn-buy
{
    background: linear-gradient(93deg, #1b8d9b -4.55%, rgb(28 199 219) 145.49%);
    width: 235px;
}
.quantity-number
{
    border-radius: 20px;
    background: transparent;
    text-align: center;
    width: 110px;
}
.share-and-info
{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.share
{
    display: flex;
}
.share i
{
    margin-left: 10px;
    margin-right:5px;
}
.info
{
    display: flex;
    margin-right: 10px;
}
.info i
{
    margin-right:5px;
}
#buy-qua-form
{
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
/* end style of product description*/

/* end style of description*/
.description .container .contains
{
    margin-top: 200px;
    padding: 20px;
    background: rgba(217, 217, 217, 0.12);
    border: 2px solid var(--main-color);
    box-shadow: 4px 4px 20px 5px rgba(37, 174, 190, 0.35);
    border-radius: 15px;
}
.description .container .contains .title
{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}
.description .container .contains .box
{
    margin-top: 20px;
    color: #FFFFFF;
}
.description .container .contains .box p
{
    text-align: left;
}
.description .container .contains .box .btn-compatibility
{
    text-align: right;
    direction: rtl;
}
.description .container .contains .title h5
{
    color: linear-gradient(180.03deg, #FFFFFF -31.32%, rgba(255, 255, 255, 0) 408.3%);
}
.btn-back
{
    border-radius: 20px;
    font-weight: bold;
    background-color: #161616 ;
    border: 1px solid #25aebe69;
}
@media(max-width:740px)
{
    .product-description {
        height: auto;
    }
    .product-description .container .contains .cards {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .product-description .container .contains .cards .card1 {
        width: 100%;
        height: 500px;
        background: linear-gradient(180.12deg, #151515 -46.76%, rgba(37, 174, 190, 0.62) 73.53%);
        border-radius: 15px;
        margin-top: 25px;
    }
    .product-description .container .contains .cards .card2 {
        width: 100%;
        height: 615px;
        background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.8) 100%);
        border-radius: 15px;
        margin-top: 85px;
    }
    .description .container .contains {
        margin-top: 120px;
        padding: 20px;
        background: rgba(217, 217, 217, 0.12);
        border: 2px solid var(--main-color);
        box-shadow: 4px 4px 20px 5px rgb(37 174 190 / 35%);
        border-radius: 15px;
    }
}
/* end style of description*/

/* start of SIMILAR PRODUCTS */
.similar-product .container .contains .title
{
    text-align: center;
    margin: 50px 0px 50px 0px;
}

.slide-container{
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}
.slide-content{
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}
.card{
    border-radius: 25px;
    background: rgba(217, 217, 217, 0.1);
    border: 2px solid white;
    text-align: center;
}
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.image-content{
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}
.overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--main-color);
  border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: var(--main-color);
}
.overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
.card-image{
  position: relative;
  height: 150px;
  width:300px;
  padding: 10px;
}
.name{
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.description{
  font-size: 14px;
  color: #707070;
  text-align: center;
}
.button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: var(--main-color);
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: #265DF2;
}

.swiper-navBtn{
  color: #6E93f7;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: var(--main-color);
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 35px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  background-color: #6E93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: var(--main-color);
}

@media screen and (max-width: 768px) {
    .slide-content{
    margin: 0 10px;
    }
    .swiper-navBtn{
    display: none;
    }
}
.rate-and-price
{
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin-top: 20px;
    margin-bottom: 25px;
    margin-right: 5px;
    align-items: center;
}
.rate
{
    display: flex;
    color: white;
}
.rate p 
{
    font-weight: bold;
}
.rate i
{
    margin-right: 5px;
    margin-left: 10px;
}
.rate-and-price .btn-price
{
    color: white;
    background: rgba(217, 217, 217, 0.1);
    padding: 8px 15px 8px 15px;
    border-radius: 40px;
    border: 0.1px solid #FFFFFF;
    font-weight: bold;
}
.rate-and-price span
{
    color: #777;
    font-weight: bold;
    margin-right: 5px;
}
.description-card
{
    font-size: 12px;
}
@media(max-width:767px)
{
    #btn-1,#btn-2
    {
        display: none; 
    }
}
/* end of SIMILAR PRODUCTS */

/* start of swiper */
#main-swiper
{
    width: 96%;
    height: 300px;
}
#image-of-swiper
{
    width: 95%!important;
    border: 1px solid #777;
    padding: 15px;
    border-radius: 10px;
    
}
#child-swiper-wrapper img
{
    width: 97%;
}
.swiper-wrapper
{
    width: 345px;
} 
#arrows-to-switch
{
    color: white;
    border: 1px solid white;
    padding: 30px;
    top: 260px;
    border-radius: 67px;
}
.mySwiper .swiper-slide-thumb-active {
    opacity: .5!important;
}
/* end of swiper*/


/* start style of footer */
.footer
{
    background-color: #262626;
    margin-top: 100px;
}
.footer .container
{
    padding: 30px 0px 0px 0px;    
}
.footer .container .logo-footer
{
    margin-left: -10px;
}
.footer .container p 
{
    margin-bottom: 0px;
}
.footer .container .contains
{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(240px,1fr));
    margin-top: 25px;
}
.footer .container .contains .logo-and-details
{
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-right: 1px solid #6f6f6f;
}
.footer .container .contains .logo-and-details p
{
    color: #6f6f6f;
    margin-right: 10px;
}
.footer .container .contains .payment-methods
{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    border-right: 1px solid #6f6f6f;
}
.footer .container .contains .links
{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    border-right: 1px solid #6f6f6f;
}
.footer .container .contains .links a
{
    color: #6f6f6f;
}
.footer .container .contains .social-icon
{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.footer .container .copy-right
{
    text-align: center;
    color: white;
    padding: 15px;
    font-size: 10px;
}
@media(max-width:767px)
{
    .footer .container .contains .logo-and-details
    {
        display: flex;
        flex-direction: column;
        gap: 5px;
        border-right: 1px solid #6f6f6f;
        margin: 0px 0px 25px 10px;
    }
    .footer .container .contains 
    {
        display: grid;
        grid-template-columns: repeat(auto-fill,minmax(240px,1fr));
        gap: 30px;
        margin-top: 25px;
    }
    .footer .container a .logo-footer
    {
        margin-left: 0px;
    }

}
/* end style of footer */
