:root {
    --main_1_color: #00343c;
    --main_2_color:#ff7676;
    --main_2_color_l:#ff767617;
    --main_color: #02e6de;
    --main_color_l: #05e0e014;
    --slowcolor:#f1f1f1;
    --border_color_slow:#ccc;

  }
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
button:disabled{
    opacity: 0.7;
    cursor: not-allowed;
}
a{
    list-style: none;
    text-decoration: none;
    color: currentColor;
}
.text_str{
    text-align: start !important;

}
.dis_non{
    display: none;
}
.generate_card:hover .dis_blk_hover{
  display: block;
  transition: 0.5s;

}
.dotted_over{
    display: inline-block;
    width: 300px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    padding: 5px 20px;

}
.nobg{
    background: none !important;
    border: none !important;
    backdrop-filter: none !important;

}
.bgwith_drop{
    backdrop-filter: blur(4px);
    border: 2px solid #fff;
    background-color: #ffffff18;
    backface-visibility: visible;
    padding: 20px;
}
.larg_heading{
    font-size: 24px;
    font-weight: 600;
}
.smal_heading{
    font-size: 19px;
    font-weight: bold;
}
.border_radious1{
    border-radius: 1px;
}
.border_radious2{
    border-radius: 2px;
}
.border_radious3{
    border-radius: 3px;
}
.border_radious4{
    border-radius: 4px;
}
.border_radious5{
    border-radius: 5px;
}
.border_radious6{
    border-radius: 6px;
}
.dispf{
    display: flex;
}
.alin_c{
    align-items: center;
}
.justfy_c{
  justify-content: center;
}
.justify_spb{
    justify-content: space-between;
}
.justfy_st{
    justify-content: flex-start;
}
.p14{
    font-size: 14px;
    font-weight: 300;
}
.p16{
    font-size: 16px;
}
.p16b{
    font-size: 16px;
    font-weight: bold;
}
.margin_b6{
    margin-bottom: 6px;
}
.margin_b20{
    margin-bottom: 20px;
}
.martb30{
    margin: 30px 0px;
}
.martb15{
    margin: 15px 0px;
}
.martb10{
    margin: 10px 0px;
}
.border_b1{
    border-bottom: 1px solid var(--slowcolor);
}
.pad_b10{
    padding-bottom: 10px;
}
.pad_rl_15{
    padding:0px 15px;
}
.pad_rlb_15{
    padding:0px 15px 15px 15px;
}
.no_border_r{
    border-top: 1px solid var(--main_color) !important;
    border-left: 1px solid var(--main_color) !important;
    border-bottom: 1px solid var(--main_color) !important;
    border-right: none !important;
}
.no_border{
    border: none !important;
}
.btn a,.btn button {
    width: fit-content;
    background: var(--main_color);
    padding: 10px 25px;
    border: 1px solid var(--slowcolor);
    outline: none;
    border-radius: 25px;
}

.btn a:hover , .btn button:hover{
    width: fit-content;
    background: var(--main_1_color);
    color: var(--slowcolor);
    transition: 0.2s;
}

.btn2 button{
    width: fit-content;
    background: #fff;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 25px;
    border: 1px solid var(--main_2_color);
    outline: none;
    border-radius: 6px;
    color: var(--main_2_color);
    white-space: nowrap;
}
.btn2 button:hover{
    width: fit-content;
    background: var(--main_1_color);
    color: var(--slowcolor);
    transition: 0.2s;
}
.flex_d_c{
    flex-direction: column;
}

.main_content{
    padding:  0 10px;
}
.color_main1{
    color: var(--main_1_color);
}
.font_16{
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
}

/* langugae switcher */

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

.switch {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.current {
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-size: 1rem;
    text-align: center;
    display: flex;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.2s ease-out;
    border-radius: 3px;
}

.current span {
    display: inline-block;
}

.current .arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.current:hover {
    color: #ff7676;
}

.options {
    position: absolute;
    right: 0;
    top: 0.6em;
    z-index: 0;
    opacity: 0;
    transition: all 0.36s ease-out;
    display: none;
    overflow: hidden;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.switch.show-options .options {
    display: block;
    z-index: 5;
}

.switch.anim-options .options {
    opacity: 1;
}

.switch.show-shadow .options {
    box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.4);
}

.options-list {
    color: #313436;
    margin: 0;
    padding: 0.4rem 0.8em;
    position: relative;
    z-index: 5;
}

.options-list li {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 0.75em;
    border-bottom: 1px solid #E1E4E6;
    transform: translateX(10px);
    transition: all 0.24s ease-out;
    transition-delay: 0.1s;
    opacity: 0;
    font-size: 1rem;
    line-height: 1.3;
    white-space: nowrap;
}

.options-list li:last-child {
    border-bottom: none;
}

.options-list li:nth-child(1) {
    transition-delay: 0.1s;
}

.options-list li:nth-child(2) {
    transition-delay: 0.15s;
}

.options-list li:nth-child(3) {
    transition-delay: 0.2s;
}

.options-list li:nth-child(4) {
    transition-delay: 0.25s;
}

.options-list li:nth-child(5) {
    transition-delay: 0.3s;
}

.options-list li.selected {
    color: #3498DB;
}

.switch.anim-options .options-list li {
    transform: translateX(0);
    opacity: 1;
}

#trans-circle {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -80px;
    right: -80px;
    padding: 0;
    margin: 0;
    border: none;
    z-index: 1;
    transition: all 0.4s ease-out;
    transform: scale(0.5);
    overflow: hidden;
}

#trans-circle svg {
    max-width: 100%;
    max-height: 100%;
}

.switch.anim-options #trans-circle {
    transform: scale(9);
}
