/*=============== basic css ===============*/

body {
    background-color: white;
    margin: 0px;
    overflow-x: hidden !important;
    /*font-family: 'Blinker';*/
    font-family: inherit;
    scroll-behavior: smooth !important;
}

* {
    margin: 0px;
}

p {
    margin: 0px;

}

a {
    margin: 0px;
    text-decoration: none;
    color: black;
}

a:hover {
    color: black;
    text-decoration: none;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

img {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

button {
    outline: none;
}

input {
    outline: none !important;
}

textarea {
    outline: none;
}

select {
    outline: none;
}

option {
    outline: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.container {
    max-width: 1264px;
}

/*.container-fluid {
    width: 1305px;
}*/

@media only screen and (min-width: 1400px) {
    body {
        width: 1400px !important;
        margin: auto !important;
    }
}

/*=============== /basic css ===============*/

/*=============== font css ===============*/

/* latin-ext */
@font-face {
    font-family: 'Blinker';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/blinker/v13/cIf4MaFatEE-VTaP_IWDdGgmnbJk.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Blinker';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/blinker/v13/cIf4MaFatEE-VTaP_IWDdGYmnQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*=============== /font css ===============*/

/*=============== main css ===============*/

.header_div_1 {
    background-color: #e09b64;
    padding: 0px 0px 40px 0px;
}

.header_p_1 {
    width: 100%;
    background-color: white;
    padding: 12px 11px;
    font-size: 25px;
    border-radius: 0px 89px;
    line-height: normal;
    font-weight: 600;
    color: #bf1000;
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    word-break: break-word;
    height: 123px;
    min-height: 123px;
    max-height: 123px;
    overflow: hidden;
    overflow-y: scroll;
}
.header_p_1::-webkit-scrollbar {
    display: none;
}
.padding-div-01{
    padding: 32px 0;
}

.header_p_1 span {
    color: #208e47;
}

.header_p_2 {
    width: 100%;
    background-color: #208e47;
    color: white;
    padding: 12px ;
    font-size: 25px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 15px;
    height: 122px;
    word-break: break-all;
    overflow: hidden;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
    min-height: 122px;
    max-height: 122px;
    text-transform: uppercase;
    overflow-y: scroll;
}
.header_p_2::-webkit-scrollbar {
    display: none;
}

.header_p_2 span {
    color: #bf1000;
}

.line_height {
    line-height: 94px;
}

.header_p_3 {
    width: 100%;
    background-color: #e693ff;
    padding: 12px ;
    font-size: 25px;
    border-radius: 89px 0px;
    line-height: normal;
    font-weight: 600;
    color: #150022;
    margin-top: 10px;
    overflow: hidden;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
    height: 84px;
    min-height: 84px;
    max-height: 84px;
    text-transform: uppercase;
    overflow-y: scroll;
    word-break: break-all;
}
.header_p_3::-webkit-scrollbar {
    display: none;
}


.header_div_4 {
    width: 325px;
    margin: auto;
}

.header_img_1 {
    /*    height: 300px;*/
    height: 314px;
}

.header_p_4 {
    width: 100%;
    padding: 5px 8px;
    background-color: #3f2411;
    color: white;
    border: 3px solid white;
    line-height: normal;
    font-weight: 700;
    font-size: 18px;
}

.header_p_5 {
    width: fit-content;
    padding: 5px 8px;
    background-color: #3f2411;
    border: 3px solid white;
    line-height: normal;
    font-size: 18px;
    color: #bf1000;
    font-weight: 700;
    margin-right: 5px;
}

.header_p_6 {
    width: fit-content;
    padding: 5px 5px;
    background-color: white;
    border: 3px solid #150022;
    line-height: normal;
    font-size: 14px;
    color: #150022;
    font-weight: 900;
    border-radius: 50px;
}

.scrolldown_img_1 {
    /*    width: auto;*/
    width: 350px;
}

.swiper-pagination-bullet {
    width: 25px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #000;
    opacity: 1;
    background: #1f1b1c;
    border-radius: 0px;
    color: white;
}

.swiper-pagination-bullet-active {
    color: #1f1b1c;
    background: white;
}

.secoundbanner_nav span.swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 17px;
    opacity: 1;
    background: #e4838a;
    border-radius: 0px;
    color: white;
    font-weight: 600;
}

.secoundbanner_nav span.swiper-pagination-bullet-active {
    color: #000;
    background: white;
}

.baner_div_1 {
    background-color: #3b61ac;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: 50px;
    top: auto;
    bottom: 13px !important;
    z-index: 999999;
    opacity: 1;
}

.swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding-bottom: 72px;
}

.baner_div_4 {
    background-color: #ea1d24;
    color: white;
    height: 125px;
    clip-path: polygon(0 0, 100% 0, 93% 100%, 7% 100%);
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    min-height: 125px;
    max-height: 125px;
    overflow-y: scroll;
    word-break: break-all;
    width: 100%;
    padding: 10px 57px 0 57px;
}
.baner_div_4::-webkit-scrollbar {
            display: none;
        }

.baner_p_1 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
}

.baner_div_5 {
    margin: 0px 10px;
}

.youtubesec_div_1 {
    margin: 50px 10px;
}

.youtubesec_div_3 {
    width: 90%;
}

.youtube_iframe {
    width: 100%;
    height: 300px;
}

.float_right {
    float: right;
}

.youtubesec_p_1 {
    background-color: #120e25;
    color: white;
    text-align: center;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 17px;
    line-height: normal;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.secoundbanner_div_2 {
    padding: 0px 15px 15px 15px;
    background-color: black;
}

.videosec_vdo_1 {
    width: 100%;
    object-fit: cover;
    height: 350px;
}

.secoundheader_div_1 {
    background-color: #e6e3d2;
    padding: 50px 0px;
}

.secoundheader_img_1 {
    height: 280px;
}

.secoundheader_p_1 {
    width: 100%;
    background-color: #050607;
    color: #f2451b;
    padding: 10px 0px;
    line-height: normal;
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
    border-radius: 50px;
    text-transform: uppercase;
}

.secoundheader_p_2 {
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
}

.datetime_p_1 {
    text-align: center;
    width: 100%;
    background-color: #050607;
    color: #f2451b;
    padding: 20px 15px;
    line-height: normal;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 600;
    word-break: break-word;
}

.future_div_4 {
    background-color: #07216b;
    padding: 25px 15px;
    text-transform: uppercase;
    word-break: break-word;
}

.future_p_1 {
    font-size: 35px;
    margin-bottom: 100px;
    color: #ff0000;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 40px;
    word-break: break-word;
}

.future_p_1 span {
    background-color: rgb(206, 231, 247);
}

.future_p_3 {
    color: #b5a5d6;
    font-size: 35px;
    margin-bottom: 82px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 40px;
    word-break: break-word;
}

.future_p_4 {
    font-size: 35px;
    margin-bottom: 100px;
    color: #ff0000;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 40px;
}

.future_p_4 span {
    background-color: #846300;
}

.future_p_5 {
    font-size: 35px;
    margin-bottom: 100px;
    color: #bd9400;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 40px;
}

.future_p_6 {
    font-size: 27px;
    color: #f4e8a6;
    margin-bottom: 40px;
    font-weight: 600;
    letter-spacing: 1px;
}

.paralux_img_1 {
    width: 100%;
    height: 750px;
}

.paralux_p_1 {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    width: 100%;
    margin: auto;
   
}
.paralux_div_3 {
    /* background: red; */
    width: 100%;
    height: 385px;
    overflow: hidden;
    overflow-y: scroll;
    margin-top: -385px;
    padding-bottom: 85px;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.paralux_div_3::-webkit-scrollbar {
    display: none;
}

.moviestars_div_2 {
    width: 100%;
    margin: auto;
}

.moviestars_div_4 {
    padding: 30px;
    border: 5px solid #0a0875;
    border-radius: 30px;
}

.moviestars_div_5 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.moviestars_p_1 {
    /*width: 220px;
    text-align: center;
    padding: 15px 20px;
    height: 85px;
    font-size: 22px;
    color: white;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: normal;
    background-color: transparent;*/
    /*background-size: 100% 79px;
    background-repeat: no-repeat;*/

    /*text-align: center;*/
    /*padding: 15px 12px;*/
    /*height: 85px;*/
    /*font-size: 22px;*/
    /*color: white;*/
    /*font-weight: 600;*/
    /*letter-spacing: .5px;*/
    /*line-height: normal;*/
    /*background-color: transparent;*/
    /*width: 100%;*/
    /*background-size: 100% 84px;*/
    /*background-repeat: no-repeat;*/
    /* min-height: 85px;*/
    /*max-height: 85px;*/
    /*overflow: hidden;*/
    /*overflow-y: scroll;*/
    text-align: center;
    padding: 5px 46px;
    height: 91px;
    font-size: 22px;
    color: white;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: normal;
    background-color: transparent;
    width: 81%;
    background-size: 100% 84px;
    background-repeat: no-repeat;
    min-height: 81px;
    max-height: 81px;
    overflow: hidden;
    overflow-y: scroll;
    min-width: 273px;
    max-width: 273px;
    word-break: break-all;
}

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

/*.bg_1 {
    background-color: #e11009;
}

.bg_2 {
    background-color: #9055e8;
}

.bg_3 {
    background-color: #ab4109;
}*/

/*.dot_1 {
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-radius: 50%;
    margin: 0px 5px;
    background-image: linear-gradient(to right, #e11009, #0b55f1);
}
*/

.dot_1 {
    width: 50px;
    height: 17px;
    border: 2px solid white;
    border-radius: 50%;
    margin: 0px 3px;
    background-image: linear-gradient(to right, #e11009, #0b55f1);
}

.pink-dot {
    background-color: #feb9fa !important;
}

.moviestars_div_6 {
    width: 33%;
}

.dot_2 {
    width: 30px;
    height: 30px;
    border: 2px solid #1a0b51;
    border-radius: 50%;
    background-color: #88f216;
    margin: auto;
}

.dot_3 {
    width: 30px;
    height: 30px;
    border: 2px solid #1a0b51;
    border-radius: 50%;
    background-color: #f3d486;
    margin: auto;
}

.dot_4 {
    width: 30px;
    height: 30px;
    border: 2px solid #1a0b51;
    border-radius: 50%;
    background-color: #88f216;
    margin: auto;
}

.moviestars_div_7 {
    width: 80%;
    margin: auto;
    border: 5px solid #6bcc6b;
    border-top: 0px;
    padding: 5px 15px;
    border-radius: 0px 0px 30px 30px;
}

.moviestars_div_3 {
    width: 80%;
    margin: auto;
    border: 5px solid #6bcc6b;
    border-bottom: 0px;
    border-radius: 30px 30px 0px 0px;
    height: 41px;
    background: #ffef97;
}

.moviestars_div_9.mt-5 {
    width: 100%;
    margin: auto;
    padding: 85px;
    background-color: black;
    clip-path: polygon(6% 6%, 50% 0, 94% 6%, 100% 50%, 94% 94%, 50% 100%, 6% 94%, 0 50%);
}

.moviestars_div_10 {
    background-image: linear-gradient(#fa7934, #fffae5);
    background-image: radial-gradient(#fffae5, #fa7934);
    padding: 50px;
}

.moviestars_p_2 {
    font-size: 20px;
    font-weight: 600;
}

.moviestars_p_3 {
    font-size: 18px;
    font-weight: 600;
}

.moviestars_p_4 {
    font-size: 34px;
    line-height: 55px;
    font-weight: 900;
    color: #cd5bf7;
    letter-spacing: 1px;
}

.people_div_3 {
    text-align: center;
}

.people_img_2 {
    width: 100px;
}

.people_div_4 {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    height: 350px;
    margin-bottom: 20px;
}

.people-div-height {
    height: 400px;
}

.people_div_3 {
    text-align: center;
    margin-bottom: 50px;
}

.people_btn_1 {
    text-align: center;
    width: 100%;
    padding: 0px;
    border: 4px solid red;
    font-size: 18px;
    font-weight: 700;
    background-color: yellow;
    height: 50px;
    word-break: break-word;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    overflow: hidden;
    overflow-y: scroll;
    text-transform: uppercase;
}
.people_btn_1::-webkit-scrollbar {
    display: none;
}

.nk_snd_part_div_42 {
    padding: 5px;
    background-color: white;
    border: 3px solid black;
}

.nk_snd_part_p_12 {
    font-size: 6px;
    text-align: center;
    font-weight: 900;
    margin-top: 5px;
}

.nk_snd_part_ul_2 {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.nk_snd_part_img_7 {
    border: 5px solid black;
    width: 100%;
    /*height: 250px;*/
    height: 200px;
}

.nk_snd_part_li_2 {
    /*width: 19%;*/
    width: 20%;
    display: inline-block;
    margin-left: -4px;
}

.nk_snd_part_div_43 {
    margin: 50px 0px;
}

.nk_snd_part_div_50 {
    background-size: cover;
    padding: 70px 0px;
    font-size: 17px;
}

.nk_snd_part_div_44 {
    height: 170px;
}

.nk_snd_part_div_45 {
    text-align: end;
}

.nk_snd_part_img_9 {
    width: 159px;
    height: 165px;
}

.nk_snd_part_div_46 {
    background-color: #c2c1c1;
    width: 160px;
    height: 155px;
    padding: 20px;
    position: relative;
    right: 0px;
    margin-left: 166px;
}

.nk_snd_part_img_6 {
    width: 100%;
    padding: 2px;
    border: 3px solid black;
    height: 180px;
}

.nk_snd_part_p_12 {
    font-size: 15px;
    text-align: center;
    font-weight: 900;
    margin-top: 5px;
}

.news-information-col-box {
    border: 2px solid #000;
    background: #e6e3d2;
    padding: 20px 20px 53px 20px;
    margin-bottom: 10px;
}

.readmore-btn {
    border: 2px solid #222;
    padding: 5px 10px 5px 10px;
    border-radius: 90PX;
    margin-top: 5px !important;
    color: #ed0000;
    margin-right: 27px;
    background: #fff;
}

.button-read-more {
    float: right;
}

.text-center.font-weight-9.pt-4 {
    color: #c53600;
    font-weight: 900;
}

.text44_2 {
    color: rgb(255, 0, 0);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 75px;
    text-align: center;
}

.sponsorship_p_1 {
    width: fit-content;
    padding: 15px 25px;
    font-size: 30px;
    line-height: normal;
    background-color: #503e31;
    color: white;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 2px 2px 5px #ff0000;
    margin-bottom: 20px;
}

.sponsorship_div_3 {
    padding: 50px 30px;
    background-image: linear-gradient(to right, #fbb1cf, #fbf4a6, #97cef0);
    border: 3px solid #3b4d59;
    border-radius: 20px;
}

.sponsorship_p_2 {
    background-color: #707be3;
    text-align: center;
    width: 75%;
    margin: auto;
    line-height: 40px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    word-break: break-all;
}

.section-11_bg {
    background: white !important;
}

.width_28 {
    width: 28%;
}

.width_8 {
    width: 8%;
}

.sponsorship_img_2 {
    margin-top: -29px;
    width: 120px;
    margin-left: -14px;
}

.sponsorship_img_3 {
    margin-top: -29px;
    width: 120px;
    margin-left: -10px;
}

/*.sponsorship_img_4 {
    position: absolute;
    width: 180px;
    height: 130px;
    margin-left: -266px;
    margin-top: 110px;
}*/

.sponsorship_img_4 {
    position: absolute;
    width: 16%;
    height: 94px;
    margin-left: -20.3%;
    margin-top: 8%;
}

.bashiir_div_3.p-4 {
    background-color: #1f2d3a;
}

.bashiir_img_1 {
    width: 200px;
    height: 200px;
}

.bashiir_p_1 {
    background-color: #0705ff;
    line-height: 50px;
    font-size: 33px;
    color: white;
    font-weight: 800;
    letter-spacing: 1px;
    text-shadow: 1px 1px 6px black;
}

/* .bashiir_p_2 {
    color: #f10b0d;
    line-height: 50px;
    font-size: 33px;
    margin: 20px 0px;
    font-weight: 800;
    letter-spacing: 1px;
    text-shadow: 1px 1px 6px black;
} */
 .full-text{
    text-transform: uppercase;
    word-break: break-all;
 }


.noticeboxbig{

    line-break: anywhere;
}

.bashiir_p_2 {
    color: #f10b0d;
    line-height: 41px;
    font-size: 33px;
    margin: 20px 17px;
    font-weight: 800;
    letter-spacing: 1px;
    text-shadow: 1px 1px 6px black;
    white-space: inherit;
    line-break: anywhere;
}

.bashiir_div_3 {
    background-color: #1f2d3a;
    padding: 70px;
}

.bashiir_img_1 {
    width: 300px;
    height: 300px;
}

.bashiir_btn_1 {
    color: #f10b0d;
    line-height: normal;
    font-size: 19px;
    margin: 20px 0px;
    font-weight: 800;
    letter-spacing: 1px;
    background-color: white;
    border: 0px;
    padding: 8px 15px;
    border-radius: 50px;
    float: right;
}

.bashiir_img_3 {
    height: 265px;
    width: auto;
}

.bashiir_img_2 {
    height: 265px;
    width: 300px;
}

.bashiir_div_10 {
    padding: 100px 20px 20px 20px;
    border-radius: 20px;
    margin-bottom: 1px;
    border: 3px solid #000;
    background: #e6e3d2;
}

.bashiir_p_3 {
    font-size: 36px;
    width: 90%;
    margin: auto;
    margin-bottom: 70px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 50px;
    color: #000;
    word-spacing: 15px;
}

.bashiir_p_4 {
    font-size: 36px;
    width: 90%;
    margin: auto;
    margin-bottom: 70px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 50px;
    color: #ce0000;
    word-spacing: 15px;
}

.bashiir_p_5 {
    font-size: 36px;
    width: 90%;
    margin: auto;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 50px;
    color: #0000ff;
    word-spacing: 15px;
}

.bashiir_div_11 {
    height: 150px;
    overflow-y: scroll;
}

.bashiir_div_11::-webkit-scrollbar {
    width: 20px;
}

.bashiir_div_11::-webkit-scrollbar-track {
    background-color: white;
    border: 2px solid black;
    border-radius: 10px;
}

.bashiir_div_11::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 10px;
    border: 2px solid black;
}

.bashiir_btn_2 {
    color: #f10b0d;
    line-height: normal;
    font-size: 19px;
    margin: 20px 0px;
    font-weight: 800;
    letter-spacing: 1px;
    background-color: white;
    padding: 8px 15px;
    border-radius: 50px;
    border: 2px solid black;
}

.bashiir_div_12 {
    width: 90%;
}

.contact-div-1 {
    background: black;
    padding: 76px 20px;
}

.contact-div-img1 {
    width: 536px;
}

.contact-img-div1 {
    margin-bottom: 50px;
}

.contact-div-img2 {
    width: 100%;
    height: 100%;
}

.contact-div-img3 {
    width: 80px;
    height: 80px;
    margin: auto;
}

.contact-img-div3 {
    display: grid;
    justify-content: center;
}

.contact-div-img4 {
    width: 195px;
    margin: auto;
    height: 55px;
}

.contact-div-p1 {
    font-size: 47px;
    background-color: #f7ad6b;
    color: #0000ff;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 12px;
    text-align: center;
    line-height: 53px;
    text-transform: uppercase;
    word-break: break-all;
}

.contact-img-div4 {
    text-align: center;
    margin-bottom: 14px;
}

.contact-div-img5 {
    width: 136px;
    height: 50px;
}

.contact-div-p2 {
    font-size: 46px;
    color: #f4e8a6;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 54px;
}

.contact-img-div5 {
    background: #fff700;
    text-align: center;
    padding: 11px;
    /*    height: 114px;*/
}

.contact-div-p3 {
    margin-bottom: 0;
    font-size: 43px;
    font-weight: 700;
    color: #337ab7;
    line-height: 46px;
    text-transform: uppercase;
}

.contact-img-div7 {
    background: #7bba48;
    text-align: center;
    padding: 29px 11px 29px 11px;
    /*    height: 114px;*/
}

.contact-div-p4 {
    margin-bottom: 0;
    font-size: 24px;
    color: #1033d7;
    font-weight: 700;
}

.contact-div-p5 {
    color: #f4e8a6;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 20px;
}

.contact-div-img6 {
    width: 100%;
    height: 95px;
}

.contact-div-p6 {
    color: #f4e8a6;
    font-size: 54px;
    font-weight: 600;
    line-height: 57px;
    margin-left: -8px;
    margin-bottom: 15px;
    text-align: center;
}

.contact-img-div8 {
    text-align: center;
    margin-top: 20px;
}

.contact-div-img7 {
    width: 353px;
    height: 100px;
}

.contact-div-p7 {
    color: #f4e8a6;
    font-size: 49px;
    font-weight: 600;
    margin-bottom: 0;
}

.contact-div-p8 {
    background-color: #d6efd6;
    width: fit-content;
    /*    margin: auto auto auto 431px;*/
    margin: auto;
    font-size: 52px;
    font-weight: 600;
    color: red;
    color: #0000ff;
    line-height: 60px;
}

.contact-img-div9 {
    width: 518px;
    height: 190px;
    margin-top: 51px;
    background: #0012e9;
    margin: 45px auto auto auto;
    border-radius: 100px;
    border: 5px solid white;
     word-break: break-word;
    min-height: 190px;
    max-height: 190px;
    overflow: hidden;
    overflow-y: scroll;
}
.contact-img-div9::-webkit-scrollbar {
    display: none;
}

.contact-dot-div {
    height: 20px;
    width: 20px;
    background-color: #f90000;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 15px auto 15px auto;
}

.contact-div-p9 {
    text-align: center;
    color: white;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-div-p10 {
    background-color: rgb(181, 165, 214);
    width: fit-content;
    margin: auto;
    color: #f4e8a6;
    font-weight: 600;
    font-size: 19px;
    line-height: 35px;
}

.contact-img-div10 {
    margin-top: 60px;
}

.bg-2 {

    background-repeat: no-repeat;
    /* background-size: cover; */
    background-size: 100% 1800px;
}

.bg-head-devesry {
    margin-left: auto !important;
    margin-right: auto !important;
}

.border-bg-trans {
    background: #00000038;
    border: 5px solid #000;
}

.text5 {
    /* height: 340px; */
    overflow: hidden;
}

.border-bg-trans-content {
    background: #fff;
    padding: 20px 20px 50px 20px;
    margin: 15px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

.readmore-btn {
    border: 2px solid #222;
    padding: 5px 10px 5px 10px;
    border-radius: 90PX;
    margin-top: 15px !important;
    color: #ed0000;
    margin-right: 27px;
    background: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.button-read-more {
    float: right;
}

#more {
    display: none;
}



.fluid-black-6 {
    border: 1px solid #000;
    background: #000;
    text-align: center;
    margin: 10px 0 0 0;
    /* height: 55px; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 0;
}

.font-weight-9 {
    font-weight: 600;

    margin: 0;
}

.text-cream {
    color: #f4e8a6;
}

.border-r {
    border-radius: 90px;
}

.border-4 {
    border: 4px solid #fff;
}

.text-blue {
    color: #114cb7;
}

.border-black-4 {
    border: 4px solid #114cb7;
}

.fluid-white-6 {
    background: #fff;
}

.section-11 {
    background: purple;
    margin: 50px 0;
}

.yellow_div {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 30px;
}

.yellow_span {
    padding: 10px;
    font-size: 24px;
    font-weight: 800;
    background: yellow;
    color: red;
    border-radius: 20px;
    display: inline-block;
    text-transform: uppercase;
}

.light_blue_btn {
    width: 100%;
    background: skyblue;
    border: 3px solid orange;
    padding: 10px;
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    border-radius: 30px;
}

.light_blue_btn span {
    font-size: 24px;
    text-transform: uppercase;
}

.red_box_img {
    width: 100%;
    height: 150px;
}

.input_r {
    width: 100%;
    height: 50px;
    margin-top: 15px;
    font-size: 16px;
}

.input_span {
    font-size: 24px;
    font-weight: 800;
    padding: 5px;
    background: yellow;
    border-radius: 20px;
    display: inline-block;
    text-transform: uppercase;
}

.text_p {
    font-size: 23px;
    font-weight: 600;
    line-height: 34px;
}

.share_div_2 {
    background-color: #e80901;
}

.share_div_3 {
    margin-top: 80px;
}

.share_p_1 {
    font-size: 33px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 38px;
    color: #ce0000;
    word-spacing: 24px;
    text-align: center;
    text-transform: uppercase;
}

.share_div_3 {
    margin: 80px 73px;
    border: 4px solid #898989;
    padding: 20px 20px 20px 20px;
    border-radius: 20px;
    height: 365px;
    overflow: auto;
    background: #d4d6d5;
}

.share_div_3::-webkit-scrollbar {
    width: 20px;
}

.share_div_3::-webkit-scrollbar-track {
    background-color: white;
    border: 2px solid black;
    border-radius: 10px;
}

.share_div_3::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 10px;
    border: 2px solid black;
}

.share_div_4 {
    background-color: #e80405;
}

.share_div_5 {
    background-image: linear-gradient(37deg, #ffffff, #f9f9f9, #f4feff, #f0fbfd, #e3fbff, #d1f0f5, #b8eff7, #63ecff, #3ab9fe, #1d5dfe);
    padding: 100px 50px 50px 50px;
}

.share_p_2 {
    font-size: 41px;
    letter-spacing: 1px;
    font-weight: 900;
    color: black;
    word-spacing: 5px;
    margin-bottom: 60px;
    line-height: normal;
}

.share_span_1 {
    color: #db7525;
}

.share_p_3 {
    text-align: center;
    font-size: 50px;
    letter-spacing: 1px;
    font-weight: 900;
    color: black;
    word-spacing: 5px;
    margin-bottom: 70px;
    line-height: normal;
}

.share_img_1 {
    width: 50px;
    margin-right: 20px;
}

.share_p_4 {
    font-size: 22px;
    font-weight: 900;
    word-spacing: 10px;
    color: #944a45;
}

.share_div_6 {
    padding: 30px;
    background-color: #00b8d329;
    border-radius: 15px;
}

.share_p_5 {
    font-size: 22px;
    font-weight: 900;
    word-spacing: 5px;
    text-align: center;
}

.pb-login-div {
    padding: 50px 20px;
}

.login-readmore-div {
    background: #cde9b6;
    border: 3px solid #484848;
    padding: 30px 39px;
    text-align: right;
}

.p-div1 {
    height: 126px;
}

.contact-div-p15 {
    font-size: 21px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

.read-more-btn {
    text-align: right;
    color: #cd0101;
    background: white;
    border-radius: 50px;
    padding: 1px 11px;
    font-weight: 700;
}

.login-div-img_1 {
    width: 100%;
    height: 250px;
}

.login-row-bg {
    background: #9d66e8;
    padding: 10px 39px;
    margin-top: 45px;
}

.froms-div {
    text-align: center;
    display: grid;
    margin-top: 12px;
}

.froms-lable {
    background: #efef00;
    font-size: 40px;
    font-weight: 800;
    padding: 5px;
    background: #ffeb00;
    border-radius: 16px;
    line-height: 37px;
    width: fit-content;
    margin: auto;
    text-transform: uppercase;
}

.login-foroms1 {
    width: 72%;
    margin: auto;
    border: none;
    height: 59px;
    outline: none;
    margin-top: 12px;
    padding: 0 10px;
}

.login-foroms2 {
    width: 96%;
    margin: auto;
    border: none;
    height: 59px;
    outline: none;
    margin-top: 15px;
    padding: 0 10px;
}

.loging-row-top {
    margin-top: 20px;
}

.login-diamond-img {
    width: 140px;
    height: 140px;
}

.login-row-bg1 {
    background: #942a03;
    padding: 10px 39px;
}

.login-div-img_2 {
    border-radius: 100%;
    width: 200px;
    height: 195px;
}

.login-div-img_2 {
    border-radius: 100%;
    width: 200px;
    height: 195px;
    margin-top: -28px;
}

.btn-login1 {
    background: #42fbfe;
    border: 3px solid #f13d00;
    font-size: 70px;
    width: 100%;
    font-weight: bold;
    outline: none;
    border-radius: 100px;
}

.login-div-exclusive {
    background: #fafd10;
    text-align: center;
    font-size: 53px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8f3400;
    border-radius: 30px;
}

.login-div-exclusive-span {
    margin-bottom: 0;
    font-size: 27px;
    color: #d81b05;
    font-weight: 900;
    line-height: normal;
    height: 80px;
    word-break: break-word;
    min-height: 80px;
    max-height: 80px;
    overflow: hidden;
    overflow-y: scroll;
    text-transform: uppercase;
}
.login-div-exclusive-span::-webkit-scrollbar {
    display: none;
}


.login-div-img_3 {
    width: 100%;
    height: 198px;
}

.loging-row-top2 {
    background: #de0810;
    padding: 10px;
    margin-top: 20px;
}

.rege-img1 {
    width: 193px;
    height: 193px;
    object-fit: contain;
}

.rege-div-2 {
    background: white;
    border: 5px solid black;
    text-align: center;
}

.rege-div-p1 {
    margin-bottom: 0;
    padding: 15px 0px;
    font-size: 20px;
    font-weight: 900;
    line-height: normal;
    color: #ec4b1d;
    word-spacing: 5px;
}

.login-div-exclusive-span1 {
    margin-bottom: 0;
    font-size: 30px;
    color: #d81b05;
    font-weight: 900;
    line-height: 80px;
    height: 80px;
}

.btn-rege1 {
    background: #b88023;
    width: 100%;
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 50px;
    border: 4px solid black;
    margin-bottom: 50px;
}

.regi-froms {
    background: #002144e0;
    padding: 15px;
    border: 5px solid black;
    border-radius: 40px;
}

.btn-rege2 {
    background: #58d3fc;
    width: 100%;
    color: black;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
    border: 4px solid #dc453e;
    margin-top: 15px;
}

.rege-div-1-flex {
    display: flex;
    /*    padding: 20px;*/
    align-items: center;
}

.rege-flex-img {
    width: 160px;
    height: 200px;
    object-fit: contain;
    margin-left: 19px;
    position: relative;
    z-index: 9;
}

.rege-flex-img2 {
    width: 210px;
    height: 230px;
    position: absolute;
    left: 44%;
    z-index: 0;
}

.rege-flex-img4 {
    width: 100%;
    height: 154px;
}

.rege-div-1-flex-p {
    background: #cd231f;
    color: white;
    text-transform: uppercase;
    font-size: 27px;
    width: 61%;
    font-weight: 600;
    padding: 25px 13px;
    border-radius: 12px;
    line-height: 34px;
}

.rege-div-1-flex-p1 {
    color: white;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    padding-left: 0px;
    font-weight: 700;
}

.rege-flex-img5 {
    width: 124px;
    height: 200px;
}

.rege-flex-img3 {
    width: 107px;
    height: auto;
}

.rege-flex-img6 {
    width: 130px;
    filter: invert(1);
    height: 200px;
    margin-left: 19px;
}

.polygon_bg {
    background-size: 100%;
    /* padding-left:0;
    padding-right:0; */
    padding-bottom: 30px;
    padding-top: 20px;
    border-bottom: 20px solid #ef7fa5;
}

.polygon_section {
    margin: 50px 0;
}

.hexagon_div {
    padding-left: 5px;
    padding-right: 2px;
    background-repeat: no-repeat;
    background-size: 100% 325px;
}

.heaxgon_p {
    font-size: 22px;
    font-weight: 600;
    color: #278ad6;
    padding-left: 70px;
    padding-right: 70px;
    height: 60px;
    overflow: hidden;
    text-transform: uppercase;
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
    overflow-y: scroll;
     word-break: break-word;
}
.heaxgon_p::-webkit-scrollbar {
    display: none;
}

.heaxgon_img {

    width: 61%;
    height: 135px;
}

.hexagon_img_inner_div {

    text-align: center;
    padding-top: 80px;
    height: 325px;
}



.scrollclass {
    padding: 20px 20px 75px 20px;
    border-radius: 20px;
    height: 180px;
    overflow: auto;
}

.scrollclass::-webkit-scrollbar {
    width: 20px;
}

.scrollclass::-webkit-scrollbar-track {
    background-color: white;
    border: 2px solid black;
    border-radius: 10px;
}

.scrollclass::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 10px;
    border: 2px solid black;
}

.blue-dash-border-3 {
    border: 10px dashed #1608eb;
}

.bg-black {
    background: #060606 !important;
}

.dot {
    height: 20px;
    width: 20px;
    background-color: #f90000;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #fff;
    margin: 0px 4px 0px 5px;
}


.red-line-bg {

    /* background-size: contain; */
    background-repeat: no-repeat;
    background-size: 100% 1170px;
}

.bg-light-yellow {
    background: #f8da7a !important;
    margin: 5px;
}

.servicedirectoryicons {
    font-size: 22px;
    padding: 15px 15px 15px 15px;
    border-radius: 90px;
    border: 3px solid #1608eb;
    font-weight: 700;
    color: #000;
    height: 75px;
    margin: 0px 20px 0 20px;
    min-height: 75px;
    max-height: 75px;
    overflow: hidden;
    overflow-y: scroll;
     word-break: break-word;

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

.servicedirectoryicons-img {
    width: 200px;
    height: 130px;
}

.servicedirectoryicons-img-1 {
    width: 200px;
    height: 130px;
    margin-top: -5px;
    margin-bottom: -200px;
    margin-left: -11px;
}

.bg-black1 {
    background: #060606 !important;
}

.servicedirectoryicons-img {
    width: 200px;
    height: 130px;
}

.servicedirectoryicons-img2 {
    width: 200px !important;
    height: 130px !important;
    margin-top: 84px !important;
    margin-bottom: -163px !important;
    margin-left: 800px !important;
}

.red-border-3 {
    border: 3px solid #ed1c24 !important;
}

.scroll_p {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: normal;
}

.scroll_p_2 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4;
}

.red_h2 {
    font-size: 54px;
    font-weight: 700;
    text-transform: capitalize;
}

.red_a {
    color: #e31e24;
}

.red_a:hover {
    text-decoration: none;
    color: #e31e24;
}



/*=============  pb =============*/

.sponsor-grid-1 {
    width: 19%;

}

.sponsor-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
}

.sponsor-image {
    width: 100%;
    height: auto;
    display: none;
}

.sponsor-grid-img-div {
    position: relative;
    /*    background-image: url(../imgs/spc-box1.png);*/
    background-size: 100% 154px;
    background-repeat: no-repeat;
    background-position-x: center;
    text-align: center;
    /*width: 100%;
    height: 198px;*/
    background-position-y: center;
}

.sponsor-image1 {
    width: 140px;
    height: 140px;
    top: 17px;
    /*    position: absolute;*/
    left: 36px;
    border-radius: 100px;
    border: 3px solid #222;
    object-fit: fill;
    margin-top: 12px;
    background: #5e5353;
    margin-bottom: 12px;
}

.sponsor-grid-text-div {
    background: black;
    width: 75%;
    margin: auto;
    margin-top: 10px;
    padding: 10px 0;
    height: 82px;
}

.sponsor-grid-text-p {
    margin-bottom: 0;
    color: #f4e8a6;
    text-align: center;
    font-size: 19px;
    line-height: 22px;
    text-transform: uppercase;
    padding-top: 2px;
    font-weight: 600;
    word-break: break-all;
}

.sponsor-div-main {
    padding: 40px;
}

.flex-start-div {
    justify-content: flex-start;
}

.flex-margin-div {
    margin-right: 10px;
}

.sponsor-heading-div {
    background: #060606;
    padding: 7px 0;
    margin-bottom: 45px;
}

.sponsor-heading-p {
    color: #f90000;
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}

.feature-menu-inner {
    background: #e6e3d2;
    border: 3px solid #000;
    padding: 40px 40px 0 40px;
}

.feature-menu {
    padding: 20px;
}

.feature-menu-inner-div {
    background: #060606;
    border: 3px solid white;
    border-radius: 20px;
}

/*.feature-menu-inner-p {
    color: #f4e8a6;
    text-align: center;
    margin-bottom: 0;
    font-size: 29px;
    line-height: 34px;
    padding: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
}*/
.feature-menu-img {
    width: 132px;
    margin-left: -30px;
    margin-top: 29px;
}

.feature-menu-inner-p {
    color: #f4e8a6;
    text-align: center;
    margin-bottom: 0;
    font-size: 21px;
    line-height: 28px;
    padding: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
}

.feature-menu-inner-p1 {
    line-height: 54px;
    color: #f4e8a6;
    text-align: center;
    margin-bottom: 0;
    font-size: 21px;
    padding: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
}

.feature-menu-mian {
    padding: 0 44px;
}

.feature-menu-p3 {
    margin-bottom: 10px;
    font-size: 24px;
    text-align: center;
    color: #f90000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 31px;
}

.feature-menu-row {
    margin-bottom: 56px;
}


/*=============  /pb =============*/


.footer-border {
    border: 5px solid #302e3b;
    margin: 20px;
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

.blue-background {
    padding: 6px 0;
}

.footer_h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;

}

.p-60 {
    padding: 80px 25px;
}

.footer_header_p {
    font-size: 17px;
    color: #f00;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
}

.footer_header_p_sub {
    color: #ff00ff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
}

/* .footer-titile h3 {
    font-size: 18px !important;
    background: #d97d0e;
    border: 2px solid #000;
    padding: 5px 0 5px 18px;
    margin-top: -35px !important;
    margin-left: 48px;
    text-align: center;
} */
.page_link_a {
    width: 100%;
    color: #000;
}

.page_link_a:hover {
    color: #000;
    text-decoration: none;
}

.footer-title-icon {
    font-size: 26px;
    display: block;
    font-weight: bold;
    margin-right: 20px;
}

.footer_li {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 30px;
}

.footer_li_p {
    margin-bottom: 0;
}

/* .footer-titile p {
    font-size: 18px;
    background: #d97d0e;
    border: 2px solid #000;
    padding: 10px 5px 10px 5px;
    text-transform: uppercase;
    text-align: center;

    font-weight: 700;
    margin-bottom: 0;
    width: 100%;
    color: #000;
} */

.footer_upper_ul {
    margin-bottom: 0;
    width: 100%;
}

.footer_li_m_top {
    margin-top: 36px;
}

.footer_h3_blue {
    text-align: center;
    color: #218bc7 !important;
    font-size: 28px;
}

.image_outer_div {
    margin-top: -56px;
}

.footer_img_160 {
    width: 100%;
    height: 160px;
}

.list_Div {
    margin-bottom: 15px;
}

.p-lr-20 {
    padding: 0 20px;
}

.footer-yellow-bg {
    background-color: #f5ee5c !important;
    border: 5px solid #000;
    height: 130px !important;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 12px;
}

.footer-titile p {
    font-size: 18px !important;
    background: #d97d0e;
    border: 2px solid #000;
    padding: 5px 5px 5px 5px;
    margin-top: -41px !important;
    margin-left: 47px;
    text-align: center;
    margin-bottom: 34px;
    font-weight: 900;
}

.footer-titile2 {
    font-size: 20px !important;
    background: #34a73d;
    border: 2px solid #000;
    padding: 3px 5px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-left: 7px;
}

.footer-titile2:hover {
    text-decoration: none;
    color: #fff;
}

.footer_lower_h3 {
    display: flex;
}

.lower_list_div {
    padding-right: 85px;
    margin-top: 13px;
}

.footer_lower_p {
    caret-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    font-size: 24px;
    background-color: rgb(0, 0, 0);
    padding: 9px 12px;
    font-weight: bold;
    margin-bottom: 0;
}

.copyright {
    text-align: left;

}

.img-center {
    width: auto;
    height: 148px;
}


/*===============*/

.header-p-lineheight {
    line-height: 49px;
}

.bashiir-text-p {
    font-size: 22px;
    text-transform: uppercase;
    background: #e8e0d5;
    color: #c52a16;
    font-weight: 800;
    padding: 10px 22px;
    line-height: 32px;
    border-radius: 50px;
}

.bashiir_div_7 {
    display: flex;
    align-items: end;
    justify-content: center;
}

.bashiir-text-div-img {
    width: 57px;
    height: 58px;
    margin-top: -6px;
    margin-left: 42px;
}

.bashiir-text-div {
    padding-left: 11px;
}

.margin-left {
    margin-left: 60%;
}

/*===============*/

.p_1 {
    color: #ff0000;
    font-size: 38px;
    line-height: normal;
    font-weight: 900;
    padding: 0px 15px;
    text-transform: uppercase;
}


/* ============== profile ============== */

.profile_sec_div_3 {
    background-color: #a9a6e6;
    padding: 5px 0px;
}

.profile_sec_li_1 {
    background-color: #7c4a00;
    padding: 10px;
    text-align: center;
}

.profile_sec_p_1 {
    font-size: 25px;
    line-height: normal;
    margin: 0px;
    font-weight: 700;
}

.color_white {
    color: white;
}

.color_red {
    color: red;
}

.bg_black {
    background-color: #060606;
}

.profile_sec_img_2 {
    width: 50px;
    margin-top: 10px;
}

.profile_sec_div_6 {
    background-size: cover;
    height: 236px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
}

.profile_sec_img_1 {
    height: 300px;
    object-fit: cover;
}

.profile_sec_div_7 {
    margin: 0px 15px 0px 55px;
    padding: 20px 10px;
    background-color: #cba45c;
}

.profile_sec_li_2 {
    display: inline-block;
    width: 20%;
    margin-right: -5px;
}

.profile_sec_img_3 {
    padding: 0px 10px;
    background-color: white;
}

.profile_sec_div_8 {
    margin: 0px 45px 0px 15px;
}

.profile_sec_p_2 {
    font-size: 23px;
    color: #095195;
    font-weight: 800;
    line-height: normal;
}

.profile_sec_p_4 {
    font-size: 23px;
    color: red;
    font-weight: 800;
    line-height: normal;
}

.section-padding {
    padding: 0 20px;
}

.blue_div {
    text-align: center;
    margin-bottom: 0;
}

.color_header_h4 {
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 0.0234em;
    margin-bottom: 0;
    font-weight: 700;
    padding: 10px 8px;
    background: #438cef;
    color: #fff;
    width: fit-content;
    border-radius: 23px;
    line-height: 45px;
}

.black_div {
    position: relative;
    width: 100%;
    object-fit: cover;
    height: auto;
}

.color_header_h5 {
    position: absolute;
    top: 36%;
    left: 20%;
    z-index: 9;
    color: #fa0618;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 0.0234em;
    line-height: normal;
    font-weight: 700;
    word-spacing: 0.3234em;
    font-size: 15px;
}

.profile_white_span {
    color: #fff !important;
}

.color_main_ul {
    padding: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}

.profile_plan_area.section-padding {
    margin-top: 50px;
}



.size_div {
    width: 49%;
    height: 400px;
    list-style-type: none;
    padding: 10px;
    margin: 0;
    max-height: 400px;
    min-width: 400px;
    overflow: hidden;
    overflow-y: scroll;
    word-break: break-word;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

  
  /* Hide scrollbar for Chrome, Safari and Opera */
  .size_div::-webkit-scrollbar {
      display: none;
  }
  
  

.size_div:nth-child(1) {
    background-color: #a7c6fd;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.size_div:nth-child(2) {
    background-color: #f1c9fd;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
}

.size_div:nth-child(3) {
    background-color: #b2dd8d;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
}

.size_div:nth-child(4) {
    background-color: #fca903;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
}

.color_box_upper_header {
    padding-top: 6px;
    margin-bottom: 50px;
}


/* ============= plans area =========== */
.plans_header_div {
    background: #fa0618;
    text-align: center;
    border: 4px solid #000;
}

.plans_header_h3 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0.00234em;
    color: #000;
}

.friday_planlist_div {
    width: 100%;
    display: flex;
    align-items: flex-end;
    margin: 16px 0;
}

.f_plan_text_input {
    width: 100%;
    /* height: 63px; */
    padding: 9px 10px 25px 10px;
    margin-top: 10px;
    border: 4px solid #000;
    scrollbar-width: none;
    overflow: hidden;
    height: 120px;
    overflow-y: scroll;

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

.cream_bg {
    background: #d7bba7;
}

.olive_bg {
    background: #b2dd8d;
}

.pink_bg {
    background-color: #f1c9fd;
}

.plan_count_span {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    color: #fa0618;
    line-height: normal;
    padding-right: 8px;
}

.plans_div {
    padding-bottom: 9px;
    margin-top: 50px;
}

.b-bottom-black {
    border-bottom: 4px solid #000;
}

.visitors_card_outer {
    width: 92%;
}



.text-black-plans {
    color: #000;
    font-weight: bold;
    padding: 2px 30px;
}

.graybox_div_4 {
    height: 200px;
    background-color: #c0c0c0;
    width: 100%;
    max-height: 200px;
    min-height: 200px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 10px;
}

.graybox_img_1 {
    width: 100px;
    padding-top: 55px;
}

.graybox_img_2 {
    height: 350px;
    object-fit: cover;
}

.profile_sec_p_3 {
    background-color: black;
    width: 90%;
    margin: auto;
    color: white;
    margin-bottom: 10px;
    padding: 6px 0px 5px 0px;
    line-height: normal;
    font-weight: 600;
    letter-spacing: .5px;
    text-align: center;
}

.bio_statement_div_7 {
    width: 400px;
    padding: 20px;
    background-color: #cba45c;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.bio_statement_div_4 {
    display: flex;
    align-items: center;
    max-width: 1100px;
    margin: auto;
}

.bio_statement_div_2 {
    margin-top: 50px;
}

.bio_statement_img_1 {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-right: 20px;
}

.bio_statement_p_1 {
    width: 85%;
    padding: 0px 20px;
    border: 5px solid red;
    background-color: #fbf94c;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
}

.bio_statement_div_5 {
    width: 100%;
    background-color: red;
    height: 330px;
    clip-path: polygon(10% 0%, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
    padding-top: 30px;
    padding-bottom: 30px;
}

.bio_statement_div_6 {
    height: 100%;
    background-color: white;
    width: 80%;
    margin: auto;
    position: relative;
}

.bio_statement_btn_1 {
    position: absolute;
    right: 3%;
    bottom: 8%;
    border: 2px solid #4f060f;
    color: #4f060f;
    background-color: #db575c;
    padding: 0px 30px;
    line-height: 40px;
    font-size: 20px;
    letter-spacing: .5px;
    font-weight: 600;
    border-radius: 50px;
}

.plans_car_area {
    padding: 6px;
    margin-bottom: 50px;
}

.car_img_ul {
    padding: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    border: 4px solid #fff;
}

.car-img {
    width: 100%;
    object-fit: cover;
    height: 450px;
}

.plan_car_li {
    list-style: none;
    padding: 0;
    width: 50%;
    border: 2px solid #fff;
}

.visitors_img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.visitors_count_span {
    display: inline-block;
    text-align: center;
    margin: auto auto 10px auto;
    background: #000;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 53px;
    font-weight: bold;
}

.visitors_img_div {
    margin-top: 50px;
}

.visitors_card_content_div {
    border-top: 3px solid #000;
    background: #da85f4;
    ;
    text-align: center;
}

.visitors_card_img_div {
    border-bottom: 7px solid #fff;
    background: grey;
    padding: 9px 10px 0 10px;
}

.visitors_card {
    border: 4px solid #000;
}

.visitors_card_h5 {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.00234em;
    line-height: 1.2;
    padding: 6px 0;
}

.graybox_div_1 {
    margin-bottom: 50px;
}

.tree_p_1 {
    border: 8px solid #31327a;
    line-height: 60px;
    font-size: 25px;
    font-weight: 800;
    color: #d32c2e;
}

.tree_p_2 {
    line-height: 100px;
    background-color: #c71b17;
    color: white;
    font-size: 20px;
    font-weight: 600;
}

.profile-left-div {
    background: #a8a7ed;

}

.main-profile-div {
    margin: 20px;
    margin-bottom: 0px;
}

.profile-left-img-div {
    text-align: center;
    padding: 25px;
}

.main-profile-img1 {
    width: 98%;
    height: auto;
    margin: auto;
}

.profile-left-name-div-p {
    margin-bottom: 0;
    font-size: 34px;
    font-weight: 600;
    color: white;
    font-family: 'Blinker';
    line-height: 63px;
    padding-bottom: 5px;
}

.profile-left-name-div {
    background: #060604;
    text-align: center;
    margin-right: 8px;
}

.profile-left-img-div2 {
    padding: 19px;
}

.main-profile-img2 {
    width: 100%;
    height: 100%;
}

.profile-left-nav {
    padding: 12px;
}

.profile-left-nav-ul {
    list-style-type: none;
    padding-left: 0;
}

.profile-left-nav-p1 {
    font-size: 25px;
    line-height: normal;
    margin: 0px;
    font-weight: 700;
}

.profile-left-nav-li {
    margin-bottom: 19px;
}

.profile-left-nav-p2 {
    margin: 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 57px;
}

.profile-left-nav-p3 {
    font-size: 25px;
    line-height: normal;
    margin: 0px;
    font-weight: 700;
}

.profile-left-nav-p {
    background: #e65655;
    color: white;
    text-align: center;
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.email-icon {
    border-radius: 13px;
    width: 87px;
    height: 63px;
}

.profile-left-nav-p4 {
    font-size: 25px;
    line-height: normal;
    margin: 0px;
    font-weight: 700;
}

.profile-left-nav-ul2 {
    list-style-type: none;
    padding-left: 0;
}

.profile-left-nav-p_1 {
    margin-bottom: 0;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    background: #7b4a05;
    color: white;
    padding: 4px 0;
    font-weight: 600;
}

.profile-right-heading-div-p {
    margin-bottom: 0;
    background: #ed7d8b;
    width: fit-content;
    padding: 0 10px;
    font-size: 18px;
    color: black;
    margin: auto;
    font-weight: 600;
    line-height: 45px;
}

.profile-chat-sec {
    margin-left: -46px;
    width: auto;
    height: auto;
}

.profile-chat-sec {
    text-align: center;
    position: relative;
}

.profile-right-heading-div-p1 {
    margin: 0;
    color: #bb3019;
    font-size: 19px;
    background-size: 97% 83px;
    background-repeat: no-repeat;
    padding: 43px 0;
    line-height: 12px;
    background-position-x: center;
    background-position-y: center;
    margin-left: -62px;
    word-spacing: 4px;
    font-weight: 600;
}

.profile-right-heading-div-p1 span {
    color: white;
}

.profile-chat-sec {
    text-align: center;
    position: relative;
    max-width: 480px;
    margin: auto;
}

.profile-right-div-main-inner:nth-child(odd) {
    background: #a6c6ff;
    width: 100%;
    margin-left: 20px;
    color: #030d31;
    margin: auto;
}

.profile-right-div-main-inner:nth-child(even) {
    background: white;
    width: 100%;
    color: #d5aa65;
}

.profile-right-div-main-inner {
    position: relative;

}

.profile-right-div-main-inner-p {
    margin-bottom: 0;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    height: 40px;
}

.profile-right-div-main-inner .dot {
    width: 15px;
    height: 13px;
    background: #f64323;
    position: absolute;
    top: 10px;
    left: -10px;
    border-radius: 0px;
}

.profile-p-left {
    /*    margin-left: 14%;*/
    text-wrap: nowrap;
}

.profile-separation-img {
    width: 65%;
    text-align: center;
    margin: auto;
    margin-left: 17%;
    margin-top: 2px;
}

.profile-line {
    text-align: center;
    margin-left: 12px;
    height: 100%;
}

.profile-line img {
    width: auto;
    height: 585px;
}

.settings_header_div_13 {
    margin-bottom: 30px;
}

.profile-status-box-upper-div {
    width: 100%;
    height: 66px;
    background: #e65655;
    margin-top: 18px;
}

.status-box-p {
    margin-bottom: 0;
    margin: auto;
    text-align: center;
    border: 2px solid #79ab52;
    border-top: 0;
    width: fit-content;
    padding: 3px 20px;
    font-size: 38px;
    font-weight: 700;
}

.profile-chat-sec1 {
    margin-left: -46px;
    width: auto;
    height: auto;
}

.profile-chat-sec1 {
    text-align: center;
    position: relative;
}

.profile-right-heading-div-p2 {
    margin: 0;
    color: #bb3019;
    font-size: 17px;
    background-size: 101% 93px;
    background-repeat: no-repeat;
    padding: 43px 0;
    line-height: 11px;
    background-position-x: center;
    background-position-y: center;
    margin-left: -76px;
    word-spacing: 4px;
    font-weight: 600;
    margin-top: 42px;
    letter-spacing: 0px;
}

.profile-right-heading-div-p2 span {
    color: white;
}

.profile-chat-sec1 {
    text-align: center;
    position: relative;
    max-width: 480px;
    margin: auto;
}

.profile-chat-sec1-lower-img {
    width: 100%;
    height: 300px;
    margin-top: 10px;
}

.profile_sec_div_5 {
    position: relative;
}



.profile-social-div-bg {
    height: 200px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    margin-top: 30px;
}

.profile2-mian-div {
    height: 1253px;
    background-repeat: no-repeat;
    background-size: 100% 1253px;
    margin: 10px;
}

.profile-2-background-cover {
    background-image: radial-gradient(circle, #66555f, #433546);
    margin: 28px;
}

.container-bg {
    padding: 51px 28px;
}

.first-div {
    width: 108%;
    height: 550px;
    background-color: #fffc41;
    margin: 35px 7px 0 7px;
    border-radius: 30px;
    min-height: 550px;
    max-height: 550px;
    word-break: break-word;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: hidden;
    overflow-y: scroll;
    padding: 10px;
}
.first-div::-webkit-scrollbar {
    display: none;
}

.profile2-middle-div {
    width: 70px;
    height: 43px;
    /* background-color: red; */
    margin: auto;
    background-image: linear-gradient(to right, #a7cd3c, #7f8257, #563176, #812a5d, #b82639);
}

.last-div {
    background: #c9b5ce;
    width: 108%;
    height: 450px;
    margin: 0 7px 35px 7px;
    min-height: 450px;
    max-height: 450px;
    word-break: break-word;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: hidden;
    overflow-y: scroll;
    padding: 10px;
}
.last-div::-webkit-scrollbar {
    display: none;
}
.profile2-name-div {
    border: 3px solid #fff;
    background-image: radial-gradient(circle, #ffffff, #ff931e, #ff931e);
    text-align: center;
    padding: 20px;
    margin-top: 15px;
    margin: auto;
    margin-top: 17px;
    width: 79%;
}

.profile2-name-div-p {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 600;
}

.profile2-white-div {
    position: relative;
}

.profile2-white-div-inner {
    background: white;
    width: 90%;
    height: 940px;
    margin: auto;
    margin-top: 25px;
    position: relative;
    z-index: 100;
    word-break: break-word;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: hidden;
    overflow-y: scroll;
    padding: 10px;
    max-height: 940px;
    min-height: 940px;
}
.profile2-white-div-inner::-webkit-scrollbar {
    display: none;
}

.profile2-white-div:after {
    content: '';
    position: absolute;
    width: 104%;
    height: 300px;
    background: #6d5964;
    top: -24px;
    left: -21px;
}

.ceo_message_area {
    background: #dedbca;
    padding-bottom: 40px;
}

.ceo_img_div {
    text-align: center;
    padding: 20px 0;
}

.ceo_img {
    width: 323px;
    object-fit: cover;
    height: auto;
}

.ceo_text_p {
    font-size: 34px;
    text-align: center;
    line-height: 1.3;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.00234em;
}

.ceo_header_h3 {
    color: #492f22;
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.00234em;
    margin-bottom: 0;
}

.ceo_message_header_div_2 {
    width: 100%;
    text-align: center;
    /* width: fit-content; */
    margin: auto;
    border: 4px solid #1856e8;
    padding: 23px 0;
    border-radius: 24px;
}

.ceo_message_header_div {
    width: 100%;
    margin: auto auto 20px auto;
    background: #492f22;
    padding: 18px 6px;
    text-align: center;
    color: white;
    text-transform: uppercase;
}
.ceo_content_div {
    font-size: 34px;
    text-align: center;
    line-height: 1.3;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.00234em;
}

.ceo_h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 33px;
    font-weight: 600;
    letter-spacing: 0.00234em;
    line-height: normal;
    margin-bottom: 0;
}

.profile_sec_div_1 {
    margin: 0px 20px;
}



/* ============== /profile ============== */

/* ============== settings ============== */

.border-new-0{
    border: 0;
    outline: none;
    border-radius: 0;
}
.border-new-0:focus{
    background: #ebeaef;
}
#picture__input{
    display: none;
}
#picture__input1{
    display: none;
}
#picture__input2{
    display: none;
}
#picture__input3{
    display: none;
}
.picture__img1 {
  max-width: 100%;
}
.picture__image1 {
    width: 100%;
    height: 100%;
/*    border: 1px solid #ccc;*/
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.settings_header_div_1 {
    padding: 20px 0px;
}

.settings_header_p_1 {
    padding: 20px;
    background-color: #232323;
    color: white;
    line-height: 20px;
    word-spacing: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    text-align: center;
    width: 100%;
}

.settings_header_p_2 {
    width: 85%;
    background-color: #0f61fe;
    padding: 5px 0px;
    font-size: 22px;
    line-height: normal;
    font-weight: 800;
    color: white;
}

.settings_header_p_3 {
    width: 85%;
    background-color: #e62201;
    padding: 5px 0px;
    font-size: 28px;
    line-height: normal;
    font-weight: 800;
    color: white;
    letter-spacing: 1px;
}

.settings_header_img_1 {
    width: 70%;
    margin-top: -5px;
}

.settings_header_p_4 {
    color: #ce8b00;
    font-size: 20px;
    word-spacing: 0px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: -22px;
}

.settings_header_p_5 {
    font-size: 20px;
    font-weight: 800;
    text-align: center;
}

.settings_header_div_2 {
    padding-bottom: 30px;
    border-bottom: 20px solid black;
}

.settings_header_div_4 {
    padding-bottom: 30px;
    border-bottom: 20px solid black;
}

.settings_header_p_6 {
    background-color: #d9fed3;
    font-size: 20px;
    font-weight: 800;
    line-height: 55px;
}

.settings_header_p_6 {
    border: 5px solid black;
    background-color: #d9fed3;
    font-size: 20px;
    font-weight: 800;
    line-height: 55px;
    color: black;
    margin-bottom: 10px;
}

.settings_header_img_2 {
    height: 380px;
    width: 100px;
    object-fit: contain;
}

.settings_header_div_9 {
    width: 250px;
    height: 300px;
    background-color: #fff;
    border: 2px solid #878787;
}

.settings_header_btn_1 {
    padding: 0px;
    border: 2px solid black;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: white;
    background-color: #e02308;
    line-height: 45px;
    border-radius: 50px;
}

.settings_header_btn_1.w-90 {
    width: 170px;
    margin: 0px 10px;
}

.settings_header_p_7 {
    width: fit-content;
    margin: auto;
    background-color: #030100;
    color: #abd4e9;
    line-height: 50px;
    padding: 0px 20px;
    font-size: 20px;
    font-weight: 500;
    word-spacing: 10px;
    margin-bottom: 20px;
}

.settings_header_div_10 {
    margin-bottom: 20px;
    height: 70px;
    width: 100%;
    background-color: #ebebeb;
    border: 2px solid black;
}

.settings_header_p_8 {
    font-size: 23px;
    font-weight: 700;
    color: black;
}

.settings_header_div_12.pt-4 {
    padding-bottom: 45px;
    border-bottom: 15px dashed black;
    margin-bottom: 40px;
}

/*==============*/
/* ============ img-3 css ============= */
.upload_header_div {
    text-align: center;
    border: 1px solid #000;
    background: #d6d6d7;
    display: block;
    margin-bottom: 20px;
    width: fit-content;
    margin: auto auto 20px auto;
}

.upload_photo_h3 {
    color: #332174;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.0234em;
    padding: 5px 3px;
    word-spacing: 14px;
}

.upload_input_div {
    width: 100%;
    padding: 20px;
    height: 350px;
    background: #d6d6d7;
    border: none;
    outline: none;
}

.upload_input_div:focus {
    border: none;
    outline: none;
}

.upload_row_outer {
    padding-bottom: 45px;

}

.upload_dashed_border {
    border-bottom: 10px dashed #000;
    margin-bottom: 47px;
}

.button_flex_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 27px;
}

.black-border-row {
    border-bottom: 29px solid #000;
    margin-bottom: 60px;
}

/* =============== img-4 css ================ */
.green_header_div_1 {
    background: #d8fdd3;
    border: 2px solid #000;
    padding: 0 19px;
    margin-bottom: 42px;
    width: fit-content;
    margin: auto auto 42px auto;
}



/* =========== img5 css =============== */

.ground_header_div {
    text-align: center;
    width: fit-content;
    margin: auto;
    background: #000;
}

.ground_header {
    color: #98d7f0;
    text-transform: uppercase;
    font-size: 31px;
    font-weight: 700;
    letter-spacing: 0.0234em;
    line-height: 1.2;
    margin-bottom: 0;
    word-spacing: 7px;
    padding: 5px 11px;
}

.from_div {
    margin-top: 30px;
}

.back_ground_input {
    width: 100%;
    padding: 40px;
    height: 340px;
    border: 2px solid #000;
}

.flex_btn_div {
    padding: 30px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.ground_btn_red {
    border: 2px solid #000;
    width: fit-content;
    padding: 3px 31px;
    border-radius: 20px;
    background: #f74213;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.0234em;
    line-height: 1.4;
}

.ground-padding-50 {
    padding-bottom: 50px;
}

.ground_div_1 {
    padding-bottom: 40px;
}

.dot-border {
    border-bottom: 12px dashed #000;
    padding-bottom: 20px;
    margin-bottom: 40px;

}

/* ===========img-6 css ========= */
.green_header_div {
    background: #d8fdd3;
    border: 2px solid #000;
    padding: 0 19px;
    margin-bottom: 42px;
}

.green_h2 {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.0234em;
    text-transform: capitalize;
    text-align: center;
    padding: 10px;
}

.black_div_ground {
    background-color: #000;
    width: 100%;
    height: 100px;
    margin-bottom: 8px;
}

.black_box_2 {
    background-color: #000;
    width: 100%;
    height: 25px;
    margin-top: 20px;
    margin-bottom: 42px;
}




.plan-div-main-hedaing-p {
    background-color: #d8fdd2;
    color: black;
    margin-bottom: 0;
    font-size: 25px;
    margin-top: 20px;
    border: 1px solid #898989;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.0234em;
    text-transform: capitalize;
    text-align: center;
    padding: 10px;
}

.plan-div-main-hedaing-p1 {
    font-size: 44px;
    text-align: center;
    background: #070508;
    color: #92daf2;
    font-weight: 600;
    width: fit-content;
    margin: auto;
}

.input-group-one-lable {
    margin: 0;
    padding-right: 20px;
    font-size: 22px;
    font-weight: 700;
}

.input-group-one-input {
    border-radius: 0;
    border: 1px solid black;
}

.input-group-one {
    align-items: flex-end;
}

.btn-input-btn1 {
    background: #f74016;
    color: white;
    border-radius: 50px;
    padding: 3px 22px;
    border: 1px solid black;
    font-size: 25px;
    font-weight: 600;
    width: 27%;
    text-transform: uppercase;
}

.btn-input-btn1:hover {
    color: white !important;
}

.input-group-btn-div {
    display: flex;
    justify-content: space-between;
}

.form-control:focus {
    box-shadow: none;
    border-color: black;
}

.form-control:active {
    box-shadow: none;
    border-color: black;
}

.plan-div-photo-upload-title {
    justify-content: center;
    align-items: center;
}

.plan-div-main-hedaing-p3 {
    font-size: 40px;
    background: #ff3d16;
    margin-bottom: 0;
    text-align: center;
    width: 52px;
    height: 46px;
    border-radius: 100%;
    line-height: 41px;
    border: 2px solid black;
    color: white;
    margin-left: 13px;
}

.btn-photo-upload-area {
    width: 101%;
    background: #fe3f12;
    margin-bottom: 42px;
    color: white;
    text-transform: uppercase;
    font-size: 32px;
    white-space: 53px;
    word-spacing: 6px;
    border: 2px solid black;
    border-radius: 50px;
    padding: 0;
    font-weight: 700;
}

.btn-photo-upload-area:hover {
    color: white;
}

.capting-div-inner {
    border: 1px solid black;
    height: 350px;
}

.capting-p {
    background: #a8c3ff;
    width: fit-content;
    margin: auto;
    padding: 5px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    border: 1px solid black;
    line-height: 28px;
}

.capting-div-inner-1 {
    /*              margin-top: 49px;*/
    border: 1px solid black;
    height: 350px;
}

.plan-div-main-hedaing-p2 {
    font-size: 44px;
    text-align: center;
    background: #070508;
    color: #92daf2;
    font-weight: 600;
    width: fit-content;
    margin: 0;
    word-spacing: 14px;

}

.plan-div-main-hedaing-p4 {
    font-size: 44px;
    text-align: center;
    background: #070508;
    color: #92daf2;
    font-weight: 600;
    width: fit-content;
    margin: 0;
    word-spacing: 14px;
    padding: 0 10px;
}

.plan-div-bottom1 {
    border-top: 10px solid black;
    border-bottom: 10px solid black;
    padding: 20px 11px 20px 20px;
}

.palan-div-long-text1 {
    margin: 0;
    font-size: 26px;
    word-spacing: 5px;
    background: #fec578;
    border: 2px solid black;
    padding: 11px;
    font-weight: 600;
}

.photo-main-div_1 {
    border-top: 10px solid black;
    padding: 35px 20px 0 20px;
    margin-top: 35px;
}

/* ============== /settings ============== */

/* ============== notification ============== */

.notification_p_1 {
    font-size: 13px;
    color: #0e61ff;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 20px;
}

.notification_p_2 {
    background-color: #0e61ff;
    color: white;
    font-weight: 600;
    word-spacing: 7px;
    line-height: normal;
    padding: 10px;
    font-size: 20px;
}

.notification_p_5 {
    border: 2px solid black;
    background-color: #e22602;
    color: white;
    line-height: 50px;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    width: 90%;
    margin: auto;
}

.notification_div_4 {
    background-color: #fde0b4;
    padding: 15px 0px;
    border-bottom: 15px solid black;
}

.notification_p_3 {
    font-size: 25px;
    word-spacing: 8px;
    font-weight: 800;
    color: #0e61ff;
    margin-top: -12px;
    line-height: normal;
    margin-bottom: 15px;
}

.notification_p_4 {
    font-size: 18px;
    word-spacing: 8px;
    font-weight: 800;
    color: #000;
    line-height: normal;
}

.settings_header_img_3 {
    width: 100%;
    height: 200px;
}

.notification_div_10 {
    padding: 15px 0px;
    /* border-bottom: 15px solid black; */
}

.notification_p_6 {
    border: 2px solid black;
    background-color: #e22602;
    color: white;
    line-height: 57px;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 1px;
    width: 70px;
    margin: auto;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

.notification_p_7 {
    text-align: center;
    background-color: #fdfc44;
    color: green;
    line-height: 80px;
    font-size: 30px;
    font-weight: 800;
    border: 2px solid black;
}

.notification_div_8 {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
    border-radius: 30px;
    word-break: break-word;
}

.notification_p_8 {
    font-size: 25px;
    text-align: center;
    line-height: normal;
    color: white;
    font-weight: 500;
}

.bg_red {
    background-color: #fa4115;
}

.bg_black {
    background-color: black;
}

.notification_p_9 {
    margin: 0px 10px;
    background-color: #77bb40;
    padding: 0px 30px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 600;
    color: black;
    border-radius: 50px;
    border: 2px solid black;
}



/* ============== /notification ============== */

/* ============== chat ============== */

.chat_div_2 {
    padding: 15px 0px;
    background-color: #fde0b4;
    border-bottom: 15px solid black;
}

.chat_img_1 {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 2px solid black;
    object-fit: cover;
}

.chat_p_1 {
    text-align: center;
    background-color: #60ca0b;
    line-height: 50px;
    font-size: 20px;
    color: black;
    word-spacing: 10px;
    font-weight: 600;
    border: 2px solid black;
}

.chat_p_2 {
    background-color: #0954d7;
    color: white;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    width: 90%;
    line-height: 25px;
    border: 2px solid black;
    margin-bottom: 15px;
}

.chat_p_3 {
    color: #0954d7;
    background-color: white;
    padding: 10px;
    border: 2px solid black;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.chat_div_5 {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}

.chat_p_4 {
    background-color: #f84113;
    color: white;
    padding: 0px 10px;
    line-height: 35px;
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: 600;
    border: 2px solid black;
}



/* ============== /chat ============== */

/* ============== Contact ============== */

.contact_p_1 {
    text-align: center;
    background-image: linear-gradient(#fff, #2c4fb6, #fff);
    line-height: 65px;
    font-size: 30px;
    font-weight: 700;
    color: white;
    border-radius: 50px;
    box-shadow: 0px 0px 18px 0px #00000036;
}

.contact_div_3 {
    background-color: #9b392e;
}

.contact_p_2 {
    text-align: center;
    line-height: 65px;
    font-size: 30px;
    font-weight: 700;
    color: white;
    background-color: black;
}

.contact_div_5.p-4 {
    background-color: #d9937a;
}

.contact_p_3 {
    text-align: center;
    background-image: linear-gradient(#fff, #ff0000, #fff);
    line-height: 60px;
    font-size: 19px;
    font-weight: 700;
    color: white;
    border-radius: 50px;
    box-shadow: 0px 0px 18px 0px #00000036;
    padding: 0px 10px;
}

.contact_img_1 {
    height: 240px;
}

.contact_p_4 {
    background-color: #2134ad;
    color: white;
    padding: 20px;
    border-radius: 30px 30px 0px 0px;
    font-size: 27px;
    text-align: center;
    word-spacing: 10px;
}

.contact_div_8 {
    background-color: green;
    color: white;
    padding: 15px;
    border-radius: 25px 0px 25px 0px;
}

.contact_li_1 {
    list-style-type: disclosure-closed;
    margin-left: 25px;
    padding-left: 12px;
}

.contact_div_9 {
    background-color: #272264;
}

.contact_div_10 {
    height: 100%;
    border-right: 3px solid white;
    color: white !important;
    word-break: break-all;
}

.contact_p_6 {
    font-size: 24px;
    color: white;
    text-align: center;
    font-weight: 600;
    line-height: 35px;
    padding-right: 10px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
    width: 20px !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    color: white !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    width: 20px !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    color: white !important;
}

.contact_youtube {
    width: 100%;
    height: 200px;
}

.contact_p_7 {
    font-size: 15px;
    word-spacing: 5px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 30px;
}

.profile2-main-slide {
    padding: 82px 30px;
}

.slide-image-div {
    background: white;
    border-radius: 35px;
    text-align: center;
    padding: 32px 0;
}

.slide-text-div-p {
    color: white;
    font-size: 21px;
    text-align: center;
    line-height: 31px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.slide-text-div {
    padding: 72px 10px;
}

.btn-readmore1 {
    color: #000000;
    background: white;
    margin-top: 25px;
    border-radius: 50px;
    font-size: 26px;
    font-weight: 600;
    padding: 4px 11px;
}

.slide-img {
    width: auto;
    height: auto;
}

.founder-profile-p1 {
    background: black;
    color: #c08486;
    text-align: center;
    font-size: 23px;
    margin-bottom: 0;
    line-height: 52px;
    text-transform: uppercase;
    font-weight: 600;
}
.bio-scroll{
    height: 210px;
    overflow: hidden;
    overflow-y: scroll;
     max-height: 210px;
      min-height: 210px;
      padding-bottom: 10px;
}
.bio-scroll::-webkit-scrollbar {
            display: none;
        }

.founder-profile-inner-1 {
    background: #444444;
    margin: 10px 0;
    border-radius: 50px;
    border: 4px solid #6cc7e4;
    padding: 20px;
    word-break: break-all;
}

.founder-profile-image {
    width: 150px;
    height: 150px;
    margin: auto;
    border-radius: 100px;
    border: 3px solid white;
}

.founder-profile-inner-p1 {
    color: white;
    font-size: 25px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 21px;
    text-transform: uppercase;
}

.founder-profile-inner-span {
    color: #c27c49;
}

.founder-profile-inner-2 {
    background: #e4dccf;
    margin: 10px 0;
    border-radius: 50px;
    padding: 20px;
    word-break: break-all;
}

.founder-profile-inner-p2 {
    font-size: 20px;
    color: black;
    font-weight: 600;
    line-height: 31px;
    margin-bottom: 16px;
}

.founder-profile-inner-span1 {
    color: #f39d60;
}

.founder-profile-inner-3 {
    margin: 10px 0;
    border-radius: 50px;
    padding: 20px;
    background: #ee8389;
    border: 11px solid white;
    border-style: dashed;
    word-break: break-all;
}

.founder-profile-inner-p3 {
    margin-bottom: 23px;
    font-size: 20px;
    color: #394cb2;
    font-weight: 700;
    line-height: 29px;
}

.founder-profile-inner-p4 {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
    line-height: 33px;
}

.btn-readmore2 {
    color: #000000;
    background: #bfbfbf;
    margin-top: 15px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    padding: 4px 25px;
}

.btn-readmore3 {
    color: #000000;
    background: #bfbfbf;
    margin-top: 15px;
    border-radius: 50px;
    font-size: 26px;
    font-weight: 600;
    padding: 4px 11px;
    border: 2px solid black;
    width: 100%;
    text-align: center;
}

.btn-readmore3 span {
    color: #dd4f27;
}

.profile2-main-slide .swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 28px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #b7b7b7;
    font-weight: 900;
}

.profile-copy-right-text {
    margin-bottom: 0;
    background: black;
    color: white;
    padding: 10px;
    font-size: 26px;
    border: 6px solid white;
}

.li-profile-image {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.contact_color_ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.contact_color_li {
    width: 33.333333%;
    height: 330px;
    list-style-type: none;
}

.bg-orange {
    background-color: #fa8349;
}

.bg-whiteg {
    background-color: #e6e6e6 !important;
    display: flex;
    align-items: center;
    justify-content: center;

}

.contact_color_h2 {
    font-size: 46px;
    text-transform: uppercase;
    letter-spacing: 0.00234em;
    line-height: 1.2;
    font-weight: bold;
    text-shadow: 3px 2px 1px #ba40aa;
    background-color: #fff;
    padding: 7px;
}

.bg-sky-blue {
    background-color: #75a5fa;
}

.contact_color_li_inner_div {
    background-color: #e6e6e6;
    padding: 6px 18px;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    row-gap: 20px;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

.contact_color_h3 {
    text-transform: none;
    font-size: 28px;
    padding: 8px;
    background: #75a5fa;
    color: #fff;
    border: 4px solid #000;
    letter-spacing: 0.00234em;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.contact_color_h4 {
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 0.00234em;
    line-height: 1.2;
    font-weight: bold;
    text-shadow: 3px 2px 1px #ba40aa;
    background-color: #fff;
    padding: 7px;
    width: fit-content;
    margin: auto auto auto;

}

h3.contact_red_h3 {
    background: #75a5fa;
    text-align: center;
    padding: 8px 4px;
    color: #e70f16;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 0.00234em;
    line-height: normal;
    border: 4px solid #002;
}

.contact_white_section {
    width: 100%;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.contact_black_h4 {
    display: block;
    text-transform: uppercase;
    font-size: 34px;
    border-bottom: 3px solid #000;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.00234em;
    width: fit-content;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.contact_white_upper_header {
    padding-bottom: 33px;
}

.contact_content_p {
    font-size: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 0.00234em;
    line-height: 1.8;
    text-transform: uppercase;
    color: #75a5fa;
}

.red_span {
    color: #e70f16;
}

.contact_content_p_div {
    text-align: center;
}

.contact_p_8 {
    width: 80%;
    background-color: black;
    color: white;
    text-align: center;
    line-height: 55px;
    font-size: 30px;
    margin: auto;
}

.contact_div_21 {
    background-color: red;
    border: 2px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
}

.contact_p_9 {
    transform: rotate(270deg);
    font-size: 20px;
    line-height: normal;
    color: white;
}

.contact_img_3 {
    height: 162px;
    width: 100%;
    border: 2px solid black;
}

.contact_p_10 {
    width: 100%;
    background-color: #1755bc;
    color: white;
    border: 2px solid black;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
}

.contact_p_11 {
    margin: 30px 15px 0px 15px;
    background-color: black;
    color: white;
    font-size: 16px;
    padding: 10px;
}

/* ============== /Contact ============== */

/* ============== market ============== */

.market_div_5 {
    background-color: #ece5c8;
}

.market_div_2 {
    background-color: #af9f52;
}

.market_p_1 {
    font-size: 25px;
    text-align: center;
    color: white;
    line-height: 45px;
    margin-bottom: 20px;
    word-spacing: 10px;
    font-weight: 600;
}

.market_p_2 {
    background-color: #1b7c09;
    text-align: center;
    font-size: 25px;
    letter-spacing: -1px;
    word-spacing: 10px;
    padding: 10px;
    font-weight: 700;
    color: black;
    margin-bottom: 30px;
    line-height: 45px;
    word-break: break-word;
    height: 111px;
    min-height: 111px;
    max-height: 111px;
    overflow: hidden;
    overflow-y: scroll;
}
.market_p_2::-webkit-scrollbar {
    display: none;
}

.market_p_2 span {
    color: white;
}

.market_p_3 {
    color: #0657dc;
    background-color: white;
    padding: 20px;
    text-align: center;
    line-height: normal;
    font-size: 25px;
    font-weight: 600;
    border-radius: 76px 0px;
    box-shadow: 0px 0px 13px 0px #00000033;
    word-break: break-word;
    height: 129px;
    min-height: 129px;
    max-height: 129px;
    overflow: hidden;
    overflow-y: scroll;

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

.market_div_4 {
    width: 80%;
    margin: auto;
}

.market_p_4 {
    background-color: #2386e3;
    text-align: center;
    line-height: normal;
    padding: 5px 15px;
    font-size: 22px;
    font-weight: 700;
    color: black;
    border-radius: 50px;
    border: 10px solid #1b7c09;
    letter-spacing: -1px;
    word-spacing: 10px;
}

.market_p_5 {
    background-color: white;
    text-align: center;
    width: 80%;
    margin: auto;
    font-size: 20px;
    font-weight: 600;
    color: black;
    padding: 7px;
    border: 5px solid black;
    line-height: normal;
}

.market_div_6 {
    margin-bottom: 30px;
}

.market_p_6 {
    text-align: center;
    background-image: linear-gradient(#fff, #2c4fb6, #fff);
    line-height: 65px;
    font-size: 30px;
    font-weight: 700;
    color: white;
    border-radius: 50px;
    box-shadow: 0px 0px 18px 0px #00000036;
    width: fit-content;
    padding: 0px 30px;
    margin: auto;
}

.market_div_9 {
    padding: 30px;
    background-color: white;
    border: 10px solid black;
    text-align: center;
}

.market_p_7 {
    font-size: 30px;
    color: #e32600;
    word-spacing: 10px;
    font-weight: 600;
    margin-bottom: 50px;
}

.market_p_8 {
    text-align: center;
    color: black;
    line-height: 55px;
    background-color: #e12206;
    font-size: 19px;
    letter-spacing: -1px;
    word-spacing: 10px;
    border: 7px solid black;
    font-weight: 600;
}
.market_div_text_bg{
    color: #fff!important;
}
.market_div_11 {
    padding: 30px;
    background-color: white;
    border: 10px solid black;
    text-align: center;
}

.market_p_9 {
    line-height: 40px;
    font-size: 26px;
    letter-spacing: -1px;
    word-spacing: 10px;
    font-weight: 700;
}

.market_img_2 {
    width: 50px;
    height: 50px;
    object-fit: contain;
    float: left;
}

.market_img_3 {
    width: 50px;
    height: 50px;
    object-fit: contain;
    float: right;
}

.market_div_13 {
    width: 92%;
    margin: auto;
    margin-top: 45px;
}

.market_div_14 {
    border: 10px solid black;
}

.market-place-sec-inner {
    text-align: center;
    height: 320px;
    padding-top: 160px;
    padding-left: 44px;
    min-height: 320px;
    max-height: 320px;
    overflow: hidden;
    overflow-y: scroll;
    word-break: break-word;
}
.market-place-sec-inner::-webkit-scrollbar {
    display: none;
}

.market-place-sec-inner1 {
    text-align: center;
    height: 320px;
    padding-left: 100px;
    padding-top: 0px;
}

.market-place-sec-img {
    width: 200px;
    height: auto;
}

.market-place-sec-inner2 {
    height: 320px;
    padding-top: 45px;
    text-align: center;
    padding-right: 39px;
}

.market-place-sec-inner3 {
    background-size: 85% 281px;
    height: 263px;
    background-repeat: no-repeat;

}

.market-place-sec-inner3-img-text {
    padding-top: 70px;
    padding-left: 53px;
    text-align: center;
}

.market-place-sec-img1 {
    width: 137px;
}

.market-place-sec-inner3-img-text1 {
    text-align: center;
    padding-top: 71px;
    margin-right: 62px;
}

.product-sec-p {
    margin-bottom: 0;
    font-size: 23px;
    font-weight: 700;
    color: #1a61ed;
    line-height: 31px;
    margin-top: 10px;
    word-break: break-word;
    width: 83%;
    margin: auto;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
    overflow-y: scroll;
    text-transform: uppercase;
}
.product-sec-p::-webkit-scrollbar {
    display: none;
}
.p-height-1{
    width: 65%;
}

.market-place-sec-img4 {
    width: 200px;
    height: 153px;
}

.market-area-p1 {
    margin: 25px auto;
    width: fit-content;
    background: #74a8fe;
    font-size: 44px;
    color: white;
    linr: 50p;
    line-height: 50px;
    padding: 0 25px;
    border-radius: 100px;
    font-weight: 600;
}

.market-area-cococola-inner {
    background: #ff8d5b;
    text-align: center;
    border-radius: 100px 0;
}

.m-rows-bg {
    background: red;
}

.m-rows-bg {
    background: #010101;
    padding-top: 50px 0;
}

.market-area-cococola-inner {
    background: #ff8d5b;
    text-align: center;
    border-radius: 80px 0;
    padding: 38px 0;
    border: 3px solid #9b3533;
}

.market-area-cococola-img {
    background: white;
}

.market-area-cococola-img {
    background: white;
    margin: 0 43px;
}

.market-area-cococola-logo {
    width: 181px;
    height: 157px;
    border-radius: 100%;
    object-fit: cover;
}

.market-area-cococola-p1 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 600;
    color: #272b2c;
    word-break: break-word;
    height: 45px;
    overflow: hidden;
    overflow-y: scroll;
}
.market-area-cococola-p1::-webkit-scrollbar {
    display: none;
 }

.market-area-cococola-p-div {
    background: #402e2e;
    color: white;
    text-align: center;
    font-size: 33px;
    margin-bottom: 42px;
}

.market-area-cococola-p3 {
    background: #000000;
    width: fit-content;
    margin: auto;
    padding: 0 15px;
    color: #ff0205;
}


     .product_header_div {
    padding: 21px 0 30px 0;
}
        .product_ul {
            margin-bottom: 0;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            width: 100%;
        }

        .product_li {
            list-style-type: none;
            background: #079042;
            padding: 2px 8px;
            width: 40%;
            text-align: center;
            border: 5px solid #000;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .product_page_h3 {
            font-size: 34px;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 0;
            line-height: 1.4;
            letter-spacing: 0.00234em;
        }

        .product_header_span {
            background: #000;
            color: #fff;
            border-radius: 50%;
            height: 42px;
            width: 42px;
            font-size: 24px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 600;
            margin-left: 10px;
            line-height: 1.2;
        }

        /* .product_name_area {
            padding: 40px 0px;
        } */

        .product_bgimg_div {
            width: 100%;
            background-size: 100% 1921px;
            background-repeat: no-repeat;
            background-position: fixed;
            height: 1921px;
            padding: 139px 59px 139px 42px;

        }
        .product_black_h4 {
            background: #000;
            color: #fff;
            margin-bottom: 0;
            line-height: 1.5;
            text-transform: uppercase;
            font-size: 33px;
            font-weight: 700;
            letter-spacing: 0.0234em;
            width: fit-content;
            padding: 0px 54px;
        }

        .product_red_h4 {
            background-color: #b21c04;
            margin-bottom: 0;
            color: #fff;
            font-size: 34px;
            text-transform: uppercase;
            line-height: 1.5;
            font-weight: 700;
            letter-spacing: 0.00234em;
        }

        .report_div_2 {
            text-align: center;
        }

        .motorbike_card_img {
            width: 100%;
            object-fit: cover;
            height: 347px;
        }

        .motor_bike_header {
            width: 100%;
            background: #2c1476;
            margin-top: 27px;
            margin-bottom: 6px;
        }

        .moto_header_h4 {
            color: #fff;
            text-transform: uppercase;
            font-size: 40px;
            letter-spacing: 0.0234em;
            line-height: 1.2;
            padding: 6px 10px;
            text-align: center;
            font-weight: 700;
            margin-bottom: 0;
        }

        .motorbike_card {
            background: #000;
            padding: 14px;
            border: 6px solid #f4e844;
        }

        .motorbike_content_div {
            background: #e492fe;
            width: 100%;
            text-align: center;
            padding: 14px 30px;
        }

        .product_h5 {
            color: #fff;
            font-size: 30px;
            text-transform: uppercase;
            line-height: 1.3;
            letter-spacing: 0.00345em;
            font-weight: 600;
            margin-bottom: 0;
        }

        .motorbike_img_div {
            background: #000;
            padding-bottom: 20px;
        }

        .product_details_white_div {
            width: 100%;
            height: 400px;
            background-color: #fff;
            border: 4px solid #000;
            margin-top: 12px;
            min-height: 400px;
            max-height: 400px;
            overflow: hidden;
            overflow-y: scroll;
        }
        .product_details_white_div::-webkit-scrollbar {
            display: none;
        }

        .product_details_div {
            margin-top: 20px;
        }

        .contact_information_img_div {
            width: 98%;
            display: flex;
            justify-content: center;
            align-items: end;
        }

        .contact_information_white_bg {
            background-color: #fff;
        }

        .contact_information_div {
            margin-top: 20px;
        }

        .contact_information_gray_div {
            width: 100%;
            border: 5px solid #b21c04;
            border-radius: 24px;
            height: 400px;
            background-color: #404040;
            padding: 12px 12px 0 12px;
            margin-top: 20px;
        }

        .contact_information_black_div {
            background: #000;
            width: 100%;
            height: 360px;
            min-height: 360px;
            max-height: 360px;
            overflow: hidden;
            overflow-y: scroll;
            word-break: break-word;
        }
        .contact_information_black_div::-webkit-scrollbar {
            display: none;
        }

        .swiper_contact_img {
            width: 100%;
            object-fit: cover;
            height: 325px;
            /* object-position: 77% 98%; */
        }

        .green_bg {
            background: #60d460;
            height: 460px;
            border: 7px solid #7d5149;
            /* height: auto; */
        }

        .slider_image_div {
            margin: auto;
            text-align: center;
            padding: 56px 0;
        }

        .green-footer-img {
            width: 100%;
            object-fit: cover;
        }

        .lower_green_img_div {
            padding: 50px 0;
        }
        .product_name_area .swiper-pagination-bullet {
            width: 20px;
            height: 20px;
            text-align: center;
            line-height: 24px;
            font-size: 12px;
            color: #000;
            opacity: 1;
            background: rgba(0, 0, 0, 0.2);
        }

        .product_name_area .swiper-pagination-bullet-active {
            background-color: #fff !important;
            border: 1px solid #916a6a !important;
            color: #222 !important;
        }

        .product_name_area .swiper-pagination-bullet {
            text-indent: 0;
            margin: 0 2px;
            width: 25px;
            height: 25px;
            border: 2px solid transparent;
            border-radius: 0px;
            color: #fff;
            background-color: #916a6a;
            transition: all 0.25s ease;
            font-size: 17px;
        }


        .product_name_area .swiper-pagination-bullet:hover {
            text-indent: 0;
            margin: 0 2px;
            width: 40px;
            height: 40px;
            border: 1px solid #000;
            border-radius: 0px;
            line-height: 39px;
            color: #000;
            background-color: #fff;
            transition: all 0.25s ease;
            font-size: 30px;
        }
            /* ========  ========== */
            .modal-button{
                width: 100%;
            }
              /* The Modal (background) */
        .modal {
            display: none;
            position: fixed;
            z-index: 1;
            padding-top: 100px;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgb(0, 0, 0);
            background-color: rgba(0, 0, 0, 0.4);
        }

        /* Modal Content */
        .modal-content-market {
            background-color: #fadfcdd4;
            margin: auto;
            padding: 20px;
            border: 1px solid #000000;
            width: 90%;
        }

        .modal_content_outer_div {
            padding: 45px 0;
        }

        /* The Close Button */
        .modal-close {
            color: #000000;
            float: right;
            font-size: 45px;
            font-weight: bold;
            background: #fff;
            padding: 1px 10px;
        }

        .modal-close:hover,
        .modal-close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }

        .modal_header_div {
            background-color: #af1d04;
            color: #fff;
            text-align: center;
        }

        .modal_h2_red {
            text-transform: uppercase;
            font-size: 32px;
            font-weight: 500;
            letter-spacing: 0.02334em;
            line-height: 1.2;
            margin-bottom: 20px;
            padding: 8px 8px;
        }

        .modal_white_div {
            width: 100%;
            height: 150px;
            background: #fff;
            border: 1px solid #000;
        }

        .row_1 {
            padding: 20px 0 40px 0;
        }

        .modal_white_bg_div_2 {
            background: #fff;
            border: 1px solid #000;
        }

        .h-div-2 {
            height: 309px;
        }

        .h-div-3 {
            height: 275px;
        }

        .row_2 {
            padding: 0 0 40px 0;
        }

        .modal_button_div {
            width: 100%;
            text-align: center;
            padding: 20px 0;
        }

        .modal_orange_btn_1 {
            display: block;
            margin: auto auto 11px auto;
            border: none;
            outline: none;
            padding: 10px 12px;
            font-size: 28px;
            font-weight: 500;
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: 0.00234em;
            line-height: 1.3;
            background-color: #ff4013;
            color: #000;
        }

        .br-30 {
            border-radius: 30px;
            border: 1px solid #000 !important;
        }

        .text-end-btn {
            float: right;
            line-height: normal !important;
            padding: 10px 43px !important;
            border: 1px solid #000;
        }
/* ============== /market ============== */


/* ============== channel ============== */

.channer-p1{
    text-align: center;
    background-color: #5f94e0;
    line-height: 65px;
    font-size: 30px;
    font-weight: 700;
    color: white;
    border-radius: 50px;
    box-shadow: 0px 0px 18px 0px #00000036;
}
.channer-p2{
    text-align: center;
    line-height: 65px;
    font-size: 30px;
    font-weight: 700;
    color: white;
    background-color: #e92114;
    border-radius: 100px;
    border-bottom: 3px solid white;
}
.chanel_div_3{
    background-color: #363731;
}
.channel-slide-img-1 {
    width: 80%;
    height: 442px;
    margin: auto;
}
.channel-slide-div1 {
    text-align: center;
    background-image: linear-gradient(to right, #c7c7c7, #feffff,#feffff, #c7c7c7);
}
.channel_slide_div_main{
    background-color: #cd5a59;
}
.channel-slide-p {
    font-size: 34px;
    background: white;
    width: fit-content;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
    padding: 0px 34px;
    line-height: 46px;
    text-transform: uppercase;
}
.channer-div-7 {
    background: #df9a63;
    padding: 13px 16px;
}
.channer-7-inner-div{
    width: 100%;
    background: #21969d;
    border-radius: 30px;
    border: 4px solid #001109;
    padding: 18px 0;
}
.channer-7-text-p {
    font-size: 18px;
    font-weight: 600;
    word-spacing: 0px;
    text-align: justify;
    text-transform: uppercase;
}

.channel-btn {
    border: 2px solid black;
    background: #f1e0c2;
    border-radius: 10px;
    padding: 8px 3px;
    font-size: 15px;
    font-weight: 600;
    color: #e92800;
    margin: 15px 0 0 0;
}
.channer-7-text-p1 {
    background: #000000;
    font-size: 25px;
    font-weight: 600;
    width: fit-content;
    color: white;
    padding: 1px 15px;
    border: 3px solid white;
    margin: auto;
    margin-bottom: 22px;
}
.channel8-images{
    width: 100%;
    height: 100%;
}
.channer-7-text-div-2{
    background: #8ac340;
    border: 7px solid #b17634;
    border-radius: 83px 0;
    padding: 21px 25px;
}
.channer-9-text-p1 {
    width: fit-content;
    background: #f1e0c2;
    font-size: 20px;
    font-weight: 700;
    color: #e92800;
    border: 3px solid black;
    border-radius: 100px;
    padding: 5px 15px;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.channer-9-text-p {
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    overflow-y: scroll;
    height: 161px;
    color: white;
}
.channer-9-text-p::-webkit-scrollbar {
    width: 20px;
}

.channer-9-text-p::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 0px;
}

.channer-9-text-p::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 0px;
}
.channer-button-div1{
    text-align: end;
    padding-right: 25px;
}
.channel9-text-div {
    background: #af6703;
    padding: 17px;
    border: 5px solid black;
    border-style: dashed;
    color: white;
}
.channel-div-9-p1 {
    font-size: 15px;
    font-weight: 600;
}
.read-more-btn-2 {
    background: #bcbabb;
    border: none;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
    border-radius: 50px;
    padding: 5px 4px;
}
.channel-div-9-p {
    background: #242021;
    color: #ffe17c;
    width: fit-content;
    margin: auto;
    margin-bottom: 10px;
    padding: 1px 20px;
    font-size: 14px;
}
.channel9-text-div-2{
    background: #e3dbce;
    padding: 17px;
    border: 5px solid black;
    color: #3183b2;
}
.channel-div-9-inner-2 div:nth-child(2) {
    background: #fc6456;
    border: 5px solid #e4dccf;
    padding: 12px;
}
.channel-div-9-inner-2 div:nth-child(3) {
    background: #3a86fd;
    border: 5px solid #050505;
    padding: 12px;
}

.channel-div-9-inner-2 div:nth-child(4) {
    background: #97ea50;
    border: 5px solid #fdfdfd;
    padding: 12px;
}
.channel-div-9-p2 {
    font-size: 14px;
    font-weight: 600;
}
.channel-view-div {
    background: #f4f4f4;
    width: 80%;
    margin: auto;
    border: 5px solid #d10f0f;
    padding: 15px;
    text-align: center;
    border-radius: 30px;
}
.channel-view-p {
    border: 3px solid #1a1617;
    border-radius: 100px;
    color: #24097c;
    font-weight: 600;
    padding: 5px 0;
    font-size: 13px;
}
.channel-view-span {
    color: #f74720;
}
.channel-view-span2{
    color: #d50f10;
}
.channel9-text-div-after {
 background-size: 100% 380px;
    height: 380px;
    background-repeat: no-repeat;
    position: relative;
    top: 0;
}
.channel_slide_div_1 span.swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 17px;
    opacity: 1;
    background: #896b6b;
    border-radius: 0px;
    color: white;
    font-weight: 600;
}

.channel_slide_div_1 span.swiper-pagination-bullet-active {
    color: #000;
    background: white;
}
.channel-div-9-p8 {
    padding: 0px 60px 0 65px;
    font-size: 11px;
    font-weight: 600;
}
.channel-div-9-p9 {
font-size: 11px;
    font-weight: 600;
    text-align: center;
    background: #ff0809;
    width: fit-content;
    margin: auto;
    margin-bottom: 10px;
    color: white;
    padding: 0 3px;
}
.channel9-text-div-after-inner{
    /* padding: 81px 0px 10px 0px; */
    width: 66%;
    overflow: hidden;
    overflow-y: scroll;
    margin: auto;
    height: 123px;
    word-break: break-word;
    -ms-overflow-style: none;
    scrollbar-width: none;
    /* background: rebeccapurple; */
    /* margin-top: 15px; */
    position: absolute;
    top: 117px;
    left: 71px;
    right: 71px;
}
.channel9-text-div-after-inner::-webkit-scrollbar {
    display: none;
}

/* ============== /channel ============== */

/* ============== Photo Galley ============== */

.photo_gallery_div_3{
    background-color: #eee2cc;
}
.photo_gallery_p_1{
    text-align: center;
    background-image: linear-gradient(#fff, #2c4fb6, #fff);
    line-height: 39px;
    font-size: 30px;
    font-weight: 700;
    color: white;
    border-radius: 50px;
    box-shadow: 0px 0px 18px 0px #00000036;
    padding: 10px 0;
}
.photo_gallery_p_2 {
    background: #059243;
    color: white;
    text-align: center;
    font-size: 35px;
    padding: 10px;
    line-height: 43px;
    font-weight: 600;
    word-break: break-all;
    border: 5px solid #021a0a;
    text-transform: uppercase;
    
}
.photo-gallery-btn-1 {
    background: #1d93ea;
    border: 11px solid #517c2d;
    width: 100%;
    border-radius: 50px;
    font-size: 27px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
}
.photo-gallery-btn-2 {
    background: #ffffff;
    width: 100%;
    font-size: 27px;
    border: 5px solid #0a0404;
    font-weight: 600;
    text-transform: uppercase;
}
.btn-line-height {
    line-height: 61px;
}
.photo_gallery_div_4_1 {
    background: #df2204;
    text-align: center;
    font-size: 17px;
    padding: 12px;
    border: 3px solid #000000;
    color: black;
    text-transform: uppercase;
    font-weight: 600;
}
.photo_gallery_div_4_2{
    background: #df2204;
    text-align: center;
    font-size: 31px;
    padding: 12px;
    border: 3px solid #000000;
    color: white;
    text-transform: uppercase;
}

.photo_gallery_5_p {
    background: #1b93ea;
    width: fit-content;
    font-size: 33px;
    font-weight: 600;
    padding: 7px 20px;
    border: 4px solid #040716;
}
.photo_gallery_img_1 {
    width: 100%;
    height: 190px;
    border: 7px solid #58390b;
    margin-bottom: 18px;
}
.photo_gallery_5_p_1 {
    background: #060606;
    color: white;
    text-align: center;
    font-size: 26px;
    padding: 5px 19px;
    line-height: 34px;
}
.photo_gallery_div_6_inner.d-flex {
    background: #42428a;
    padding: 21px 6px;
}
.photo-gallery-img-15 {
    width: 100%;
    height: 200px;
}
.photo-gallery-slide-div1 {
    background: white;
    padding: 20px;
}
.photo_gallery_div_6_inner .swiper-wrapper{
    padding-bottom: 76px;
}
.photo_gallery_div_6_inner span.swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 17px;
    opacity: 1;
    background: #896b6b;
    border-radius: 0px;
    color: white;
    font-weight: 600;
}


.photo_gallery_div_6_inner span.swiper-pagination-bullet-active {
    color: #000;
    background: white;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    margin-top: 5px;
}
.photo_gallery_div_6_inner .swiper-pagination{
    /* margin: 0 16px; */
    padding: 0px 70px;
}
.photo_gallery_6_p {
    color: #fafafc;
    font-size: 29px;
    font-weight: 600;
    text-align: center;
}
.photo_gallery_people_div_4{
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    height: 245px;
    margin-bottom: 20px;
}
.photo_gallery_round-boder{
    border-radius: 50px;
}
.photo_gallery_div_8_p1 {
    background: #27acef;
}
.photo_gallery_div_7_p {
    text-align: center;
    background: #059243;
    font-size: 24px;
    border: 3px solid black;
    font-weight: 600;
    padding: 9px 0;
    text-transform: uppercase;
}
.photo_gallery_div_7_span {
    background: black;
    color: white;
    width: 30p;
    padding: 7px 14px;
    border-radius: 100px;
}
.photo_gallery_div_8_p1 {
    background: #27acef;
    text-align: center;
    padding: 15px;
    font-size: 27px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    border: 2px solid black;
}
.photo_gallery_div_8_image{
    width: 100%;
    height: 450px;
}
.photo_gallery_margin {
    margin: 57px 15px 0px 70px;
}
.photo_gallery_div_width{
    width: 100%;
}
.photo_gallery_margin2{
    margin: 54px 45px 0px 15px;
    border-left: 4px solid #000000;
    height: 274px;
    padding-top: 46px;
}
.photo_gallery_report_div {
    margin-top: 50px;
    border-top: 4px solid black;
    margin-right: 10px;
}
.photo_gallery_report_p {
    background: black;
    color: white;
    width: fit-content;
    margin: auto;
    margin-top: 20px;
    font-size: 21px;
    padding: 4px 25px;
    text-transform: uppercase;
}
.photo_gallery_prev_btn{
    border: 1px solid #0cb315;
    text-align: center;
    border-radius: 90px;
    background: #0cb315;
    color: #fff;
}
.photo_gallery_prev_p {
    font-size: 28px;
    padding: 6px 0;
}



/* Outer */
.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:#ffffff33;
    z-index: 100;
}

/* Inner */
.popup-inner {
    max-width: 850px;
    width: 100%;
    padding: 40px;
    position: absolute;
    top: 500px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 3px;
    background: #a0bcecd1;
    border: 2px solid #8592a5;
    height: 700px;
}

/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}

.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}



.popup-scroll{
  background: #e0d09cc2;
    height: 300px;
    border: 1px solid #a7a189;
    margin-top: 89px;
}
.popup-scroll::-webkit-scrollbar {
    background-color:#EEE;width:10px;
}

.popup-scroll::-webkit-scrollbar-thumb {
    border:1px #EEE solid;border-radius:2px;background:#777;
    -webkit-box-shadow: 0 0 8px #555 inset;box-shadow: 0 0 8px #555 inset;
    -webkit-transition: all .3s ease-out;transition: all .3s ease-out;
}

.popup-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 2px #ccc;box-shadow: 0 0 2px #ccc;
}

.popup-btn {
    background: #e12500;
    font-size: 35px;
    text-transform: uppercase;
    padding: 10px 61px;
    border-radius: 100px;
    border: 2px solid black;
    margin-top: 29px;
    font-weight: 600;
}

/* ============== /Photo Galley ============== */

/* ============== love like date ============== */

.love_like_date_div_1_inner {
    display: flex;
    justify-content: space-between;
    background: #6fa7f4;
    padding: 5px 20px;
    border: 5px solid black;
    border-radius: 100px;
    margin-top: 13px;
}
.love_like_date_div_1_inner_p {
    background: #eee9ef;
    text-align: center;
    padding: 5px 20px;
    border: 3px solid #212e41;
    font-weight: 600;
    font-size: 17px;
    word-spacing: 11px;
    width: 64%;
}
.love_like_date_div_1_inner_p_1 {
    background: #fa4019;
    text-align: center;
    font-weight: 600;
    padding: 5px 16px;
    border: 3px solid black;
    word-spacing: 10px;
    color: white;
    line-height: 24px;
    border-radius: 21px;
}
.love_like_date_div_2_heading_p {
    background: #fa4113;
    width: fit-content;
    color: white;
    padding: 0px 35px;
    font-size: 14px;
    font-weight: 700;
    line-height: 31px;
    border: 3px solid black;
}
.love_like_date_div_2_heading_span1 {
    color: #4693ef;
}
.love_like_date_div_2_img_div_1 {
    background: #0a050b;
    height: 59px;
    border-radius: 100%;
    padding: 10px 22px 22px 22px;
    margin-left: 10px;
}
.love_like_date_div_2_img_div_1 img{
    width: 33px;
    height: auto;
}
.love_like_date_div_2_heading_p1 {
    background: #b6e28b;
    margin-left: 11px;
    padding: 7px 6px;
    border-radius: 100px;
    margin-top: 0px;
    height: 57px;
    font-size: 27px;
    border: 3px solid black;
    line-height: 38px;
    font-weight: 600;
}
.love_like_date_div_2_inner_li {
    margin-right: 11px;
}
.love_like_date_div_2_inner_ul {
    display: flex;
    align-items: flex-end;
    width: 100%;
    border-bottom: 2px solid black;
    justify-content: space-between;
    padding-bottom: 10px;
}
.love_like_date_div_2_img {
    width: 77px;
    height: 89px;
    object-fit: cover;
}
.love_like_date_div_2_inner {
    margin-top: 44px;
}
.love_like_date_div_2_inner_p {
    font-size: 23px;
    font-weight: 600;
    bottom: 0px;
    position: relative;
}
.love_like_date_div_2_img1 {
    width: 21px;
}
.love_like_date_button{
    background: red;
}
.love_like_date_button {
    background: #da2900;
    color: white;
    border: 2px solid black;
    font-size: 15px;
    font-weight: 600;
}
.like_arrow-img{
    width: 37px;
    height: 100vh;
}
.love-like1 {
    width: 95%;
}
.love_like_date_div_2_img_div_2 img{
    height: 65px;
}
.important_p1{
    font-size: 27px;
    padding: 8px 20px;
}
.love_like_date_div_2_heading_span5 {
    background: white;
    padding: 5px 4px;
    font-size: 19px;
    margin-top: 15px;
}
.love_like_date_div_2_heading_p5 {
    background: #fa4113;
    width: fit-content;
    color: white;
    padding: 3px 13px;
    font-size: 16px;
    font-weight: 700;
    line-height: 31px;
    border: 3px solid black;
}
.love_like_date_div_2_heading_p6{
    background: #fa4113;
    width: fit-content;
    color: white;
    padding: 17px 32px;
    font-size: 30px;
    font-weight: 700;
    line-height: 31px;
    border: 3px solid black;
    margin: auto;
}
.btn-font-size{
    font-size: 22px;
}
.terms-text-div {
    background: #d6d6d6;
    text-align: center;
    padding: 13px;
    margin-top: 30px;
}
.terms-text-div-p {
    font-size: 19px;
    font-weight: 600;
    color: black;
}


/* ============== love like date ============== */


.registered_p_1 {
    border: 2px solid black;
    background-color: #fb3f19;
    color: white;
    line-height: 21px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: auto;
}

.registered_p_2 {
    background: #fa4115;
    text-align: center;
    font-weight: 600;
    padding: 5px 16px;
    border: 3px solid black;
    word-spacing: 10px;
    color: #000000;
    /* line-height: 0; */
    border-radius: 21px;
    font-size: 32px;
}
.registered_p_3 {
    background: #f8421a;
    width: fit-content;
    margin-top: 10px;
    margin: auto;
    margin-top: 10px;
    padding: 5px 3px;
    border: 2px solid black;
    font-size: 25px;
    font-weight: 600;
    color: #fff9f6;
}
.registered_p_4 {
    width: fit-content;
    margin: auto;
    background: #cce6b7;
    margin-top: 10px;
    color: #1663e5;
    font-size: 21px;
    font-weight: 800;
    padding: 6px 6px;
    border: 1px solid black;
    letter-spacing: 3px;
}
.arrows_p {
    width: 49%;
    height: 496px;
}
.registered_p_5 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
}
.registered_div_btn {
    background: #d257fd;
    color: white;
    border: 0;
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding: 3px 12px;
    width: 84%;
    border: 2px solid black;
}
.poke-img {
    width: 38px;
    margin-right: 11px;
}
.registered_div_btn1 {
    background: #fc4013;
    color: white;
    margin-top: 10px;
    font-size: 26px;
    font-weight: 700;
    padding: 2px 10px 5px 10px;
    line-height: 36px;
    width: 84%;
    border: 2px solid black;
}
.registered_div_footer_P {
    background: #d158fd;
    width: 90%;
    margin: auto;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: white;
    padding: 10px;
}
.registered_div_flex{
    width: 90%;
    margin: auto;
}
.registered-next-prev {
    background: #1161fe;
    margin-top: 20px;
    font-size: 36px;
    color: white;
    padding: 10px 10px;
    border-radius: 100px;
    border: 2px solid black;
    border-style: dashed;
    width: 46%;
    text-align: center;
    text-transform: uppercase;
}

.btn-rege1:hover {
    color: white;
}

.btn-rege1::placeholder {
    color: white !important;
}
.channer-7-text-div {
    text-transform: uppercase;
}
.contact_div_22 {
    width: 68%;
}
/*=============== /main css ===============*/

