/*-----------------------------------------------------------------------------------
CSS INDEX
===================
1. Google font
2. Theme Default CSS
-----------------------------------------------------------------------------------*/

/*-----------------
1. Google font
------------------*/
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700|Rubik:400,500,700');

/*-------------------
2. Theme Default CSS
--------------------*/
.logo{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: -5%;
  }

  .logo img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }

  .brand-name{
    font-size: 1.4em;
    font-weight: 1000;
    color: white;
    margin-left: -80%;
    margin-top: 3vh;
  }

button,
a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #333333;
    font-family: 'Rubik', sans-serif;
}
a {
    position: relative;
    z-index: 1;
}
input[type="submit"]:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: rgb(104, 44, 81);
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    line-height: 1.3em;
    font-weight: 700;
    color: #0F1D46;
    font-family: 'Josefin Sans', sans-serif;
}

html,
body {
    height: 100%
}

body {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8em;
    color: rgba(15, 29, 70, 0.7);
    font-family: 'Rubik', sans-serif;
    opacity: 0;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/*---------------------
Blog-Area
----------------------*/
.site-header {
    background: #e641cd;
    /* background: linear-gradient(45deg, #8323ED 1%, #19FA99 99%); */
    color: #fff;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}


.single-demo a {
    display: block;
}

.site-header .page-title {
    color: #fff;
    font-size: 56px;
    line-height: 65px;
    font-weight: 300;
    margin-bottom: 0;
}

.site-header .sub-title {
    display: block;
    font-size: 20px;
    font-weight: 300;
    margin-top: 30px;
}

.post-single {
    border-radius: 3px;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, .07);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, .07);
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #f7f2f1;
    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.post-single .post-content {
    background-color: #fff;
    padding: 30px;
    position: relative;
    border-radius: 6px;
}

.post-meta {
    margin-bottom: 10px;
    font-size: 15px;
    display: block;
    font-weight: 300;
    color: #1c223a;
}

.post-title {
    font-size: 24px;
    margin-bottom: 25px;
}

.post-meta .meta-item {
    margin-right: 10px;
}

.bttn-more {
    display: inline-block;
    color: #7028e4;
    font-weight: 300;
    font-size: 16px;
}

.bttn-more:after {
    content: "\f105";
    font-family: 'fontawesome';
    display: inline-block;
    margin-left: 0;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.bttn-more:hover:after {
    margin-left: 5px;
    opacity: 1;
}

.page-links .page-numbers,
.nav-links .page-numbers {
    width: 45px;
    height: 45px;
    margin: 5px;
    line-height: 45px;
    font-size: 18px;
    font-weight: 300;
    background: #e641cd;
    background: linear-gradient(45deg, #e641cd 1%, #7028e4 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e641cd', endColorstr='#7028e4', GradientType=1);
    color: #7028e4;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    position: relative;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
}

.page-links .page-numbers:before,
.nav-links .page-numbers:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: #fff;
    border-radius: 1px;
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s;
}

.page-links .page-numbers.current:before,
.nav-links .page-numbers.current:before {
    opacity: 0;
}

.page-links .page-numbers:hover:before,
.nav-links .page-numbers:hover:before {
    opacity: .9;
}

.page-links .page-numbers.current,
.nav-links .page-numbers.current {
    color: #fff;
}


/*-- Widget --*/
.sidebar .widget {
    background-color: #fff;
    padding: 30px;
    border-radius: 3px;
    border: 1px solid #f7f2f1;
    overflow: hidden;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, .07);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, .07);
    margin-bottom: 30px;
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.widget-title {
    color: #1c223a;
    font-size: 22px;
    font-weight: 300;
    position: relative;
    margin-bottom: 20px;
}

.sidebar .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar .widget ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DFE3EC;
    display: block;
}

.sidebar .widget ul li a {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}

.sidebar .widget ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.sidebar .widget ul ul {
    padding: 0;
    margin-top: 10px;
    margin-left: 7px;
    border-left: 1px solid #dfe3ec;
}

.sidebar .widget ul li li {
    margin-bottom: 10px !important;
    padding-left: 10px;
}

.sidebar .widget ul li li:last-child {
    margin-bottom: 0 !important;
}


.search-box {
    position: relative;
}

.search-box .search {
    margin-bottom: 0;
    height: 60px;
    height: 70px;
    width: 100%;
    padding: 15px 30px;
    border-radius: 100px;
    border: none;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
}

.search-box .search-bttn {
    border: none;
    width: 56px;
    height: 56px;
    line-height: 56px;
    position: absolute;
    overflow: hidden;
    right: 7px;
    top: 7px;
    text-align: center;
    color: #fff;
    background: #e641cd;
    background: linear-gradient(45deg, #e641cd 1%, #7028e4 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e641cd', endColorstr='#7028e4', GradientType=1);
    border-radius: 100%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    z-index: 1;
}

.search-box .search-bttn:hover:before {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.search-box .search-bttn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .3;
    border-radius: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s;
}




/*--------------------------
02. Populer-Post-Widget
---------------------------*/

.popular-post {
    overflow: hidden;
}

.popular-post .post-thumb {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.popular-post .post-thumb:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.popular-post .item:hover .post-thumb:before {
    opacity: 0.7;
}

.popular-post .post-thumb:after {
    content: "\f061";
    font-family: 'fontawesome';
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.popular-post .item:hover .post-thumb:after {
    opacity: 1;
}

.popular-post .content {
    display: block;
}

.popular-post .post-meta {
    margin-bottom: 5px;
}

.popular-post .post-meta > span {
    margin-right: 10px;
}

.popular-post .post-meta > span i.fa {
    font-size: 13px;
    color: #7028e4;
}

.popular-post .post-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: #7028e4;
    display: contents;
}

.popular-post .item {
    border-bottom: 1px solid #DFE3EC;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.popular-post .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.popular-post .item:first-child {
    padding-top: 0;
}



.post-footer-meta {
    width: 100%;
    display: block;
    background-color: #fff;
    padding: 5px 30px;
    border-radius: 6px;
    border: 1px solid #f7f2f1;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, .07);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, .07);
    margin-bottom: 30px;
    text-transform: capitalize;
}

.post-footer-meta .meta-item {
    display: inline-block;
    color: #1c223a;
    font-weight: 400;
    margin: 15px 15px 15px 0;
}

.post-footer-meta .meta-item:last-child {
    margin-bottom: 0;
}

.share-menu {
    width: 100%;
    display: block;
    background-color: #ffffff;
    padding: 30px 30px;
    border-radius: 6px;
    border: 1px solid #f7f2f1;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.07);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.07);
    margin-bottom: 30px;
}

.share-menu a {
    display: inline-block;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    padding: 0 30px;
    border: 2px solid #1990EA;
    color: #1990EA;
    border-radius: 100px;
    margin: 5px 0;
    margin-right: 10px;
    min-width: 120px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.share-menu a:last-child {
    margin-right: 0;
}

.share-menu a:hover {
    background-color: #1990EA;
    color: #ffffff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.share-menu a.facebook {
    color: #3b5999;
    border-color: #3b5999;
}

.share-menu a.facebook:hover {
    background-color: #3b5999;
    color: #ffffff;
}

.share-menu a.twitter {
    color: #55acee;
    border-color: #55acee;
}

.share-menu a.twitter:hover {
    color: #ffffff;
    background-color: #55acee;
}

.share-menu a.google-plus {
    color: #dd4b39;
    border-color: #dd4b39;
}

.share-menu a.google-plus:hover {
    color: #ffffff;
    background-color: #dd4b39;
}

.share-menu a.linkedin {
    color: #0077B5;
    border-color: #0077B5;
}

.share-menu a.linkedin:hover {
    color: #ffffff;
    background-color: #0077B5;
}

.share-menu a.pinterest {
    color: #bd081c;
    border-color: #bd081c;
}

.share-menu a.pinterest:hover {
    color: #ffffff;
    background-color: #bd081c;
}

.share-menu a i {
    margin-right: 10px;
}



.comment_area {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e4eaf2;
}

.comment-list-area .comments-title,
.comment-respond .comment_form_title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}

.form-control {
    padding: 25px;
}

.comment-respond .submit_btn {
    border: none;
    border-radius: 3px;
    padding: 15px 30px;
    background-color: rgb(132, 11, 212);
    color: #ffffff;
}

/*-------------------
10. comment-list 
--------------------*/

.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list .children {
    list-style: none;
    margin: 0 0 0 80px;
    padding: 0;
}

.comment-list .pingback,
.comment-list .comment {
    margin: 0;
    padding: 0;
}

.comment-list .comment-body {
    margin-bottom: 30px;
    padding: 30px 30px 30px 140px;
    position: relative;
    border: 1px solid #f7f2f1;
    border-radius: 5px;
    overflow: hidden;
}

.comment-list .pingback .comment-body {
    padding: 15px;
}

.comment-list .comment-body .comment-author img {
    position: absolute;
    left: 30px;
    top: 30px;
    max-width: 80px;
    max-height: 80px;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2)
}

.comment-list .comment-body .comment-author .fn {
    font-weight: 600;
    font-size: 20px;
}


.comment-list .comment-body .comment-metadata {
    margin-bottom: 15px;
    margin-top: 10px;
}

.comment-list .comment-body .comment-reply-link {
    color: #7D37E1;
    float: right;
    font-weight: 400;
    font-size: 15px;
}

.comment-list .comment-body .comment-reply-link:before {
    content: "\eeeb";
    font-family: "IcoFont";
    display: inline-block;
    -webkit-transform: rotateY(190deg);
    transform: rotateY(190deg);
    margin-right: 5px;
}

.comment-list .comment-body .comment-reply-link:hover {
    color: #7D37E1;
    text-decoration: underline;
}


.comment-notes,
.comment-form .logged-in-as,
.comment-form .logged-in-as a,
.comment-list .comment-body .comment-author .says,
.comment-list .comment-body .comment-metadata a {
    font-weight: 300;
    color: #858993;
}

.comment-form .logged-in-as a:hover,
.comment-list .comment-body .comment-metadata a:hover {
    color: #7D37E1
}

.comment-form .logged-in-as a:hover,
.comment-list .comment-body .comment-metadata a:hover {
    color: #7D37E1
}

.navigation,
.pagination {
    padding: 30px;
    border: 2px solid #ededed;
    width: 100%;
    text-align: center;
}

.nav-links .page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.nav-links .page-numbers.current {
    background-color: #FFAFBD;
    color: #ffffff;
    border-radius: 3px;
}

.big-nav-links {
    overflow: hidden;
}

.big-nav-links > div {
    display: inline-block;
    width: 50%;
    /* float: left; */
}

@media(max-width:996px) {
    .topshape{
        display: none;
    }
    .productShape1inner:after {
        height: 0;
        width: 0;
    }
    .productShape2inner:after {
        height: 0;
        width: 0;
    }

    .footer-column{
        margin-left: 0%;
    }
}
/* 

.footer-link{
    display: flex;
    flex-direction: row;
    margin-left: 20%;
    gap: 12px;
  }
  
  
  .footer-link li {
    list-style: none;
  }
  
  
  footer {
    color: #ffffff;
    padding: 20px 0px;
    margin-bottom: 0vh;
  }
  
  .footer-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  
  .footer-column {
    flex: 1 1 220px;
    margin: 10px 10px;
  }
  
  .footer-column h4 {
    margin-bottom: 20px;
    font-size: 20px;
    color: white;
    display: inline-block;
    padding-bottom: 5px;
  } */

  ul li{
    list-style: none;
  }

  ul li a{
    color: white;
  }

  /* .footer-bottom{
    text-align: center;
    margin-bottom: -10vh;
  } */

  
/* Contact Form */

.contact-section form {
    max-width: 600px;
    margin: auto;
    background: var(--glass);
    backdrop-filter: blur(10px);
    padding: 30px 10px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: var(--shadow);
  }
  
  #contact{
    width: 80%;
    margin: auto;
    box-shadow: 0 20px 30px rgba(0,0,0,0.1);
    margin-top: 3vh;
    margin-bottom: 5vh;
    /* height: 80vh; */
  }
  
  .add-section {
    max-width: 600px;
    margin: auto;
    background: var(--glass);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 15px;
    box-shadow: var(--shadow);
  }
  
  #contact textarea {
    width: 100%;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #ccc;
    margin-top: 10px;
    font-size: 1rem;
  }
  
  #contact input{
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ccc;
    margin-top: 10px;
    margin-top: 10px;
    font-size: 1rem;
  }

  .contact-section h1{
    text-align: center;
  }

  .send{
    margin-top: 2vh;
    margin-left: 30%;
    border-radius: 10px;
  }
  

  .send:hover{
    background-color: rgb(54, 54, 95);
    color: white;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.25);
  }

  ul li a:hover{
    color: #3c0574;
    font-size: 1.2em;
    font-weight: 900;
    /* text-decoration: underline; */
  }

  .back-color{
    width: 100%;
    background-image: url('/assets/images/back-color.jpg');
    background-size: cover;
  }

  .products-items{
    width: 100%;
    height: 95vh;
   background-image: url('/assets/Electronics-Devices/Banner Image/banner-5.jpg');
   background-size: cover;
  }

  .title-product{
    text-align: center;
    font-size: 3em;
  }

  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    padding: 40px 20px;
    max-width: 1200px;
    margin: auto;
}

.footer-column {
    flex: 1 1 220px;
    min-width: 220px;
    max-width: 300px;
}

.footer-column h4 {
    margin-bottom: 20px;
    color: white;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column a {
    color: #fff;
    text-decoration: none;
}

.footer-column a:hover {
    text-decoration: underline;
}

.social-icons {
    display: flex;
    gap: 10px;
    padding-left: 0;
}

.footer-bottom {
    text-align: center;
    padding: 20px;
    color: #fff;
    font-size: 14px;
}

.back-color {
    /* background-color: #333; */
    color: #fff;
}


/* Responsive Styles */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-column {
        margin-bottom: 30px;
    }

    .social-icons {
        justify-content: center;
    }
}

.single-testimonial p{
    text-align: justify;
}
.text-box p{
    text-align: justify;
}
