a{
    text-decoration: none!important;
}
ul{
    list-style: none;
}


.sec{
    margin-top: 3rem;
}
.sec:nth-of-type(1){
    margin-top: 1rem;
}
h1{
    color: #2D2D2D;
    font-size: 24px!important;
    font-weight: 900!important;
    padding-left: 1rem;
    margin-bottom: 20px;
}
#moarefi p{
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    text-align: justify;
}
#moarefi figure{
    display: flex;
    justify-content: center;
}
#moarefi img{
    width: 80%;
    border-radius: 12px;
}
.keys{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.keys a{
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #2D2D2D;
    padding: 7px 16px;
    text-decoration: none;
    display: inline-block;
    margin: 5px;
    transition: 0.2s;
}
.keys a:hover{
    transform: skew(-10deg);
}
.firstkey{
    color: white!important;
    background-color: #2D2D2D;
    font-weight: 300;
}
.secondkey{
    color: #2D2D2D!important;
    font-weight: 500;
}


.sections-title{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sections-title h2{
    color: #2D2D2D;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}
.sections-title p{
    color: #7A7A7A;
    font-weight: 300;
    line-height: 28px;
    font-size: 17px;
    text-align: center;
    width: 60%;
}


.sefaresh{
    margin-top: 10px;
}
.sefaresh a{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #BF000A;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.2s;
}
.sefaresh a:hover{
    background-color: #2D2D2D;
    color: white;
}
.sefaresh a i{
    margin-left: 5px;
}
#callus .row{
    box-shadow: 0px 0px 5px 0px rgba(185, 185, 185, 0.5);
    padding: 1rem;
    background-color: #FFFFFF;
    background-image: url(https://cippoint.com/wp-content/uploads/2022/12/bg.webp);
    background-position: bottom left;
    background-repeat: no-repeat;
    border-radius: 12px;
    margin-right: 0;
    margin-left: 0;
}
.phone-call  img{
    width: 30px;
    margin-left: 5px;
}
.sec-six-title{
    font-size: 24px;
    font-weight: 600;
}

.sec-six-description{
    font-size: 18px;
    font-size: 500;
    color: #7a7a7a;
}

.sec-six .phone-box-icon p{
    font-size: 18px;
    font-weight: 700;
}

.sec-six .phone-box-icon img{
    width: 25px;
    height: 25px;
    margin-left: 7px;
}

.sec-six .whatssup{
    color: #48ab56;
    font-size: 20px;
    font-weight: 700;
}

.whatsup-text{
    padding-right: 5px;
    font-weight: 700;
}

.call-num{
    color: #bd1622 !important;
    font-size: 22px;
    font-weight: 900;
    text-align: center;
}

.whatssup a{
    color: #48ab56 !important;
    font-size: 20px;
    font-weight: 700;
}
.p-call{
    font-weight: 700;
}
.contact-part-button{
    border-radius: 5px;
    box-shadow: 4px 4px 9px #bdb9a63b, -4px -4px 9px #fffefa !important;
    background: linear-gradient(-50deg,#FFF,#00000059), #bf000a !important;
    background-blend-mode: soft-light;
    color: white;
    font-size: 15px;
    display: block;
    margin-bottom: 20px;
    padding: 10px 24px;
    text-align: center;
    transition: 0.2s;
}
.contact-part-button:hover{
    color: white;
    background: linear-gradient(-150deg,#ffffff,#00000094),#f30511 !important;
}
@media only screen and (max-width: 768px){
    .sec-six-title{
        text-align: center;
        font-size: 18px;
        line-height: 35px;
        width: 100%;
    }

    .sec-six-description{
        font-size: 16px;
        text-align: center;
        line-height: 2em;
    }

    .logo-container{
        flex-direction: row !important;
        margin-top: 20px;
    }

    .logo-container img{
        width: 110px;
        height: 110px;
    }

    .whatssup a{
        color: #48ab56 !important;
        font-size: 18px;
        font-weight: 700;
    }

    .p-call{
        font-size: 16px !important;
        font-weight: 700 !important;
    }


}

.rezayat-link {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
.rezayat-link a{
    font-size: 15px;
    font-weight: 300;
    background-color: #2D2D2D;
    color: white;
    border-radius: 5px;
    padding: 10px 24px;
    transition: 0.2s;
}
.rezayat-link a:hover{
    transform: skew(-10deg);
    color: white;
}
#digarkhadamat img{
    width: 100%;
}

#digarkhadamat a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
    font-size: 16px;
    font-weight: 600;
    color: #2D2D2D;
    transition: 0.2s;
}
#digarkhadamat a:hover{
    transform: scale(1.03);
}
#digarkhadamat h4{
    color: #2D2D2D;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
}

.title-img img{
    width: 100%;
}
.title-container{
    background-color: #333;
    border-radius: 5px 5px 0 0;
    min-height: 100px;
    position: relative;
}

.baste-bold{
    position: absolute;
    background-color: #BF000A;
    color: white;
    width: 100%;
    right: 0;
    border-radius: 12px 12px 0 0;
    top: -15px;
    text-align: center;
}
.title-container span{
    color: white;
    font-weight: 400;
    font-size: 16px;
    display: block;
    transform: rotate(90deg);
    position: absolute;
    top: 38px;
    right: -23px;
    text-align: center;
    width: 90px;
}

.sections-title-a{
    border-radius: 12px 12px 0 0;
}
.sections-title-a h2{
    color: #2D2D2D;
    font-size: 24px;
    font-weight: 900;
}
.sections-title-a p{
    color: #7A7A7A;
    font-weight: 300;
    line-height: 28px;
    font-size: 17px;
}

/* type */
.type-pr{
    border-radius: 12px;
    background-color: rgb(255 250 250);
    padding:  2rem 1rem;
}
.h2{
    color: #2D2D2D;
    font-size: 24px!important;
    font-weight: 900!important;
    margin-bottom: 20px!important;
}
.h3{
    font-size: 18px!important;
    color: white;
    font-weight: 600!important;
    background-color: #ff4d4d;
    display: inline-block;
    padding: 3px 10px;
    margin-bottom: 20px!important;
}
.h4{
    font-size: 16px!important;
    font-weight: 600!important;
    display: inline;
    color: #2D2D2D;
}
.p{
    font-weight: 400;
    color: #2D2D2D;
    line-height: 28px;
    font-size: 16px;
    text-align: justify;
}
.p a{
    color: #ff4d4d;
}
.ul li{
    line-height: 28px;
    text-align: justify;
}
.ul.ul-disk{
    list-style: disc;
}
.ul.ul-number{
    list-style: arabic-indic;
}
.p.bold{
    font-weight: 500;
}
.mazaya-pr{
    border-radius: 12px;
    padding: 2rem 1rem;
}
.mazaya-pr figure{
    width: 70px;height: 70px;
    border-radius: 50%;
    background: rgb(255 250 250);
    display: flex;
    align-items: center;
    justify-content: center;
}
.mazaya-pr figure img{
    width: 30px;
}
.mazaya-pr h4{
    color: #2D2D2D;
    font-weight: 700;
    font-size: 16px;
}
.mazaya-pr p{
    text-align: right;
    color: #7A7A7A;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
}

.type-pr ul li::before,
.cip-txt ul li::before
{
    content: "\2022";  
    color: #ff4d4d; 
    font-weight: bold; 
    display: inline-block; 
    width: 1em; 
}
.cip-pic img{
    width: 100%;
}
.columnn {
    float: left;
    width: 33%;
    padding: 10px;
  }
  
.columnn img {
    opacity: 0.8;
    cursor: pointer;
    width: 100%;
  }
  
  .columnn img:hover {
    opacity: 1;
  }
.roww:after {
    content: "";
    display: table;
    clear: both;
  }
  
.containerr {
    position: relative;
  }
  
#imgtext {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    font-size: 20px;
  }
.closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 35px;
    cursor: pointer;
  }
  .roww{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .containerr img{
    width: 100%;
  }
  .ul-disk{
    padding: 0 3rem!important;
  }
  #questions h2,
  #questions p{
    text-align: right;
    width: 100%;
  }

  #steps{
    background-color: rgb(255 250 250);
    padding: 3rem 0;
}
.steps-in{
    background-color: #fff;
    border-radius: 12px;
    margin: 30px 0!important;
}
#steps h2,#steps p{
    text-align: right;
    width: 100%!important;
}
.steps-pr{
    transition: 0.2s;
    border-radius: 12px;
    padding: 1rem;
}
.steps-pr:hover{
    background-color: #ff4d4d;
    transform: translateY(-10px);
}
.steps-pr span{
    width: 30px;
    height: 30px;
    background-color: #ff4d4d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    color: white;
}
.steps-pr:hover span{
    background-color: #fff;
    color: #ff4d4d;
}
.steps-pr p{
    margin-top: 10px;
    color: #2D2D2D;
    font-weight: 300;
}
.steps-pr:hover p{
    color: white;
}
.steps-in ul li{
    list-style-type: none;
    margin-bottom: 10px;
}
.steps-in ul li::before,
.type-pr ul li::before,
.cip-txt ul li::before
{
    content: "\2022";  
    color: #ff4d4d; 
    font-weight: bold; 
    display: inline-block; 
    width: 1em; 
}
  /* faq */
  .faq-pr{
    background-color: rgb(255 250 250);
    border-radius: 12px;
    margin-bottom: 10px;
  }
  .faq-page {
    font-size: 14px!important;
    font-weight: 600;
    cursor: pointer;
    padding: 20px 10px;
    width: 100%;
    border: none;
    outline: none;
    transition: 0.4s;
    margin: auto;
}
.faq-body{
    margin: auto;
   width: 100%; 
   padding: auto;
    
}
.faq-body {
    padding: 0 18px;
    display: none;
    overflow: hidden;
}
.faq-page:after {
    content: '\02795';
    font-size: 13px;
    color: #ff4d4d;
    float: right;
    margin-left: 5px;
    margin-top: 3px;
}
.active:after {
    content: "\2796";
}

/* product slider */

.best-sell-l a{
    display: block;
    width: 220px;
    padding: 10px;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 0 10px 0 #f1f1f1;
    transition: 0.2s;
    text-decoration: none;
}

.best-sell-l a:hover{
    transform: scale(1.01);
}
.best-sell-l a:hover .sefaresh{
    background-color: #333;
}
.best-sell-l .splide__slide{
    border-radius: 12px;
    overflow: hidden;
}
.darsadtakhfif, .hedye{
    position: absolute;
    right: 10px;
    color: white;
    
    text-align: center;
    border-radius: 7px;
    font-size: 12px;

}
.darsadtakhfif{ 
    top: 10px;
    background: #333;
    font-weight: 700;
    padding: 2px 15px;
}
.hedye{
    top: 35px;
    background-color: #bf000a;
    font-weight: 300;
    min-width: 100px;
    line-height: 22px;
}
.best-sell-l img{
    width: 100%;
}
.pr-name{
    font-weight: 800;
    font-size: 16px;
    color: #333;
}
.pr-brand{
    font-size: 16px;
    font-weight: 400;
    color: #7a7a7a;
}
.old-price{
    font-size: 12px;
    color: #7a7a7a;
    text-decoration: line-through;
    /* display: inline; */
}
.sale-price{
    color:#bf000a;
    font-weight: 700;
    font-size: 16px;
    display: inline;
}
.sefaresh{
    display: block;
    width: 100%;
    margin-top: 10px;
    box-shadow: none;
    border: none;
    padding: 5px 10px;
    border-radius: 7px;
    background-color: #bf000a;
    color: white;
    font-size: 14px;
    font-weight: 500;
    transition: 0.2s;
}
.sefaresh:hover{
    background-color: #333;
}
#nazarat{
    background-color: #F0F0F0;
    padding: 3rem 0;
}
.nazarsplide{
    padding: 0 4rem!important;
}
#nazarat .splide__arrow{
    background-color: white;
}
#nazarat .nazar-txt{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    font-style: italic;
    color: #2D2D2D;
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    position: relative;
    margin-bottom: 2rem;
}
#nazarat .nazar-txt::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleX(.75) rotate(45deg);
    background-color: #fff;
    width: 14px;
    height: 14px;
    top: calc(100% - 7px);
    display: block;
}
#nazarat .nazar-name{
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
}
#nazarat .nazar-mahsool{
    font-weight: 300;
    font-size: 14px;
    text-align: center;
}
.rezayat-link {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
.rezayat-link a{
    font-size: 15px;
    font-weight: 300;
    background-color: #2D2D2D;
    color: white;
    border-radius: 5px;
    padding: 10px 24px;
    transition: 0.2s;
}
.rezayat-link a:hover{
    transform: skew(-10deg);
    color: white;
}

/* comment */
#respond {
    margin: 2rem auto !important;
    padding: 40px !important;
    border-radius: 2px;
    background: #ffffff !important;
    width: 98% !important;
    box-shadow: 0px 0px 20px #0000002e;
}
#respond .stars{
	display: inline-block;
    position: relative;
    top: 5px;
    right: 15px;
}
#reply-title{
	    font-size: 20px;
}
#commentform #submit{
	padding: 15px 20px !important;
    width: 100%;
    border: unset !important;
    outline: unset !important;
}
#respond textarea , #respond input {
    border: solid 1px #dadada !important;
    margin-top: 8px;
}
#comment{
	border: 0;
    border-radius: 5px;
}
#commentform input{
	border:0;
	 border-radius: 5px;
}
#submit{
    border: 1px solid #cc3366 !important;
	background: #bf000a !important;
    color: #fff !important;
}
/* comments */

@media (max-width: 992px){

    .faq-page{
        padding: 10px 25px 10px 10px;
        position: relative;
    }
    .faq-page:after{
        position: absolute;
        right: 2px;
        top: 8px;
    }
    #nazarat .splide__arrow{
        background-color: transparent!important;
    }
    .best-sell-l a{
        width: 200px;
    }
    .best-sell-l{
        width: 100%;
    }
    .sefaresh{
        padding: 3px;
        font-size: 12px;
        border-radius: 5px;
    }
    .sale-price{
        font-size: 14px;
    }
    .darsadtakhfif, .hedye{
        right: 5px;
        top: 5px;
        border-radius: 5px;
        padding: 1px 7px;
        font-size: 10px;
    }
    .hedye{
        top: 25px;
    }
    .pr-name{
        font-size: 14px;
    }
    .pr-brand{
        font-size: 12px;
    }
    .mazaya-pr {
        padding: 1rem 1rem 0;
    }
    
    .mreverse{
        flex-direction: column-reverse;
    }
    .ul{
        padding: 0 1rem!important;
    }
    .ul li{
        text-align: right;
    }
    .columnn{
        width: 25%;
        padding: 0;
    }
    .h2{
        font-size: 20px!important;
    }
    .ul{
        padding: 0;
    }
    .takmili1-pr figure{
        width: 45%;
    }

    h1{
        font-size: 20px!important;
        line-height: 1.3em;
        text-align: center;
    }
    .keys{
        justify-content: center;
    }
    #moarefi figure{
        margin-top: 20px;
    }

    .sections-title h2{
        font-size: 20px;
    }
    .sections-title p{
        width: 100%;
    }
    #promotion h3{
        width: 100%;
        font-size: 16px;
        text-align: center;
        justify-content: center;
    }
    #promotion .promotion-link{
        width: 100%;
        margin-top: 1rem;
        justify-content: space-evenly;
    }
    .nazarsplide{
        padding: 0 2rem!important;
    }
    #nazarat .splide__arrow{
        background-color: transparent!important;
    }
    #digarkhadamat a{
        font-size: 12px;
        margin-bottom: 20px;
        text-align: center;
    }

    
}
