@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
    font-family: "Inter", serif !important;
    color: #353535;
    overflow-x: hidden;
}

.form-control::placeholder {
    color: #c2c2c2;
    opacity: 0.8;
}
textarea.form-control{
    border-radius: 16px;
    height: auto;
}
.form-label{
    font-weight: 500;
    font-size: 16px;
}

ul {
    padding: 0;
}

p {
    font-size: 17px;
    color: #999;
}

img {
    max-width: 100%
}

.contact_details ul li,
li {
    list-style: none
}

.contact_details ul,
ul {
    padding-left: 0
}

a {
    text-decoration: none
}

hr {
    height: 2px;
    border: 1px solid #e0e0e0
}

/* general ========================================== */


/* exam correct answer page == ----------------- */ 
 
.ui-success,
.ui-error {
    width: 130px;
    height: 130px; 
    margin: 0 auto;
    opacity: 0;
}
.ui-success.active,
.ui-error.active {
  opacity: 1;
}
.ui-success-circle {
  stroke-dasharray: 260.75219025px, 260.75219025px;
  stroke-dashoffset: 260.75219025px; 
  transform-origin: center center;
  stroke-linecap: round;
  position: relative;
}
.ui-success.active .ui-success-circle {
  animation: ani-success-circle 4s ease-in both ;

}
.ui-success-path {
  stroke-dasharray: 60px 64px;
  stroke-dashoffset: 62px;
  stroke-linecap: round;
}
.ui-success.active .ui-success-path{
  animation: ani-success-path 2.5s 0s ease-in both ;

}
@keyframes ani-success-circle {
  to {
    stroke-dashoffset: 782.25657074px; 
  }
}
@keyframes ani-success-path {
  0% {
    stroke-dashoffset: 62px;
  }
  65% {
    stroke-dashoffset: -5px;
  }
  84% {
    stroke-dashoffset: 4px;
  }
  100% {
    stroke-dashoffset: -2px;
  }
}
.ui-error-circle {
  stroke-dasharray: 260.75219025px, 260.75219025px;
  stroke-dashoffset: 260.75219025px;
}
.ui-error.active .ui-error-circle{
  animation: ani-error-circle 4s ;

}
.ui-error-line1 {
  stroke-dasharray: 54px 55px;
  stroke-dashoffset: 55px;
  stroke-linecap: round;
  transition: 2s;
}
.ui-error.active .ui-error-line1{
  animation: ani-error-line 2s 0s  ease-in both;

}
.ui-error-line2 {
  stroke-dasharray: 54px 55px;
  stroke-dashoffset: 55px;
  stroke-linecap: round; 
}
.ui-error.active .ui-error-line2{
  animation: ani-error-line 2s 0s  ease-in both;
}
@keyframes ani-error-line {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes ani-error-circle {
  0% {
    stroke-dasharray: 0, 260.75219025px;
    stroke-dashoffset: 0;
  }
  35% {
    stroke-dasharray: 120px, 120px;
    stroke-dashoffset: -120px;
  }
  70% {
    stroke-dasharray: 0, 260.75219025px;
    stroke-dashoffset: -260.75219025px;
  }
  100% {
    stroke-dasharray: 260.75219025px, 0;
    stroke-dashoffset: -260.75219025px;
  }
}

/* exam correct answer page == ----------------- */

/* select2 --------------------------- */
.select2-dropdown{
    z-index: 9999 !important;
  }
  .select2-container--default .select2-selection--multiple{
    border-color: #e8e8e8;
    color: #434343;
    border-radius: 0;
    font-size: 15px; 
    padding: 7px 6px 10px 6px;
    font-weight: 500;
    min-height: 51px;
  }
  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #fcdbef;
  }
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #fff3f3;
    color: #FFBC37;
  }
  .select2-dropdown{
    border-color: #e8e8e8;
  
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #e8028c; 
    border-color: #e8028c; 
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    border-color: #e8e8e8;
    color:  #fff;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    color:  #fff;
    padding: 0 5px;
    font-size: 14px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #e8028c; 
    color: #fff;
  } 
  .select2-container--default .select2-selection--single{
    height: 48px;
    border-radius: 10px;
    background-color: #fdfdfd;
    border: 1px solid #eaeaea;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered{
    height: 100%;
    line-height: 46px;
    padding: 0 12px;
    font-size: 15px;
    font-weight: 500;
    color: #76787b;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 47px;
    right: 7px;
  }
  .select2-container--default .select2-results__option--selected{
    background-color: #f5f7f7;
    
  }
  .select2-container--default .select2-search--dropdown .select2-search__field{
    border-color: #e8e8e8;
    font-size: 15px;
  font-weight: 500;
  color: #444;
  }
  .select2-results__option{
    font-size: 15px;
    color: #76787b;
  }
  .select2-container .select2-search--inline .select2-search__field{
    font-size: 15px;
    font-weight: 400;
    height: 27px;
    margin-top: 0px;
    font-family: 'Poppins', sans-serif !important;
    padding: 0px 0;
    line-height: 28px;
     
  }

  .select2-results__option {
    text-align: right;
    font-weight: 500;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    font-size: 13px; 
    display: inline-block;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    font-weight: 600;
  } 
  .select2-container--default .select2-selection--single .select2-selection__arrow{
    left: 7px;
    right: initial;
  }
  .select2-container{
    direction: rtl;
    width: 100% !important;
  }
/* select2 --------------------------- */

/* bootstrap ========================================== */
.btn {
    padding: 9px 27px;
    border-radius: 40px;
    transition: 0.3s;
    font-weight: 600;
    font-size: 15px;
    box-shadow: none !important;
}
.btn.with-icon{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.with-icon i{
    width: 34px;
    height: 34px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50px; 
    font-size: 19px;
    margin-left: 13px;
}
/* primary ------------- */
.btn-primary {
    background-color: #FFBC37;
    border: 1px solid #FFBC37;
}
.btn-primary:hover {
    background-color: #f2a100;
    border: 1px solid #f2a100;
    color: #fff;
}
.btn-primary:focus {
    background-color: #f2a100;
    border: 1px solid #f2a100;
    color: #fff;
}
/* primary ------------- */

/* warning ------------- */
.btn-warning {
    background-color: #FFB401;
    border: 1px solid #FFB401;
    color: #fff;
}

.btn-warning:hover {
    background-color: #FFBB1A;
    border: 1px solid #FFBB1A;
    color: #fff;

}

/* warning ------------- */

/* success ------------- */
.btn-success {
    background-color: #32ce60;
    border: 1px solid #32ce60;
    color: #fff;
}

.btn-success:hover {
    background-color: #4bdc76;
    border: 1px solid #4bdc76;
    color: #fff;

}

/* success ------------- */

/* secondary ------------- */
.btn-secondary {
    background-color: #fff;
    border: 1px solid #cecece;
    color: #b4b4b4;
}

.btn-secondary:hover {
    background-color: #cecece;
    border: 1px solid #cecece;
    color: #fff;
}
/* secondary ------------- */

/* outline-success ------------- */
.btn-outline-success {
    padding: 3px 3px  3px 20px;
    color: #fff;
    background-color: #13CB58;
    border: 2px solid #13CB58;
} 
.btn-outline-success:hover {
    background-color: #13bd54;
    border: 2px solid #13bd54; 
    color: #fff;
}
.btn-outline-success.with-icon i{ 
    background-color: white;
    color: #1acc5d; 
}
/* outline-success ------------- */


/* outline-secondary ------------- */
.btn-outline-secondary {
    color: #aaa;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
}
.btn-outline-secondary:hover {
    background-color: #e7e7e7;
    border: 1px solid #e7e7e7;
    color: #aaa;
}
/* outline-secondary ------------- */

/* form  -------------------------- */
.form-control { 
    border: 1px solid #eaeaea;
    color: #373434;
    border-radius: 10px;
    padding: 10px 16px !important;
    font-size: 15px;
    font-weight: 500;
    background-color: #fdfdfd;
    text-align: right;
    height: 48px;
    box-shadow: none;
}
.form-control:focus {
 box-shadow:none !important;
 background-color: #fff !important;
 border-color: #afafaf80 !important;
}
.form-control::placeholder {
 color:#c1c1c1;
 font-weight:400
}
/* form  -------------------------- */

/* form validation  -------------------------- */
.form-control.is-invalid, .was-validated .form-control:invalid{
    border-color: #FFBC37;
}
.form-control.is-valid, .was-validated .form-control:valid{
    border-color: #12d05c;
}
/* form validation  -------------------------- */



/* paddings  -------------------------- */
.pb-6{
    padding-bottom: 4em;
}
.pt-6{
    padding-top: 4em !important;
}
/* paddings  -------------------------- */

/* color  -------------------------- */
.text-primary{
    color: #FFBC37 !important;
}
.text-success{
    color: #50ba07 !important;
}
.text-warning{
    color: #ff9b00 !important;
}
.text-danger{
    color: #FFBC37 !important;
}
/* color  -------------------------- */

/* accordion  -------------------------- */
.card-section .accordion{
    border: 0;
}
.card-section .accordion-item{
    margin-bottom: 20px;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px 0 #ccc3;
    padding: 9px;
}
.card-section .accordion-button{
    border-radius: 10px !important;
    border-bottom: 0 !important;
}
.card-section .accordion-button::after {
    margin-right: auto;
    margin-left: 0;
}
.card-section .accordion-button:focus{
    box-shadow: none;
    border: 0 !important;
}
.card-section .accordion-button:not(.collapsed){ 
    background-color: #ff000021 !important;
    color: #FFBC37 !important;
    box-shadow: none
}
.card-section .accordion-button:not(.collapsed)::after{
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFBC37'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.card-section .accordion-header{
    display: flex;
    flex-wrap: wrap;
}
.card-section .accordion-header .check-payement{
    width: 70px;
    
}
.card-section .accordion-header .accordion-button{
    width: calc(100% - 70px);
    font-size: 15px;
    font-weight: 600;
    background-color: #d0d0d021;
    color: #a0a0a0;
} 
.card-section .accordion-button::after{
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a0a0a0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
/* accordion  -------------------------- */

/* radio  -------------------------- */
.form-check-input:checked{
    background-color: #FFBC37;
    border-color: #FFBC37;
    box-shadow: none;
} 
.form-check-input:focus{
    box-shadow: none;
}
.form-check-input{
    margin-top: 11px;
    cursor: pointer;
    border: 1px solid rgba(144, 144, 144, 0.25);
}
/* radio  -------------------------- */






/* bootstrap ========================================== */
 
.header-section .navbar .action .language {
    margin-right: 30px;
    position: relative;
  }
  .header-section .navbar .dropdown-menu {
    width: 120px;
    max-width: 59px;
    min-width: 0;
    box-shadow: 0 0 63px 0 rgba(111, 111, 111, 0.15);
    border: 0;
  }
  .header-section .navbar .action .language .dropdown-toggle {
    padding: 0;
    border: 0;
    background-color: transparent !important;
    color: #b4b4b4 !important;
    margin-top: 10px;
  }
  .header-section .navbar .action .language .dropdown-toggle:focus {
    box-shadow: none;
  }
  

/* header ---------------------------------- */
/* logo ------------- */
 

.header-section { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999; 
    padding-top: 0; 
}
.header-section .bottom{ 
}
.header-section.sticky{
    top: 0;
    position: fixed; 
    padding: 0;
    background-color: white;
    box-shadow: 0 6px 18px 0 rgba(238,238,238,.48);
}
.header-section.sticky .bottom { 
}
.header-section.sticky .navbar ul li a::after { 
}
.header-section.sticky .navbar .links > ul > li > a{
}
.header-section.sticky .upper{
    transition: 0.3s;
    padding: 0;
    height: 0;
    overflow: hidden; 
    border: none;
}
.header-section .container{
    position: relative;
}
/* .header-section .container::after{
    content: " ";
    width: 98%;
    height: 1px;
    position: absolute;
    bottom: -14px;
    background-color: #eee;
    right: 0;
    padding: 0 10px;
    left: 0;
    margin: auto;
} */

.header-section .logo {
    width: 230px;
}
.header-section .logo a{
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
}
.header-section .logo img {
    width: 78%;
    padding: 13px;
}

/* logo ------------- */

/* navbar ------------- */
.header-section .navbar {
    padding: 0 16px;
    width: calc(100% - 230px);
    justify-content: space-between;
}
.header-section .navbar .action{
    display: flex;
  flex-wrap: wrap;
}
.header-section .navbar .action a{}
.header-section .navbar .action img{
    width: 22px;
}

.header-section .navbar .links > ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    height: 100%;
}

.header-section .navbar .links > ul li { 
    height: 100%;
    display: inline-block;
    position: relative;
    z-index: 100;
}

.header-section .navbar .links > ul > li > a {
    color: #393939;
    font-weight: 500;
    font-size: 16px;
    transition: 0.5s;
    position: relative;
    padding: 27px 24px;
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
}

.header-section .navbar .links > ul > li > a::after {
    content: " ";
    width: 100%;
    height: 2px;
    background-color: transparent;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
    z-index: 9;
}

.header-section .navbar .links > ul li:hover a::after {
    transition: 0.5s;
    height: 2px;
    background-color: #FFBC37;
}

.header-section .navbar .links > ul > li.active > a {
    color: #FFBC37;
}

.header-section .navbar .links > ul > li.active > a::after {
    transition: 0.5s;
    height: 2px;
    background-color: #FFBC37;

}

.header-section .navbar .links > ul li a:hover {
    transition: 0.5s;
    color: #FFBC37;
}

.menu {
 display:block
}
.menu li {
 display:inline-block;
 position:relative;
 z-index:100
}
.menu li:first-child {
 margin-left:0
} 
.sub-menu li a:hover,
.sub-menu li:hover>a {
 color:#fff;
 background:#d80027
}
.menu ul {
 visibility:hidden;
 opacity:0;
 margin:0;
 padding:0;
 width:170px;
 position:absolute;
 right: 0;
 background:#fff;
 z-index:99;
 transform:translate(0,20px);
 transition:all .2s ease-out;
 box-shadow: 0 4px 15px 0 #d1d1d133;
}
.menu ul:after {
 bottom:100%;
 left:20%;
 border:solid transparent;
 content:" ";
 height:0;
 width:0;
 position:absolute;
 pointer-events:none;
 border-color:rgba(255,255,255,0);
 border-bottom-color:#fff;
 border-width:6px;
 margin-left:-6px
}
.menu ul li {
 display:block !important;
 float:none;
 background:0 0;
 margin:0;
 padding:0;
 border-bottom: 1px solid #f6f6f6;
}
.sub-menu li a {
    display: block;
    background: #fff;
    color: #393939;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 9px;
    text-decoration: none;
    transition: all .2s ease-in-out 0s;
}
.sub-menu li a:hover,
.sub-menu li:hover>a {
    background-color: #ed1d2433;
    color: #FFBC37;
}
.menu li:hover>ul {
 visibility:visible;
 opacity:1;
 transform:translate(0,0)
}
.menu ul ul {
 right:169px;
 top:0;
 visibility:hidden;
 opacity:0;
 transform:translate(20px,20px);
 transition:all .2s ease-out
} 
.menu li>ul ul:hover {
 visibility:visible;
 opacity:1;
 transform:translate(0,0)
}
/* navbar ------------- */
 
.bottom-menu{
    display: none;
}

/* header ---------------------------------- */

/* slider ---------------------------------- */
.slider-section {
    padding-top: 116px;
    direction: ltr;
    background-color: #fff;
    padding-bottom: 2em;
    background-image: url("../img/png/bg.png");
    background-size: cover;
    background-position: -940px 0;
    position: relative;
    background-repeat: no-repeat;
}
.slider-section .text{}
.slider-section .text .content{
    padding-top: 4em;
}
.slider-section .text h3{
    font-weight: 400;
    font-size: 46px;
}
.slider-section .text h3 span{
    display: block;
    font-weight: 600;
}
.slider-section .text p{
    margin-bottom: 70px;
}

.slider-section .slider-text{
    direction: rtl;
    margin-bottom: 29px;
} 

.slider-section .item {
    height: 790px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.slider-section .item .image {
    height: 600px;
    position: relative;
}
.slider-section .item .image::after{
    content: " ";
    border: 1px solid #ebebeb5c;
}

.slider-section .item .image img {
    border-radius: 16px; 
    height: 100%;
    width: 100%;
    object-fit: fill;
    object-position: center;
}


.slider-section .main-slider .owl-nav {
    height: 0;
    margin: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.slider-section .main-slider .owl-nav button {
    width: 46px;
    height: 46px;
    margin-top: -28em;
    position: relative;
}

.slider-section .main-slider .owl-nav button i {
    color: #515151;
}

.slider-section .main-slider .owl-nav button.owl-prev {
    padding: 0 6px !important;
    margin-left: -111px;
}

.slider-section .main-slider .owl-nav button.owl-next {
    padding: 0 6px !important;
    margin-right: -111px;
}

.slider-section .main-slider .owl-dots{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    position: absolute;
    bottom: 26px;
    left: 0;
    right: 0;
}
.slider-section .main-slider .owl-dots .owl-dot{
    width: 15px;
    height: 15px;
    background-color: #fff;
    margin: 0 6px;
    border-radius: 50px;
    border: 2px solid white;
}
.slider-section .main-slider .owl-dots .owl-dot.active{
    background-color: #FFBC37;
}
/* slider ---------------------------------- */

/* news ---------------------------------- */
 
.ticker-container {
    background-color: #ffbc37;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	height: 83px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
  }
  .ticker-text { 
	color: #fafafa;
	white-space:nowrap;
	display:inline-block; 
  }
  .ticker-text h3{
    font-size: 27px;
    font-weight: 400;
  }
/* news ---------------------------------- */



/* howitwork ---------------------------------- */
.whychoose-section {
    padding-top: 8rem;
    padding-bottom: 3em;
    
}
.whychoose-section .container{
    position: relative;
    z-index: 9;
}
.whychoose-section:after{
    content: " ";
    background-image: url("../img/png/bg.png");
    position: absolute;
    left: -440px;
    bottom: -390px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}

.sec-title {
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}

.sec-title::after { 
}

.sec-title h3 {
    font-weight: 400;
    font-size: 39px;
    margin-bottom: 1px;
}
.sec-title span{
    font-size: 39px;
    font-weight: 600;
}
.sec-title p{
    margin-top: 3em;
}

.whychoose-section .boxes {
    padding-top: 20px;
    position: relative;
    width: 90%;
    margin: 0 auto;
} 
.whychoose-section .boxes .row{
    margin: 0;  
}

.whychoose-section .boxes .item {
    margin-bottom: 24px;
}

.whychoose-section .boxes .item .content {
    position: relative;
    transition: 0.3s;
    border: 2px solid #f8f8f8;
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
    background-color: white;
} 
.whychoose-section .boxes .item:hover .content{
    transition: 0.3s; 

} 
.whychoose-section .boxes .item .icon {  
    border-radius: 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100px;
}
.whychoose-section .boxes .item .icon .icon-con{
    background-color: #FFF3E3;
    width: 90px;
    height: 90px;
    border-radius: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
  
.whychoose-section .boxes .item .icon img {
    width: 47px;
}

.whychoose-section .boxes .item .icon h4 {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    height: 100%;
    line-height: 40px;
}

.whychoose-section .boxes .item .text {
    width: calc(100% - 100px);
    text-align: left;
    border-radius: 17px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;

}

.whychoose-section .boxes .item .text h3 {
    font-size: 18px;
    font-weight: 600;
}

.whychoose-section .boxes .item .text p {
    margin-bottom: 5px;
    color: #a5a5a5;
    font-size: 15px;
}

.whychoose-section .boxes .item .text .btn-link {
    color: #999;
    font-size: 14px;
}

.whychoose-section .boxes .item .text .btn-link:hover{
    color: rgb(129, 129, 129);
} 
.page-link{
    text-align: center;
    padding-top: 20px;
}
.page-link a{
    padding: 14px 38px;
}
/* howitwork ---------------------------------- */
 


/* newcollection-section ---------------------------------- */
.newcollection-section {
    padding-top: 8rem;
    padding-bottom: 3em;
    
} 

.newcollection-section .boxes {
    padding-top: 20px;
    position: relative; 
    margin: 0 auto;
} 
.newcollection-section .boxes .row{
    margin: 0;  
}

.newcollection-section .boxes .item {
    margin-bottom: 24px;
}

.newcollection-section .boxes .item .content {
    position: relative;
    transition: 0.3s;
    background-color: #F7F7F7;
    display: flex;
    flex-wrap: wrap;
    padding: 6px 20px;
    border-radius: 20px;
    align-items: center;
} 
.newcollection-section .boxes .item:hover .content{
    transition: 0.3s; 

} 
.newcollection-section .boxes .item .image {  
    border-radius: 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 220px;
}
.newcollection-section .boxes .item .image .icon-con{ 
}
  
.newcollection-section .boxes .item .image img {
    width: 100%;
}

.newcollection-section .boxes .item .image h4 {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    height: 100%;
    line-height: 40px;
}

.newcollection-section .boxes .item .text {
    width: calc(100% - 220px);
    text-align: left;
    border-radius: 17px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;

}

.newcollection-section .boxes .item .text h3 {
    font-size: 27px;
    font-weight: 600;
}
.newcollection-section .boxes .item .text a{
    background-color: #fff;
    margin-top: 20px;
    display: inline-block;
    border-radius: 40px;
    padding: 10px 22px;
    color: #353535;
    font-weight: 500;
}
.newcollection-section .boxes .item .text p {
    margin-bottom: 5px;
    color: #a5a5a5;
    font-size: 15px;
}

.newcollection-section .boxes .item .text .btn-link {
    color: #999;
    font-size: 14px;
}

.newcollection-section .boxes .item .text .btn-link:hover{
    color: rgb(129, 129, 129);
}  
/* newcollection-section ---------------------------------- */
 


/* product-section ---------------------------------- */
.product-section {
    padding-top: 8rem;
    padding-bottom: 3em;
    
} 

.product-section .container{
    position: relative;
    z-index: 9;
}
.product-section.pro2:after{
    content: " ";
    background-image: url("../img/png/bg.png");
    position: absolute;
    right: -660px;
    bottom: -390px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}
.product-section .sec-title{
    text-align: left;
}
.product-section .boxes {
    padding-top: 20px;
    position: relative; 
    margin: 0 auto;
} 
.product-section .boxes .row{
    margin: 0;  
}

.product-section .boxes .item {
    margin-bottom: 24px;
}

.product-section .boxes .item .content {
    position: relative;
    transition: 0.3s;  
    border-radius: 20px; 
} 
.product-section .boxes .item:hover .content{
    transition: 0.3s; 

} 
.product-section .boxes .item .image {  
    border-radius: 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; 
    border: 2px solid white;
    transition: 0.3s;
}
.product-section .boxes .item:hover .image{
    border: 2px solid #FFBC37;
    transition: 0.3s;
}
.product-section .boxes .item .image .icon-con{ 
}
.product-section .boxes .item .image .icon-con a{
    display: block;
}
.product-section .boxes .item .image img {
    width: 100%;
    border-radius: 30px;
}

.product-section .boxes .item .image h4 {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    height: 100%;
    line-height: 40px;
}

.product-section .boxes .item .text {
    text-align: left;
    border-radius: 17px;
    padding-top: 20px;
    padding-bottom: 20px;

}

.product-section .boxes .item .text h3 {
    font-size: 22px;
    font-weight: 600;
    color: #353535;
    transition: 0.3s;
}
.product-section .boxes .item:hover .text h3{
    color: #FFBC37;
    transition: 0.3s;

} 
.product-section .boxes .item .text a{
    background-color: #fff;
    margin-top: 20px;
    display: inline-block;
    border-radius: 40px;
    padding: 10px 22px;
    color: #353535;
    font-weight: 500;
}
.product-section .boxes .item .text p {
    margin-bottom: 5px;
    color: #a5a5a5;
    font-size: 15px;
}

.product-section .boxes .item .text .btn-link {
    color: #999;
    font-size: 14px;
}

.product-section .boxes .item .text .btn-link:hover{
    color: rgb(129, 129, 129);
}  
/* product-section ---------------------------------- */
 

/* Custom design  section ---------------------------------- */
.customdesign-section{
    padding-top: 3em;
    padding-bottom: 3em;
}
.customdesign-section .colors{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.customdesign-section .sec-title{
    text-align: left;
}
.customdesign-section .colors .boxes{
    margin-top: 3em;
}
.customdesign-section .colors .boxes ul{
    display: flex;
    flex-wrap: wrap;
}
.customdesign-section .colors .boxes ul li{
    margin-bottom: 10px;
    margin-right: 10px;
}
.customdesign-section .colors .boxes ul li button{
    width: 100px;
    height: 100px;
    border-radius: 10px;
    border: 0;
    font-size: 30px;
    color: #fff;
} 
.customdesign-section .image{}
.customdesign-section .image img{}
/* Custom design  section ---------------------------------- */


/* gallery-sec ---------------------------------- */
.gallery-sec {
    padding-top: 2rem; 
    padding-bottom: 2em;
}
.gallery-sec .container{
    position: relative;
    z-index: 9;
}
.gallery-sec:after{
    content: " ";
    background-image: url("../img/png/bg.png");
    position: absolute;
    left: -440px;
    bottom: -390px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}
.gallery-sec .sec-title{
    text-align: left;
}

.gallery-sec .boxes {
    padding-top: 1em;
}

.gallery-sec .boxes .item {
    margin-bottom: 30px;
}

.gallery-sec .boxes .item .content {
    border: 7px solid white;
    box-shadow: 0 4px 7px 0 #d1d1d133;
    border-radius: 20px;
    overflow: hidden;
}

.gallery-sec .boxes .item .content .image {
    height: 260px;
}

.gallery-sec .boxes .item .content .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s; 
}
.gallery-sec .boxes .item:hover .content .image img { 
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.4s;
}

.gallery-sec .boxes .item .content img {
    border-radius: 14px;
}

.gallery-sec .boxes .item .content .banner {
    height: 260px;

}

.gallery-sec .boxes .item .content .banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s; 

}

.gallery-sec .boxes .item:hover .content .banner img { 
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.4s;
}

/* gallery-sec ---------------------------------- */
 
/* Reviews ---------------------------------- */
.reviews-section {
    padding-top: 4rem;
    direction: ltr;
}
.reviews-section .container{
    position: relative;
    z-index: 9;
}
.reviews-section .boxes { 
}
.reviews-section:after{
    content: " ";
    background-image: url("../img/png/bg.png");
    position: absolute;
    right: -960px;
    bottom: -390px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}
.reviews-section .boxes .item {}

.reviews-section .boxes .item .content {
    box-shadow: 0 6px 18px 0 rgba(238,238,238,.48);
    padding: 20px 20px; 
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
    position: relative;
    background-color: #fff;
} 
.reviews-section .boxes .item .content .info{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    padding-top: 40px;
    padding-bottom: 10px;
}
.reviews-section .boxes .item .content .info .image{
    width: 50px;
    height: 50px;
    border-radius: 70px;
    overflow: hidden;
}
.reviews-section .boxes .item .content .info .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reviews-section .boxes .item .content .info .user-info{
    text-align: left;
    padding-top: 6px;
    padding-left: 16px;
}
.reviews-section .boxes .item .content .info .user-info h3{
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0;
}
.reviews-section .boxes .item .content .info .user-info p{
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
}
.reviews-section .boxes .item .content .star-sec{}
.reviews-section .boxes .item .content .star-sec ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.reviews-section .boxes .item .content .star-sec ul li{
    margin-right: 6px;
}
.reviews-section .boxes .item .content .star-sec ul li span{
    color: #FFBC37;
}
.reviews-section .boxes .item .content .text{
    border-radius: 10px;
    padding: 10px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    padding-top: 29px;
}
.reviews-section .boxes .item .content .text p{
    margin-bottom: 0;
    font-size: 16px;
    text-align: left;
}

.reviews-section .owl-nav{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.reviews-section .owl-nav button{
  transition: 0.3s;
  width: 42px;
  height: 42px;
}
.reviews-section .owl-nav button:hover{
  transition: 0.3s;
  color: var(--main);

}
.reviews-section .owl-nav button i{}
.reviews-section .owl-nav .owl-prev{}
.reviews-section .owl-nav .owl-next{}
/* Reviews ---------------------------------- */

/* getintoch ---------------------------------- */
.getintoch-section{
    margin-top: 7em;
}
.getintoch-section{
    position: relative;
    z-index: 9;
}

.getintoch-section .content{
    background-color: #FAFAFA;
    padding: 70px 70px;
    border-radius: 19px;
}
.getintoch-section .content .text{}
.getintoch-section .content .text h3{
    font-weight: 600;
}
.getintoch-section .content .text p{}
.getintoch-section .content .form-sec{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.getintoch-section .content .form-con{
    width: 80%;
    box-shadow: 0 6px 18px 0 rgba(238,238,238,.48);
    display: flex; 
}
.getintoch-section .content .form-sec .form-control{
    border: 0;
    border-radius: 0;
    height: 68px;
    text-align: left;
}
.getintoch-section .content .form-sec button{
    width: 190px;
    border-radius: 0;
}
/* getintoch ---------------------------------- */

 


/* footer ---------------------------------- */
.footer-section{
    border-top: 1px solid #e8e8e8;
    padding-top: 6em;
    padding-bottom: 0; 
    margin-top: 6em;
    position: relative;
}
.footer-section::after{
    /* content: ' '; */
    background-image: url("../img/png/1009dark.png");
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.6;
    z-index: 0;
}
.footer-section .top_part{
    padding-bottom: 3em;
    position: relative;
    z-index: 9;
    
}
.footer-section .item{}
.footer-section .item.links{
    padding-right: 8em;
}
.footer-section .item .item-content{
    padding-top: 27px;
}
.footer-section .item .item-content .content{
    display: flex;
    flex-wrap: wrap;
}

.footer-section .item .image{
    padding-bottom: 20px;
}
.footer-section .item .image img{
    width: 160px;
}
.footer-section .item .text{}
.footer-section .item .text ul{}
.footer-section .item .text ul li{}
.footer-section .item .text ul li a{
    padding: 7px 0;
    display: block;
    font-weight: 500;
    color: #9b9b9b;
    transition: 0.3s;
    font-size: 15px;
}
.footer-section .item .text p{} 

.footer-section .item .main-title{
    position: relative;
}
.footer-section .item .main-title::after {
  content: " ";
  width: 35px;
  height: 2px;
  background-color: #FFBC37;
  position: absolute;
  left: 0;
}
.footer-section .item .main-title h3{
    font-weight: 700;
    font-size: 21px; 
}
 
/* social media ----------------- */
.footer-section .item .social-media {
    margin-left: 0;
    margin-top: 30px;
    padding-bottom: 0;
} 
.footer-section .item .social-media h5{
    font-weight: 600;
    font-size: 17px; 
}
.footer-section .item .social-media ul {
    margin-top: 0;
    padding: 0;
}

.footer-section .item .social-media ul li {
    display: inline-block;
    margin: 0;
    padding: 0 0;
}

.footer-section .item .social-media ul li a {
    text-align: center;
    font-size: 17px;
    transition: 0.3s;
    color: #9b9b9b;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 26px;
}
.footer-section .item .social-media ul li a:hover{
    transition: 0.3s;
    color: #FFBC37;
}

.footer-section .item .social-media ul li a i {
    margin-top: 0;
    margin-left: 0; 
}
/* social media ----------------- */

/* contact info  ----------------- */
.footer-section .item .contact-info{
    padding-top: 24px;
}
.footer-section .item .contact-info ul{}
.footer-section .item .contact-info ul li{
    display: flex;
    flex-wrap: wrap;
    padding: 4px 0;
}
.footer-section .item .contact-info ul li a{
    display: block;
    font-weight: 500;
    color: #9b9b9b;
    transition: 0.3s;
    direction: ltr;
}
.footer-section .item .contact-info ul li .icon{
    padding-left: 10px;
    width: 40px;
}
.footer-section .item .contact-info ul li .icon i{
    color: #FFBC37;
}
/* contact info  ----------------- */


/* newslater ----------------- */
.footer-section .item .send{
    width: 63px;
}
.footer-section .item .send .btn{
    padding: 10px 0;
    width: 44px;
    text-align: center;
    box-shadow: 0 6px 29px 0 rgb(255, 56, 56);
}
.footer-section .item .send .btn:hover{
    transition: 0.3s; 
}
.footer-section .item .email{
    width: calc(100% - 63px);
}
.footer-section .item .email .form-control{
    box-shadow: 0 6px 21px -4px rgb(220, 220, 220);
    border: 1px solid #fff;
    background-color: white;
}
/* newslater ----------------- */

/* links ----------------- */
.footer-section .item .item-content .links{}
.footer-section .item .item-content .links ul{ 
}
.footer-section .item .item-content .links ul li{}
.footer-section .item .item-content .links ul li a{
    padding: 7px 0;
    display: block;
    font-weight: 500;
    color: #9b9b9b;
    transition: 0.3s;
    font-size: 15px;
}
.footer-section .item .item-content .links ul li a:hover{
    transition: 0.3s;
    color: #FFBC37;
}
/* links ----------------- */

/* footer bottom  ----------------- */
.footer-section .buttom_part {
    border-top: 1px solid #e8e8e8;
    padding-bottom: 20px;
    padding-top: 23px;
    margin-top: 0;
    position: relative;
    z-index: 9;
}
.footer-section .buttom_part .center {
 text-align:center
}
.footer-section .buttom_part .center p {
 display:inline-block;
 margin-bottom:0
}
.footer-section .buttom_part .center a {
 display:inline-block
}
.footer-section .buttom_part .center a strong {
    color: #FFBC37;
}
/* footer bottom  ----------------- */



  
/* footer ---------------------------------- */


/* inner pages ============================================== */
.page-content{
    padding-top: 5em;
    padding-bottom: 6em;
}

/* banner ---------------------------------- */
.banner-section{
    position: relative;
    margin-top: 100px;
    background-color: #f9f9f9;
    height: 250px;
}
.banner-sections::after {
  content: ' ';
  background-image: url("../img/png/1009dark.png");
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.6;
  z-index: 0;
}
.banner-section .container{
    height: 100%;
    
}
.banner-section .row{
    align-items: center;
    height: 100%;
}
.banner-section .content{
}
.banner-section .content .title{
    text-align: center;
}
.banner-section .content .title h3{
    font-weight: 700;
    font-size: 32px;
}
.banner-section .content .tree-links{
	margin-bottom: 0;
}
.banner-section .content .tree-links ul{
    justify-content: center;
	padding: 0;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
    
}
.banner-section .content .tree-links ul li{ 
	margin-right: 24px;
	position: relative;
}
.banner-section .content .tree-links ul li::after { 
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -20px;
    top: 2px;
    width: 11px;
    display: block;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    color: #61646b;
    font-size: 10px;
}
.banner-section .content .tree-links ul li:last-child:after{
	display: none;
}
.banner-section .content .tree-links ul li:last-child{
    margin: 0;
} 
.banner-section .content .tree-links ul li a{
	color: #61646b;
	font-size: 13px;
	font-weight: 500;
	display: block;
	transition: all 0.3s;
}
.banner-section .content .tree-links ul li a:hover{
    color: #FFBC37;
}
.banner-section .content .tree-links ul li .icon{
    color: #FFBC37;
}
.banner-section .content .tree-links ul li .icon img{
	width: 13px;
	margin-top: -2px;
} 
/* banner ---------------------------------- */

/* brands ---------------------------------- */
.page-content .best-brands{
    padding-top: 0; 
}
/* brands ---------------------------------- */

/* best products ---------------------------------- */
.page-content .best-products{ 
}
/* best products ---------------------------------- */

/* order complete ---------------------------------- */
.page-content .order-complete{
    padding-top: 2em;
    padding-bottom: 4em;
}
.page-content .order-complete .content{
    text-align: center;
    margin: 0 auto;
    padding-top: 3em;
    padding-bottom: 3em;
    border-radius: 20px;
    border: 1px solid #f1f1f1;
    padding-right: 30px;
    padding-left: 30px;
}
.page-content .order-complete .content h3{
    font-weight: 600;
    font-size: 26px;
    padding-bottom: 11px;
}
.page-content .order-complete .content p{}
.page-content .order-complete .content .image{
    padding-top: 2em;
}
.page-content .order-complete .content .image img{}

/* order complete ---------------------------------- */

/* card page ---------------------------------- */
.card-section{ 
    margin: 0 auto;
}
.card-section .title{
    padding-bottom: 10px;
}
.card-section .title h3{
    font-weight: 800;
    font-size: 20px;
}
.card-section .items{ 
}
.card-section .items .item{
    display: flex;
    flex-wrap: wrap; 
    padding: 10px 10px;
    border-radius: 10px;
    box-shadow: 0 4px 15px 0 #ccc3;
    justify-content: space-between;
    margin-bottom: 18px;
}
.card-section .items .item .link{
    width: calc(100% - 196px);
}
.card-section .items .item .link .pro-link{
    width: 100%;
    border: 0;
    padding: 11px 10px;
    border-radius: 10px;
    background-color: #f7f7f7;
    color: #8c8c8c;
    font-weight: 500;
    outline: 0;
}
.card-section .items .item .product-quantity{
    width: 131px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.card-section .items .item .delete{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 29px;
    justify-content: center;
    
}
.card-section .items .item .delete .no-style{
    background: none;
    border: 0;
}
.card-section .items .item .delete .delete-btn{}
.card-section .items .item .delete .delete-btn:hover i{}
.card-section .items .item .delete i{
    color: #FFBC37;
    font-size: 16px;
}


.product-quantity .qty-input {
    color: #000;
    background-color: transparent;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 5px; 
    border-radius: 53px;
    border: 1px solid #eee;
  }
  .product-quantity .qty-input .product-qty,
  .product-quantity .qty-input .qty-count {
    background: transparent;
    color: inherit;
    font-weight: 500;
    font-size: inherit;
    border: none;
    display: inline-block;
    min-width: 0;
    height: 34px;
    line-height: 1;
  }
  .product-quantity .qty-input .product-qty:focus,
  .product-quantity .qty-input .qty-count:focus {
    outline: none;
  }
  .product-quantity .qty-input .product-qty {
    width: 50px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    color: #3b3b3b;
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield;
  }
  .product-quantity .qty-input .product-qty::-webkit-outer-spin-button, .product-quantity .qty-input .product-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
            appearance: none;
    margin: 0;
  }
  .product-quantity .qty-input .qty-count {
    padding: 0;
    cursor: pointer;
    width: 2.2rem;
    font-size: 1.25em;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
  }
  .product-quantity .qty-input .qty-count:before, .product-quantity .qty-input .qty-count:after {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    display: block;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .product-quantity .qty-input .qty-count--minus {
    background: #bebebe;
    color: #000;
  }
  .product-quantity .qty-input .qty-count--minus:hover{
    background: #FFBC37;
    color: #fff;
    transition: 0.3s;
  }
  .product-quantity .qty-input .qty-count--add {
    background: #bebebe;
    color: #fff;
    transition: 0.3s;
  }
  .product-quantity .qty-input .qty-count--add:hover{
    background: #FFBC37;
    color: #fff;
    transition: 0.3s;
  }
  .product-quantity .qty-input .qty-count--add:after {
    transform: rotate(90deg);
  }
  .product-quantity .qty-input .qty-count:disabled {
    color: #c1c1c1;
    background: #f4f4f4;
    cursor: not-allowed;
    border-color: transparent;
  }
  .product-quantity .qty-input .qty-count:disabled:before, .product-quantity .qty-input .qty-count:disabled:after {
    background: #ccc;
  }  

/* add ------------- */
.card-section .items .add{ 
    margin: 0 auto;
    padding-top: 27px;
    text-align: center;
}
.card-section .items .add a{
    padding: 9px 35px;
}
.card-section .items .add i{
    font-size: 14px;
    color: #ffff;
    transition: 0.3s;
    margin-top: 3px;
    margin-right: 8px;
}  

/* add ------------- */

/* client information ------------- */
.card-section .client-information{ 
    margin-top: 5em;
}
.card-section .client-information .title{}
.card-section .client-information .title h3{}
.card-section .client-information .inputs{ 
    padding: 20px 20px;
    border-radius: 10px;
    justify-content: space-between;
    margin-bottom: 18px; 
    box-shadow: 0 4px 15px 0 #ccc3;
}
.card-section .client-information .inputs .item{
    margin-bottom: 15px;
}
.card-section .client-information .inputs .item .form-label{}
.card-section .client-information .inputs .item .form-control{}

/* client information ------------- */

/* payement info ------------- */
.card-section .payement-info{
    margin-top: 5em;
}
.accordion-header .check-payement{
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.payement-accordion .accordion-item{}
.payement-accordion .accordion-item .bank-infor{}
.payement-accordion .accordion-item .bank-infor ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.payement-accordion .accordion-item .bank-infor ul li{
    padding-left: 50px;
}
.payement-accordion .accordion-item .bank-infor ul li h3{
    font-weight: 500;
    font-size: 16px;
    color: #999;
}
.payement-accordion .accordion-item .bank-infor ul li h5{
    font-weight: 500;
    font-size: 16px;
    color: #555;
}
.payement-accordion .accordion-item .accordion-body{
    border-top: 1px solid whitesmoke;
    margin-top: 14px;
}

.payement-info{}
.payement-info .actions{
    text-align: center;
    margin-top: 38px;
}
.payement-info .actions .btn{
    padding: 9px 42px;
    margin: 0 auto;
}

/* payement info ------------- */



/* card page ---------------------------------- */
 

/* login system ---------------------------------- */
.login-signup{
    padding-top: 6em;
}
.login-signup .content{ 
    padding-top: 6em;
}
.login-signup .content .title{
    text-align: center;
}
.login-signup .content .title .icon{
    width: 45px;
    height: 45px;
    background-color: #FFBC37;
    border-radius: 30px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.login-signup .content .title .icon i{
    color: white;
    font-size: 19px;
}
.login-signup .content .title h3{ 
    font-weight: 700;
    font-size: 31px;
    margin-bottom: 15px;
    margin-top: 23px;
}
.login-signup .content .title p{}
.login-signup .content .box{
    margin-top: 2em;
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 17px;
    box-shadow: 0 4px 15px 0 #ccc3;
    width: 470px;
    margin-left: auto;
    margin-right: auto;
}
.login-signup .content .form-sec{}
.login-signup .content .form-sec .item{}
.login-signup .content .form-sec .item .form-label{
    font-weight: 500;
    font-size: 15px;
}
.login-signup .content .form-sec .item .form-control[type="email"]{
    text-align: left;
    font-size: 17px;
    direction: initial;
}
.login-signup .content .form-sec .item .form-control[type="text"]{
    padding-right: 58px !important;
}
.login-signup .content .form-sec .item .form-control[type="password"]{
    text-align: left;
    font-size: 17px;
}
.login-signup .content .form-sec .item .inp-box{
    position: relative;
}
.login-signup .content .form-sec .item .inp-box .icon{
    position: absolute;
    bottom: 0;
    top: 1px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 14px;
    background-color: #fdfdfd;
    margin-right: 1px;
    border-radius: 0 10px 10px 0;
    height: 45px;
}
.login-signup .content .form-sec .item .inp-box .icon i{
    font-style: normal;
    color: #353535;
}
.login-signup .content .form-sec .item .pass-reset{
    float: left;
}
.login-signup .content .form-sec .item .pass-reset a {
    font-weight: 500;
    font-size: 14px;
    color: #ACACAC;
    transition: 0.3s;
}
.login-signup .content .form-sec .item .pass-reset a:hover{
    color: #FFBC37;
    transition: 0.3s;

}
.login-signup .content .form-sec .item .btn{ 
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 29px;
    padding-bottom: 10px;
}
.login-signup .content .other{}
.login-signup .content .other ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.login-signup .content .other ul li{ 
}
.login-signup .content .other ul li a{
    padding: 7px 18px;
    margin: 0 5px;
    display: block;
    border-radius: 30px;
    border: 1px solid #eee;
    color: #adadad;
    text-align: center;
    transition: 0.3s;
}
.login-signup .content .other ul li i{
    margin-left: 11px;
}
.login-signup .content .other ul li.facebook a{}
.login-signup .content .other ul li.facebook a:hover{
    background-color: #2c92ff;
    border-color: #2c92ff;
    color: white;
}
.login-signup .content .other ul li.google a{}
.login-signup .content .other ul li.google a:hover{
    background-color: #FFBC37;
    border-color: #FFBC37;
    color: white;
}
.login-signup .content .other .or{
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 28px;
    margin-bottom: 32px;
}
.login-signup .content .other .or span {
    text-align: center;
    display: inline;
    font-size: 14px;
    background-color: #fff;
    padding: 0 20px;
    color: #9B9B9B;
}
.login-signup .content .other .or::after {
  content: " ";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #EEE;
  margin-top: -10px;
}
.login-signup .content .orsignup{
    padding-top: 26px;
}
.login-signup .content .orsignup p{
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    color: #ACACAC;
    transition: 0.3s;
}
.login-signup .content .orsignup a{
    color: #FFBC37;
    font-weight: 600;
    transition: 0.3s;
}
.login-signup .content .orsignup a:hover{    
    transition: 0.3s;
    color: #3e3e3e;

}
/* login system ---------------------------------- */


/* account  ---------------------------------- */
.account-sec{
    padding-top: 12em;
}
.account-sec .sidebar{}
.account-sec .sidebar .content{
    border-left: 2px solid #f1f1f1;
}
.account-sec .sidebar .nav-tabs{
    border-bottom: 0;
    display: block;
}
.account-sec .sidebar .nav-tabs li{
    margin-left: 11px;
    display: block;
    margin-bottom: 8px;
}
.account-sec .sidebar .nav-tabs .nav-link{
    border: 0;
    font-size: 16px;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: right;
    padding: 11px 14px;
    position: relative;
    border-radius: 11px;
    color: #888;
}
.account-sec .sidebar .nav-tabs .nav-link:hover{
    color: #FFBC37;
    background-color: #FFBC370f;
    transition: 0.3s;
}
.account-sec .sidebar .nav-tabs .nav-link:hover::after{
    background-color: #FFBC37;
    transition: 0.3s;
}
.account-sec .sidebar .nav-tabs .nav-link::after{
    content: " ";
    position: absolute;
    left: -13px;
    width: 2px;
    height: 100%;
    background-color: transparent;
    top: 0;
    transition: 0.3s;
    border-radius: 0 10px 10px 0;

}
.account-sec .sidebar .nav-tabs .nav-link.active{ 
    color: #FFBC37;
    background-color: #FFBC370f;
}
.account-sec .sidebar .nav-tabs .nav-link.active::after{
    background-color: #FFBC37;
    
}
.account-sec .content-sec{}
.account-sec .content-sec .title{}
.account-sec .content-sec .title h3{
    font-weight: 700;
    font-size: 22px;
}
/* addresses ----- */
.account-sec .content-sec .addresses{}
.account-sec .content-sec .added-addresses{}

.added-addresses .accordion-flush .accordion-item{
    margin-bottom: 20px;
    border-radius: 12px !important;
    padding: 5px;
    border: 1px solid #eaeaea !important;
}
.added-addresses .accordion-button::after {

}
.added-addresses .accordion-button:not(.collapsed)::after {
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFBC37'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.added-addresses .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a0a0a0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.added-addresses .accordion-button::after {
  margin-right: auto;
  margin-left: 0;
}
.added-addresses .accordion-flush .accordion-item .accordion-button{
    box-shadow: none !important;
}
.added-addresses .accordion-header .accordion-button {
    font-size: 15px;
    font-weight: 600;
    color: #888;
    border-radius: 10px !important;
    border-bottom: 0 !important;
    padding: 12px 15px;
}
.added-addresses .accordion-button:not(.collapsed) {
  background-color: #ff000021 !important;
  color: #FFBC37 !important;
  box-shadow: none;
}
/* addresses ----- */


/* orders ----- */

.orders .main-item{
    margin-bottom: 30px;
}
.orders .main-item > .content{
    padding: 20px 0px 0 0;
    border-radius: 10px;
    position: relative;
    transition: 0.3s;
}
.orders .main-item .head{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #f9f9f9;
    padding: 13px 10px;
}
.orders .main-item .head .date{
    display: flex;
    flex-wrap: wrap;
}
.orders .main-item .head .date h3{
    font-weight: 600;
    font-size: 16px;
    direction: initial;
    text-align: right;
    margin-bottom: 0;
}
.orders .main-item .head .date h4{
    font-weight: 500;
    font-size: 16px;
    color: #6f6f6f;
    margin-right: 22px;
    margin-bottom: 0; 
}
.orders .main-item .head .date span{
    color: #FFBC37;
}
.orders .main-item .head .details{}
.orders .main-item .head .details a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #FFBC37;
    font-weight: 500;
    font-size: 15px;
    transition: 0.3s;
}
.orders .main-item .head .details a:hover{
    transition: 0.3s;
    color: #353535;
}
.orders .main-item .head .details i{
    margin-right: 6px;
}
.orders .main-item .items{}
.product-table{}
.product-table .table{}
.table-bordered, .table-bordered td, .table-bordered th{
    border: 1px solid #f0f0f0;
}
.product-table .table th{
    padding: 12px 10px;
}
.product-table .table td{
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
} 
.product-table .table td span{
    color: #FFBC37;
}
.product-table td .content { 
    border-radius: 10px;
    position: relative;
    transition: 0.3s;
    display: flex;
    flex-wrap: wrap;
} 


.product-table td .content .image {
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #f4f4f4;
    margin-left: 10px;
    width: 70px;
}

.product-table td .content .image a {
    width: 100%;
    height: 100%;
}

.product-table td .content .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
} 
.product-table td .content .discount {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #ff1919bd;
    padding: 4px 8px;
    border-radius: 100px;
    direction: ltr;
}

.product-table td .content .discount h4 {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
}
 
.product-table td .content .title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product-table td .content .title a {
    font-size: 14px;
    font-weight: 600;
    color: #353535;
    transition: 0.3s; 
    display: -webkit-box; 
    max-height: 47px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
    height: initial;
}

.product-table td .content .title a:hover {
    transition: 0.3s;
    color: #FFBC37;
}

.product-table td .content p {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
}

.product-table td .brand-name {  
}

.product-table td .brand-name h5 {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
}

.product-table td .brand-name h5 a{
    color: #999;
    transition: 0.3s;
}
.product-table td .brand-name h5 a:hover{
    color: #FFBC37;
    transition: 0.3s;

}
.product-table td .brand-name h4 {
    margin-bottom: 0;
    font-size: 13px;
    color: #999;
    font-weight: 400;
    padding-left: 5px;
}




.orders .box{
    margin-bottom: 40px;
}
.orders .box:last-child{
    margin-bottom: 0;
}
.orders .box.old .main-item > .content{ 
    opacity: 0.7;
}

 
/* orders ----- */

/* order detail ----- */
.account-sec .order-detail{
    margin: 0 auto;

}
.account-sec .order-detail .detail-content{ 
    border-radius: 10px;
    position: relative;
    transition: 0.3s;
}
.account-sec .order-detail .go-back{
    padding-bottom: 20px;
}
.account-sec .order-detail .go-back a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #FFBC37;
  font-weight: 500;
  font-size: 15px;
  transition: 0.3s;
  justify-content: left;
}
.account-sec .order-detail .go-back i {
  margin-right: 6px;
}
.account-sec .order-detail .details{
    padding: 19px 0;
    position: relative;
    transition: 0.3s;
    border-bottom: 2px solid #f4f4f4;
    margin-bottom: 30px;
}
.account-sec .order-detail .details ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
}
.account-sec .order-detail .details ul li{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.account-sec .order-detail .details ul li h4{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 11px;
    margin-left: 11px;
    color: #999;

}
.account-sec .order-detail .details ul li h5{
    font-weight: 500;
    font-size: 18px;
}
.account-sec .order-detail .details ul li.status h5{
    font-weight: 500;
    font-size: 16px; 
}
.account-sec .order-detail .details ul li span{}
.account-sec .order-detail .details ul li span{}

/* order detail ----- */



/* account  ---------------------------------- */

/* defualt page  ---------------------------------- */
.page-content .def-page{}
.page-content .def-page .sec-title{
    text-align: left;
}
.page-content .def-page .sec-title h3{
    font-size: 32px;
  font-weight: 600;
}
 
/* defualt page  ---------------------------------- */
 

/* products details ---------------------------------- */
.product-detail{
    padding-top: 1em;
}
.product-detail .container .row{
    justify-content: center;
}
.product-detail .text{}
.product-detail .text .content{}
.product-detail .text .content .title{}
.product-detail .text .content .title h3{
    font-size: 22px;
    font-weight: 600;
    color: #353535;
    transition: 0.3s;
    line-height: 26px;
}
.product-detail .text .content .brand-name {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    padding-top: 11px;
}
.product-detail .text .content .brand-name h5 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
}
.product-detail .text .content .brand-name h5 a{
    color: #999;
    transition: 0.3s;
}
.product-detail .text .content .brand-name h5 a:hover{
    color: #FFBC37;
    transition: 0.3s;
}
.product-detail .text .content .brand-name h4 {
    margin-bottom: 0;
    font-size: 15px;
    color: #999;
    font-weight: 500;
    padding-right: 5px;
}
.product-detail .text .content .discreption{
    padding-top: 2em;
}
.product-detail .text .content .discreption h5{
    font-size: 15px;
    font-weight: 600;
    color: #353535; 
    margin-bottom: 3px;
}
.product-detail .text .content .discreption p{}
.product-detail .text .content .product-quantity{
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}
.product-detail .text .content .actions{
    margin-top: 34px;
}
.product-detail .text .content .actions ul{
    display: flex;
    flex-wrap: wrap;
}
.product-detail .text .content .actions ul li.whatsapp{
    width: 34%;
}

.product-detail .text .content .actions ul li.add-card{
    margin-bottom: 11px;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 40%);
}
.product-detail .text .content .actions ul li.add-card .btn{
    width: 100%;
}
.product-detail .text .content .actions ul li.add-card .product-quantity{
}
.product-detail .text .content .actions ul li.add-card .add-btn{
}
.product-detail .text .content .actions ul li.add-card .add-btn .btn{
    width: 100%;
}
.product-detail .text .content .actions ul li:not(:last-child){
    margin-left: 10px;
}
.product-detail .text .content .actions ul li a{}
.product-detail .text .content .actions ul li a i{

}

.product-detail .text .content .actions ul .copy-link {}

.product-detail .text .content .actions ul .copy-link a {
    border-radius: 60px;
    padding: 4px 12px;
    width: 44px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 43px;
}

.product-detail .images{
    direction: ltr;
}  
.product-detail .images .thumbnails {
  display: flex;
  margin: 1rem auto 0;
  padding: 0;
  justify-content: center;
}

.product-detail .images .thumbnail {
  width: 70px;
  height: 70px;
  overflow: hidden;
  list-style: none;
  margin: 0 0.2rem;
  cursor: pointer;
  border: 1px solid #eee;
border-radius: 10px;
}
.product-detail .images .thumbnail.is-active{
    border-color: #FFBC37;
}
.product-detail .images .splide__slide img{
    width: 100%;
    border-radius: 10px;
}
.product-detail .splide{
    border: 1px solid #eee;
    border-radius: 10px;
}


/* products details ---------------------------------- */

/* about ---------------------------------- */


/* video ------------------- */
.about-section .video-section{
    padding-top: 3em;
}
.about-section .video-section .content{}
.about-section .video-section .content .image{
	border-radius: 20px;
	overflow: hidden;
	position: relative;
    height: 400px;
}
.about-section .video-section .content .image > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-section .video-section .content .image .icon{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: white;
	border-radius: 50px;

}
.about-section .video-section .content .image .icon a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 25px;
    color: #ffbc37;
}
.about-section .video-section .content .image .icon img{
	width: 25px;
	margin-left: 5px;
}
/* video ------------------- */


/* about ---------------------------------- */

/* contact ---------------------------------- */
.contact-section{
    margin-top: 3em;  
}
.contact-section .main-title{
    text-align: left;
    padding-bottom: 30px;
}
.contact-section .main-title h3{
    color: #FFBC37;
    font-size: 29px;
    font-weight: 600;
}
.contact-section .boxes{
    background-color: #fff;
    padding: 50px 70px;
    border-radius: 10px; 
    overflow: hidden;
    box-shadow: 0 6px 18px 0 rgba(238,238,238,.48);
}
.contact-section .boxes .text{ 
} 
.contact-section .boxes .text h3{
    color: #848484;
    font-size: 18px;
    font-weight: 500;
}
.contact-section .boxes .text h4{
    color: #ACACAC;
    font-size: 17px;
    font-weight: 400;
}
.contact-section .boxes .text ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.contact-section .boxes .text ul li{
    font-size: 18px;
    margin-right: 10px;
}
.contact-section .boxes .text ul li a{
    color: #ACACAC;
}
.contact-section .boxes .text ul li i{}

.contact-section .boxes .form{
    position: relative;
}
.contact-section .boxes .form .item{
    margin-bottom: 10px;
}
.contact-section .boxes .form .form-label{
    color: #A2A2A2;
}
.contact-section .boxes .form .form-label .form-control{
}
.contact-section .boxes .text .content{
    position: relative;
    z-index: 9; 
}
.contact-section .boxes .text .content a{
    unicode-bidi: embed;
}

.contact-section .content{}
.contact-section .content .main-continfo{}
.contact-section .content .main-continfo ul{}
.contact-section .content .main-continfo ul li{
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.contact-section .content .main-continfo ul li a{
    display: flex;
  flex-wrap: wrap;
}
.contact-section .content .main-continfo ul li > img{
    width: 58px;
    height: 58px;
}
.contact-section .content .main-continfo ul li .text{
    padding-left: 20px;
    width: calc(100% - 58px);
}
.contact-section .content .main-continfo ul li .text h3{}
.contact-section .content .main-continfo ul li .text span{
    font-size: 17px;
}

.contact-section .social-m{}
.contact-section .social-m li{}
.contact-section .social-m li a{
    border-radius: 50px;
    width: 53px;
    border: 1px solid #FFBC37;
    color: #FFBC37 !important;
    height: 53px;
    padding: 9px 0 !important;
}
.contact-section .social-m li a:hover{
    color: #fff !important;
    background-color: #ffbc37;
    
}
.contact-section .social-m li a i{}

.contact-section .map{
    margin-top: 5em;
}
.contact-section .map .content{}
.contact-section .map .content iframe {
    width: 100%;
    height: 400px;
    border-radius: 10px;
}

/* contact ---------------------------------- */

/* categories ---------------------------------- */
.page-content .product-section{
    padding-top: 1em;
}
/* categories ---------------------------------- */


/* prjects details ---------------------------------- */
.prjects-details{}
.prjects-details .image{}
.prjects-details .image .main{
  transition: all 0.3s; 
}
.prjects-details .image .image{}
.prjects-details .image .image a{}
.prjects-details .image .image img{}

.prjects-details .image .img-list{
  padding-top: 11px;
}
.prjects-details .image .img-list ul{
  display: flex;
  flex-wrap: wrap;

}
.prjects-details .image .img-list ul li{
  width: 18%;
  margin-right: 11px;
  margin-bottom: 11px;
}
.prjects-details .image .img-list ul li a{
    transition: all 0.3s;
    display: block;
    border: 1px solid #fff;
    border-radius: 16px;
    overflow: hidden;
}
.prjects-details .image .img-list ul li a:hover{

}
.prjects-details .image .img-list ul li img{}

.prjects-details .details{}
.prjects-details .details h3{
  padding-bottom: 10px;
  font-weight: 700;
}
.prjects-details .details p{
  color: #939393;
}
.prjects-details .details ul{
  color: #939393;
}
.prjects-details .details > ul{
}
.prjects-details .details > ul li{
  padding-bottom: 4px;
  list-style: inside;
}

.prjects-details .details .order-now {
  padding-top: 3em;
}
.prjects-details .details .order-now ul{
  display: flex;
  flex-wrap:wrap ;
  justify-content: space-between;
  margin-bottom: 0;
}
.prjects-details .details .order-now ul li{}
.prjects-details .details .order-now ul li:first-child{
  width: 36%;
}
.prjects-details .details .order-now ul li:last-child{
  width: 60%;
}
.prjects-details .details .order-now ul li a{}
.prjects-details .details .order-now a {
  width: 100%;
}

/* prjects details ---------------------------------- */

/* reels ---------------------------------- */
.reels-details{}
.reels-details .item{
    margin-bottom: 17px;
}
/* reels ---------------------------------- */

/* blog page  ---------------------------------- */
.page-content{}
.page-content .blog{}
.page-content .blog .item{
    margin-bottom: 30px;
}
.page-content .blog .item .content{
    box-shadow: 0 4px 7px 0 #d1d1d133;
    border-radius: 20px;
    padding: 7px;
    border: 2px solid #fff;
    transition: 0.3s;

}
.page-content .blog .item:hover .content{
    transition: 0.3s;
    border: 2px solid #FFBC37;
}
.page-content .blog .item .content .image{
    height: 300px;
    overflow: hidden;
    border-radius: 20px;

}
.page-content .blog .item .content .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    transition: 0.3s;
}   
.page-content .blog .item .content .image:hover img{
    transform: scale(1.1);
    transition: 0.3s;
}
.page-content .blog .item:hover .content .image img{
    transform: scale(1.1);
    transition: 0.3s;
}
.page-content .blog .item .content .text{
    padding: 12px 7px 7px 7px;
}
.page-content .blog .item .content .text h3{
    font-size: 19px;
    font-weight: 600;
    transition: 0.3s;
    line-height: 26px;
}
.page-content .blog .item .content .text > h3 > a{
    color: #353535;
    transition: 0.3s;
}
.page-content .blog .item .content .text > h3 > a:hover{
    transition: 0.3s;
    color: #FFBC37;
}
.page-content .blog .item:hover .content .text > h3 > a{
    transition: 0.3s;
    color: #FFBC37;
}
.page-content .blog .item .content .text p{}
.page-content .blog .item .content .text .actions{
    display: flex;
    flex-wrap: wrap;
    margin-top: 37px;
}
.page-content .blog .item .content .text .actions a{
    width: 100%;
}
.page-content .blog .item .content .text .actions .item{
    margin-bottom: 0;
}
.page-content .blog .item .content .text .actions .item:nth-child(1){
    width: 40%;
}
.page-content .blog .item .content .text .actions .item:nth-child(2){
    width: calc(100% - 40%);
}
.page-content .blog .item .about-post{
    justify-content: right;

}
.page-content .blog .about-post{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    align-items: center;
    height: 100%;
}
.page-content .blog .about-post li{
    display: flex;
    flex-wrap: wrap;
    margin-left: 7px;

}
.page-content .blog .about-post li i{
    font-size: 16px;
    margin-top: 0;
    color: #999;
    margin-right: 9px;
}
.page-content .blog .about-post li h4{
    margin-bottom: 0;
    font-size: 15px;
    margin-right: 4px;
    color: #999;
}

/* details ----------------- */
.page-content .blog .main-image{
    height: 480px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 4px 7px 0 #d1d1d133;
    border-radius: 20px;
    padding: 7px;
    border: 2px solid #fff;
    transition: 0.3s;
}
.page-content .blog .main-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}
.page-content .blog .main-text{}
.page-content .blog .main-text .post-info{
    padding-bottom: 30px;
}
.page-content .blog .main-text h3{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 21px;
}
.page-content .blog .main-text p{
    text-align: justify;
}
/* details ----------------- */
/* blog page  ---------------------------------- */










/* inner pages ============================================== */



/* toggle menu --------- */
.toggle-btn{
    margin-right: 20px;
}
.toggle-btn{
    display: none;
}
.menu_btn{ 
}
.menu_btn input#menu1 {
    display: none;
}

.menu_btn .icon { 
    cursor: pointer;
    display: block;
    height: 24px;
    padding: 0;
    width: 24px;
}

.menu_btn .hamburger  {
    position: relative;
    z-index: 200;
    /* border: 1px solid #000; */
    text-align: center;
    height: 30px;
    padding: 0;
    width: 34px;
    margin-top: 3px;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before{
    background-color: #000;
    width: 24px;
height: 2px;
}
.hamburger-box{ 
    width: 25px;
    height: 24px;
    margin-top: 6px;
}
 
.hamburger-inner::before {
    top: -7px;
}
.hamburger-inner::after {
    top: 7px;

}
.menu_btn .hamburger.is-active .hamburger-inner::before{
    top: -10px;
}
.menu_btn .hamburger.is-active .hamburger-inner::after{
    top: 10px;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before{
    background-color: #000;
}
.menu_btn .hamburger-box{
    margin-top: 3px;
    width: 24px;
}
/* toggle menu --------- */