/* 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);
}
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: linear-gradient(195.75deg, #25AEBE 11%, rgba(37, 174, 190, 0.3) 202.39%);
}
.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;
}
@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: 30px;
    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: 2.7rem;
    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 landing */
.landing
{
    height: auto;
}
.landing-h
{
    margin-top: 50px;
}
.business-card-img
{
    margin: 5px 0px 8px 0px;
}
.landing-p
{
    margin-top: 50px;
}
.landing-p p
{
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
}
.btn-and-arrow
{
    display: flex;
    align-items: center;
    margin-top: 80px;
}
.btn-and-arrow .arrow-design
{
   font-size: 20px;
}
.landing .container .contains
{
    display: flex;
    justify-content: space-between;
}
.btn-style
{
    margin-right:10px;
    padding: 3px 80px 3px 80px;
    background: linear-gradient(225.48deg, #25AEBE -4.19%, rgba(37, 174, 190, 0.3) 205.49%);
}

.landing .container .contains .landing-img .main-vedio {
    width: 100% !important;
    height: 300px;
}
.landing .container .contains .landing-img img
{
  margin-top: 50px;

}


@media(min-width:992px)
{
    .landing .container .contains .landing-img .landing-image-phone
    {
        display: none;
    }
}
@media(max-width:992px)
{
    .landing .container .contains .landing-img .landing-image-phone
    {
        width: 100%;
        margin-top: 0px;
    }
    .landing .container .contains 
    {
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
    
    }
    .arrow
    {
        display: none;
    }
    .landing-h
    {
        margin-top: 0px;
    }
    .landing-h2-word
    {
        font-size: 20px;
    }
    .landing-image-to-hide
    {
        display: none;
    }
    .landing-p {
        margin-top: 20px;
    }
    .landing-p p {
        color: rgba(255, 255, 255, 0.7);
        font-size: 14px;
    }
    .btn-style {
        padding: 3px 80px 3px 80px;
        background: linear-gradient(225.48deg, #25AEBE -4.19%, rgba(37, 174, 190, 0.3) 205.49%);
    }
    .btn-and-arrow {
        display: flex;
        align-items: center;
        margin-top: 70px;
        justify-content: center;
    }
}
/* end style of landing */

/* start style of products */
.products .container .contains
{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(333px,1fr));
    gap: 50px;
    justify-items: center;
}
.products .container .contains .card
{
    width: 350px;
    border-radius: 20px;
    background: rgba(217, 217, 217, 0.1);
    text-align: center;
    border: 2px solid white;
}
.products .container .contains .card .all-elements
{
   padding: 20px; 
}
.products .container .contains .card .all-elements .title-card
{
   font-weight: bold;
   font-size: 20px;
   margin-bottom: 0px;
}
.products .container .contains .card .all-elements .description-card
{
    text-align: left;
    margin-left: 15px;
    margin-top: 15px;
    color: #FFFFFF;
}
.products .container .contains .card .all-elements .btn-buy
{
    margin-right:10px;
    padding: 8px 60px 8px 60px;
    font-weight: bold;
    margin-bottom: 10px;
    background: linear-gradient(225.1deg, #25AEBE -4.55%, rgba(37, 174, 190, 0.3) 145.49%);
    border: 1px solid #25AEBE;
}
.products .container .contains .card .all-elements .business-card
{
   margin-top: 30px;
}
.products .container .contains .card .all-elements .rate-and-price
{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 25px;
    margin-right: 5px;
    align-items: center;
}
.products .container .contains .card .all-elements .rate
{
    display: flex;
    color: white;
}
.products .container .contains .card .all-elements .rate p 
{
    font-weight: bold;
}
.products .container .contains .card .all-elements .rate i
{
    margin-right: 5px;
    margin-left: 10px;
}
.products .container .contains .card .all-elements .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;
}
.products .container .contains .card .all-elements .rate-and-price span
{
    color: #777;
    font-weight: bold;
    margin-right: 5px;
}
@media(max-width:767px)
{
    .products .container .contains .card 
    {
        width: 335px;
        border-radius: 20px;
        background: rgba(217, 217, 217, 0.1);
        text-align: center;
        border: 2px solid white;
    }
}
/* end style of products */

/* start style of about */
.title h4
{
    color: var(--main-color);
    padding: 20px;
    margin: 50px 0px 50px 0px;
    text-align: center;
}
.about .container .contains .all-elements
{
    display: flex;
}
.about .container .contains .all-elements p
{
    color: #FFFFFF;
}
.about
{
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    margin-left: 70px;
}
.about .about-image
{
    direction: rtl;
}
.about .about-image img
{
    width: 365px;
    height: 485px;
}
.about-title
{
    text-align: center;
    margin: 100px 0px 50px 0px;
}
.about-title img
{
    width: 180px;
}
.about-descrption
{
    color:#FFFFFF;
    width: 90%;
}
@media(max-width:767px)
{
    .about 
    {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
        margin: 0px;
    }    
    .about .about-image img
    {
       display: none;
    }
    .about-descrption 
    {
        width: 100%;
    }

}
/* end style of about */

/* 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 */