
body{
    background-image: var(--main-bg);
}
b,strong{
    color: #8493d0;
    font-size: 16px;
}
h3{
    font-size: 24px;
    background: #09243e;
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    border-radius: 15px;
    margin-top: 30px;
}
section.about-learn-sec .description-sec li{
    list-style: circle;
    line-height: 43px;
    font-size: 16px;
}
section.about-learn-sec .description-sec thead, tbody, tfoot, tr, td, th{
    padding: 7px;
}
section.product-detail-sec{
    padding-top: 200px;
}
section.product-detail-sec .container-fluid{
    padding-left: 0;
}
section.product-detail-sec .img-sec img{
    border-radius: 10px;
}
section.product-detail-sec .breadcrumb li{
    color: var(--heading-color);
    font-size: var(--f16);
}
section.product-detail-sec .breadcrumb li a{
    color: var(--white-color);
    font-size: var(--f16);
}
section.product-detail-sec .breadcrumb-item+.breadcrumb-item::before{
    color: var(--white-color);
    font-family: "Font Awesome 5 Free";
   content: "\f054";
   display: inline-block;
   padding-right: 10px;
   vertical-align: middle;
   font-weight: 900;
   font-size: var(--f9);
   float: none;
}
section.product-detail-sec .col-4{
    position: relative;
}
section.product-detail-sec .product-cont{
    position: sticky;
    top: 20px;
}
section.product-detail-sec .product-cont h2{
    color: #ffc8a0;
    font-size: var(--f27);
}
section.product-detail-sec .product-cont hr{
    background: var(--heading-color);
}
img.card-img-top{
    height: 250px;
    object-fit: contain;
}
section.product-detail-sec .product-cont .reviews{
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
}
section.product-detail-sec .product-cont .reviews i{
    color: var(--heading-color);
}
section.product-detail-sec .product-cont .reviews p{
    color: var(--heading-color);
    margin-bottom: 0;
    font-size: var(--f14);
}
section.product-detail-sec .product-cont .price{
    color: var(--heading-color);
    margin-top: var(--m20);
    font-size: var(--f23);
}
section.product-detail-sec .product-cont span{
    color: var(--heading-color);
    opacity: .8;
    font-size: var(--f16);
    font-family: var(--primary-font);
}
section.product-detail-sec .product-cont .btns{
    display: flex;
    justify-content: space-between;
    margin-top: var(--m20);
    margin-bottom: var(--m20);
}
section.product-detail-sec .product-cont .btns .c-w-btn{
    padding: 12px 30px;
    background-image: var(--main-bg);
    color: var(--white-color);
    width: 48%;
    text-align: center;
    box-shadow: 0 0 2px #fff;
}
section.product-detail-sec  .specification{
    width: 95%;
    padding-left: 20px;
}
.country p{
    color: var(--white-color);
    font-size: var(--f18);
    opacity: .7;
}
section.product-detail-sec .specification h2{
    font-size: var(--f18); 
    font-family: var(--primary-font);
}
section.product-detail-sec .specification .product-descp li{
    color: var(--white-color);
    list-style: disc;
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: var(--m10);
    list-style-position: inside;
    font-size: var(--f16);
    font-family: var(--primary-font);
    letter-spacing: 1px;
    opacity: .7;
}
section.product-detail-sec .specification td, th {
    color: var(--heading-color);
    letter-spacing: 1px;
    font-size: var(--f16);
}

section.product-detail-sec .specification #shipping p{
    color: var(--white-color);
    opacity: .8;
}
section.product-detail-sec .specification #reviews p{
    color: var(--white-color);
    opacity: .7;
    font-size: var(--f16);
    letter-spacing: 1px;
    margin-top: var(--m20); 
}
section.product-detail-sec .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    color: var(--heading-color);
    background-color: transparent;
    border-bottom: 2px solid var(--btn-color);
}
section.product-detail-sec .nav-tabs .nav-link{
    font-size: var(--f21);
    border: none;
}
section.product-detail-sec .nav-link{
    color: #fff;
}
section.product-detail-sec .specification .product-descp h3{
    font-size: var(--f26);
    font-family: var(--primary-font);
    color: #ffc8a0;
}
section.product-detail-sec .chakra h5{
    cursor: pointer;
}
section.product-detail-sec .chakra p{
    color: #391300;
    font-size: var(--f16);
}
section.product-detail-sec .chakra-modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    z-index: 9;
    background: #000000c7;
    display: none;
    justify-content: center;
    align-items: center;
} 
section.product-detail-sec .chakra-img{
    position: relative;
}

section.product-detail-sec .chakra-img img{
    max-height: 600px;
}
section.product-detail-sec .chakra-modal i{
    width: 40px;
    height: 40px;
    border-radius: 0 0 0 50%;
    background-image: var(--main-bg);
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    cursor: pointer;
}
section.product-detail-sec .charge img{
    border-radius: 10px;
}





/* product card section */

 
/* product section */
section.product-sec{
    background-image: var(--main-bg);  
    
}
.buy img{
    width: 33px;
}
.product-btn {
    margin-top: 80px;
    text-align: center;
}
.product-card{
    border: 1px solid #ffffff22;
  /* background-color: #282c34;
  background: linear-gradient(0deg, rgba(40,44,52,1) 0%, rgba(17,0,32,.5) 100%);
  box-shadow: 0 7px 20px 5px #00000088; */
  border-radius: .7rem;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  overflow: hidden;
  transition: .5s ease-in-out;
  background-image: var(--main-bg);
}
.product-des {
padding: var(--p14);
}
.product-des h4{
    color: var(--white-color);
    margin-bottom: 0;
    max-height: 68px;
    font-size: var(--f18);
}
.product-des p{
    color: var(--white-color);
}
section.product-sec .img-sec{
    /* padding: var(--p14); */
    position: relative;
    transition: .5s ease-in-out;
}
section.product-sec .img-sec img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    transform: scale(.9);
    transition: .5s ease-in-out;
    border-radius: 10px;
}
.product-card:hover .img-sec img{
    padding: 0;
    transform: scale(1);
    border-radius: 0;
}
.price-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--p10);
    border-radius: 10px;
    background-image: radial-gradient(#000000, #180b04);
    box-shadow: -2px -2px 2px 0px rgba(80, 80, 80, 0.1), 2px 2px 3px 0px rgba(12, 12, 12, 0.3), inset 0px 0px 0px 2px rgba(80, 80, 80, 0.2);
}
.price-sec span{
    color: var(--white-color);
    font-size: var(--f20);
}
a.buy {
    display: flex;
    align-items: center;
    gap: 10px;
}
a.buy img{
    width: 32px !important;
}
a.buy span{
    font-size: var(--f16);
}
.product-card:hover{
    box-shadow: 1px 6px 17px 0 rgb(222 172 130);
}
.product-card .dash{
    background: var(--white-color);
    width: 51px;
    height: 1px;
    margin: 8px 0;
    transition: .5s ease-in-out;
}
.product-card:hover .dash{
    width: 100%;
}
section.product-sec a.add-to-cart img{
    width: 24px;
    height: 24px;
    /* background-image: linear-gradient(120deg, #343A4F, #0F1620);
    padding: 5px; */
    /* border-radius: 50%; */ 
    transform: scale(1) !important;
}
a.add-to-cart {
    position: absolute;
    top: 10px;
    right: -55px;
    transition: .5s ease-in-out;
    width: 45px;
    height: 45px;
    background-image: var(--main-bg);
    padding: 5px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 2px white;
}
.product-card:hover a.add-to-cart {
    right: 10px;
}
a.wishlist {
    position: absolute;
    top: 10px;
    left: -55px;
    transition: .5s ease-in-out;
    width: 45px;
    height: 45px;
    background-image: var(--main-bg);
    padding: 5px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 2px white;
}
a.wishlist i{
    color: var(--white-color);
    font-size: 22px;
}
.product-card:hover a.wishlist {
    left: 10px;
}
section.product-sec .head h2 {
    text-align: center;
    font-size: var(--f35);
    font-weight: 500;
    /* top: 40px; */
    position: relative;
    margin-bottom: 20px;
}
section.product-sec .row{
    gap: 40px 0;
    justify-content: space-between;
}
section.product-sec .col-4{
    width: 25%;
}
section.product-sec .head p {
    text-align: center;
    font-size: 80px;
    font-weight: 500;
    position: relative;
    color: #fff;
    bottom: 60px;
    left: 257px;
    opacity: 0.2;
}
section.product-sec .head{
    margin-bottom: var(--m40);
    text-align: center;
}


section.product-detail-sec .made .stones-img-sec{
    display: flex;
    gap: 20px;
}

section.product-detail-sec .made img{
    width: 120px;   
}

section.product-detail-sec .made p{
    color: var(--white-color);
    text-align: center;
    opacity: .7;
}
section.product-detail-sec .imp-spec h5{
    font-size: var(--f26);
    position: relative;
    color: #391300;
    text-decoration: underline;
}

section.product-detail-sec .imp-spec .intentions p{
    color: var(--white-color);
    font-size: var(--f18);
    opacity: .7;
}

section.product-detail-sec .made h5{
    margin-bottom: var(--m20);
    margin-top: var(--m30);
    color: #ffc8a0;
    text-decoration: none;
    position: relative;
}

section.product-detail-sec .made h5::before{
    position: absolute;
    content: '';
    bottom: 0;
    left: -10px;
    height: 90%;
    width: 3px;
    background: #ffc8a0;
    display: none;
}

/* about order  */
section.about-order{
    background-image: radial-gradient(#c08a54, #ffffff);
}
section.about-order .abt-delivery{
    display: flex;
    align-items: center;
    gap: 17px;
}
section.about-order .abt-delivery .del-img{
    padding: 10px;
    position: relative;
}
section.about-order .abt-delivery .del-img::before{
    content: '';
    position: absolute;
    width: 0px;
    top: 0;
    height: 100%;
    background: rgb(25 9 1 / 19%);
    transition: .5s ease-in-out;
}
section.about-order .abt-delivery:hover .del-img::before{
    width: 50%;
}
section.about-order .abt-delivery .del-img img{
    width: 62px;
}
section.about-order .abt-delivery .del-cont h6{
    font-size: 18px;
    font-family: var(--primary-font);
    color: #000;
    margin-bottom: 5px;
}
section.about-order .abt-delivery .del-cont p{
    margin-bottom: 0;

}



/* customer reviews section css */

section.customer-reviews p{
    color: var(--heading-color);
    margin-bottom: 4px;
}
section.customer-reviews hr{
    background: var(--heading-color);
    width: 90%;
}
section.customer-reviews i{
    color: var(--heading-color);
}
section.customer-reviews .col-6 button.btn.btn-primary{
    background: var(--btn-color);
    border-color: 1px solid var(--btn-color);
}

section.customer-reviews .modal-content{
    background-image: radial-gradient(#c08a54, #ffffff);
    /* background-image: var(--main-bg); */
}

section.customer-reviews .modal-content .modal-title{
    color: #391300;

}
section.customer-reviews .modal-content .modal-header{
    border-bottom: 1px solid #391300;
}
section.customer-reviews .filed input{
    background: transparent;
    width: 100%;
    border: none;
    border-bottom: 1px solid #c08a54;
    padding: 10px;
    margin-bottom: 10px;
    color: #391300;
}
section.customer-reviews .filed textarea{
    background: transparent;
    width: 100%;
    border: none;
    border-bottom: 1px solid #c08a54;
    padding: 10px;
    margin-bottom: 10px;
    color: #391300;
}
section.customer-reviews .img-name{
    display: flex;
    gap: 20px;
}
section.customer-reviews form button{
    background-image: var(--main-bg);
    padding: 10px;
    width: 100%;
    border: none;
    color: var(--white-color);
}
section.customer-reviews .image{
    border-bottom: none !important;
}
section.customer-reviews select{
background: transparent;
    width: 100%;
    border: none;
    border-bottom: 1px solid #c08a54;
    padding: 10px;
    margin-bottom: 10px;
    color: #391300;
}
section.customer-reviews .filed textarea::placeholder{
    color: #391300;
}
section.customer-reviews .filed input::placeholder{
    color: #391300;
}
section.customer-reviews .img-name img{
    width: 50px;
    height: 50px;
    border-radius: 50%; 
}
section.customer-reviews .user-reviews h6{
    color: var(--heading-color);
    margin-bottom: var(--m5);
    font-size: var(--f17);
    margin-top: var(--m8);
    opacity: .8;
}
section.customer-reviews .user-reviews .name h5{
    font-size: var(--f20);
    margin-bottom: var(--m10);
}
section.customer-reviews .user-reviews span{
    color:  var(--btn-color)
}
section.customer-reviews .user-reviews{
    margin-top: var(--m25);
}
.product-img{
    width: 200px;
    height: 200px;
    border-radius: 10px;
}
section.common-banner{
    height: 100%;
    background-size: cover;
    padding: 0;
}
section.common-banner img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}

section.product-detail-sec .product-cont .accordion-button{
    background: transparent;
    color: var(--heading-color);
    font-size: var(--f17);
}
section.product-detail-sec .product-cont .accordion-button:focus{
    box-shadow: none;
    border-color: transparent;
}
section.product-detail-sec .product-cont .accordion-button:not(.collapsed){
    color: var(--heading-color);
}
section.product-detail-sec .product-cont .accordion-collapse{
    background: transparent;
}
div#accordionExample{
    margin-top: var(--m30);
}
section.product-detail-sec .product-cont .accordion-item{
    border-top: 1px solid var(--heading-color);
    background: transparent;
    border-radius: 0;
}
section.product-detail-sec .product-cont .accordion-item:last-child{
    border-bottom: 1px solid var(--heading-color);
}
section.product-detail-sec .product-cont ul.product-descp li{
color: #cfc1b5;
line-height: 27px;
letter-spacing: 1px;
font-size: 16px;
margin-bottom: var(--m10);
list-style: disc;
}
section.product-detail-sec .product-cont ul.product-descp li strong{
    color: var(--heading-color);
}
section.product-detail-sec .product-cont ul.product-descp{
    margin-top: 0 !important;
}
table.product-table{
    margin-top: 0 !important;
}
table.product-table td{
    color: #cfc1b5;
}
.charge h6{
    color: var(--heading-color);
    font-size: var(--f16);
    letter-spacing: 1px;
    font-family: var(--primary-font);
    font-weight: 500;
}
ul.charging li{
    color: #cfc1b5;
    line-height: 27px;
    letter-spacing: 1px;
    font-size: 16px;
}
ul.charging li strong{
    color: var(--heading-color);
}
.sec-line .sec-line1 {
    width: 2%;
    height: 6px;
    background: #fff;
    border-radius: 30px;
    display: inline-block;
    margin-right: var(--m5);
}
.sec-line .sec-line2 {
    width: 8%;
    height: 6px;
    background: #fff;
    border-radius: 30px;
    display: inline-block;
}
.sec-line {
    position: relative;
    margin-bottom: var(--m15);
    line-height: 0;
}
 
section.product-detail-sec .imp-spec .accordion-body p{
    color: #cfc1b5;
    font-weight: 500;
    font-size: var(--f15);
}
.btn-check:focus+.btn-primary, .btn-primary:focus{
    box-shadow: none;
}


section.product-detail-sec .product-cont .highlight .heading h2{
    padding: 18px 24px;
    font-size: 20px;
    line-height: 1.33;
    text-align: center;
    background: #E9D6C3;
    margin: 0;
    text-align: center;
    color: #391300;
    border-bottom: 1px solid #391300;
}
section.product-detail-sec .product-cont .highlight .heading p{
    padding: 18px 24px;
    font-size: 16px;
    line-height: 1.33;
    background: #E9D6C3;
    margin: 0;
    text-align: center;
    color: #391300;
    border-bottom: 1px solid #391300;
}
#chakra{
    border-bottom: 1px solid #391300;
    padding-bottom: 1px;
    cursor: pointer;
}
.accordion-button::after {
    /* background: transparent !important; */
    background: url(../images/down-chevron.png);
    background: url(../images/plus.png);
    background-size: cover;
}
.accordion-button:not(.collapsed)::after {
    background: url(../images/down-chevron.png);
    background: url(../images/minus-sign.png);
    background-size: cover;
}










/* product rating */



.rating {
	direction: rtl;
	unicode-bidi: bidi-override;
	color: #ddd; /* Personal choice */
    font-size: 8px;
    margin-left: -15px;
    text-align: left;
}
form#productRatingForm i.fas.fa-3x.fa-star{
    color: #ddd;
}
.rating input {
	display: none;
}
.rating label:hover,
.rating label:hover ~ label,
.rating input:checked + label,
.rating input:checked + label ~ label {
	color: #ffc107 !important; /* Personal color choice. Lifted from Bootstrap 4 */
    font-size: 8px;
}
.rating label:hover{
    color: #ffc107 !important;   
}

.rating input:checked + label{
    color: #ffc107 !important;
}

.front-stars, .back-stars, .star-rating {
    display: flex !important;
  }
  
  .star-rating {
    align-items: left;
    font-size: 1.5em;
    justify-content: left;
    margin-left: -5px;
  }
  
  .back-stars {
    color: #CCC;
    position: relative;
  }
  
  .front-stars {
    color: #FFBC0B;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all 0.5s;
  }

  
  .percent {
    color: #bb5252;
    font-size: 1.5em;
  }


  .invalid-feedback{
    color: red !important;
  }


  /* main design */


  
section.course-detail-sec{
    background: var(--main-bg);
    color: #fff;
    padding-top: 160px;
    background: url(../images/hero_home_02.jpg);
    background-position: center;
    position: relative;
}
section.course-detail-sec::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a1;
}
section.course-detail-sec .container{
    position: relative;
}
/* course detail section */

section.course-detail-sec .course-detail {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.course-detail-sec .course-head-1{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.course-detail-sec .course-head-1 h5{
    color: #fff;
}

section.course-detail-sec .course-head-2{
    font-size:13px ;
}
section.course-detail-sec .course-head-2 .star span{
  
    color:#dfb020;
    font-weight: 700;
    
}
section.course-detail-sec .course-head-2 span i{
    font-size: 13px;
}

section.course-detail-sec .course-head-2 .update {
    display: flex;
    flex-direction: column;
}
section.course-detail-sec .course-head-2 .update span{
    font-family: var(--primary-font);
    font-size: 16px;
    margin-bottom: 15px;
}
section.course-detail-sec .course-head-2 .update span i{
    margin-right: 10px;
}


.sticky-payment{
    position: fixed;
    right: 0;
    top: 50%;
    background: var(--btn-color);
    color: #fff;
    padding: 15px;
    /* transform: rotate(-90deg); */
    opacity: 0;
    z-index: 99;
    font-size: 30px;
    cursor: pointer;
}
.on{
    opacity: 1;
}




/* about main section */

section.about-learn-sec{
    background: #0b0505;
    color: #fff;
}
section.about-learn-sec .owl-item img{
    height: 500px;
    object-fit: cover;
    object-position: center;
}

/* section.about-learn-sec .about-learn-cont start */

section.about-learn-sec .about-learn-cont{
    border: 1px solid #c4c4c4;
    padding: 30px;
}

section.about-learn-sec .about-learn-cont h3{
    margin-bottom: 20px;
   
}
section.about-learn-sec ul.about-learn{
    list-style: none;
    padding-left: 0;
    padding-right: 10px;
}
section.about-learn-sec ul.about-learn li{
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
section.about-learn-sec ul.about-learn  li i{
    font-size: 13px;
    margin-top: 5px;
}
section.about-learn-sec ul.about-learn  li span{
    font-size: 15px;
}





/* explore-related section */

section.about-learn-sec .explore-related{
    margin-top: 30px;
}

section.about-learn-sec .explore-related a{
    text-decoration: none;
    color: #fff;
    padding: 15px 20px;
    border: 1px solid #fff;
    border-radius: 25px;
}

section.about-learn-sec .related-link{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 0 ;
}



/* section course-include */

section.about-learn-sec .course-include{
    margin-top: 30px;
}

section.about-learn-sec .course-include .included-items{
    padding: 15px 0 15px 0;
    list-style: none;
    
    line-height: 35px;
}

section.about-learn-sec .course-include .included-items i{
    margin-right: 10px;
}








/* course-content section */


.course-content .container {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
	border: 1px solid #c4c4c4;	
}

.course-content .items {
    width: 100%;
}

.course-content details,
summary {
	
	padding-top: 10px;
}


.course-content .content-items{
    list-style: none;
    line-height: 35px;
    padding-left: 0;
}

.course-content .content-items i{
    margin-right: 15px;
}


.course-content summary {
    display: flex;
    justify-content: space-between;
	border-top: 1px solid rgba(175, 174, 174, 0.39);
}

.course-content summary p img{
    width: 30px;
} 
.course-content summary p img:focus{

transform: rotate(-180deg);
}



/* Requirments section */

section.about-learn-sec .requirments{
    margin: 30px 0;
} 

/* section let */

section.let{
    background: #0C0C0C;
    padding: 0 12px;
}
section.let img{
    width: 45%;
}
section.let .cont{
    position: relative;
}
section.let .cont a i{
    color: var(--heading-color);
    transform: rotate(-45deg);
}
section.let .cont a{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 175px;
    font-weight: 700;
    font-family: var(--secondary-font);
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;
    padding: 15px;
    height: 100%;
}


/* description section */

section.about-learn-sec .description-sec{
    /* display: flex; */
    flex-direction: column;
    gap: 15px;
    padding-top: 60px;
}

section.about-learn-sec .description-head h5{
    font-family: "Josefin Sans", sans-serif;
    color: #fff;
    font-size: 13px;
}

section.about-learn-sec .description-sec h6{
    font-family: "Josefin Sans", sans-serif;
    color: #fff;
}

section.about-learn-sec .description-sec p{
    font-size: 16px;
    opacity: 0.8;
}




/* Course price section */


  
    
section.about-learn-sec .sidebar{
    position: relative;

}
section.about-learn-sec .course-price{
    position: sticky;
    top: 110px;
}

.table-responsive>.table-bordered{
    width: 100%;
}

.course-price th {
    padding: 10px;
}
.course-price td{
    padding: 15px;
    font-size: 14px;
}
.course-price tr{
    border: 1px solid #ffffffa1;
}


/* courses section */

section.courses{
    background: var(--main-bg);
}

section.courses .card-img-top {
    height: 200px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

section.courses .course-price {
    font-size: var(--f16);
    font-weight: bold;
    color: #fff;
    opacity: .7;
}

section.courses .bestseller-badge {
    background-color: #e6f5d0;
    padding: 5px 10px;
    border-radius: 5px;
    color: green;
    font-size: 0.9rem;
    font-weight: bold;
    display: inline-block;
}

section.courses .course-rating {
    color: #ffc107;
}

section.courses .card-title {
    font-size: 1rem;
    min-height: 42px;
}

section.courses .card p{
    color: var(--white-color);
    margin-bottom: 0;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
section.courses a{
    padding: 12px;
}

section.courses .card {
    border: none;
}
section.courses .owl-nav{
    display: flex !important;
    position: absolute;
    width: 100%;
    justify-content: space-between;
    top: 43%;
}
section.courses .owl-nav button{
    color: #00010B;
    background: var(--white-color);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

section.courses .card-body {
    text-align: left;
    border: 1px solid #ffffff33;
    background: var(--main-bg);
    border-radius: 0 0 8px 8px;
    border-top: none;
}

.not-found{
    text-align: center;
}
.not-found img{
    width: 90px;
    margin-bottom: 30px;
}
.head{
    text-align: center;
    margin-bottom: 40px;
}

.resource-btn{
    color: var(--white-color);
    border: none;
    border-bottom: 1px solid #ffffff6f;
    background: transparent;
}
.modal-title{
    color: var(--heading-color);
}
.modal-content{
    background: #3C4464 !important;
}

div#product-image {
    z-index: 0;
}

.popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    .popup__content {
      max-width: 500px;
      overflow:auto;
      padding: 50px;
      background: radial-gradient(#ffffff, #A5A5A4);
      color: black;
      position: relative;
      top: 45%;
      left: 50%;
      border-radius: 14px;
      transform: translate(-50%, -50%);
      box-sizing: border-box;
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      .close {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 20px;
        display: block;
        span {
          cursor: pointer;
          position: fixed;
          width: 20px;
          height: 3px;
          background: #000;
          &:nth-child(1) {
            transform: rotate(45deg);
          }
          &:nth-child(2) {
            transform: rotate(135deg);
          }
        }
      }
    }
  }
  .r-btn {
    background: var(--btn-color);
    color: white;
    margin: 30px 0;
    padding: 15px 50px;
    cursor: pointer;
    border: none;
    border: 1px solid #fff;
    background: transparent;
	  transition: .4s ease in out;
	  font-family: var(--primary-font);
	  font-size: 18px;
  }
.r-btn:hover{
	background: var(--btn-color);
	border: 1px solid var(--btn-color);
}
  .popup__content img{
    width: 70px;
    margin-bottom: 20px;
  }
  .popup__content .row{
    justify-content: space-between;
  }
  .popup__content .col-6{
    width: 48%;
    border: 1px solid #060606a3;
    padding: 10px;
    border-radius: 10px;
  }
  .popup__content .col-6 p{
    margin-bottom: 0;
    font-size: 11px;
    color: var(--black-color);
    line-height: 20px;
    letter-spacing: 0;
    text-transform: capitalize;
  }
  .popup__content h5{
    color: #000;
  }