:root{
}
*{
    box-sizing:border-box;
}
@font-face{
    font-family: myfont-1;
    src: url(../fonts/PTSerif-Regular.ttf);
}
#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

         /* Button css */
        
         @keyframes shadow-pulse{ 
            0%{box-shadow:0 0 0 0px rgba(0, 0, 0);}
            80%{box-shadow:0 0 0 5px rgba(0, 0, 0, 0);}
        }
.btn-s{animation: shadow-pulse 1s infinite;}




    
body{
    margin: 0;
    padding: 0;
    font-family: myfont-1;
}
.navbar{
    width: 98%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 5%;
    height: 80px;
}
.two-btn{
    display: flex;
    gap: 20px;
}
.blog-1 ,
.contact-1{
    padding: 10px;
    color: #000;
    /* background-color: #000; */
    border-radius: 5px;
    font-size: 18px;
    text-decoration: underline;
    text-align: center;
}
.toggle_btn{
    cursor: pointer;
    display: none;
}
.two-btn2{
    display: none;
    width: 100%;
    padding: 10px 0;
}
.two-btn2 .blog-1 .contact-1{
    display: block; 
    height: 35px;
    text-align: center;
    line-height: 35px;
}
.img-1{
    width: 22%;
    height: auto;
    color: #000;
}
.para-1{
    font-size: 45px;
    margin-bottom: 0px;
    margin-top: 10px;
}
.para-2{
    font-size:18px ;
    width: 80%;
}
.four-divs{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    margin-top: 50px;
}
.four-divs-item-1{
    border-radius: 15px;
    border: solid 1px #000;
    background-color: #FBFBFB;
    padding: 30px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 62%), 0 4px 8px rgb(79 71 71 / 91%);
    margin-bottom: 30px;
    width: 40%;
}
.para-3{
    font-size: 26px;
    margin: 0;
    margin-bottom: 20px;
}
.item-1-1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
}
.clip-copy{
    background-color: #000;
    color: #fff;
    padding: 10px;
    border-radius: 7px;
    gap: 10px;
}
.para-4{
    display: flex;
    align-items:end;
    gap: 10px;
}
.para-5{
    font-size: 18px;
    margin: 0;
}
.search-1{
    padding: 5px 15px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.number-1{
    width: 100%;
    height: auto;
    border:solid 1px;
}
.btn-div-1{
    display: flex;
    margin-top: 20px;
    gap: 25px;
    justify-content: space-between;
    height: 39px;
}
.two-icon{
    display:flex;
    align-items: center;
    gap: 7px;
    font-size: 25px;
    color: gray;
}
.textarea-1{
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}
.para-6{
    font-size:35px;
    font-weight: 800;
}
.para-7{
    font-size: 18px;
    width: 87%;
    margin-bottom: 50px;
}
.why-use-invisible{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.use-invisible-1{
    width: 40%;
}
.sent-1{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
}
.circle-1{
    width: 40px;
    height: 40px;
    border: dashed 1px #000;
    background-color:#fff;
    color: #000;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .1);
}
.img-2{
    border:solid;
    width: 45%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .1);
}
table{
    border-collapse:collapse ;
}
tr{
    border: solid 1px #d5d5dd;
}
td{
    border: solid 1px #d5d5dd;
    padding: 5px 20px;
}
.table-div{
    height: 600px;
    width: 70%;
    overflow: auto;
    margin-bottom: 50px;
    padding: 10px;
    border: solid 0.5px #cccaca;
    border-radius: 10px;
}
.w-100{
    width: 100%;
}

.sent-2{
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
}

.circle-2{
    width: 45px;
    height: 45px;
    border: dashed 1px #000;
    color: #000;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .1);
    border-radius: 50%;
}
.four-divs-item-2{
    padding: 20px;
    border: dashed 1px #000;
    color: #000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .1);
    border-radius: 15px;
    width: 40%;
    margin-bottom: 10px;
}
.four-divs-1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.interface-divs{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.img-3{
    width: 40%;
}
.interface-item{
    width: 42%;
}
.interface-item-1{
    width: 45%;
}
.para-9{
    font-size: 26px;
}
.para-10{
    font-size: 18px;
}
.three-small-item-1{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    gap: 20px;
    align-items: start;
    margin-bottom: 30px;
}
.three-items-1{
    width: 31%;
}
.i3{
    font-size: 45px;
}
.para-11{
    margin: 0;
    font-size: 22px;
}
.para-12{
    font-size:18px;
}
.three-items-div{
    display: flex;
    justify-content: center;
    align-items:center;
}
.img-4{
    width: 25%;
    height:100%;
}
.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;
}
.img-5{
    width: 22%;
}
li{
    font-size: 22px;
}












@media (max-width: 1045px) and (min-width: 750px){
    .four-divs-item-1 {
        width: 85%;
    }
}















@media (max-width: 990px) and (min-width: 750px){
    .use-invisible-1,
    .img-3,
    .interface-item,
    .interface-item-1,
    .three-items-1{
        width: 80%;
    }
    .why-use-invisible {
        flex-direction: column;
        align-items: center;
    }
    .img-2 {
        width: 85%;
        margin-top: 30px;
    }
    .interface-divs,
    .three-items-div{
        flex-direction: column;
        align-items: center;
    }
    .img-4{
        width: 50%;
        margin: 30px 0;
    }
}















@media (max-width: 750px) and (min-width: 0px){
    .use-invisible-1,
    .img-3,
    .interface-item,
    .interface-item-1,
    .three-items-1{
        width: 80%;
    }
    .para-1{
        font-size:36px;
    }
    .para-3{
        font-size:20px !important;
    }
    .para-5{
        font-size:16px !important;
    }
    .two-btn{
       display:none;
    }
    .why-use-invisible {
        flex-direction: column;
        align-items: center;
    }
    .img-2 {
        width: 85%;
        margin-top: 30px;
    }
    .interface-divs,
    .three-items-div{
        flex-direction: column;
        align-items: center;
    }
    .img-4{
        width: 50%;
        margin: 30px 0;
    }
    .four-divs-item-1 {
        width: 80%;
        padding: 10px;
    }
    .img-1,
    .img-5{
        width: 200px;
    }
    .four-divs-1 {
        flex-direction: column;
        align-items: center;
    }
    .four-divs-item-2 {
        width: 85%;
        padding: 10px;
    }
    
    .blog-1,
    .contact-1{
    display: block;
}
.footer_ul{
    flex-direction: column !important;
    padding:0px;
}
.para-6{
    width:90%;
    text-align:center;
}
.icons-img-div {
    flex-direction:column;
    gap:20px;
}
.icons-div-4 {
    font-size: 32px;
    display:flex;
    gap:15px;
}
li{
    font-size:18px;
}
.p{
    width:250px;
}
.btn-div-1{
    height:38px;
}
td{
    width:100%;
}
 .toggle_btn{
         display: inline-block;
        }
        .blog-1 .contact-1 {
    margin: 0px 7px;
    margin: 5px 81px!important;
    text-align: center;
    margin-bottom: 10px;
}
.two-btn2{
    padding: 10px 50px;
    box-sizing: border-box;
    
}
.table-div {
    
    width: 90%;
    
    padding: 0px;
    

}

td {
    border: solid 1px #d5d5dd;
    padding: 5px 0px;
}
.para-10{
    width:80%;
}


}

/*FAQs*/



/* Detail styling */
.faqs{
    display: flex;
    justify-content: space-evenly;
}
.details{
  --padding: 10px;
  width:80%;
  border: 1px solid #8d8d8d;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.details + .details{
  margin-top: 15px;
}

.details__title{
  --width: 20px;
  --height: 3px;
  --radius: 1px;
  --color: currentColor;
  margin:0;
  padding: var(--padding) calc(var(--width) * 2) var(--padding) var(--padding);
  cursor: pointer;
  transition: all .2s ease-in-out;
  position: relative;
}

.details__title:before,
.details__title:after{
  content:'';
  display: block;
  width: var(--width);
  height: var(--height);
  background-color: var(--color);
  position: absolute;
  border-radius: var(--radius);
  top: calc(50% - (var(--height) / 2));
  right: calc(var(--width) / 2);
  transition: all .2s ease-in-out;
}

.details__title:after{
  rotate: 90deg;
}

.details__container[open] .details__title:before{
  rotate: 45deg;
  /* rotate: 135deg; */
}

.details__container[open] .details__title:after{
  rotate: 135deg;
  /* rotate: 225deg; */
}

.details__container[open] .details__title{
  background-color: #f3f3f3;
}

.details__summary::marker{
  content:'';
}

.details__desc{
  display: grid;
  grid-template-rows: 0fr;
  transition: all .2s ease-in-out;
  overflow: hidden;
  padding-inline: var(--padding);
  pointer-events: none;
}

.details__container[open] + .details__desc{
  grid-template-rows: 1fr;
  padding-block: var(--padding);
}

.details__desc-inner{
  min-height: 0;
  font-size:18px;
}








