@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&family=Yeseva+One&display=swap');

* {
    margin: 0px;
    padding: 0px;
    outline: 0px;
    box-sizing: border-box;
    user-select: none;

}

ul {
    margin: 0px;
    padding: 0px;
}

li,
ol {
    list-style-type: none;
}

a {
    text-decoration: none;
    transition: 0.3s;
    color: #222222;
}

a:hover,
a:focus {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
img,
ul,
ol,
li,
input,
form,
.btn,
.navbar,
.breadcrumb,
.pagination {
    margin: 0px;
    padding: 0px;

}

body {
    font-family: "Rubik", sans-serif;
    position: relative;
    background: rgba(36, 135, 208, 0.10);
    overflow-x: hidden;
    
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-family: "Rubik", sans-serif;
}

.pt140-30 {
    padding: 140px 30px 0px;
} 

.pt_30 {
    padding-top: 25px;
}

.pt_pb {
    padding: 30px 0px;
}

.mt_30 {
    margin-top: 30px;
}

spen {
    color: #000;
    font-size: 14px;
}

b {
    color: rgba(36, 135, 208, 0.74);
}




h1 {
    font-size: 22px;

}

h2 {
    font-size: 18px;
    text-transform: capitalize;
}

h3 {
    padding: 15px 15px;
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
    color: #34495e;
    text-transform: capitalize;
}

h4 {
    padding: 10px 7px;
    font-size: 18px;
    color: #34495e;
    text-align: center;
    text-transform: capitalize;
}

h5 {
    font-size: 18px;
    text-transform: capitalize;
}

h6 {}

p {
    font-size: 16px;
    
}

.com_btn {
    padding: 8px 18px;
    font-size: 18px;
    text-transform: capitalize;
    background: rgba(255, 255, 255, 0.6);
    color: #000;
    border-radius: 8px 8px 0px 0px;
    box-shadow: 0px 0px 20px 0px  rgba(46, 134, 193, 0.50);

}

.com_btn:hover {
    color: #000;
}

.home {
    text-align: center;
}

.home h1 {
    font-size: 30px;
    color: #253e65;
}



.logo img {
    height: 40px;

}

.com_bg {
    padding: 10px;
    padding-bottom: 20px;
    background: rgba(36, 135, 208, 0.10);
}


.pagination {
    padding-top:50px;
    
}


.advertisement {
    text-align: center;
}
/*popular_part start*/


.popular_part {
    padding: 5px;
    margin: 5px;
    text-align: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.70);
    transition: all linear 0.2s;
}


.popular_part:hover {
    box-shadow: 5px 5px 20px #3aa5de;
}

.popular_text h3{
    text-align: start;
    padding: 5px 0px;
    font-size: 18px;
}

.popular_text h4 {
    text-align: start;
    color: #1e61bc;
}

.score {
    padding: 25px 0px;
    background: #4c98e5;
    border-radius: 10px;
    color: #fff;
}

.score h5 {
    font-size: 15px;
    
}

.score h6 {
    font-size: 15px;
}
/*popular_part end*/


/*festival_part start*/

.festival_item {
    margin: 10px 0px;
    border-radius: 5px;
    padding: 6px;
    background: #fff;
    overflow: hidden;
}
.festival_item h3 {
    padding: 10px 5px 15px;
    font-size: 30px;
    text-align: start;
}

.festival_item h4 {
    padding: 5px 0px;
    text-align: start;
    font-size: 16px;
}

.festival_item h5 {
    padding-bottom: 5px;
    text-align: start;
    font-size: 22px;
}

.festival_booking {
    padding: 10px;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(to right top, #268cac, #00a8b5, #00c2a3, #53d87b, #b4e547);
    transition: 0.3s;
}


.festival_booking  h6 {
    text-transform: capitalize;
    font-size: 18px;
}
.festival_booking:hover {
    box-shadow: 5px 5px 20px #3aa5de;
}

.festival_item:hover img {
    transition: all linear 0.3s;
    transform: scale(1.1);

}

/*festival_part end*/


/*compare_part start*/

.compare_part {
    overflow: hidden;
    margin: 10px 0px;
    transition: 0.3s;
}

.compare_part:hover {
   box-shadow: 5px 5px 20px #3aa5de;
}

.compare_part:hover img {
    transition: 0.2s;
    transform: scale(1.1);
}

/*compare_part end*/


/*contact_us start*/

.contact_us {
    background: #fff;
}

.contact_us_text  {
    padding-top: 130px;
    
}

.contact_us_text p {
    margin: 0px 10px;
    font-size: 18px;

}

.contact_us_text p img {
    margin: 0px 10px;
    padding:
}

/*contact_us end*/

/*series part start */
.btn_series {
    font-size: 20px;
    padding: 10px 12px;
    color: #000;
    background: rgba(36, 135, 208, 0.10);
    border: solid 1px #1b65af;
    border-radius: 10px;
    

}

.btn_series:hover {
    color: #fff;
     background: #4c98e5;
}


.offcanvas-body a {
    padding: 10px 15px;
     
    
    
}
.offcanvas-body a:hover {
   background: #4c98e5;
    color: #ffff;
}
/*series part end */



/*header start */


header {}

.header_top {
    padding: 10px 0px;
    background: linear-gradient(90deg, rgba(92, 163, 218, 1) 0%, rgba(32, 124, 202, 1) 35%, rgba(29, 95, 171, 1) 100%);
}

.header_top_content {
    padding: 10px 0px;
    color: #fff;
    font-size: 14px;
}

.header_top_content p {
    font-size: 15px;
}

/*search_box start*/

.form-control {
    padding: 0px 5px;
}

.search_btn {
    padding: 10px 5px;
    background: #fff;
    border-radius: 10px;
    transition: 0.3s;
}


/*search_box end*/

/*navbar start */

.navbar {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(46, 134, 193, 0.50);
}

.nav-item {}

.nav-link:hover {
    background: #4c98e5;

}

.nav-item a {
    color: #000;
}


.nav-item:hover a {
    color: #fff;
}

.dropdown-menu {
    border: none;
}


/*navbar end */

/*header end */



/*banner_slider start */

.banner_part {}

.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #4c98e5;
}



/*banner_slider_part end */


/*budget_range part start */

.budget_range_text {
    padding: 15px 0px 0px;
    text-transform: uppercase;
}

.budget_range_text h3 {
    font-size: 18px;
}

.budget_range_text a {
    padding: 10px 10px;

}

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

.budget_range {
    text-align: center;
    text-transform: uppercase;
    transition: all linear 0.3s;
}

.budget_range:hover a {
    color: rgb(255, 90, 0);

}


/*budget_range part end */


.release_date h5 {
    font-size: 16px;
}

.status h5 {
    font-size: 16px;
}








/* brand_part start */

.brand_part {
    margin-top: 7px;
    background: rgba(255, 252, 252, 0.37);
    border-radius: 7px;
    overflow: hidden;

}

.brand_part:hover {
    transition: 0.3s;
    box-shadow: 5px 5px 20px #3aa5de;
}


.brand_img {
    padding-top: 7px;

}

.brand_img img {
    border-radius: 8px;

}

.brand_img:hover img {
    transition: all linear 0.3s;
    transform: scale(1.1);

}

/* brand_part end */


/*card_part start */
.card_part {
    margin: 10px 0px;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
}

.card_part:hover {
   box-shadow: 5px 5px 20px #3aa5de;
} 


.card {
    border: none;
   
}



storng {
    font-size: 12px;
    color: #ff5a00;
}
.card h4 {
    color: #1261af;
}

.card h3 {
    font-size: 16px;
}
.card_part:hover img {
    transition: all linear 0.2s;
    transform: scale(1.1);

}

.view_details h6 {
    margin: 5px;
    text-transform: capitalize;
    text-align: center;
    background: #dddcdcad;
}
/*card_part end */


/* com_heading part start */

.more {
    text-align: end;

}

.more a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    transition: 0.1s;
}

.more a:hover {
    color: rgb(255, 90, 0);
}

/*com_heading part end */


/*Product News part start */

.product_part {
    margin: 3px;
    background: #fff;
    transition: 0.3s;
}

.product_name {}

.product_part:hover {
    box-shadow: 0px 0px 8px #000;
}

.product_news {
    margin: 5px;
}

.product_text {}

.product_text h4 {
    text-align: start;
    font-size: 16px;
}

.product_text p {
    font-size: 12px;
}

/*Product News part end */




/*item details page start */


.detail {
    border-radius: 6px;
}

.product_name {
    border-radius: 10px;
}

.product_name h2 {
    padding: 5px 0px;
    font-size: 25px;
    color: #101518;

}


.product_name h3 {
    padding: 0px 10px;
    font-size: 25px;
    text-align: start;
    color: #1e61bc;

}

.product_name h4 {
    font-size: 16px;
}

/*item details page end */

/* variant part start */

.variant {}

.variant h3 {
    padding: 0px 5px;
    text-align: start;
    font-size: 18px;
    font-weight: 700;

}

.variant_sec {
    padding: 5px 0px;
    margin: 5px 0px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.76);
    transition: 0.4s;
}



.variant_sec h4 {
    padding: 5px;
    font-size: 17px;
    text-transform: uppercase;
}

.variant_sec h5 {
    font-size: 17px;
    text-align: center;
    color: #1e61bc;
}

/*variant part end */


/*specifications part start */


.specifications h3 {
    text-align: start;
    font-size: 20px;
    font-weight: 700;
}

.specifications_part {
    margin: 3px;
    padding: 5px;
    background: rgba(255, 255, 255, 0.50);
    border-radius: 10px;
}

.specifications_img {
    margin-top: 5px;
    padding: 10px 10px;
    
}

.specifications_img img {
    font-size: 10px;
}

.specifications_text {}

.specifications_text h4 {
    text-align: start;
    font-size: 17px;

}

.specifications_text h5 {
    font-size: 15px;
    padding-left: 10px;

}


/*specifications part end */


/*color & images button  start */

.button {
    background: rgba(36, 135, 208, 0.10);
    border-radius: 30px;
    font-weight: 600;

}

.button h4 {
    font-size: 14px;
}

.button h4 img {
    padding-right: 8px;
}



/*color & images button  end */

/*Full Specifications part start */

.display h4 {
    text-align: start;
}

table {
    width: 100%;

}

tbody,
tr,
td {

    padding: 5px 5px;
    border: 1px solid rgba(0, 0, 0, 0.30);
}

.td1 {
    font-size: 17px;
    width: 35%;
    background: rgba(0, 0, 0, 0.05);
}

.td2 {
    font-size: 15px;
    width: 65%;
    
}

/*Full Specifications part end */




/*Disclaimer part start */


.Disclaimer h6 {
    text-align: center;
    font-size: 16px;
    padding: 20px 5px;
    color: #ff5a00;
    background: rgba(255, 255, 255, 0.29);
}

/*Disclaimer part end */


/*images page start */

.image_text {
    padding: 10px 0px;
    text-align: center;
}

image_header  {
    margin:  10px 10px;
}

.image_text h2 {
    text-transform: capitalize;
    padding-bottom: 15px;
}

.image_text a {
    background: rgba(36, 135, 208, 0.10);
    color: #1e61bc;
    border-radius: 30px;
    font-weight: 600;
    padding: 10px 15px;
    border: none;
    border-radius: 30px;
}

.image_btn {
    padding: 5px 12px;
    text-transform: capitalize;
    border: none;
    margin-left: 10px;
    background: rgba(255, 255, 255, 0.50);
    border-radius: 30px;

}

/*images page end */

/*image slider start */

.left {}


.main_image {

    position: relative;
}

.main_image img {
    width: 500px;

}

.ovelay_main_image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 80%;
    background: rgba(255, 255, 255, 0.60);
    border-radius: 10px;
    transition: 0.4s;
    transform: scale(0);
}

.main_image:hover .ovelay_main_image {
    transform: scale(1);
}

.ovelay_main_image a {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: #222;
    font-size: 20px;
    text-align: center;
    transform: translate(-50%, -50%);
}

.ovelay_main_image a i {
    line-height: 50px;
}

.main_image img {
    border-radius: 10px;
}

.option img {
    width: 80px;
    height: 80px;
    padding: 10px;

}

/*footer start */
.footer {
     background: linear-gradient(90deg, rgba(92, 163, 218, 1) 0%, rgba(32, 124, 202, 1) 35%, rgba(29, 95, 171, 1) 100%);
    padding: 70px 0px 0px;
}

.footer-col {}

.footer-col h4 {
    font-size: 20px;
    color: #ffffff;
    text-align: start;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}

.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #ffffff;
    height: 2px;
    box-sizing: border-box;
    width: 100px;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;

    font-weight: 300;
    color: #bbbbbb;

    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
}

.footer-col .social-links a {
    display: inline-block;
    height: 50px;
    width: 50px;
    background-color: rgba(252, 252, 252, 0.70);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 50px;
    border-radius: 35%;
    color: #1e61bc;
    transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
    color: #1e61bc;
    background-color: #ffff;
}

.copyright h6 {
    text-align: center;
    padding: 30px  0px;
    color: #ffff;
}


/*footer end */
