
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

* {
color: black;
}

body {
font-family: 'poppins', sans-serif;
margin: 0;
padding: 0;
}

.project_main_con {
margin-top: 80px;
margin-bottom: 40px;
width: 90%;
margin-left: auto;
margin-right: auto;
padding: 20px;
border-radius: 20px;
}

.pro_container {
display: flex;
align-items: flex-start;
justify-content: space-between;
margin-bottom: 20px;
}

.banner {
width: 75%;
margin-top: 20px;
}

.banner iframe {
width: 100%;
height: 250px;
border: none;
border-radius: 10px;
}

.text {
margin-top: 10px;
width: 100%;
margin-bottom: 10px;
padding-left: 10px;
}

.description {
margin-top: 15px;
margin-bottom: 15px;
padding: 20px;
background-color: #f0f0f0;
border-radius: 15px;
}

.main_des_div {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
margin-top: 10px;
}

.user_get_div,
.qr_code_div {
width: 49%;
}

.phone-numbers {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.phone-numbers div {
width: 45%;
}

.pro_description,
.pro_heading {
padding-left: 10px;
padding-right: 10px;
}

.pro_description {
margin-top: 10px;
font-size: 16px;
}

.pro_heading {
font-size: 20px;
font-weight: 600;
margin: auto;
}

.pro_points {
padding-left: 15px;
margin-top: 10px;
}

.contact_p {
margin-top: 10px;
}

.price_popup {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
z-index: 9999;
}

.popup_price {
position: fixed;
top: 50%;
left: 50%;
width: 600px;
height: auto;
transform: translate(-50%, -50%);
border: 1px solid #ccc;
background-color: #fff;
padding: 20px;
z-index: 9999;
border-radius: 10px;
}

.button {
float: left;
margin-left: 10px;
margin-top: 10px;
width: 210px;
background: #2c3ca9;
padding: 8px 20px;
text-decoration: none;
color: #fff;
border-radius: 40px;
font-weight: 700;
border: none;
font-size: 15px;
text-transform: uppercase;
transition: all 0.3s ease-in-out;
}

.button:hover {
background: #6478ff;
color: white;
}

.popup_price h2 {
margin-top: 0;
margin-bottom: 5px;
font-size: 18px;
}

.popup_close {
font-size: xx-large;
font-weight: 500;
float: right;
cursor: pointer;
}

.main_div {
display: flex;
align-items: center;
justify-content: space-evenly;
}

.card_container {
height: 360px;
width: 250px;
background-color: #2c3ca9;
text-align: center;
padding: 30px 0px;
border-radius: 15px;
box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
transition: transform 0.3s ease-in-out;
transform: scale(0.9);
}

.card_container:hover {
transform: scale(1);
color: white;
}

.title {
color: white;
font-size: 25px;
}

.price {
color: white;
font-size: 18px;
}

.card_body {
align-items: center;
font-size: 0;
}

.list_ul {
list-style: none;
}

.list_li {
font-size: 17px;
color: white;
margin-bottom: 10px;
}

.buy_now_btn {
color: white;
padding: 5px 40px;
border: 1px solid white;
border-radius: 60px;
font-weight: 600;
cursor: pointer;
}

.buy_now_btn:hover {
background-color: #fff;
color: #2c3ca9;
}

.card_head {
margin-bottom: 10px;
}

.card_price {
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 14px;
}

.price_tax {
font-size: 14px;
color: white;
}

.list_li del {
font-size: 17px;
color: white;
text-decoration: line-through;
}

.tabs {
display: none;
}

.qr_code_img {
width: 200px;
height: 180px;
margin-left: auto;
margin-right: auto;
}

.after_pay {
text-align: center;
}

.after_pay b {
font-size: 14px;
color: #000;
}

.after_pay_link {
padding: 4px 10px;
font-size: 14px;
width: 100px;
background-color: #2c3ca9;
color: white;
border-radius: 5px;
text-decoration: none;
transition: background-color 0.3s ease;
}

.after_pay_link:hover {
background-color: #6478ff;
color: white;
}

.project_h2 {
    text-align: center;
font-size: 20px;
margin-bottom: 15px;
}

hr {
display: none;
}

.project_requirement {
margin-top: 12px;
margin-top: 15px;
}

.tabs {
display: none;
}

.email_div {
margin-top: 10px;
}

.Note_word {
color: red;
}

.note_span {
color: #0264b3;
font-weight: 500;
}

.project_flow_img {
width: 400px;
height: auto;
}

/* youtube container start */
.youtube_wrapper {
position: relative;
margin-bottom: 10px;
}

.youtube_wrapper i {
height: 50px;
width: 50px;
background: rgb(118, 233, 118);
text-align: center;
line-height: 50px;
border-radius: 50%;
cursor: pointer;
position: absolute;
top: 50%;
font-size: 1.25 rem;
transform: translateY(-50%);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);

}

.youtube_wrapper i:first-child {
left: -22px;
}

.youtube_wrapper i:last-child {
right: -22px;
}

.youtube_wrapper .youtube_carousel {
display: grid;
grid-auto-flow: column;
grid-auto-columns: calc((100% / 3) - 12px);
gap: 16px;
overflow-x: auto;
scroll-snap-type: x mandatory;
scroll-behavior: smooth;
scrollbar-width: 0;
}

.youtube_carousel::-webkit-scrollbar {
display: none;
}

.youtube_carousel.dragging {
scroll-snap-type: none;
scroll-behavior: auto;
}

.youtube_carousel.no-transition {
scroll-behavior: auto;
}

.youtube_carousel.dragging .youtube_card {
cursor: grab;
user-select: none;
}

.youtube_carousel .youtube_card {
scroll-snap-align: start;
min-height: 280px;
height: auto;
list-style: none;
background: #fff;
border-radius: 8px;
cursor: pointer;
width: 100%;
padding-bottom: 15px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.youtube_card h2 {
font-weight: 500;
font-size: 1.56rem;
margin: 30px 0 5px;
}

.youtube_card span {
color: #292929;
font-size: 17px;
margin-top: 15px;
margin-bottom: 15px;
}

.youtube_btn {
background: #2c3ca9;
padding: 8px 20px;
text-decoration: none;
color: #fff;
border-radius: 40px;
font-weight: 700;
border: none;
font-size: 15px;
text-transform: uppercase;
transition: all 0.3s ease-in-out;
}

.iframe_vid {
height: 170px;
width: -webkit-fill-available;
border-radius: 5px;
}

.span_div {
margin-top: 12px;
margin-bottom: 15px;
}

@media screen and (max-width: 900px) {
.youtube_wrapper .youtube_carousel {
grid-auto-columns: calc((100% / 2) - 9px);

}
}

@media screen and (max-width: 600px) {
.youtube_wrapper .youtube_carousel {
grid-auto-columns: 100%;

}
.button {
    width:90%;
}
}

/* Media query for responsiveness */

@media screen and (max-width: 900px) {

.text {
text-align: center;
}

.qr_code_div {
margin-top: 15px;
}

.project_main_con {
width: 95%;
padding: 10px;
}

.pro_container {
flex-direction: column;
margin-top: 15px;
}

.pro_heading {
font-size: 19px;
}

.text,
.banner {
width: 100%;
padding: 0 0 0 0;
}

.project_h2 {
font-size: 19px;
text-align: center;
padding-left: 12px;
}

hr {
display: block;
width: 90%;
}

.what_get_div {
margin-bottom: 20px;
}

.project_requirement {
margin-top: 15px;
margin-bottom: 20px;
padding: 0px 20px 0px 20px;
}

/*.what_get_div,
.qr_code_div,
.qr_code_div,
.email,
.mobile {
padding: 0px 20px 0px 20px;
}*/

.qr_code_div,
.email_div,
.phone-numbers {
margin-bottom: 20px;
}

.banner {
display: flex;
justify-content: center;
align-items: center;
margin-top: 20px;
}

.banner iframe {
width: 70%;
}

.buy_btn_div {
display: flex;
justify-content: center;
}

.main_des_div {
display: block;
}

.mobile {
padding-left: 15px;
}

.contact_us_h4 {
font-size: 16px;
}

.user_get_div,
.qr_code_div {
width: 100%;
}

.description {
padding: 10px;
}

.contact {
padding-left: 25px;
padding-right: 25px;
}
}

@media screen and (max-width: 768px) {
.popup_price {
width: 75%;
}

.tabs {
display: flex;
margin-bottom: 10px;
}

.buy_btn_div {
display: block;
margin-left: auto;
margin-right:auto;
}

.whole_btn_div {
    display: flex;
    align-items:center;
}

.tabs button {
width: 50%;
margin: 1%;
padding: 10px;
text-align: center;
background-color: #c1c4db;
cursor: pointer;
font-weight: 500;
color: black;
border-radius: 40px;
box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
border: none;
}

.tabs button.active {
background-color: #007bff;
color: white;
}

.card_container {
display: none;
}

.card_container.active {
display: block;
}
}

@media screen and (max-width: 600px) {
.popup_price {
width: 85%;
}
}

@media screen and (max-width: 400px) {
.card_container {
height: 297px;
}

.popup_price {
width: 85%;
}

.after_pay_link {
display: block;
margin: auto;
}
}

@media screen and (max-width: 425px) {
.banner iframe {
width: 95%;
}
}

@media screen and (max-width: 425px) {

.project_main_con {
width: 95%;
padding: 5px;
}

.banner iframe {
width: 95%;
}

.project_flow_img {
width:340px;
}
}

@media only screen and (min-width: 900px) {
.project_requirement {
margin-top: 45px;
margin-bottom: 20px;
}
}

@media only screen and (min-width: 768px) {
.pro_container {
flex-wrap: nowrap;
}

.popup_price {
height: auto;
}
}

@media (max-width: 370px) {
.popup_price {
width: 85%;
}
}

@media screen and (max-width: 390px) {

.project_main_con {
width: 95%;
padding: 5px;
}

.banner iframe {
width: 95%;
}

.project_flow_img {
width: 275px;
}

.phone-numbers {
display: block;
margin-top: 20px;
}

.phone-numbers div {
width: 100%;
}

.mob {
margin-top: 15px;
}
}

