/* font family */

/* open sence */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");

/* Roboto */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap");

/* icons  */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Roboto", sans-serif;
}

p,
li,
span {
    font-family: "Open Sans", sans-serif;
}

button {
    font-family: "Roboto", sans-serif !important;
    font-size: 18px;
}

.meetBtn {
    border-radius: 35px !important;
    padding: 14px 50px !important;
    font-weight: 500;

    text-transform: uppercase;
    margin: 8px 5px;
}

a {
    text-decoration: none;
    font-family: "Roboto", sans-serif !important;
}

/* header */

.headersec {
    background: rgb(255, 255, 255) !important;
    box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.headersec img {
    width: 200px;
}

.headerlinkContainer {
   text-align: right;
   display: flex; 
   justify-content: flex-end
}

.navlinks {
 
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    
}

.navlinks a {
    color: black;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.dropdownlinks
{
    color: black;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;  
    outline: none;
}
.dropdown li a
{
    color: rgb(94, 94, 94);
    font-weight: 400;  
}

.signinbtn {
    color: rgb(51, 103, 213);
    padding: 7px 25px;
    border-radius: 30px;
    font-family: "Roboto", sans-serif;
}
.headersec  i 
{
    font-size: 25px;
    color: rgb(15, 168, 15);
}


/* slider secion */

.siiderSec {
    height: 100vh;
}

.siiderSec img {
    width: 100% !important;
    height: 100vh !important;
}

.sliderContent {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sliderContent h1 {
    color: white;
    font-size: 55px;
    margin-top: 30%;
}

.sliderContent p {
    font-size: 18px;
    color: rgb(255, 255, 255);
}

.sliderContent button {
    border-radius: 35px !important;
    padding: 14px 50px !important;
    font-weight: 500;
    background: #0096f0;
    text-transform: uppercase;
    margin: 8px 5px;
    color: white;
    display: inline;
}

/* BYMOND MEET VIRTUAL ROOMS */
.feachersdata {
    padding: 4vw;
}

.imgSecMeet,
.textSecMeet {
    width: 100%;
}

.textSecMeet {
    width: 100%;
}

.textSecMeet span {
    color: grey;
    font-weight: 600;
}

.textSecMeet h1 {
    font-size: 40px;
    font-weight: 600;
}

.textSecMeet ul {
    list-style: none;
    text-align: left;
    display: block;
    text-align: left !important;
    margin-left: -6%;
}

.textSecMeet ul li {
    margin: 10px 0px !important;
    font-size: 20px;
}

.textSecMeet i {
    color: rgb(51, 103, 213);
    margin-right: 10px;
    font-size: 22px;
}

.imgSecMeet {
    width: 100%;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.imgSecMeet img {
    width: 100%;
    border-radius: 10px;
}

.feachersdata a {
   
    border-radius: 30px !important;
    padding: 14px 50px !important;
    font-weight: 500;
    background: #0096f0;
    text-transform: uppercase;
    margin: 8px 5px;
    color: white;
    display: inline;
}

.feachersdata a:hover {
    color: white;
}

/* Why Bymond Meet ? */

.whyBymondMeet {
    text-align: center;
    margin: 4vw;
}

.whyBymondMeet img 
{
    width: 60%;
}

.whyBymondMeet h1,
.textCOntainercon h1 {
    font-weight: 600;
}

.whyHeadrsec p,
.textCOntainercon p {
    font-size: 20px;
    max-width: 80%;
    margin: auto;
    color: grey;
}

.whyBymondMeet i,
.whyContent i {
    font-size: 60px;
    color: rgb(51, 103, 213);
}

.whyContent  img 
{
    width: 45%;
}
.whyBymondMeet h2 {
    color: rgb(119, 119, 119);
    font-size: 22px;
    font-weight: 600;
}

.whyuse {
    width: 100%;
}

.whyuse p {
    font-size: 18px;
    color: grey;
    text-align: left;
}

.content-text {
    padding: 20px;
    font-family: "Roboto", sans-serif !important;
    line-height: 25px;
}

/* Bymond Meet Edge of Controls  */

.EdgeControls {
    text-align: center;
    padding: 5vw;
    width: 100%;
}

.title {
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
}

.content {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
    height: 230px;
    border-radius: 8px;
    box-shadow: 0px 0px 16px 0px rgba(236, 236, 236, 0.774);
    -webkit-box-shadow: 0px 0px 16px 0px rgba(236, 236, 236, 0.774);
    -moz-box-shadow: 0px 0px 16px 0px rgba(236, 236, 236, 0.774);
}

.content h2 {
    font-size: 20px;
    color: rgb(119, 119, 119);
}

.content .content-overlay {
    background: rgb(51, 103, 213);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;

    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 20px;
}

.fadeIn-bottom {
    top: 100%;
}

.whyContent {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

/* Bymond Meet Magic Room Features */
.roomFeachers {
    padding: 5vw;
}

.roomFeachers img
{
width: 40% !important; 

}

.headerSec {
    text-align: center;
}

.headerSec h1 {
    font-weight: 600;
}

.headerSec p {
    color: gray;
    font-size: 18px;
    max-width: 70%;
    margin: auto;
}

.why {
    text-align: center;
}

.why h2 {
    font-size: 18px;
}

.why img {
    width: 70%;
}

/* Enabling Users to Take care of Privacy */

.takeCarepriacy {
    width: 100%;
    background-image: url("../images/home/images/fechers/bymond-privacy.webp");
    background-repeat: no-repeat;
    background-size: cover;
}

.layerprivac {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.541);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5vw;
}

.questionHeader {
    text-align: center;
}

.questionHeader h1 {
    color: rgb(51, 103, 213);
    font-weight: 600;
}

.questionHeader p,
.questionata p {
    color: rgb(223, 217, 217);
    max-width: 95%;
    font-size: 18px;
}

.questionHeader p {
    text-align: center;
    margin: auto;
    max-width: 75%;
}

.questionata h2 {
    color: white;
}

/* Different Layers of Security Controls */
.sequrityControllayer {
    padding: 5vw;
}

.textCenterSec {
    text-align: center;
}

.textCenterSec p {
    max-width: 90%;
    margin: auto;
    color: grey;
    font-size: 18px;
}

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

.textSecSec {
    padding: 20px;
}

.textCenterSec h1 {
    color: rgb(51, 103, 213);
    font-weight: 600;
    font-size: 40px;
}

.textSecSec p {
    color: grey;
    max-width: 95%;
    font-size: 18px;
}

.textSecSec ul {
    list-style: none;
    margin-left: -5%;
}

.textSecSec h3 {
    font-size: 26px;
    font-weight: 500;
}

.textSecSec i {
    color: rgb(51, 103, 213);
    font-size: 25px;
    margin-right: 10px;
}

.secAnnoune {
    color: rgb(27, 27, 27);
    max-width: 95%;
    font-size: 18px;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500;
}

.secAnnoune i {
    font-size: 18px;
}

/* Can you Use Bymond Meet? */
.useBymondMeet {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image:url("../images/home/images/Bmeet-for-All.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}
.layerformeetforall
{
    
    width: 100%;
    padding:8vw 5vw;
   background: rgba(0, 0, 255, 0.253);
}

.usebymondMeetContent {}

.usebymondMeetContent h2 {
    font-weight: 600;
    font-size: 40px;
    color: white;
}

.usebymondMeetContent p {
    color: white;
    font-size: 18px;
    max-width: 90%;
    margin: 20px auto;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.usebymondMeetContent ul {
    margin: 20px auto;
    list-style: none;
    font-family: "Roboto", sans-serif;
    color: white;
}

.usebymondMeetContent ul li {
    margin: 20px 0px;
    font-size: 20px;
    font-weight: 600;
    color: rgb(253, 253, 253);
}

.jinbbbbtns {
    padding-top: 30px;
}

.jinbbbbtns button {
    border-radius: 35px !important;
    padding: 14px 50px !important;
    font-weight: 500;
    text-transform: uppercase;
    margin: 8px 5px;
    border: 2px white solid;
    color: white;
}

.jinbbbbtns button:hover {
    color: rgb(51, 103, 213);
    background: white;
}

/* Use Cases & Case Study  */
.useCaseStuday {
    padding: 5vw;
}

.textSecCasestuday {
    text-align: center;
}

.textSecCasestuday h1 {
    font-weight: 600;
    font-size: 40px;
}

.textSecCasestuday p {
    font-size: 18px;
    max-width: 90%;
    margin: 20px auto;
    font-weight: 500;
    color: grey;
}

.userCaesCard {
    width: 100%;
    margin: 25px 15px;
}

.card-title {
    font-family: "Roboto", sans-serif;
}

.card-text {
    color: grey;
}
.card-body 
{
    position: relative;
    padding: 20px 20px 70px 20px;
}

.card-body a {
    padding: 8px 30px;
    border-radius: 20px;
    font-weight: 500;
    position: absolute;
    bottom: 20px;
}

/* show more section */

.showmoretext {
    padding: 1vw 4vw;
    text-align: center;
}

.showmoretext button {
    color: #3367d5;
    font-weight: 600;
    display: flex;
    text-align: center;
    align-items: center;
    margin: auto;
}

.showmoretext button:hover {
    color: #3367d5;
}

.showmoretext i {
    font-size: 23px;
    margin-left: 3px;
}

/* footer card   */

.footerCard {
    padding:5vw ;
}

.footercardholder {
    background: rgb(244, 247, 252);
    border-radius: 20px;
    padding: 10px 30px 0px 30px;
}

.footerCardtextSec {
    align-self: center;
}

.footerCardtextSec a {
    padding: 10px 30px;
    border-radius: 30px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    background: rgb(51, 103, 213);
    color: white;
}

.footerCardtextSec h2 {
    font-weight: 600;
    font-size: 40px;
    color: rgb(51, 103, 213);
}

.footerCardimg {
    align-self: center;
    text-align: right;
}

.footerCardimg img {
    width: 55%;
}

/* footer */

.footer {
    padding: 2vw 4vw 1vw 4vw;
    /* background-image: linear-gradient(to right top, #3367d5, #097fe5, #0096f0, #00adf9, #35c2ff); */
    background: rgb(2, 2, 37);
}

.aboutSec,
.cotactformSec {
    width: 100%;
}

.footercontent h2 {
    color: white;
    font-size: 30px;
    font-weight: 600;
}

.footercontent p {
    color: rgb(150, 150, 150);
    font-size: 18px;
}

.form-label {
    color: white;
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.cotactformSec button {
    background: #35c2ff;
    color: rgb(255, 255, 255);
    font-weight: 500;
    padding: 10px 35px;
    border-radius: 30px;
}

.aboutSec a {
    color: rgb(207, 207, 207);
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    display: block;
}

.footercontent hr {
    color: white;
}

.flogosec,
.flinksSec,
.fsocial {
    width: 100%;
    align-self: center;
}

.flogosec img {
    width: 50%;
}

.flinksSec {
    text-align: center;
}
.flinksSec a {
    display:block;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
     padding:8px  !important;
    font-size: 16px;
    width: fit-content;
    margin: auto;
    
}
.linkSec
{
    text-align: center;

    width: 100%;
}

.fsocial {
    text-align: right;
}

.fsocial i {
    color: white;
    font-size: 25px;
    margin: 0px 8px;
}

.fsocial a {
    color: white;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
}

.fsocial p {
    color: rgb(150, 150, 150);
    font-size: 17px;
    font-weight: 500;
    margin: 5px 0px;
}

.cotactformSec input,
.cotactformSec textarea {
    background: #cfdbf8 !important;
}