a {
    text-decoration: unset;
    color: unset;
}

.btn_save {
    background: linear-gradient(45deg, #2196F3, #00BCD4);
    width: fit-content;
    margin: 10 auto;
    padding: 14px;
    color: white;
}

.btn_top {
    display: none;
    vertical-align: top;
    font-family: system-ui;
    font-weight: 600;
    border-radius: 54px;
    border: 2px solid;
    padding: 6px;
    margin: -8px 0px;
    font-size: 18px;
    padding: 12px 22px;
}

.new_tag {
    position: absolute;
    top: 5px;
    background: #f44336;
    padding: 2px 8px;
    font-weight: 500;
    font-size: 8px;
    border-radius: 29px;
    right: -14px;
    border: 0px;
}

.new_lab {
    z-index: 2;
    position: absolute;
    background: #ff5722;
    padding: 4px 10px;
    right: -13px;
    top: -11px;
    font-size: 12px;
    color: white;
    border-radius: 24px;
}

.slider_image {
    width: 100%;
    position: relative;
    height: auto;
    background: white;
}

.slider_image .mySlides {
    width: 100%;
    animation: fadeIn 1s linear forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.new_label {}

.head_up {
    background: Black;
    color: white;
    display: flex;
}

.head_up p {
    padding: 4px 23px;
    margin: 0px;
    font-size: 13px;
    float: unset;
}

.head_up p i {}

.wtsp_chat {
    width: fit-content;
    position: fixed;
    bottom: 10px;
    right: 1px;
    z-index: 8;
}

.wtsp_chat i {
    font-size: 46px;
    background: linear-gradient( 45deg, #4caf50, #009688);
    color: white;
    padding: 7px 10px;
    border-radius: 7px;
    border: 2px solid white;
    z-index: 312;
}

header {
    background: #d68f0f;
    width: -webkit-fill-available;
    padding: 0;
    overflow: unset;
    position: sticky;
    display: flex;
    padding: 0px 11px;
    top: 0;
    z-index: 22;
}

header .logo {
    display: flex
}

header .logo h3 {
    margin: 7px 0px;
    font-size: 32px;
    font-weight: 200;
    color: white;
    font-family: Amita;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%), 0 0 1em rgb(0 0 0 / 10%);
    text-transform: capitalize;
}

header .logo img {
    width: 99px;
    height: auto;
    margin: -3x 0px 0px;
}

header .head_txt {
    display: flex;
    position: absolute;
    right: 80px;
}

header .head_txt h3 {
    font-weight: 500;
    padding: 22px 11px;
    cursor: pointer;
    color: white;
    font-size: 14px;
    letter-spacing: -1px;
}

header .head_txt h3:hover {
    transition: 0.3s;
}

header .head_txt h3 .notification {
    background: white;
    color: #4c4c4b;
    font-weight: 500;
    padding: 10px;
    border-radius: 6px;
    font-size: 10px;
    position: relative;
    top: 8px;
}

.login_btn {
    background: white;
    color: #000000 !important;
    padding: 10px 15px !important;
    margin: 10px 15px;
    border-radius: 9px;
    box-shadow: 1px 1px 5px 1px #8282825e;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%), 0 0 1em rgb(0 0 0 / 10%);
}

.search_page {
    text-align: center;
    padding: 40px 0px;
}

.search_page h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 34px;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%), 0 0 1em rgb(0 0 0 / 10%);
}

.dg_bg {
    color: white;
    background: linear-gradient( 90deg, #d68f0f, #a63b0c, #d64c0f);
    border-radius: 47px;
    padding: 6px;
    min-width: 47px;
    display: inline-block;
}

.sub_title {
    text-align: center;
    color: #353637;
}

.search_box,
.search_result {
    display: inline-block;
}

.search_result {
    width: 400px;
    vertical-align: middle;
    max-height: 400px;
    margin: 0px;
    overflow-y: overlay;
    background: #ffffff;
    position: absolute;
    z-index: 26;
    left: 0px;
    top: 37px;
    padding: 0px 0px 0px 0px;
}

.search_box {
    background: white;
    width: 400px;
    height: 200px;
    z-index: 1;
    padding: 23px;
    border-radius: 7px;
    margin: 0 auto;
    position: relative;
}

.close_search {
    color: #f54646;
    font-size: 46px;
    text-align: end;
    margin: 0px 26px;
    padding: 0px 10px 0px;
    right: -3px;
    z-index: 3;
    top: -2px;
    border-radius: 24px;
}

.search_box .close {
    color: #ff0808;
    width: fit-content;
    font-size: 42px;
    position: absolute;
    right: 31px;
    top: 14px;
    z-index: 3;
    cursor: pointer;
}

.search_box h2 {
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%), 0 0 1em rgb(0 0 0 / 10%);
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    color: #323332;
    text-transform: capitalize;
}

.search_box input {
    padding: 12px;
    display: block;
    margin: 17px auto;
    width: -webkit-fill-available;
    outline: none;
    border-radius: 29px;
    background: #b44d4d17;
    border: 0px;
    font-size: 20px;
    text-align: center;
    border-bottom: 2px solid #d68f0f;
}

.search_box button {
    margin: 0 auto;
    position: relative;
    display: block;
    padding: 12px 20px;
    border-radius: 52px;
    border: 0px;
    background: linear-gradient( 45deg, #9c0202, #d68f0f);
    color: white;
    width: -webkit-fill-available;
    outline: none;
    font-size: 21px;
}

.search_box button:active {
    transition: 0.3s;
    transform: scale(0.8);
}

.search_card_preview {
    position: relative;
    display: grid;
    grid-template-columns: 20% 60% 20%;
    text-align: center;
    align-items: center;
    margin: 4px 2px;
    box-shadow: 0px 0px 8px 0px #ebf457;
    background: white;
    border: 1px solid #b9b9b940;
    border-radius: 5px;
    padding: 4px;
}

.search_card_preview img {
    width: 92%;
}

.discrip {
    text-align: left;
}

.discrip h2 {
    margin: 8px 0px 0px;
    font-size: 15px;
    color: #084a7e;
    text-transform: capitalize;
}

.discrip p {
    margin: 4px 0px;
    font-size: 12px;
    color: gray;
}

.see_more_btn {
    background: #d68f0f;
    padding: 10px;
    align-self: center;
    width: 39px;
    font-size: 19px;
    align-items: center;
    color: white;
    border-radius: 31px;
    margin: 0px auto 0px;
    box-shadow: 1px 1px 5px 1px #8282825e;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%), 0 0 1em rgb(0 0 0 / 10%);
}

.alert_unavailable,
.alert_info {
    background: #ff000008;
    color: #f44336;
    width: fit-content;
    padding: 24px;
    margin: 0 auto;
    border-radius: 7px;
}

.alert_info {
    background: #ffffff08;
    color: #4caf50;
    font-weight: 500;
}

#facebook_icon {
    color: #ffffff;
    background: linear-gradient(0deg, #3F51B5, #8946ff);
    border: 0px;
    border-radius: 6px;
    width: 100px;
}

.fa-line-chart {
    color: #4caf50;
    font-weight: 800;
}

.mobile_home {
    display: none;
}

.main {
    background: #9c0202;
    overflow: hidden;
    height: 81vh;
}

#wave1 {
    position: absolute;
}

#wave1 path {}

.design_div_block1,
.design_div_block2,
.design_div_block3 {
    position: absolute;
    width: 300px;
    height: 200px;
    background: #ffffff24;
    z-index: 1;
    border-radius: 20px;
}

.design_div_block1 {
    animation: ddb1 7s linear infinite alternate;
    -webkit-animation: ddb1 7s linear infinite alternate;
    -moz-animation: ddb1 7s linear infinite alternate;
    left: 30%;
}

.design_div_block2 {
    animation: ddb1 20s linear infinite alternate;
    -webkit-animation: ddb1 20s linear infinite alternate;
    -moz-animation: ddb1 20s linear infinite alternate;
    left: 30%;
}

.design_div_block3 {
    animation: ddb1 25s linear infinite alternate;
    -webkit-animation: ddb1 25s linear infinite alternate;
    -moz-animation: ddb1 25s linear infinite alternate;
    left: 30%;
}

@keyframes ddb1 {
    0% {
        transform: translate(100%, 5%) rotate3d(1, 1, 1, 0deg);
    }
    50% {
        transform: translate(140%, 140%) rotate3d(1, 1, 1, 180deg);
    }
    0% {
        transform: translate(5%, 100%) rotate3d(1, 1, 1, 360deg);
    }
}

@-webkit-keyframes ddb1 {
    0% {
        transform: translate(100%, 5%) rotate3d(1, 1, 1, 0deg);
    }
    50% {
        transform: translate(140%, 140%) rotate3d(1, 1, 1, 180deg);
    }
    0% {
        transform: translate(5%, 100%) rotate3d(1, 1, 1, 360deg);
    }
}

@-moz-keyframes ddb1 {
    0% {
        transform: translate(100%, 5%) rotate3d(1, 1, 1, 0deg);
    }
    50% {
        transform: translate(140%, 140%) rotate3d(1, 1, 1, 180deg);
    }
    0% {
        transform: translate(5%, 100%) rotate3d(1, 1, 1, 360deg);
    }
}

.main .main_txt {
    margin: 8% 0% 5% 6%;
    text-align: left;
    z-index: 4;
    color: white;
    width: 50%;
    position: relative;
}

.main .main_txt h1 {
    font-size: 53px;
    letter-spacing: -3px;
    margin: 0;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%), 0 0 1em rgb(0 0 0 / 10%);
    text-transform: uppercase;
}

/*water wave*/

.main .main_txt h2 {
    font-size: 22px;
    font-weight: 500;
    margin: 16px 0px;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%), 0 0 1em rgb(0 0 0 / 10%);
    text-align: justify;
}

.main .main_txt p {
    font-size: 15px;
    font-weight: 500;
    margin: 47px auto 5px;
}

.btn_1 {
    width: fit-content;
    margin: 27px auto;
    color: #ffffff;
    padding: 13px 36px;
    border-radius: 50px;
    font-size: 20px;
    border: 2px solid;
    background: #d68f0f;
}

.btn_2 {
    background: #d68f0f;
    width: fit-content;
    margin: 27px auto;
    color: white;
    padding: 13px 36px;
    border-radius: 40px;
    border: 2px solid;
    font-size: 23px;
    animation: shining1 1s linear infinite;
}

.btn_2:after {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: -1px;
    width: 0px;
    border-radius: 40px;
    background: #ffffff26;
}

.btn_2:hover:after {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: -1px;
    width: 100%;
    background: #ffffff26;
    transition: 0.4s;
}

@keyframes shining1 {}

iframe {
    height: 300px;
    cursor: zoom-out;
    border: 0px;
    box-shadow: 0px 0px 8px 0px #ebf457;
    border-radius: 5px;
}

.w_l_f {
    
    color: #653bb7;
    width: auto;
    margin: 21px; auto;
    padding: 5px;
}

.w_l_f h1 {
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%), 0 0 1em rgb(0 0 0 / 10%);
    margin: 11px;
    padding: 11px 5px;
    font-weight: 600;
    text-align: center;
    color: black;
}

.w_l_f h3 {
    background: linear-gradient(5deg, #444fb6, #9C27B0);
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-weight: 500;
    padding: 9px;
    border-radius: 3px;
}



.w_l_f ul,
img {
    display: inline-block
}

.w_l_f ul {
    
    
    vertical-align: top;
    background: white;
    border-radius: 3px;
    overflow: hidden;
    padding: 0px 33px;
    font-weight: 600;
    color: black;
}

.w_l_f ul li {
    padding: 9px;
}

.w_l_f ul li:nth-child(2n) {
    background: #efefef;
}

video {
  controls: none;
 margin-top: -66px;
  margin-bottom: -55px;
}

/*scroll bar*/

/* width */

::-webkit-scrollbar {
    width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f14a;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* page 3 */

.display_flex {display: flex;
    padding: 33px;
    background: white);}
	.side1,.side2 {    width: -webkit-fill-available;
    padding: 18px;
    text-align: center;}
	.side1 img { width: 200px;
    margin: 11px;
    border: 18px solid #e0e0e0;
    border-left: 5px solid #efefef;
    border-right: 5px solid #ddd;
    height: 333px;
    box-shadow: 0px 0px 20px 0px ##ebf457;
    border-radius: 14px;
	}
	
	#imgd2 {    position: absolute;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 0px 0px 20px 0px ##ebf457;
    top: 99px;}
	
	@keyframes upDown {
		0% {   top:10px}
		100% {	top:50px;	}
	}
	
	@-webkit-keyframes upDown {
		0% {   top:10px}
		100% {	top:50px;	}
	}

.demo_card_side {
    position: absolute;
    z-index: 3;
    border: 1px solid black;
    width: 200px;
    right: 17%;
    top: 10%;
    animation: scaleMe 5s linear infinite alternate;
    -webkit-animation: scaleMe 5s linear infinite alternate;
    -moz-animation: scaleMe 5s linear infinite alternate;
}

@keyframes scaleMe {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@-webkit-keyframes scaleMe {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@-moz-keyframes scaleMe {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.mobile_cover {
    z-index: 3;
    width: 100%;
    position: absolute;
    top: 0;
}

.mobile_cover_img {
    z-index: 2;
    width: 89%;
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translate(-50%);
}

.side2 p {
    font-weight: 500;
    text-align: center;
    font-size: 23px;
}

.side2 h1 {
    font-weight: 500;
    text-align: left;
    font-size: 37px;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%), 0 0 1em rgb(0 0 0 / 10%);
    text-transform: capitalize;
}

.side2 h3 {
    font-size: 15px;
    line-height: 2;
    text-align: initial;
    font-weight: 400;
}

.row_backimg {
    padding: 1px 5px;
    overflow: hidden;
    text-align: center;
}

.row2 {
    padding: 2px;
    text-align: center;
}

.row_backimg h1 {
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%), 0 0 1em rgb(0 0 0 / 10%);
    font-size: 33px;
    margin: 21px 5px 30px;
}

.row_backimg .flex_box {
    display: flex;
}

.back_dg2 {
    background: #9c02023b;
    width: 300px;
    height: 300px;
    position: fixed;
    bottom: 10%;
    border-radius: 100%;
    left: 30px;
    animation: ddb1 25s linear infinite alternate;
    -webkit-animation: ddb1 25s linear infinite alternate;
    -moz-animation: ddb1 25s linear infinite alternate;
}

.back_dg3 {
    background: #0000003b;
    width: 200px;
    height: 200px;
    position: fixed;
    bottom: 50%;
    border-radius: 100%;
    right: 30;
    FONT-WEIGHT: 300;
    z-index: -1;
    animation: ddb1 25s linear infinite alternate;
    -webkit-animation: ddb1 25s linear infinite alternate;
    -moz-animation: ddb1 25s linear infinite alternate;
}

.back_dg4 {
    z-index: -1;
    background: #3f51b554;
    width: 150px;
    height: 150px;
    position: fixed;
    bottom: 70%;
    border-radius: 100%;
    left: 50%;
    animation: ddb1 25s linear infinite alternate;
    -webkit-animation: ddb1 25s linear infinite alternate;
    -moz-animation: ddb1 25s linear infinite alternate;
}

.row_backimg .flex_box .flex_boxin {
    border: solid 1px #9c02023b;
    margin: 15px;
    width: -webkit-fill-available;
    padding: 18px 18px;
    border-radius: 9px;
    box-shadow: 1px 1px 10px 1px #8282825e;
}

.row_backimg .flex_box .flex_boxin:hover {
    transform: rotate(0deg);
}

.row_backimg .flex_box .flex_boxin i {
    font-size: 60px;
    color: #d68f0f;
}

.row_backimg .flex_box .flex_boxin h1 {
    font-size: 19px;
    margin: 22px 0px;
    font-weight: 500;
    letter-spacing: -1px;
    color: black;
}

.row_backimg .flex_box .flex_boxin p {
    font-weight: 500;
    color: #5f2907;
    font-size: 11px;
}

.row2 {
    padding: 21px;
}

.row2 h1 {
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%), 0 0 1em rgb(0 0 0 / 10%);
    text-align: center;
    font-size: 42px;
    font-weight: 500;
    color: #673bb7;
}

.row2 h2 {
    text-align: center;
    font-size: 35px;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%), 0 0 1em rgb(0 0 0 / 10%);
    color: #000000;
}

.flex_pricing {
    display: flex;
    width: fit-content;
    margin: 0 auto;
    background: white;
}

.flex_pricingin {
    padding: 0px 0px;
    box-shadow: 5px 5px 5px 5px #ebf457;
     
    text-align: left;
    width: 500px;
}

.flex_pricingin h3 {
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%), 0 0 1em rgb(0 0 0 / 10%);
    background: white;
    margin: 0px;
    padding: 9px 15px;
    text-align: center;
    color: #d68f0f;
    font-weight: 400;
    font-size: 16px;
    border: solid 3px #d68f0f;
    letter-spacing: -0.7px;
}

.mobile_close {
    display: none;
    position: absolute;
    top: 0;
    font-size: 50px;
    z-index: 3;
    color: white;
    right: 16px;
    padding: 0;
}

.flex_pricingin h1 p {
    font-size: 15px;
}

.flex_pricingin h1 del {
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%), 0 0 1em rgb(0 0 0 / 10%);
    font-size: 21px;
    color: #000000;
}

.flex_pricingin h1 {
    color: #ffffff;
    background: #d68f0f;
    margin: 0;
    padding: 11px;
    font-size: 31px;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%), 0 0 1em rgb(0 0 0 / 10%);
}

.flex_pricingin ul {
    padding: 0px 0px;
}

.flex_pricingin li {
    background: white;
    padding: 7px 21px;
    list-style-type: none;
    font-size: 12px;
    font-weight: 600;
}

.flex_pricingin li.back {
    background: #3f5c8417;
}

.flex_pricingin li i {
    background: #d68f0f;
    color: white;
    border-radius: 50px;
    padding: 6px;
    font-size: 11px;
    margin: 0px 10px;
}

.row_contact {
    background: transparent;
    color: black;
    padding: 66px 35px;
    text-align: center;
}

.row_contact h3 {
    font-weight: 500;
    width: fit-content;
    margin: 5px auto;
    padding: 10px;
}

.row_contact h1 {
    font-size: 50px;
    font-weight: 500;
    background: #ffffff;
    width: fit-content;
    margin: 0 auto;
    padding: 10px;
    box-shadow: 5px 5px 5px 5px #ebf457;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%), 0 0 1em rgb(0 0 0 / 10%);
    border-radius: 7px;
}

.row_features {
    padding: 50px;
    text-align: center
}

.row_features p {
    text-align: center;
    color: #000000;
    font-weight: 500;
    width: fit-content;
    margin: 20px auto;
}

.row_features h1 {
    text-align: center;
    font-size: 38px;
    color: #301404;
    width: auto;
    letter-spacing: -0.6px;
    font-weight: 600;
    text-transform: capitalize;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%), 0 0 1em rgb(0 0 0 / 10%);
}

#svg_fea {
    position: absolute;
    width: 100%;
    z-index: -1;
    left: 0;
    height: auto;
    bottom: 0;
}

.cont_share_boxes {
    width: 200px;
    display: inline-grid;
    font-size: 16px;
    margin: 5px;
    text-align: center;
    box-shadow: 3px 3px 3px 3px #ebf457;
    padding: 13px 13px 26px;
    font-weight: 500;
    border-radius: 5px;
    color: #2a2a2a;
    z-index: 2;
    background: white;
    height: 160px;
}

.cont_share_boxes:hover:after {
    content: '';
    position: absolute;
    border: 6px solid orange;
    width: 30px;
    height: 27px;
    border-bottom: none;
    border-left: none;
    right: 0;
    top: 0;
    transition: 0.3s;
}

.cont_share_boxes:hover:before {
    content: '';
    position: absolute;
    border: 6px solid orange;
    width: 30px;
    height: 27px;
    border-top: none;
    border-right: none;
    left: 0;
    bottom: 0;
    transition: 0.3s;
}

.cont_share_boxes:hover {
    box-shadow: 0px 0px 10px 0px #ebf457;
    color: black;
}

.cont_share_boxes i {
    font-size: 43px;
    margin: 20px;
    color: var(--color);
}

.row_features .cont_share_boxes:nth-child(3) i {
    color: #009688;
}

.row_features .cont_share_boxes:nth-child(4) i {
    color: #00d406;
}

.row_features .cont_share_boxes:nth-child(5) i {
    color: #ff5722;
}

.row_features .cont_share_boxes:nth-child(6) i {
    color: #4caf50;
}

.row_features .cont_share_boxes:nth-child(7) i {
    color: #ffc107;
}

.row_features .cont_share_boxes:nth-child(8) i {
    color: #e91e63;
}

.row_features .cont_share_boxes:nth-child(9) i {
    color: #243489;
}

.row_features .cont_share_boxes:nth-child(10) i {
    color: #2196f3;
}

.row_features .cont_share_boxes:nth-child(12) i {
    color: #607d8b;
}

.row_features .cont_share_boxes:nth-child(13) i {
    color: #770a6b;
}

.row_features .cont_share_boxes:nth-child(14) i {
    color: #00bcd4;
}

.row_features .cont_share_boxes:nth-child(15) i {
    color: #8bc34a;
}

.row_features .cont_share_boxes:nth-child(16) i {
    color: #f44336;
}

.row_features .cont_share_boxes:nth-child(17) i {
    color: gold;
}

.row_features .cont_share_boxes:nth-child(18) i {
    color: #009688;
}

.row_bottom {
    background: #000000;
    color: white;
}

.row_bottom .side1 {
    text-align: left;
    padding: 20px 0px 20px 41px;
    background: #ffffff00;
    color: #f5f5f5;
    width: 63%;
}

.row_bottom .side1 h1 img {
    width: auto;
    height: 45px;
    margin: 0px;
    padding: 0px;
    filter: none;
    border-radius: 0px;
}

.row_bottom .side1 h1 {
    display: flex;
    margin: 0px;
    margin: 24px 0px;
    padding: 0px;
    font-weight: 400;
    font-size: 23px;
}

.row_bottom .side1 h3 {
    font-weight: 500;
    font-size: 27px;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%), 0 0 1em rgb(0 0 0 / 10%);
    color: #000000;
}

.row_bottom .side1 .row_bt_p {
    display: flex;
    margin: 10px 0px;
}

.row_bottom .side1 .row_bt_p h4 {
    line-height: 2;
    margin: 8px;
    font-weight: 500;
    font-size: 14px;
}

.row_bottom .side1 .row_bt_p i {
    padding: 12px 7px;
    width: 48px;
    text-align: center;
    font-size: 21px;
    margin: 2px 10px 0px 0px;
    height: fit-content;
    border: 2px solid;
    border-radius: 47px;
}

.row_bottom .side2 h3 {
    text-align: center;
    font-size: 30px;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%), 0 0 1em rgb(0 0 0 / 10%);
    margin: 0;
}

.row_bottom .side2 form {}

.row_bottom .side2 input,
.row_bottom .side2 textarea {
    width: 63%;
    padding: 14px;
    background: #00000000;
    border: 1px solid #ffffff;
    border-bottom: 2px solid white;
    margin: 41px auto 0px;
    color: white;
    font-size: 13px;
    border-radius: 7px;
    outline: none;
}

.row_bottom input[type=submit] {
    width: 365px;
    background: var(--color);
    font-size: 22px;
    padding: 11px;
    border-radius: 50px;
    border-bottom: 0px;
    margin: 20px;
}

.row_bottom .side2 textarea {
    height: 100px
}

.row_bottom .side2 input::placeholder,
.row_bottom .side2 textarea::placeholder {
    color: #dcd6d6;
    font-style: italic;
}

.success_alert,
.danger_alert {
    padding: 16px 43px;
    background: #ececec1f;
    width: fit-content;
    font-size: 13px;
    margin: 6px auto;
    border-radius: 5px;
}

.temp_preview {
    padding: 50px;
    text-align: center;
    width: auto;
    margin: 0 auto;
    overflow-x: scroll;
}

.temp_preview h1 {
    text-align: center;
    font-weight: 400;
    margin: 0px 10px 40px;
}

.demo_slider {}

.expander {
    overflow: hidden;
    height: auto;
    display: inline-block;
    margin: 10px 3px;
    padding: 9px;
    border-radius: 17px;
    background: #eef66f;
    vertical-align: top;
}

.expander .temp_pre {
    display: inline-grid;
    margin: 9px 15px;
    text-align: center;
}

.expander_slide {}

.card_tag {
    color: #020202;
    width: fit-content;
    padding: 12px 21px;
    border-radius: 26px/13px;
    left: 50%;
    transform: translate(-50%);
    top: 1px;
    font-size: 27px;
    z-index: 3;
   
    font-weight: 700;
}

.card_tag:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 5px;
    background: #d68f0f;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 20px;
}

.card_tag:hover:before {
    transition: 1s;
    width: 150px;
}

.demo_slider .card_tag:nth-child(2) {
    background: green
}

@keyframes slowslide {
    0% {
        left: 0;
    }
    100% {
        right: 0;
    }
}

.temp_pre img {
    width: 105px;
    border: 20px solid #000000;
    height: 160px;
    border-radius: 11px;
    border-left: 5px solid #000000;
    border-right: 5px solid #000000;
    padding: 0px;
}

.temp_pre:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: linear-gradient( 90deg, #7d7b7b, #5555558f, #9c9b9bd6);
    z-index: 7;
    bottom: 2px;
    border: 1px solid #828282;
    left: 50%;
    transform: translate(-50%);
    border-radius: 20px;
}

.temp_pre:before {
    content: '';
    position: absolute;
    width: 26px;
    height: 3px;
    background: #6a6a6a;
    top: 11px;
    left: 50%;
    transform: translate(-50%);
}

.slide_digi_btn {
    position: absolute;
    background: #d68f0f;
    color: white;
    font-size: 12px;
    padding: 8px 10px;
    bottom: 0;
    z-index: 333;
    border-radius: 4px;
    left: 50%;
    transform: translate(-50%);
    width: 99px;
    opacity: 0;
    box-shadow: 1px 1px 5px 1px #8282825e;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%), 0 0 1em rgb(0 0 0 / 10%);
}

.temp_pre:hover .slide_digi_btn {
    opacity: 1;
    bottom: 23px;
    border: 3px solid;
    box-shadow: 0px 0px 10px 0px #ebf457;
}

.join_facebook {
    width: 51% !important;
    border-radius: 11px !important;
    margin: 5px !important;
    filter: brightness(1) !important;
}

.pre_btn {
    background: #ffffff;
    width: fit-content;
    margin: 13px auto;
    color: #d68f0f;
    padding: 12px 30px;
    font-weight: 500;
    border-radius: 35px;
    cursor: pointer;
}

.pre_btn:hover {
    background: #000000;
    transition: 0.3s;
    color: white;
}

#qr_code_d {
    left: 50%;
    position: relative;
    transform: translate(-50%, 0px);
    margin: 0px 0px 24px;
}

.services {
    padding: 20px;
    text-align: center;
    overflow: auto;
    display: flex;
}

#servicesh2 {
    text-align: center;
    font-size: 38px;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%), 0 0 1em rgb(0 0 0 / 10%);
    font-weight: 700;
}

.services h3 {
    height: 50px;
    margin: 0px;
    font-weight: 600;
}

.services_box {
    width: 263px;
    vertical-align: middle;
    height: auto;
    background: #d68f0f;
    padding: 27px;
    text-align: center;
    color: white;
    margin: 10px 4px;
    border-radius: 8px;
}

.scroll_cont {
    display: flex;
    position: relative;
    margin: 0 auto;
}

.services_box h2 {}

.services_box p {
    font-size: 12px;
    height: 65px;
}

.share_wtsp form {
    display: flex;
    margin: 14px auto 20px;
    position: relative;
    width: fit-content;
}

.wtsp_share_btn {
    background: #1aab2c;
    font-size: 12px;
    padding: 10px;
    cursor: pointer
}

.wtsp_share_btn i {}

.share_box .close {
    font-size: 47px;
    text-align: end;
    padding: 0px 10px;
    font-weight: 400;
    color: red;
}

#whatsapp2 {
    background: #1aab2c;
    color: white
}

.fa-comment-dots {
    background: #1cbdff;
    color: white;
}

.share_box .close i {}

.share_box {
    display: none;
    background: white;
    color: black;
    position: fixed;
    top: 10%;
    width: 351px;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px #ebf457;
    z-index: 3;
    border-radius: 11px;
}

.shar_btns {
    width: 100px;
    text-align: center;
    box-shadow: 1px 1px 5px 1px #8282825e;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%), 0 0 1em rgb(0 0 0 / 10%);
    display: inline-block;
}

.shar_btns i {
    padding: 10px;
    border-radius: 8px;
}

.shar_btns p {
    font-size: 10px;
}

/* animated button */

.row33 {
    padding: 10px;
    color: #2e1f03;
    text-align: center;
}

.row33 h1 {
    margin: 15px 0px 10px;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%), 0 0 1em rgb(0 0 0 / 10%);
    text-align: center;
    font-weight: 600;
    color: 333333;
    text-transform: capitalize;
}

.row33 p {
    font-size: 15px;
    text-align: center;
    width: 80%;
    margin: 23px auto;
    color: #2e1f03;
}

.row33 .benefit_box {
    width: 208px;
    display: inline-grid;
    margin: 6px;
    background: #ffffff;
    text-align: center;
    padding: 21px;
    height: 217px;
    vertical-align: top;
    align-items: center;
    box-shadow: 5px 5px 27px 5px #ebf457;
    border-radius: 15px;
    color: #d65d0f;
}

.row33 .benefit_box i {
    font-size: 29px;
}

.row33 .benefit_box h3 {
    margin: 7px;
    font-weight: 600;
}

.row33 .benefit_box p {
    color: black;
    font-size: 12px;
    font-weight: 400;
}

/*view counter*/

.view_counter {
    width: fit-content;
    max-width: 200px;
    text-align: center;
    font-size: 10px;
    padding: 2px 8px;
    background: linear-gradient( 45deg, #3f51b5, #673ab7);
    color: white;
    border-radius: 35px;
    margin: 3px 0px;
    z-index: 5;
    font-weight: 500;
    display: inline-block;
}

.checked {
    color: orange;
}

/*footer*/

footer {
    background: black;
    color: #d9d9d9;
}

footer p {
    margin: 0px;
    padding: 14px;
    text-align: center;
    font-size: 14px;
}

/*order online */

#checkout {
    width: 400px;
    margin: 0 auto;
    border: 2px solid #d68f0f;
    border-left: 2px solid red;
    border-bottom: 2px solid green;
    border-radius: 9px;
    box-shadow: 0px 0px 10px 0px #ebf457;
    padding: 21px;
}

.checkout_preview {
    overflow: hidden;
    background: white;
    padding: 10px;
    margin: 14px 0px;
    border-radius: 10px;
}

.checkout_preview img {
    width: 50%;
    max-height: 150px;
    position: relative;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0px);
}

.checkout_preview h2 {
    margin: 6px;
    text-align: center;
    font-weight: 500;
    color: black;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%), 0 0 1em rgb(0 0 0 / 10%);
    font-size: 16px;
}

.checkout_preview h4 {
    margin: 6px;
    text-align: center;
    font-weight: 500;
    display: inline-block;
    color: #bea849;
    font-size: 16px;
}

.checkout_preview p {
    margin: 6px;
    text-align: center;
    font-weight: 500;
    color: black;
    font-size: 16px;
}

.checkout_payment {}

.row_bt_p {}

.row_bt_p img {
    height: auto;
    border: 0px;
    width: 204px;
    margin: 14px auto;
    border-radius: 0;
}

.card2 form input,
.card2 form select {
    width: -webkit-fill-available;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #dedede;
    margin: 4px 26px;
    resize: vertical;
    background: #00000005;
}

.order_confirmation {
    background: white;
    padding: 34px 20px 20px;
    width: 300px;
    text-align: center;
    margin: 100px auto;
    font-size: 14px;
    line-height: 2;
    box-shadow: 0px 0px 10px 0px #ebf457;
    border-radius: 10px;
}

.order_confirmation i {
    font-size: 55px;
    color: #71a436;
}

.order_confirmation p {}

.back_btn {
    background: #f8700a;
    color: white;
    width: fit-content;
    padding: 5px 18px;
    box-shadow: 1px 1px 5px 1px #8282825e;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%), 0 0 1em rgb(0 0 0 / 10%);
    margin: 0 auto;
    border-radius: 5px;
}

.card_loader_back {
    z-index: 100;
    background: #ffff99;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
}

.loader2 {
    background: #ffffff99;
    width: -webkit-fill-available;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.loader2 img {
    width: 100px;
    margin: 71px auto 0px;
    display: block;
    border: 2px solid;
    border-radius: 111px;
    height: 100px;
}

.loader2 h2 {
    text-align: center;
    color: #000000;
    font-size: 18px;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%), 0 0 1em rgb(0 0 0 / 10%);
    text-transform: uppercase;
}

.loader_box {
    width: 190px;
    margin: 3% auto 0px;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    text-align: center;
    height: 100px;
    align-items: end;
}

.load1,
.load2,
.load3,
.load4,
.load5 {}

.load1 {
    width: 27px;
    height: 27px;
    border-radius: 29px;
    bottom: 0;
    text-align: center;
    animation-delay: 0s;
}

.load2 {
    width: 27px;
    height: 27px;
    border-radius: 29px;
    text-align: center;
    bottom: 0;
    animation-delay: 0.3s
}

.load3 {
    width: 27px;
    height: 27px;
    border-radius: 29px;
    text-align: center;
    bottom: 0;
    animation-delay: 0.5s
}

.load4 {
    width: 27px;
    height: 27px;
    border-radius: 29px;
    text-align: center;
    bottom: 0;
    animation-delay: 0.6s
}

.load5 {
    width: 27px;
    height: 27px;
    border-radius: 29px;
    text-align: center;
    bottom: 0;
    animation-delay: 0.9s
}

.load1,
.load2,
.load3,
.load4,
.load5 {
    position: relative;
    display: block;
    margin: 0 auto;
    animation: bounce 01s ease-out infinite alternate;
    background: radial-gradient(#71aaf5, #dad870);
}

.load1 {
    animation-delay: 0s;
}

.load2 {
    animation-delay: 0.3s;
}

.load3 {
    animation-delay: 0.5s;
}

.load4 {
    animation-delay: 0.6s;
}

.load5 {
    animation-delay: 0.9s;
}

.load1:after,
.load2:after,
.load3:after,
.load4:after,
.load5:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    background: linear-gradient( 180deg, black, transparent);
    top: -3px;
    left: 12px;
}

@keyframes bounce {
    0% {
        transform: translate(0, 0);
        height: 15px;
        box-shadow: 0px 22px 10px 0px #ebf457f;
    }
    30% {
        height: 27px;
        box-shadow: 3px 3px 3px 3px #ebf457;
    }
    100% {
        transform: translate(0, -50px);
        height: 27px;
    }
}

.row2 {
    padding: 50px;
    text-align: center;
}

.category_box {
    width: 200px;
    display: inline-block;
    grid-template-columns: 50% 50%;
    height: 184px;
    margin: 5px;
    vertical-align: text-top;
    border-radius: 7px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 5px 5px 5px 5px #ebf457;
}

.category_box .sidea1 {}

.category_box .sidea1 img {
    width: 100%;
    height: 100%;
}

.category_box .sldea2 {
    position: absolute;
    color: white;
    display: grid;
    grid-template-rows: 34% auto;
    align-items: baseline;
    width: 100%;
    height: 100%;
    bottom: -127px;
    left: 0;
    overflow: hidden;
    background: #000000bf;
    border-radius: 0px;
    transition: 0.3s;
}

.category_box .sldea2:hover,
.category_box:hover .sldea2 {
    bottom: 0px;
    transition: 0.3s;
    background: #252424;
}

.category_box .sldea2 h3 {
    margin: 0px;
    padding: 19px 0px 0px;
}

.category_box .sldea2 p {
    margin: 0px;
}

.category_name_card_pre {
    width: 219px;
    overflow: hidden;
    display: inline-block;
    margin: 10px;
    vertical-align: top;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    box-shadow: 0px 0px 20px 0px #ebf457;
}

.category_name_card_pre img {
    max-width: 100px;
    max-height: 100px;
    display: block;
    margin: 0 auto;
}

.category_name_card_pre .discript {
    text-align: center;
}

.category_name_card_pre .discript h2 {
    text-align: center;
    margin: 0px;
    font-weight: 500;
    font-size: 18px;
}

.category_name_card_pre .discript p {
    text-align: center;
    margin: 2px;
    font-size: 12px;
}

.see_more_btn2 {
    background: #4caf50;
    padding: 10px;
    align-self: center;
    width: 20px;
    font-size: 19px;
    align-items: center;
    color: white;
    border-radius: 30px;
    margin: 20px auto 0px;
    top: 50%;
    transform: translate(0px, -50%);
    text-align: center;
}

.search_result_for {
    margin: 10px;
    color: #737070;
    font-weight: 600;
}

.city_change {}

.city_change form {
    text-align: right;
}

.city_change form select {
    width: 99px;
    text-align: center;
    padding: 3px;
    border-radius: 4px;
    border: 1px solid #d68f0f1c;
}

.city_change form input[type=submit] {
    background: #d68f0f;
    color: white;
    border: 0px;
    padding: 5px;
    border-radius: 4px;
}