:root{
    --colorMain: #00C8C8;
    --mainHead: #005A82;
}

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
}

.container{
    max-width: 1200px;
}

.bg-main{
    background-color: var(--colorMain);
}

.bg-sec{
    background-color: var(--mainHead);
}

.my-bg{
    background-image: url('../img/main2.png');
    background-size: cover;
    height: 720px;
}

.my-bg-2{
    background-image: url('../img/opport1.png');
    background-size: cover;
    height: 384px;
}

.my-bg-3{
    background-image: url('../img/demo1.png');
    background-size: cover;
    height: 384px;
}


.txt-color{
    color: var(--mainHead);
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.nav-link:hover{
    color: #FFFFFF;
    border: 1px solid #000000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    
}

.text-size-1{
    max-width: 570px;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 80px;
    letter-spacing: 0.1em;
}

.text-size-2{
    max-width: 570px;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
}

.text-size-3{
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 80px;
    letter-spacing: 0.1em;
}

.btn-main{
    margin-top: 64px;
    padding: 16px 24px;
    border-radius: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.1em;
}

.join{
    margin-top: 112px;
}

.sec-head{
    color: var(--mainHead);
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    letter-spacing: 0.04em;
}

.paragraph{
    margin-top: 48px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 48px;
}


.paragraph > a{
    text-decoration: none;
    color: var(--colorMain);
}

.paragraph > a:hover{
    color: var(--mainHead);
}

.sec-head-2{
    color: var(--mainHead);
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    letter-spacing: 0.04em;
    text-transform: lowercase;
}

.paragraph-2{
    margin-top: 48px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 48px;
}

.paragraph-2 > a{
    text-decoration: none;
    margin-left: 10px;
}

.sec-head-3{
    color: var(--mainHead);
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    letter-spacing: 0.04em;
}

.join-sec{
    margin-top: 110px;
}

.text-figure{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 20px;
    line-height: 32px;
    color: var(--mainHead);
}

.hexagen{
    position: absolute;
    left: 25px;
    bottom: 150px;
}

.btn-group{
    display: block;
    padding: 16px 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 48px;  
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
}
.btn-group:hover{
    background-color: var(--colorMain);
    color: #FFFFFF;
}

.logo-2{
    border: 0;
}

.fleep{
    position: relative;
    height: 224px;
}

.card-main{
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    transform-style: preserve-3d;
    transition: all 0.7s ease;
}
.card-main:hover{
    transform: rotateY(180deg);
}

.front{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 48px;
    text-transform: uppercase;
    backface-visibility: hidden;
    background: #F9F9F9;
    border-radius: 2px;
    color: #333;
}

.back{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 24px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 20px;
    line-height: 32px;
    color: var(--mainHead);
    backface-visibility: hidden;
    background: #FFFFFF;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.12);
    transform: rotateY(180deg);
}

.btn-sec{
    padding: 16px 24px;
    border-radius: 4px;
    border: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.1em;
    color:#FFFFFF; 
}

.btn-sec:hover{
    background-color: #FFFFFF;
    border: 1px solid black;
    color: #000000;
}

.my-carousel{
    /* min-height: 784px; */
    background-color: #FFFFFF;
}

.carousel .carousel-indicators button {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #E5E5E5;
    margin: 0 24px;
 }

 .carousel .carousel-indicators button:hover {
    background-color: var(--colorMain)
 }


.btn-third{
    padding: 16px 24px;
    border-radius: 4px;
    border: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.1em;
    color:#FFFFFF; 
}

.btn-third:hover{
    background: none;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.text-footer{
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 55px;
}

.text-footer > span{
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
}

.rights-footer{
    margin-top: 48px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.2em;
    color:#FFFFFF;
}
.rights-footer > a{
    text-decoration: underline;
    color:#FFFFFF;
}

.my-video{
    width: 100%;
    height: auto;
}

.card-title{
    padding: 16px 0 24px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
}

.card-subtitle{
    padding-bottom: 96px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 48px;
}

.card-text{
    padding-bottom: 40px;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    letter-spacing: 0.04em;
    color: var(--mainHead);
}

.card-body{
    background: #F9F9F9;
    border-radius: 2px;
    border: 0;
}
.card-body:hover {
    background: var(--colorMain);
    color: #FFFFFF;
}

.card-text span{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
}

.btn-card{
    width: 100%;
    padding: 16px 24px;
    border-radius: 4px;
    border: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.1em;
    color:#FFFFFF; 
}

.btn-card:hover{
    background: #FFFFFF;
    color: var(--mainHead);
    border: 1px solid var(--mainHead);
}

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

     .text-size-3{
            font-size: 36px;
            line-height: 150%;
        }
}

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

     .text-size-1{
            font-size: 48px;
        }

      .sec-head-2{
            font-size: 36px;
            padding-left:25px ;
        }
        .sec-head{
            font-size: 36px; 
        }

        .sec-head-3{
            padding-left:25px ;
        }

        .rights-footer{
            font-size: 14px;
        }
}