@font-face {font-family:'Poppins';src:url('/src/Poppins.ttf');}
:root{
    /* --bodyClr : #f4f6f8; */
    --bodyClr : #f0f7ff;
    --bgClr :#fff;
    --whiteOp1:#ffffff2a;
    --whiteOp2:#ffffff46;
    --whiteOp3:#ffffff1a;
    --blackOp1 : #1111117c;
    --blackOp2 : #11111159;
    --blackOp3 : #11111131;
    --blackOp4 : #11111121;
    --blackOp5 : #1111111A;
    --blackOp6 : #11111115;
    --blackOp7 : #111111c0;
    --blackOp8 : #1111110a;
    --darkBlueClr : #4c5c84;
    --darkBlueOp1 : #4c5c8456;
    --darkBlueOp2 : #4c5c8427;
    --blueClr1 : #37a0f4;
    --blueClr2 : #2587d8;
    --blueClr3 : #2196f3;
    --blueOp1 : #379ff488;
    --blueOp2 : #379ff43a;
    --blueOp3 : #379ff411;
    --clr1:#111;
    --clr3:#333;
    --clr5:#555;
    --clr7:#777;
    --clrC:#ccc;
    --greenClr : #45b453;
    --greenClr2:#009688;
    --pinkClr :#e91e63;
    --purpleClr:#9545D2;
    --darkBlueClr2:#31576e;
    --darkBlueClr3:#334155;
    --darkBlueClr4:#2e3b4c;
    --darkBlueClr5:#6a7183;
    --redClr:rgb(231, 122, 103);
}
body,html{
    width: 100%;
    max-width: 100vw;
    font-size: 16px;
    scroll-behavior: smooth;
    background-color: var(--bodyClr);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}
a{
    text-decoration: none;
    color: unset;
}
p,h1,h2,h3{
    cursor: default;
}
li{
    list-style-type: none;
}
button{
    outline: none;
    border: none;
    background-color: transparent;
    cursor: pointer;

}
.btn{
    background-repeat: no-repeat;
    background-position: center;
    width: 35px;
    height: 35px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px transparent;
}
.container{
    width: 96%;
    margin: 0 auto;
    max-width: 1450px;
}
.flex{
    display: -webkit-flex;
    display: flex;
}
.flexCol{
    flex-direction: column;
}
.flexCenter{
    justify-content: center;
    align-items: center;
}
.alignStart{
    align-items: flex-start;
}
.justifyBetween{
    justify-content: space-between;
    align-items: center;
}
.alignCenter{
    align-items: center;
}
.grid{
    display: -ms-grid;
    display: -moz-grid;
    display: grid;
}
.grid2{
    grid-template-columns: 1fr 1fr;
}
.gap5{
    gap: 5px;
}
.gap10{
    gap: 10px;
}
.gap20{
    gap: 20px;
}
/* fontStyle */
.rtl{
    direction: rtl;
}
.ltr{
    direction: ltr;
}
.hideText{
    color: transparent;
    font-size: 0;
}
.enFont{
    font-family:"Poppins", Arial, Helvetica, sans-serif;
    font-weight: 400;
}
.textSize1{
    font-size: 2.2em;
}
.textSize2{
    font-size: 1.6em;

}
.textSize3{
    font-size: 1em;
    line-height: 1.6em;

}
.textSize4{
    font-size: .92em;
    line-height: 1.6em;

}
.textSize5{
    font-size: .8em;
    line-height: 1.6em;

}
.textSize7{
    font-size: .75em;
    line-height: 1.6;

}
.textSize6{
    font-size: 1.2em;
}
.bold{
    font-weight: 600;
}
.mainTextClr{
    color: var(--darkBlueClr);
}
.textClr5{
    color: var(--clr5);
}
.textClr7{
    color: var(--clr7);
}
.textClrC{
    color: var(--clrC);
}
.whiteTextClr{
    color: var(--bgClr);
}
.justifyText{
    text-align: justify;
}
/* styles */
.hideScrollBar::-webkit-scrollbar {
    display: none;
}
.hideScrollBar {
    -ms-overflow-style: none;  
    scrollbar-width: none;  
}
.fitImage{
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.rel{
    position: relative;
}
.mar10{
    margin-top: 10px;
}
.mar15{
    margin-top: 15px;
}
.mar20{
    margin-top: 20px;
}
.mar40{
    margin-top: 40px;
}
.op7{
    opacity: .7;
}
.op9{
    opacity: .9;
}
.blueBtn{
    color: var(--bgClr);
    background-color: var(--blueClr1);
    transition: background-color .4s;
    height: 40px;
    cursor: pointer;
    border-radius: 7px;
}
.blueBtn:hover{
    background-color: var(--blueClr2);
}
.redBtn{
    color: var(--bgClr);
    background-color: rgb(212, 68, 43);
    transition: background-color .4s;
    height: 40px;
    cursor: pointer;
    border-radius: 7px;
}
.redBtn:hover{
    background-color: rgb(170, 63, 44);
}
.btn{
    background-color: var(--bgClr);
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    transition: background-color .4s;
}
.btn:hover{
    background-color: var(--blackOp5);
}