*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
}
.nav{
    display: flex;
    padding: 3px 7%;
    justify-content: space-between;
    box-shadow: 0 3px 30px 3px rgba(0, 0, 0, 0.06);
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 16px;
}
.ankar-1{
    text-decoration: none;
    color: black;
    
}
.btns-div-1{
    display: flex;
    align-items: center;
    gap: 15px;
}
.btn-small-1{
    padding: 15px;
    border-radius: 15px;
    background-color: rgb(1, 1, 54);
    color: #fff;
    text-decoration: none;
}
.img-1{
    width: 210px;
}
.center-div{
    padding: 15px 7%;
}
.h2-1{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}
.para-1{
    text-align: center;
    width: 80%;
    font-size: 18px;
    margin: auto;
    padding-top: 5px;
    line-height: 1.5;
}
.humanize-div-big{
    border-radius: 15px;
    border: solid 1px #a13300;
    margin-top: 30px;
}
.bar-div-top{
    background-color: #173B45;
    width: 100%;
    padding: 30px;
    border-radius:15px 15px 0px 0px ;
}
.two-humanize-2{
    display: flex;
}
.humanize-small-1{
    width: 100%;
    
    height: 350px;
}
.humanize-small-2{
    width: 100%;
   
    background-color: #fff;
    height: 350px;
}
.bot-icon-1{
    width: 100%;
    border-radius: 0px 0px 0px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    
}
.bot-icon-2{
    width: 100%;
    border-radius: 0px 0px 15px 0px;
    display: flex;
    justify-content: space-between;
    /* border-left: 3px solid gray; */
    align-items: center;
    padding: 15px;
    
}
.ankar-2{
    padding: 6px 15px ;
    border-radius: 6px;
    font-size: 18px;
    background-color: #a13300;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(90deg, #ff76a1, #c488fd);
    border: none;
    height: 45px;
}
.img-2{
    width: 22px;
    margin-left: 5px;
}
.img-3{
    width: 28px;
    margin-left: 5px;
}
.img-4{
    width: 22px;
    margin-left: 5px;
}
.logo-div-bar-1{
    width: 100%;
    padding: 0px 4% 30px 4%;
    gap: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-icon-small-1{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.img-5{
    width: 40px;
}
.discrip-ques-div{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 50px 0px ;
    flex-wrap: wrap;
}
.ques-1{
    width: 250px;
    border-top: solid 20px #a13300;
    border-radius: 15px ;
    padding: 20px;
    position: relative;
    box-shadow: 0 3px 30px 3px rgba(0, 0, 0, 0.06);
    padding-bottom: 50px;
    background-color: #fff;
    rotate: 5deg;
    z-index: 0;
}
.ques-2{
    width: 250px;
    border-top: solid 20px #009cf7;
    border-radius: 15px ;
    padding: 20px;
    position: relative;
    box-shadow: 0 3px 30px 3px rgba(0, 0, 0, 0.06);
    padding-bottom: 50px;
    background-color: #fff;
    rotate: -5deg;
    z-index: 0;
}
.ques-3{
    width: 250px;
    border-top: solid 20px #8100a1;
    border-radius: 15px ;
    position: relative;
    padding: 20px;
    box-shadow: 0 3px 30px 3px rgba(0, 0, 0, 0.06);
    padding-bottom: 50px;
    background-color: #fff;
    rotate: 5deg;
    z-index: 0;
}
.ques-4{
    width: 250px;
    border-top: solid 20px #a19100;
    border-radius: 15px ;
    padding: 20px;
    position: relative;
    box-shadow: 0 3px 30px 3px rgba(0, 0, 0, 0.06);
    padding-bottom: 50px;
    background-color: #fff;
    rotate: -5deg;
    z-index: 0;
}
 .ques-1:hover,
 .ques-2:hover,
 .ques-3:hover,
 .ques-4:hover{
    rotate: 0deg;
    z-index: 1;
    transition: 0.7s;
}
.h3-1{
    font-size: 22px;
}
.para-4{
    margin-top: 10px;
}
.div-part-5{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    padding: 30px;
    background-color: #ffcd82;

}
.h3-1{
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
}
.h2-3{
    font-size: 32px;
    text-align: center;
}
.img-div-round{
    border-radius: 50%;
    border: 5px gray solid;
    width: 150px;
    display: flex;
    align-items: center;

    justify-content: center;
    height: 150px;
}
.img-6{
    width: 150px;
    border-radius: 50%;
    border: 6px #000000 solid;
}
.para-5{
    font-size: 18px;
    width: 80%;
    line-height: 1.5;
}
.rounded-lg{
    width: 100%;
    background-color: #faffd1;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 30px 50px;
}
.div-part-6{
    margin: 47px 0px;
}
.six-divs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 30px 0px;
    align-items: center;
}
.child-2 {
    width: 320px;
    padding: 18px;
}
.logo-text-1 {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}
.para-1-3 {
    text-align: start;
    font-size: 18px;
}
.img-1-3 {
    width: 45px;
}
.para-6{
    text-align: center;
    font-size: 18px;
    margin: 30px 0px;
}
.div-four-fqs{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    /*padding: 30px;*/
    align-items: center;
    justify-content: center;
    
}
.first-fqs{
    width: 47%;
    background-color: #F2EEFF;
    border-radius: 15px;
    padding: 10px;
}
.head-icon-1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px ;

}
.img-7{
    width: 35px;
}
.para-7{
    font-size: 18px;
    padding: 15px;
}
.footer {
    padding: 30px 7%;
    margin-top: 80px;
    background-color: #000;
    color: #fff;
}
.icons-img-div {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #d5d5dd;
    padding-bottom: 20px;
}
.icons-div-4 {
    font-size: 22px;
}
.footer-ul{
    list-style-type: none;
    display: flex;
    font-size: 24px;
    margin: 25px 0px;
    gap: 27px;
    justify-content: center;
}
.para-13{
    text-align: center;
}
.two-div-custom{
    display: flex;
    flex-direction: column;
    width: 50%;
}




/* svg bars */

.svg-1{
    width: 30px;
    fill: #000;
    display: none;
}
.div-menu{
    display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  padding: 12px 16px;
  z-index: 1;

}
.div-bar-menu{
    position: relative;
}

        .ul-2 li{
            padding:12px 20px;
        }
        .ul-11{
            list-style-type: none;
        }
        .ul-2 li a{
            text-decoration: none;
        }
        .ul-2{
            display: none;
            position: absolute;

            border-radius: 5px;
            padding: 20px 0px;
            margin-top: 15px;
            width: 140px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            list-style-type: none;
            font-size: 16px;
            color: #000;
            z-index: 1;
            margin-left: -60px;
        }
        .ul-1:hover .ul-2{
            display: block;
        }



/* later css */

*, :before, :after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

.relative {
    position: relative;
}
.section__header {
    margin: 30px auto 30px auto;
    max-width: 900px;
    text-align: center;
}
h2 {
    font-size: 34px !important;
    font-weight: 600 !important;
    margin-bottom: 16px !important;
        margin-top: 50px!important;

}
p {
    font-size: 18px !important;
    color: #000 !important;
}
.opacity-40 {
    opacity: .4;
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid {
    display: grid;
}
.top-6 {
    top: 1.5rem;
}
.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.absolute {
    position: absolute;
}
.blur-\[40px\] {
    --tw-blur: blur(40px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.to-purple-400 {
    --tw-gradient-to: #c084fc var(--tw-gradient-to-position);
}
.bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.h-8 {
    height: 2rem;
}
.to-purple-400 {
    --tw-gradient-to: #c084fc var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
}
.from-primary {
    --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.-space-x-52>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
}
.to-sky-300 {
    --tw-gradient-to: #7dd3fc var(--tw-gradient-to-position);
}
.from-cyan-400 {
    --tw-gradient-from: #22d3ee var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.h-8 {
    height: 2rem;
}
.to-sky-300 {
    --tw-gradient-to: #58426c var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
}


/* CSS */
.section_1{
    margin: 25px 55px 0px 55px;
}
.ul_a{
    display: flex;
    list-style: none;
    margin-top: 2rem !important;
    gap: 2.5rem;
}
.li_a{
    padding-left: 1.25rem;
    padding-bottom: 1.25rem;
    border-left: 3px solid #eee;
    line-height: 1.5;

}
.li_a_h3{
    font-size: 20px !important;
    font-weight: 600 !important;
}




.blog-section {
    text-align: center;
}

.blog-section h2 {
    font-size: 2rem;
    margin-bottom: 30px;
}

.blog-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.blog-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 30px;
    width: 31%;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    text-align: left;
}

.blog-card img {
    width: 100%;
    border-radius: 30px;
    margin-bottom: 15px;
}

.blog-card h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #333;
    padding: 24px;
}

.blog-card .date {
    font-size: 0.9rem;
    color: #888;
    padding: 0px 24px 24px 24px;
}


/* Later CSS */



















/* mediia quary */




@media (max-width: 990px) and (min-width: 768px){
    .btns-div-1 {
    display:none;
}
.svg-1{
    display: initial;
}
.h2-1{
    font-size: 40px;
}
.div-four-fqs{
    gap: 10px;
}
.footer-ul{
    flex-wrap: wrap;
}
.h2-3{
    font-size: 32px;
}
}





@media (max-width: 767px) and (min-width: 0px){
    .btns-div-1 {
    display:none;
}
.h2-3{
    font-size: 26px;
}
.h2-1{
    font-size: 32px;
}
.svg-1,
.div-bar-menu{
    display: initial;
}
.icons-img-div {
    flex-direction: column;
    gap: 30px;
}
.div-four-fqs{
    gap: 10px;
}
.footer-ul{
    flex-direction: column;
    align-items: center;
}
.two-humanize-2 {
    flex-direction: column;
}
.two-div-custom {
    width: 100%;
}
.bot-icon-2{
    border: none;
}
.logo-div-bar-1{
    flex-wrap: wrap;
}
.rounded-lg{
    padding: 20px 0px;
    flex-direction: column;
}
.h3-1{
    font-size: 21px;
}
.first-fqs{
    width: 100%;
}
.ankar-2{
    font-size: 16px;
}
.icons-img-div{
    flex-direction: column;
    gap: 30px;
}

    .img-1{
        width: 170px;
    }
    
    .humanize-small-2,
    .bot-icon-2{
        /*display: none;*/
    }
    
}






@media (max-width: 426px) and (min-width: 0px){

    .humanize-small-2,
    .bot-icon-2{
        /*display: none;*/
    }
    .ques-1,
    .ques-2,
    .ques-3,
    .ques-4,
    .child-2{
        width: 100%;
    }
    .div-four-fqs{
        padding: 0px;
    }
    .h3-2{
        font-size: 18px;
    }
    .para-7,
    .para-1,
    .para-1-3{
        font-size: 16px;
    }
    .h2-1{
        font-size: 28px;
    }
    .ul_a {
    flex-direction: column;
  }
  
  .li_a {
    border-left: none;
   
}

#text{
    border-top-right-radius: 13px;
}
.two-div-custom{
    border-left:none!important;
}
.center-div {
    padding: 15px 2%;
}
.img-2 {
    width: 18px;
    margin-left: 5px;
}
.para-3{
    font-size: 16px !important;
    color: #000 !important;
}
.logo-text-1 {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
    flex-direction: column;
    justify-content: center;
}
.para-1-3 {
    text-align: center;
}
.para-5 {
    text-align: justify;
}
.blog-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 30px;
    width: 100%;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    text-align: left;
}
.asd{
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important;
}

}


/**/
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


