* {
    box-sizing: border-box;
    font-family: 'Tahoma', sans-serif;
    margin: 0;
    padding: 0;
}

::selection {
    background-color: blueviolet;
    color: black;
}

body {
    background: #fafafa;
    color: #333;
}

.nav {
    background-color: rgb(181, 134, 224);
    overflow: hidden;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px 100px;
    height: 70px;
    z-index: 10;
}

.navleft {
    float: left;
    width: 50%;
}

.navright {
    float: right;
    width: 50%;
    text-align: right;
    line-height: 50px;
}

.navlogo {
    width: 60px;
    float: left;
    margin-left: 20px;
}

.navlogo img {
    width: 100%;
    display: block;
}

.name {
    float: left;
    line-height: 50px;
    color: #fff;
}

.navright a {
    text-decoration: none;
    color: white;
    margin-left: 25px;
    font-size: 15px;
    font-weight: bold;
    position: relative;
}

.navright a:hover {
    color: #fff;
}

.navright a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: 0.3s;
}

.navright a:hover::after {
    width: 100%;
    background: #5d1fd4;
}

/*hero section*/
.hero {
    width: 100%;
    overflow: hidden;
    padding: 100px 60px 60px;
    margin: 80px 0;
}

.hero-left {
    float: left;
    width: 48%;
    text-align: center;
}

.drone-img {
    position: relative;
    width: 65%;
    margin: auto;
    background: #f3f3f3;
    padding: 25px;
    border-radius: 20px;
}

.drone-img img {
    width: 100%;
    border-radius: 10px;
}

.offer {
    position: absolute;
    top: 35px;
    left: 35px;
    background: #7c3aed;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 14px;
    border-radius: 20px;
}

.hero-right {
    float: right;
    width: 48%;
    padding-top: 40px;
}

.hero-right .head span {
    padding: 5px;
    color: white;
    background-color: #7c3aed;
    margin-right: 20px;
    border-radius: 10px;
}

.hero-right h1 {
    font-size: 44px;
    margin-bottom: 20px;
    color: #222;
    line-height: 1.3;
    margin-top: 20px;
}

.hero-right h1 span {
    color: #7c3aed;
}

.hero-right p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 25px;
    width: 80%;
}

.price-box-top {
    margin-bottom: 8px;
    text-align: left;
}

.price-box-top p {
    display: inline;
    margin-right: 10px;
    margin-bottom: 0;
    vertical-align: middle;
    font-size: 30;
}

.current-price {
    font-size: 30px;
    font-weight: bold;
    color: #111;
}

.old-price {
    text-decoration: line-through;
    color: #888;
    font-size: 18px;
}

.discount {
    color: #e53935;
    font-weight: bold;
    background: #ffe0b2;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 16px;
}

.price-box-bottom {
    font-size: 13px;
    color: #777;
}

.buttons {
    margin-top: 25px;
}

.add-cart,
.wishlist {
    border: none;
    border-radius: 35px;
    font-size: 15px;
    padding: 16px 30px;
    display: block;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    width: 80%;
}

.add-cart {
    background: #7c3aed;
    color: white;
    font-weight: bold;
}

.add-cart:hover {
    background: #5b21b6;
}

.wishlist {
    background: white;
    border: 2px solid #ccc;
    color: #333;
}

.wishlist:hover {
    border-color: #7c3aed;
    color: #7c3aed;
}

.add-cart img,
.wishlist img {
    width: 16px;
    vertical-align: middle;
    margin-right: 8px;
    position: relative;
    top: -1px;
}

/*Specifications*/
.Specifications {
    background-color: rgb(181, 134, 224);
    padding: 50px;
    text-align: center;
}

.Specifications h2 {
    font-size: 30;
    margin-bottom: 20px;
}

.Specifications h2 span {
    color: rgb(106, 7, 148);
}

.Specifications p {
    margin-bottom: 20px;
    font-size: 20;
}

table {
    margin: auto;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 10px;
    width: 90%;
    max-width: 950px;
    border-top: 5px solid #d2c6ff;
    border-bottom: 5px solid #d2c6ff;
    padding: 10px;
}

thead th {
    background: #ede9ff;
    padding: 12px;
    font-weight: bold;
    color: #333;
    border: 1px solid #ccc;
}

thead th span {
    display: block;
    font-size: 12px;
    color: #777;
    margin-top: 4px;
}

tbody td {
    border: 1px solid #ddd;
    padding: 10px 12px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
}

tbody .first {
    text-align: left;
    font-weight: bold;
    padding-left: 20px;
    background: #f9f9ff;
}

.main {
    background: #ece5ff;
    font-weight: bold;
    border-left: 3px solid #a78bfa;
    border-right: 3px solid #a78bfa;
}

.main span {
    background-color: #7d5fff;
    color: white;
    border-radius: 2px;
}

td img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 6px;
}

td span img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 4px;
}

.red {
    color: #d9534f;
    font-weight: bold;
}

.Rating {
    background: #ece5ff;
    font-weight: bold;
    border-left: 3px solid #a78bfa;
    border-right: 3px solid #a78bfa;
}


.star {
    display: inline-block;
    margin-bottom: 5px;
}

.star img {
    width: 16px;
    height: 16px;
    margin: 0 1px;
    vertical-align: middle;
}

.winner {
    background-color: #e9e4ff;
    border-radius: 10px;
    padding: 12px 20px;
    margin: 25px auto 0;
    width: 21%;
    overflow: hidden;
    text-align: center;
}

.winner-icon {
    float: left;
    width: 40px;
    margin-right: 10px;
    margin-top: 10PX;
}

.winner-icon img {
    width: 100%;
    display: block;
}

.winner-text {
    overflow: hidden;
    padding-top: 2px;
}

.winner-text p {
    font-size: 18px;
    color: #4CAF50;
    font-weight: bold;
}

.winner-text span {
    color: #4CAF50;
}

.winner-text .sub {
    font-size: 14px;
    color: #4CAF50;
    font-weight: normal;
}

/*reviews SECTION */
.reviews {
    position: relative;
    overflow: visible;
}

.text {
    text-align: center;
    padding-top: 30px;

}

.text h2 {
    font-size: 40;
}

.text h2 span {
    color: #7c3aed;
}

.text p {
    margin-top: 20PX;
    margin-bottom: 10PX;
    font-size: 17;

}

.reviews_cards {
    width: 80%;
    margin: 40px auto;
    position: relative;
    min-height: 600px;
}
.reviews_cards::after {
    content: "";
    display: table;
    clear: both;
}

.reviews-right {
    float: right;
    width: 70%;
}

.card {
    width: 90%;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 35px;
    margin-bottom: 20px;
    background: #fff;
    overflow: hidden;
}

.card .avatar {
    float: left;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-right: 10px;
}

.card .info h4 {
    margin: 0 0 3px 0;
}

.card .info .job {
    margin: 0 0 5px 0;
    color: #555;
    font-size: 13px;
}

.evaluating img {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.detialsleft {
    float: left;
    width: 40%;
    text-align: left;

}

.detials_right {
    float: right;
    text-align: right;
    width: 40%;



}

.Purchase {
    color: #5a2fd6;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
}

.time {
    color: gray;
    margin: 2px 0 0 0;
    font-size: 12px
}

.review-text {
    clear: both;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
}

.btn {
    text-align: center;
    margin: 25px;

}

.btn button {
    background: #7c3aed;
    border: none;
    border-radius: 35px;
    font-size: 15px;
    padding: 16px 30px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    width: 40%;
}

button:hover {
    background-color: white;
    color: #7c3aed;
    border: 2.5px solid #7c3aed;
}

/* left side */
.reviews-left {
    float: left;
    width: 25%;
    position: sticky;
    top: 100px;
}

.rating-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    background: #fff;
    text-align: center;
}

.rating-box h2 {
    font-size: 45px;
    margin: 0;
}

.rating-box .evaluating img {
    width: 18px;
    height: 18px;
}

.RATIO {
    margin-top: 15px;
    font-size: 13px;
    text-align: left;
}

.fratio,
.second-ratio,
.third-ratio,
.fourth-ratio,
.fifth-ratio {
    margin-bottom: 8px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.findicator,
.second-indicator,
.third-indicator,
.fourth-indicator,
.fifth-indicator {
    display: inline-block;
    width: 60%;
    height: 15px;
    border-radius: 3px;
    border: 1px solid #ccc;
    vertical-align: middle;
    margin: 7px 5px;
    position: relative;
    background: #f0f0f0;
}

.findicator .left,
.second-indicator .left,
.third-indicator .left,
.fourth-indicator .left,
.fifth-indicator .left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #f7b500;
}

.findicator .left {
    width: 78%;
}

.second-indicator .left {
    width: 15%;
}

.third-indicator .left {
    width: 3.5%;
}

.fourth-indicator .left {
    width: 1.5%;
}

.fifth-indicator .left {
    width: 0.5%;
}



.bottom-rating-box .Quality {
    margin: 20px;
    display: inline-block;
}

.bottom-rating-box .Quality div {
    font-size: 30;
    font-weight: bold;
}

.bottom-rating-box .recommend {
    display: inline-block;
    margin: 20px;
}

.bottom-rating-box .recommend div {
    font-size: 30;
    font-weight: bold;
}

.bottom-rating-box p {
    margin: 10px 0;
    font-size: 14px;
    color: #333;
}

.clear {
    clear: both;
}

/* related_products section */
.related_products {
    background-color: rgb(181, 134, 224);
    text-align: center;
    padding: 80px;
}

.related_products .setup-container {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.setup-card {
    display: inline-block;
    width: 22%;
    vertical-align: top;
    margin: 1%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 25px 15px 60px;
    transition: 0.3s ease;
    position: relative;
}

.setup-card img {
    width: 80%;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;

}

.setup-card img:hover {
    width: 100%;
    margin-bottom: 20px;
    transition: 0.4s ease;
}

.tag_power,
.tag_essential,
.tag_accessory {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    top: 35px;
    left: 50px;
    z-index: 2;
}

.tag_power {
    background-color: #60a5fa;
}

.tag_essential {
    background-color: #34d399;
}

.tag_accessory {
    background-color: #a78bfa;
}


.setup-card h3 {
    font-size: 20px;
    color: #222;
    margin-bottom: 8px;
    margin-left: 5px;
    text-align: left;
}

.setup-card p {
    font-size: 14px;
    color: #666;
    min-height: 60px;
    margin-left: 5px;
    margin-bottom: 30px;
    text-align: left;
}

.setup-card .price {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #111;
}

.setup-card button {
    position: absolute;
    bottom: 10px;
    right: 15px;
    background: #7c3aed;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    transition: 0.3s;
}

.setup-card button:hover {
    background: #5b21b6;
}

.bbttn {
    margin-top: 35px;
}

.bbttn button {
    background: #7c3aed;
    color: #fff;
    border: none;
    border-radius: 35px;
    font-size: 15px;
    padding: 14px 40px;
    transition: 0.3s ease;
}

.bbttn button:hover {
    background: white;
    color: #7c3aed;
    border: 2px solid #7c3aed;
}

/*Footer Section*/
.footer {
    background-color: #0e0e12;
    color: #ccc;
    padding: 60px;
}

.footer-container {
    text-align: center;
    width: 90%;
    margin: 0 auto 40px auto;
}

.footer-column {
    display: inline-block;
    width: 22%;
    vertical-align: top;
    text-align: left;
    margin: 1%;
}

.footer-column img {
    width: 40px;
    vertical-align: middle;
}

.footer-column span {
    color: #b191f9;
    font-weight: bold;
    font-size: 22px;
    vertical-align: middle;
    margin-left: 8px;
}

.footer-column p {
    font-size: 13px;
    color: #aaa;
    line-height: 1.6;
    margin: 15px 0 25px;
}
.social-icons img {
    width: 35px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: transparent;
    padding: 5px;
    transition: background-color 0.3s ease;
}
.social-icons img.facebook:hover {
    background-color: #1877f2;
}
.social-icons img.twitter:hover {
    background-color: #1da1f2;
}
.social-icons img.instagram:hover {
    background-color: #e1306c; 
}
.social-icons img.youtube:hover {
    background-color: #ff0000; 
}

.footer-column h3 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 12px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 8px;
}

.footer-column li:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 20px;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.footer-bottom p {
    float: left;
    color: #999;
    font-size: 13px;
    margin: 0;
}

.footer-bottom .payments {
    float: right;
}

.footer-bottom .payments img {
    width: 45px;
    margin-left: 10px;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 8px;
    padding: 5px;
}

