@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Poppins:wght@400;500;600;700;800&display=swap');

:root {
    --primary: #08A5E4;
}
/*
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #212121;
    line-height: 28px;

}

p {
    font-family: 'Inter', sans-serif;
}

a {
    text-decoration: none;
    color: #1e1e1e;
    transition: all .5s ease-in-out;
}

ul li {
    list-style: none;
}



 General CSS */
 body {
    color: #272727;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
 }
 .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #272727;
    -webkit-font-smoothing: antialiased;
}
 .text-sm {
    font-size: 16px!important;
}
 a {
    letter-spacing: 1!important;
    color: #212121;
}
 a:hover {
    color: #08a5e4;
}

 .navbar {
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 7%);
}

 .whitespace {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 200px;
}

.relative {
    position: relative;

}

.width-25 {
    width: 25px;
}

.width-35 {
    width: 35px;
}

.width-80 {
    width: 85%;
}

.width-50 {
    width: 50%;
}

.ls {
    letter-spacing: 10px;
}

.flex {
    display: flex;
}

.flex-coloumn {
    display: flex;
    flex-direction: column;
}

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

.gap-20 {
    gap: 20px;
}

.gap-35 {
    gap: 35px;
}

.gap-40 {
    gap: 40px;
}

.txt-primary {
    color: var(--primary);
}

.txt-grey {
    color: #989898;
}

.fs-12 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
    line-height: 26px;
}

.fs-22 {
    font-size: 22px;
}

.fs-25 {
    font-size: 25px;
}

.mlr-auto {
    margin: 0 auto;
}

.pt-5 {
    padding-top: 5px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-120 {
    padding-top: 120px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pl-20 {
    padding-left: 20px;
}


.mb-30 {
    margin-bottom: 30px;
}

.txt-center {
    text-align: center;
}

.medium {
    font-weight: 500;
}

/* General Css ENd */
h1,
h2,
h3,
h4 {
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 41px;
    line-height: 51px;
    font-weight: bold;
}

h2 {
    font-size: 45px;
    line-height: 72px;
    font-weight: bold;

}

h3 {
    font-size: 35px;
    line-height: 60px;
    font-weight: bold;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.img-responsive {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.header-section {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 15px 0;
    background: #fff;
    z-index: 999;
}



.header-section.small {
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0 14px 32px rgb(0 0 0 / 10%);
    transition: all .5s ease-in-out;

}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-contents-main {
    display: flex;
}

.header-contents-wrapper {
    display: flex;
    gap: 50px;
    align-items: center;
}

.logo-holder {
    width: 160px;
    height: 35px;
}

.logo-holder img {
    height: 100%;
}

.ham-icon {
    display: none;
}

.mobile-menu-contents {
    display: none;
}

.icon-controller {
    width: 25px;
    height: 20px;
}

.icon-controller1 {
    width: 20px;
    height: 20px;
}


.icon-controller img {
    height: 100%;
}

.header-contents {
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;


}

/* .header-contents .dropdownmenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    padding: 10px;
    padding-top: 20px;
    background: #fff;
    list-style: none;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    margin-left: 10px;
    font-size: 16px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.header-contents .dropdownmenu a {
    padding-bottom: 10px;
}

.header-contents:hover .dropdownmenu {
    position: absolute;
    opacity: 1;
    top: 150%;
    z-index: 99;
    visibility: visible;
    transition: all 0.3s ease-in-out;
} */


.header-contents {
    transition: all .4s ease-in-out;
}

.header-contents:hover {
    color: var(--primary);
    transition: all .4s ease-in-out;

}

.btn-container {
    display: flex;
    gap: 25px;
}

.gradient-bgs {
    background: linear-gradient(to right, #0087bc, #08A5E4);
    color: #fff;
}
.primary-btn {
    background: linear-gradient(to right, #0087bc, #08A5E4);
    padding: 12px 30px;
    border-radius: 8px;
    color: #fff;
    box-shadow: 0 12px 42px #08A5E429;
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-size: 18px;
    z-index: 1;
    transition: opacity 0.5s linear;
}

.primary-btn::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 8px;
    background: linear-gradient(to right, #026086, #0393cc);
    box-shadow: 0 12px 42px #0584b629;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s linear;
}

.primary-btn:hover::after {
    opacity: 1;

    transition: opacity 0.5s linear;
}

.transparent-btn {
    border: 2px solid var(--primary);
    background: white;
    color: var(--primary);
    padding: 10px 28px;
    border-radius: 8px;
    transition: all .5s ease-in-out;
}

.transparent-btn:hover {
    background: #0393cc;
    color: white;
    transition: all .5s ease-in-out;

}

.blue-blur {
    position: absolute;
    left: -75px;
    top: -75px;
    width: 375px;
}



.below-header-section {
    padding-bottom: 50px;
    padding-top: 50px;
}

.below-header-wrapper {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 20px;
    justify-items: center;

}

.below-header-img {
    width: 530px;
    position: relative;
    top: -80px;
}

.left-settings {
    position: absolute;
    width: 45px;
    left: -45px;
    bottom: 80px;
    animation: rotate 8s linear infinite;
}

.right-settings {
    position: absolute;
    width: 30px;
    right: 30px;
    bottom: 185px;
    animation: rotate 8s linear infinite;
}

.animated-lines {
    position: absolute;
    top: 145px;
    left: 60px;
}

.animated-lines-inside {
    position: relative;
}

.animated-lines-inside span:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
    animation: fadeInLeft 1s linear;
    animation-delay: 0.5s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.animated-lines-inside span:nth-child(2) {
    position: absolute;
    top: 0;
    left: 50px;
    animation: fadeInLeft 1s linear;
    animation-delay: 0.7s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.animated-lines-inside span:nth-child(3) {
    position: absolute;
    top: 20px;
    left: 20px;
    animation: fadeInLeft 1s linear;
    animation-delay: 1.1s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.animated-lines-inside span:nth-child(4) {
    position: absolute;
    top: 20px;
    left: 70px;
    animation: fadeInLeft 1s linear;
    animation-delay: 1.4s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.animated-lines-inside span:nth-child(5) {
    position: absolute;
    top: 40px;
    left: 20px;
    animation: fadeInLeft 1s linear;
    animation-delay: 1.6s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.animated-lines-inside span:nth-child(6) {
    position: absolute;
    top: 40px;
    left: 70px;
    animation: fadeInLeft 1s linear;
    animation-delay: 1.8s;
    opacity: 0;
    animation-fill-mode: forwards;
}


.animated-lines-inside span:nth-child(7) {
    position: absolute;
    top: 60px;
    left: 20px;
    animation: fadeInLeft 1s linear;
    animation-delay: 2s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.animated-lines-inside span:nth-child(8) {
    position: absolute;
    top: 60px;
    left: 70px;
    animation: fadeInLeft 1s linear;
    animation-delay: 2.2s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.animated-lines-inside span:nth-child(9) {
    position: absolute;
    top: 80px;
    left: 0;
    animation: fadeInLeft 1s linear;
    animation-delay: 2.5s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.animated-lines-inside span:nth-child(10) {
    position: absolute;
    top: 80px;
    left: 50px;
    animation: fadeInLeft 1s linear;
    animation-delay: 2.8s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.animated-lines-inside span:nth-child(11) {
    position: absolute;
    top: 100px;
    left: 70px;
    animation: fadeInLeft 1s linear;
    animation-delay: 3.1s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.animated-lines-inside span:nth-child(12) {
    position: absolute;
    top: 100px;
    left: 235px;
    animation: fadeInLeft 1s linear;
    animation-delay: 3.4s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.animated-lines-inside span:nth-child(13) {
    position: absolute;
    top: 120px;
    left: 70px;
    animation: fadeInLeft 1s linear;
    animation-delay: 3.7s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.animated-lines-inside span:nth-child(14) {
    position: absolute;
    top: 120px;
    left: 235px;
    animation: fadeInLeft 1s linear;
    animation-delay: 4s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.animated-lines-inside span:nth-child(15) {
    position: absolute;
    left: 20px;
    top: 140px;
    animation: fadeInLeft 1s linear;
    animation-delay: 4.3s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.animated-lines-inside span:nth-child(16) {
    position: absolute;
    top: 140px;
    left: 70px;
    animation: fadeInLeft 1s linear;
    animation-delay: 4.6s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.animated-lines-inside span:nth-child(17) {
    position: absolute;
    top: 140px;
    left: 235px;
    animation: fadeInLeft 1s linear;
    animation-delay: 5s;
    opacity: 0;
    animation-fill-mode: forwards;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;

    }

    to {
        opacity: 1;

    }
}

.below-header-settings {
    position: absolute;
    top: -75px;
    z-index: -1;
    left: 35%;
    width: 200px;
    animation: rotate 8s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.search-form {
    padding: 25px 80px;
    box-shadow: 0 4px 24px #0087BC1F;
    border: none;
    outline: none;
    font-size: 18px;
    border-radius: 12px;
    width: 600px;
}

.search-form-div {
    display: flex;
}

.search-div .primary-btn {
    border: none;
    padding: 12px 40px;
    cursor: pointer;
    height: 55px;
    margin-top: 8px;
    margin-left: -150px;
}

.search-form::placeholder {
    font-size: 18px;
    color: #9C9C9C;
}

.search-icon {
    position: absolute;
    top: 20px;
    left: 30px;
}

.tools-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;

}

.tool-box {
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;


}

.blue-shadow {
    box-shadow: 0 6px 30px #0087BC1F;
}

.purple-shadow {
    box-shadow: 0 6px 30px #624BD81F;
}

.yellow-shadow {
    box-shadow: 0 6px 30px #D8B8161F;
}

.green-shadow {
    box-shadow: 0 6px 30px #55B7231F;
}

.red-shadow {
    box-shadow: 0 6px 30px #E248411f;
}

.sky-blue-shadow {
    box-shadow: 0 6px 30px #0087BC1f;
}

.orange-shadow {
    box-shadow: 0 6px 30px #D8B8161f;
}

.purple-shadow {
    box-shadow: 0 6px 30px #624BD81f;
}

.image-box {
    padding: 15px 20px;
    border-radius: 8px;
    height: 60px;
    width: 60px;
}

.image-box img {
    height: 100%;
    object-fit: contain;
}

.blue-bg {
    background: #F1FBFF;
}

.purple-bg {
    background: #EDE9FF;
}

.yellow-bg {
    background: #FFFBE6;
}

.green-bg {
    background: #F5FFEF;
}

.red-bg {
    background: #FFF3F3;
}

.sky-blue-bg {
    background: #ECFEFF;
}

.orange-bg {
    background: #FFF0E5;
}

.purple-bg {
    background: #EDE9FF;
}

.free-box {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 2px 7px;
    background: #EEFAFF;
    color: var(--primary);
    border-radius: 4px;

}

.behind-tools {
    position: absolute;
    top: 240px;
    right: 5px;
    width: 220px;
    z-index: -1;
}

.tools-left-triangle {
    position: absolute;
    left: 0;
    top: 30%;
    width: 500px;
}

.tools-right-triangle {
    position: absolute;
    right: 0;
    bottom: 30%;
    width: 500px;
}


.how-it-work-box {
    background: #F6FDFF;
}

.how-it-work-card-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 45px;
}

.how-it-work-card {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px #0087BC29;
    position: relative;
    z-index: 2;
}

.behind-how-it-works {
    position: absolute;
    top: -35px;
    left: -40px;
    z-index: 1;

}

.how-it-works-small-triangle {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 520px;

}

.how-it-works-big-triangle {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 470px;
}

.contact-us-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px;
    align-items: center;


}

.form {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}

.form-controller {
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 3px 12px #0374A11A;
    border: none;
    outline: none;
}

textarea {
    font-family: 'Poppins', sans-serif;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 3px 12px #0374A11A;
    border: none;
    height: 250px;
    outline: none;
    resize: none;

}

::placeholder {
    color: #979797;
}

.form .primary-btn {
    border: none;
    cursor: pointer;
    padding: 12px 50px;

}

.behind-contact {
    position: absolute;
    width: 220px;
    bottom: 100px;
    right: 10px;
    z-index: -1;
}

.newsletter-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 80px;
    padding: 60px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px #0087BC1F;
    position: relative;
    z-index: 1;

}

.orange-plane {
    position: absolute;
    top: 50px;
    right: 200px;
    width: 60px;

}

.blue-plane {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 60px;

}

.string {
    position: absolute;
    z-index: -1;
    bottom: 50px;
    left: 110px;
}

.subscribe-wrapper .form-controller {
    width: 100%;
}

.subscribe-wrapper {
    display: flex;
    gap: 25px;

}

.subscribe-wrapper .primary-btn {
    border: none;
    cursor: pointer;
}

.footer-section {
    background: #0087BC;
    margin-top: -130px;
    overflow: hidden;
}

.footer-left-triangle {
    position: absolute;
    left: 0;
    top: 0;
}

.footer-right-triangle {
    position: absolute;
    right: 0;
    top: 0;
}

.footer-bottom-triangle {
    position: absolute;
    left: 35%;
    bottom: -10px;
}

.footer-wrapper {
    display: grid;
    grid-template-columns: 1.8fr 1fr 3fr;
    color: #fff;
    grid-gap: 50px;
    padding-top: 200px;
    padding-bottom: 80px;
    position: relative;
    z-index: 0;
}

.logo-info {
    display: flex;
    flex-direction: column;
}

.logo-info .logo-holder {
    width: 270px;
    height: auto;
}

.logo-info .logo-holder img {
    filter: brightness(0) invert(1);
    height: auto;
}

.social-media {
    display: flex;
    gap: 20px;
}

.footer-wrapper ul li a {
    color: #fff;
    font-family: 'Inter', sans-serif;
    position: relative;
}

.footer-wrapper ul li a::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    display: block;
    background: #fff;
    z-index: 1;
    left: 0;
    margin-bottom: -1px;
    transition: all .5s ease-in-out;
}

.footer-wrapper ul li a:hover::after {
    width: 100%;
}

.tools-wrapper-footer {
    column-count: 3;
    column-gap: 50px;
}

.copyright {
    background: #EEFAFF;
    padding: 5px;
}

.copyright p {
    color: #0087bc;
}



/* Tools */
.tools-page-top {
    margin-top: 83px;
    background: #F1FBFF;
    padding: 15px;
}



/* login */
.login-section {
    background: #F6FDFF;
    height: 100vh;
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-main-box {
    padding: 60px;
    background: white;
    border-radius: 12px;
}

.top-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-contents-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px;
    align-items: center;
}



.login-contents .form .btn-container {
    justify-content: space-between;
    align-items: center;
}

.login-contents .form .btn-container a:hover {
    color: #0087BC;
    transition: all .5s ease-in-out;
}

.header-part {
    position: relative;
}

.s-flex {
    flex-direction: column;
    min-height: 110px;
}
.s-box-heading {
    padding-top: 10px;
    text-align: center;
    font-weight: 600;
}
.mycustomheading2 {
    font-size: 35px; 
    text-align: center; 
    color: #ff7919; 
}
.highlight-border {
    border: 2px solid #fff;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 10px 33px 88px -27px rgba(3,87,255,0.13);
-moz-box-shadow: 10px 33px 88px -27px rgba(3,87,255,0.13);
box-shadow: 10px 33px 88px -27px rgba(3,87,255,0.13);
}
img.single-tools-icon {
    width: 60px;
    padding-bottom: 5px;
    box-shadow: none!important;
}

.blog-content-box {}

.blog-content-box a{
    color: #ff7919;
}
.blog-content-box a:hover{
    text-decoration: underline;
}
.blog-content-box h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    font-family: 'Noto Sans';
}
.blog-content-box h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    font-family: 'Noto Sans';
}
.blog-content-box h4{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Noto Sans';
}

.ai-box-holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.ai-box {
    padding: 15px;
        -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 10px 33px 88px -27px rgba(3,87,255,0.13);
-moz-box-shadow: 10px 33px 88px -27px rgba(3,87,255,0.13);
box-shadow: 10px 33px 88px -27px rgba(3,87,255,0.13);
}

.ai-box img {
    max-width: 100%;
}

.ai-box h3 {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
}




/* Big screen */
@media (min-width:1600px) {

    .behind-tools,
    .behind-contact {
        right: 300px;
    }
}

@media (max-width:1200px) {
    .container {
        width: 90%;
    }
}

@media (max-width:1175px) {
    h3 {
        font-size: 28px;
        line-height: 50px;
    }

    .tools-wrapper {

        grid-template-columns: 1fr 1fr 1fr;

    }
}

@media (max-width : 1014px) {
    h1 {
        font-size: 38px;
        line-height: 52px;
        width: 75%;
    }

    h2 {
        font-size: 35px;
        line-height: 50px;

    }

    h3 {
        font-size: 28px;
        line-height: 45px;

    }

    .fs-22 {
        font-size: 18px;
    }

    .fs-25 {
        font-size: 22px;
    }

    .pb-45 {
        padding-bottom: 32px;
    }

    .pb-120 {
        padding-bottom: 70px;
    }

    .width-50 {
        width: 60%;
    }

    body {
        font-size: 16px;

        line-height: 25px;
    }

    .ham-icon {
        display: none;
    }

    .mobile-menu-contents {
        display: none;
    }

    .below-header-wrapper {

        grid-template-columns: 1fr;
        gap: 30px;
        justify-items: normal;
    }



    .below-header-section {
        margin-top: 0;
        padding-top: 75px;
    }

    .hero-headings-text {
        grid-row: 2;
    }

    .right-settings {

        right: 30px;
        bottom: 300px;

    }

    .below-header-settings {

        top: 200px;

        left: 72%;
        width: 150px;


    }

    .left-settings {


        right: 160px;
        bottom: 10px;
        left: auto;
    }

    .search-form {

        width: 415px;
    }

    .tools-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }

    .tool-box {
        padding: 25px 17px;
        flex-direction: row;
        align-items: center;
        justify-content: normal;
        max-width: 100%;
    }

    .behind-tools {
        top: 275px;
        right: 5px;
        width: 130px;

    }

    .tool-box .txt-center {
        text-align: unset;
    }

    .how-it-works-small-triangle {
        width: 400px;
    }

    .behind-how-it-works {

        top: -35px;
        left: -40px;
        z-index: 1;
        width: 140px;
    }

    .how-it-works-big-triangle {

        right: 0;
        top: 30%;

        width: 275px;
    }

    .how-it-work-card-wrapper {

        grid-gap: 20px;
    }

    textarea {
        height: 150px;
    }

    .form .primary-btn {

        padding: 12px 40px;
    }

    .contact-us-wrapper {
        gap: 60px;
    }

    .behind-contact {

        width: 100px;
    }

    .newsletter-box {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        padding: 40px;

    }



    .blue-plane {

        bottom: 90px;
        left: 65%;
        width: 50px;
    }

    .orange-plane {

        top: 40px;
        right: 60px;

    }

    .footer-wrapper {

        grid-template-columns: 3fr 1fr;


    }

    .quick-links1 {
        grid-area: 2 / 1 / span 2 / span 3;
    }

    .tools-left-triangle {

        width: 250px;
    }

    .tools-right-triangle {

        width: 250px;
    }

    .logo-info .logo-holder {
        width: 190px;
        height: auto;
    }

    .login-main-box {
        padding: 40px;
        background: white;
        border-radius: 12px;
    }

    .login-contents-wrapper {
        display: grid;
        grid-template-columns: 1fr 1.2fr;
        grid-gap: 40px;
        align-items: center;
    }

    .login-contents h3 {
        font-size: 22px;
        line-height: 40px;
    }



    .gap-35 {
        gap: 25px;
    }
}

@media (max-width: 670px) {
    .login-contents-wrapper {

        grid-gap: 29px;

    }

    .login-contents h3 {
        font-size: 20px;

    }

    .form .primary-btn {
        padding: 12px 24px;
    }

    .primary-btn {

        font-size: 16px;
    }

    .gap-35 {
        gap: 12px;
    }
}

@media (max-width:610px) {
    h1 {
        font-size: 26px;
        line-height: 40px;
        width: 95%;
    }

    h2 {
        font-size: 25px;
        line-height: 40px;
    }

    h3 {
        font-size: 22px;
        line-height: 35px;
    }


    .fs-16 {
        font-size: 13px;
        line-height: 20px;
    }

    .width-50 {
        width: 90%;
    }

    .pt-120 {
        padding-top: 50px;
    }

    .pb-45 {
        padding-bottom: 26px;
    }

    .pb-120 {
        padding-bottom: 50px;
    }


    body {
        font-size: 15px;

    }

    .ham-icon {
        display: block;
        width: 25px;
    }

    .mobile-menu-contents {
        display: block;
        background: #fff;
        color: var(--primary);
        position: fixed;
        left: -250px;
        opacity: 0;
        top: 0;
        /* overflow: hidden; */
        visibility: hidden;
        transition: all .3s ease-in-out;
        height: auto;
        width: 100%;
        box-shadow: 0 14px 32px rgb(0 0 0 / 10%);
        overflow-y: scroll;
        z-index: 999;
    }

    .mobile-menu-contents.active {
        visibility: visible;
        opacity: 1;
        left: 0;
        top: 0;
        width: 100%;
    }

    .header-contents-wrapper {
        display: none;
    }

    .below-header-img {
        width: 360px;
    }

    .animated-lines-inside {
        width: 215px;
        height: 150px;
        overflow: hidden;
    }

    .animated-lines {
        position: absolute;
        top: 90px;
        left: 40px;
    }

    .right-settings {
        right: 5px;
        bottom: 230px;
    }

    .below-header-settings {
        top: 280px;
        left: 70%;
        width: 100px;
    }

    .left-settings {
        right: 20px;
        bottom: 120px;

    }

    .primary-btn {
        font-size: 15px;
    }


    .search-form {
        padding: 25px 60px;
        box-shadow: 0 4px 24px #0087bc1f;
        font-size: 16px;

        width: 350px;
    }

    .search-div .primary-btn {

        margin-top: 6.5px;
        padding: 12px 30px;
        margin-left: -130px;

    }

    .search-icon {


        left: 20px;
    }

    .tools-wrapper {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .tool-box {
        padding: 15px 20px;
    }

    .behind-tools {
        top: 230px;
        width: 100px;
    }

    .behind-how-it-works {
        top: -20px;
        left: -40px;
        z-index: 1;
        width: 100px;
    }


    .how-it-work-card-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 25px;
    }

    .contact-us-wrapper {
        grid-template-columns: 1fr;
        grid-gap: 50px;

        padding-top: 20px;
    }

    textarea {
        height: 110px;
    }


    .newsletter-box {

        padding: 30px;
    }

    .orange-plane {
        top: 20px;
        right: 10px;
        width: 35px
    }

    .blue-plane {

        width: 35px;
        bottom: 155px;
    }

    .subscribe-wrapper {

        flex-direction: column;

    }

    .footer-wrapper {
        grid-template-columns: 1fr;
    }

    .tools-wrapper-footer {
        column-count: 2;
        column-gap: 70px;
    }

    .menu-header-wrapper {
        display: flex;
        justify-content: space-between;
        padding: 15px;
    }

    .cross-icon {
        width: 25px;
    }

    .footer-right-triangle {
        position: absolute;
        right: 0;
        top: 200px;
    }

    .logo-info .logo-holder {
        width: 160px;
        height: auto;
    }

    .login-section {

        height: 100%;

    }

    .top-items .logo-holder {
        width: 120px;
        height: 35px;
    }



    .login-contents-wrapper {

        grid-template-columns: 1fr;

    }

    .login-main-box {
        padding: 25px;

    }

    .social-media-signin .fb-signin {
        width: 50px;
    }
}

@media (max-width: 380px) {
    h1 {
        font-size: 21px;
        line-height: 40px;
        width: 95%;
    }

    .animated-lines {
        position: absolute;
        top: 70px;
        left: 35px;
    }

    .animated-lines-inside {
        width: 180px;
        height: 120px;
        overflow: hidden;
    }

    .below-header-img {
        width: 300px;
    }

    .btn-container {
        display: flex;
        gap: 18px;
    }

    .search-form {

        width: 280px;
    }

    .search-div .primary-btn {
        margin-top: 6.5px;
        padding: 12px 20px;
        margin-left: -100px;
    }

    .tool-box {
        padding: 20px 8px;
        gap: 16px;
    }

    .transparent-btn {

        padding: 10px 18px;

    }

    .primary-btn {

        padding: 12px 20px;

    }

    .right-settings {
        right: 10px;

    }

    .below-header-settings {
        top: 280px;
        left: 65%;
        width: 75px;
    }

    .left-settings {

        width: 30px;

    }

    .how-it-works-small-triangle {
        width: 300px;
    }

    .search-form {
        padding: 20px 60px;

        font-size: 14px;

    }

    .search-div .primary-btn {

        height: 46px;
        margin-top: 5.5px;

    }

    ::placeholder {
        font-size: 14px;
    }

    .search-icon {

        width: 20px;
    }

    .copyright {
        padding: 4px;
    }

    .copyright .fs-16 {
        font-size: 12px;
    }

    .top-items .logo-holder {
        width: 100px;
        height: 30px;
    }

    body {
        font-size: 12px;
    }

    .login-main-box {
        padding: 10px;
    }

    .social-media-signin .fb-signin {
        width: 35px;
    }
}

.box {
    margin: auto;
    width: 90%;
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 60px;
}
.s-box-shadow {
    min-height: 150px;
    background: #fff;
    display: flex;
    font-size: 5vw;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #ccc;
    font-weight: bold;
}
.s-box-shadow-code {
    padding: 10px;
    font-size: 12px;
    margin-top: 30px;
    border: 2px dashed #ccc;
    position: relative;
}

.s-box-shadow-code::before {
    content: 'Copy Me:';
    position: absolute;
    top: -20px;
    left: 0px;
}

@media(max-width: 879px){
    .box {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 600px){
    .box {
        grid-template-columns: 1fr;
    }
}

.s1 {
    box-shadow: rgba(150, 158, 166, 0.2) 0px 9px 25px;
}
.s2 {
    box-shadow: rgba(100, 100, 112, 0.2) 0px 8px 30px 0px;
}
.s3 {
    box-shadow: rgba(0, 0, 0, 0.16) 1.96px 1.96px 2.7px;
}
.s4 {
    box-shadow: rgba(0, 0, 0, 0.36) 0px 6px 16px;
}
.s5 {
    box-shadow: rgba(0, 0, 0, 0.17) 0px 2px 5px;
}
.s6 {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 9px;
}
.s7 {
    box-shadow: rgba(100, 100, 100, 0.2) 0px 2px 9px 0px;
}
.s8 {
    box-shadow: rgba(0, 0, 0, 0.03) 0px 1px 3px 0px, rgba(27, 31, 35, 0.16) 0px 0px 0px 1px;
}
.s9 {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 13px;
}
.s10 {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 55px 56px, rgba(0, 0, 0, 0.12) 0px -13px 31px, rgba(0, 0, 0, 0.12) 0px 4px 7px, rgba(0, 0, 0, 0.18) 0px 12px 14px, rgba(0, 0, 0, 0.08) 0px -3px 6px;
}
.s11 {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 7px 25px 0px, rgba(0, 0, 0, 0.09) 0px 0px 0px 1px;
}
.s12 {
    box-shadow: rgba(0, 0, 0, 0.17) 0px 10px 37px 0px, rgba(0, 0, 0, 0.07) 0px 0px 0px 1px;
}
.s13 {
    box-shadow: rgba(17, 12, 46, 0.16) 0px 50px 102px 0px;
}
.s14 {
    box-shadow: rgba(50, 50, 94, 0.26) 0px 50px 102px -19px, rgba(0, 0, 0, 0.3) 0px 31px 62px -30px, rgba(10, 37, 64, 0.36) 0px -2px 7px 0px inset;
}
.s15 {
    box-shadow: rgba(256, 255, 256, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 94, 0.26) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -32px;
}
.s16 {
    box-shadow: rgba(50, 50, 93, 0.26) 0px 50px 102px -21px, rgba(0, 0, 0, 0.4) 0px 30px 62px -31px;
}


.s17 {
    box-shadow: rgba(50, 50, 93, 0.26) 0px 50px 100px -21px, rgba(0, 0, 0, 0.4) 0px 31px 60px -31px;
}
.s18 {
    box-shadow: rgba(50, 50, 93, 0.26) 0px 13px 28px -5px, rgba(0, 0, 0, 0.4) 0px 8px 17px -9px;
}
.s19 {
    box-shadow: rgba(50, 50, 93, 0.26) 0px 2px 6px -1px, rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
.s20 {
    box-shadow: rgb(38, 57, 78) 0px 21px 31px -10px;
}
.s21 {
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.68) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 0px 0px inset;
}
.s22 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -3px, rgba(0, 0, 0, 0.4) 0px 3px 7px -4px;
}
.s23 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -6px, rgba(0, 0, 0, 0.4) 0px 8px 16px -9px;
}
.s24 {
    box-shadow: rgba(52, 50, 93, 0.25) 0px 30px 60px -13px, rgba(0, 0, 0, 0.3) 0px 19px 36px -19px;
}
.s25 {
    box-shadow: rgba(50, 50, 93, 0.28) 0px 32px 60px -12px inset, rgba(0, 0, 0, 0.4) 0px 19px 36px -19px inset;
}
.s26 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -22px, rgba(0, 0, 0, 0.3) 0px 32px 60px -32px;
}
.s27 {
    box-shadow: rgba(0, 0, 0, 0.14) 0px 1px 3px, rgba(0, 0, 0, 0.28) 0px 1px 2px;
}
.s28 {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px, rgba(0, 0, 0, 0.22) 0px 2px 8px;
}

/*wordcount tool*/

.word-count-text {
    width: 100%;
    min-height: 600px!important;
}
.text-size-result {
    width: 100%;
    padding: 20px;
    font-size: 25px;
    text-align: center;
    color: red;
}

.youtubevideo {
  position: relative;
  padding-bottom: 56.25%;
}

.youtubevideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

object {
  width: 100%; /* for responsiveness */
}
