/*-----------------------------------*\
  #HERO
\*-----------------------------------*/

.hero-section {
    position: relative;
    width: 100%;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.hero-background-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-background-grid {
    position: absolute;
    inset: 0;
    background-image: url("../images/Graphic-Elements/squares-net-v3.svg");
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    opacity: 0.3;
    z-index: 1;
}

.hero-background-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(1, 7, 19, 0.5) 0%, rgba(1, 7, 19, 0.72) 100%);
    z-index: 2;
}

.hero-main-container {
    position: relative;
    z-index: 3;
}

.hero-main-container {
    width: 930px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 24px;
}

.hero-title {
    text-align: center;
    text-shadow: 0 4px 20px rgba(234, 234, 234, 0.25);
    font-size: 80px;
    line-height: 120%;
    letter-spacing: -2%;
    background: linear-gradient(270deg, #FFF 28.51%, rgba(236, 236, 236, 0.40) 93.99%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    mix-blend-mode: lighten;
}

.hero-description {
    color: rgba(236, 236, 236, 0.65);
    text-align: center;
    font-size: 18px;
    font-weight: var(--regular);
    line-height: 130%;
    width: 660px;
    margin-top: 16px;
}

.hero-buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 96px;

}

.hero-buttons-description {
    color: var(--neutral-12);
    text-align: center;
    font-size: 14px;
    font-weight: var(--regular);
}



/*-----------------------------------*\
  #TOOLS
\*-----------------------------------*/

.tools-section {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 64px 0;
}

.tools-main-container {
    width: 1280px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 64px;
}

.tools-title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 24px;
}


.tools-grid-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.single-tool-card {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    height: 360px;
    padding: 32px 24px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 2px 10px 0 rgba(255, 255, 255, 0.20);
    transition: 0.5s;
}

.single-tool-card:is(:hover, :focus-visible, :focus-within) {

    border-radius: 24px;
    border: 1px solid rgba(67, 158, 239, 0.25);
    box-shadow: 0 4px 16px 0 rgba(255, 255, 255, 0.20);
    scale: 1.05;
}


.tool-small-title {
    color: var(--neutral-06);
    text-shadow: 0 4px 16px rgba(255, 255, 255, 0.25);
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 1%;
    text-transform: uppercase;
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 66px;
    border: 1px solid rgba(14, 93, 165, 0.50);
}

.tool-small-title.free {
    background-color: #0C5D98;
    color: #C7D5EA;
    font-weight: var(--semiBold);
}

.tool-icon {
    width: 40px;
    height: 40px;
    margin-top: 12px;
}

.tool-title {
    color: #B5C8E3;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.22px;
}

.tool-title-whois {
    color: #B5C8E3;
    font-size: 24px;
    font-weight: var(--semiBold);
    line-height: 28px;
    letter-spacing: -1%;
    margin: 24px 0 32px 0;
}

.tool-description {
    color: rgba(236, 236, 236, 0.65);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.single-tool-card:is(:hover, :focus-visible, :focus-within) .tools-btn-index {
    background-color: var(--blue-02);
    border-color: var(--blue-02);
}



.tools-btn-index {
    padding: 16px;
    margin-top: 12px;
}

.tools-btn-index {
    margin-top: auto;
}

.tools-circle {
    position: absolute;
    left: -42px;
    top: -64px;
}

.tools-bottom-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    justify-content: center;
    width: 100%;
}

.tools-bottom-description-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.tools-bottom-description-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 8px;
}

.tools-bottom-description {
    color: rgba(236, 236, 236, 0.65);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-weight: var(--regular);
    line-height: 24px;
}

.tools-bottom-description-link {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #63AEF1;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    border-bottom: 1px solid #63AEF1;
    white-space: nowrap;
    transition: 0.5s;
}

.arrow-learn-more-tools {
    width: 20px;
    height: 20px;
    transform: rotate(270deg);
    filter: var(--filter-blue);
}


.tools-bottom-description-link:is(:hover, :focus-visible, :focus-within) {
    scale: 1.05;
    color: var(--blue-04);
}


/*-----------------------------------*\
  #WHOIS
\*-----------------------------------*/

.whois-section {
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.whois-background-grid {
    position: absolute;
    inset: 0;
    background-image: url("../images/Graphic-Elements/squares-net-v3.svg");
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    opacity: 0.1;
    z-index: 1;
}

.whois-background-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(1, 7, 19, 0.5) 0%, rgba(1, 7, 19, 0.72) 100%);
    z-index: 2;
}

.whois-width-container {
    width: 1280px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    z-index: 10;
}

.whois-title-container {
    width: 782px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 24px;
    position: relative;
}

.purple-circle-whois-title {
    width: 160px;
    height: 160px;
    top: 120px;
    left: 0;
}

.blue-circle-whois-title {
    width: 240px;
    height: 240px;
    top: -20px;
    right: -56px;
}

.whois-input-container {
    width: 640px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}

.input-field-instruction {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    font-size: 16px;
    color: #8d8d8d;
    font-family: Montserrat;
}

.search-field {
    width: 100%;
    height: 64px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    gap: 24px;
}

.whois-input {
    width: 100%;
    height: 100%;
    margin: 0 16px;
    background-color: transparent;
    border: none;
    outline: none;
    color: var(--neutral-01);
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2%;
}

.whois-input::placeholder {
    color: var(--neutral-10);
}

.whois-button-search {
    flex-shrink: 0;
}

.primary-button-text {
    position: relative;
    line-height: 100%;
    font-weight: 500;
}

.free-to-use {
    position: relative;
    font-size: 14px;
    line-height: 100%;
    color: #737373;
    text-align: left;
}


.whois-benefits-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 48px;
    margin-top: 48px;
}

.whois-single-benefit {
    width: 280px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;

}


.whois-benefit-title {
    color: var(--white);
    font-size: 16px;
    font-weight: var(--semiBold);
    line-height: 100%;
}

.whois-benefit-description {
    color: var(--neutral-08);
    font-size: 14px;
    line-height: 22px;
}


/*-----------------------------------*\
  #WHY CYBERSEC
\*-----------------------------------*/
.why-us-section {
    background: #030C1A;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.why-background-grid {
    position: absolute;
    inset: 0;
    background-image: url("../images/Graphic-Elements/squares-net-v3.svg");
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    opacity: 0.1;
    z-index: 1;
}

.why-background-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(1, 7, 19, 0.5) 0%, rgba(1, 7, 19, 0.72) 100%);
    z-index: 2;
}



.why-us-width-container {
    width: 1280px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 48px;
    z-index: 10;
}

.why-title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 24px;
    position: relative;
}

.purple-circle-why-title {
    width: 120px;
    height: 120px;
    top: 32px;
    right: -64px;
}

.blue-circle-why-title {
    width: 180px;
    height: 180px;
    top: 96px;
    left: -96px;
}

.why-benefits-main-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 64px;
}

.why-benefit-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    max-width: 340px;
}

.why-benefit-icon {
    width: 56px;
    height: 56px;
}

.why-benefit-title {
    color: #DAE3F1;
    font-size: 18px;
    font-style: normal;
    font-weight: var(--semiBold);
    line-height: 18px;
    letter-spacing: -1%;
    margin-top: 10px;
}

.why-benefit-description {
    color: var(--neutral-08);
    font-size: 14px;
    font-weight: var(--regular);
    line-height: 22px;
}


/*-----------------------------------*\
  #SERVICES
\*-----------------------------------*/

.services-section {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0;

}

.services-width-container {
    width: 1280px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 64px;
}

.services-title-container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 32px;
}

.services-main-title {
    text-align: start;
}

.services-main-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 32px;
}

.single-service-main-container {
    width: 100%;
    display: flex;
    height: 310px;
    padding: 40px;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 16px 0 rgba(255, 255, 255, 0.05);
}

.single-service-left-container {
    display: flex;
    width: 445px;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    flex-shrink: 0;
}

.service-main-icon {
    width: 64px;
    height: 64px;
}

.service-title {
    color: #DAE3F1;
    font-size: 32px;
    font-weight: var(--semiBold);
    line-height: 42px;
    letter-spacing: -1%;
}

.service-small-description {
    color: rgba(236, 236, 236, 0.65);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 24px;
}

.service-separator-line {
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, #152238 0%, #0F508A 50%, #152238 100%);
    box-shadow: 2px 2px 16px 0 rgba(134, 170, 225, 0.20);
    flex-shrink: 0;

}


.single-service-right-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 32px;
}

.service-benefits-grid-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
}

.service-single-benefit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}

.service-benefit-arrow-icon {
    width: 24px;
    height: 24px;
}

.service-benefit-text {
    color: var(--neutral-02);
    font-size: 16px;
    line-height: 24px;
}

.service-right-separator {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #152238 0%, #0F508A 49.52%, #152238 95.19%);
    box-shadow: 2px 2px 16px 0 rgba(134, 170, 225, 0.20);
}

.service-right-bottom-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 64px;
}

.service-benefirs-small-description-text {
    color: var(--neutral-12);
    font-size: 14px;
    font-weight: var(--regular);
    line-height: 24px;
}

.service-benefit-text-bold {
    font-weight: var(--semiBold);
    color: var(--white);
    font-size: 16px;
    line-height: 24px;
}


/*-----------------------------------*\
  #PRICING
\*-----------------------------------*/

.pricing-section {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0 100px 0;
}

.pricing-width-container {
    width: 1280px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 32px;
}

.pricing-title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 32px;
    position: relative;
}

.purple-circle-pricing-title {
    width: 160px;
    height: 160px;
    top: 16px;
    left: -72px;
}

.blue-circle-pricing-title {
    width: 240px;
    height: 240px;
    top: 24px;
    right: -72px;
}

.pricing-plans-main-container {
    margin-top: 16px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 24px;
}

.pricing-plan-main-container {
    display: flex;
    width: 100%;
    height: 306px;
    padding: 40px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 16px 0 rgba(255, 255, 255, 0.20);
    border-radius: 24px;
    background: #010713;
}

.pricing-plan-main-container.margin {
    margin-bottom: 8px;

}


.pricing-title {
    color: #B5C8E3;
    font-size: 20px;
    font-weight: var(--semiBold);
    line-height: 20px;
    letter-spacing: -1%;
}

.pricing-plan-text {
    color: var(--neutral-08);
    font-size: 20px;
    font-style: normal;
    font-weight: var(--semiBold);
    line-height: 28px;
    letter-spacing: -15;
}

.price {
    color: var(--neutral-01);
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: var(--semiBold);
    line-height: 28px;
    letter-spacing: -1%;
}

.pricing-description {
    font-size: 14px;
    line-height: 22px;
    color: var(--neutral-04);
    margin-top: 4px;
}

.pricing-plan-btn {
    width: 100%;
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    height: 40px;
    padding: 0;
}

.free-trial-text-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.free-trial-title {
    color: var(--neutral-01);
    font-size: 32px;
    font-weight: var(--semiBold);
    line-height: 28px;
    letter-spacing: -1%;
}

.free-trial-small-description-text {
    color: rgba(236, 236, 236, 0.65);
    font-size: 12px;
    font-weight: var(--regular);
    line-height: 12px;
}

.pricing-border-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 8px;
    border-radius: 24px;
    background: #1278D4;
    gap: 8px;
}

.pricing-border-container.purple {
    background: var(--purple-01);
}


.pricing-border-title {
    color: var(--white);
    font-size: 14px;
    font-weight: var(--semiBold);
    line-height: 14px;
    letter-spacing: -1%;
    text-transform: uppercase;
}


/*-----------------------------------*\
  #BLOG
\*-----------------------------------*/

.index-blog-section {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
}

.blog-width-container {
    width: 1280px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 48px;
}

.blog-title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 24px;
    position: relative;
}

.purple-circle-blog-title {
    width: 160px;
    height: 160px;
    top: -16px;
    right: -72px;
}

.blue-circle-blog-title {
    width: 240px;
    height: 240px;
    bottom: -48px;
    left: -120px;
}

.blog-buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}

.blog-buttons-description-text {
    color: var(--neutral-10);
    font-size: 14px;
    font-weight: var(--regular);
    line-height: 100%;
}


.blog-cards-main-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
