* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Tungsten-SemiBold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Tungsten-SemiBold.ttf') format('woff');
}

@font-face {
    font-family: 'Sequel-Sans-Bold-Head';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Sequel-Sans-Bold-Head.otf') format('woff');
}

@font-face {
    font-family: 'Sequel-Sans-Bold-Body';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Sequel-Sans-Bold-Body.ttf') format('woff');
}

@font-face {
    font-family: 'Sequel-Sans-Medium-Body';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Sequel-Sans-Medium-Body.otf') format('woff');
}

@font-face {
    font-family: 'MYRIADPRO-REGULAR';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/MYRIADPRO-REGULAR.OTF') format('woff');
}

:root {
    --MYRIADPRO-REGULAR: 'MYRIADPRO-REGULAR';
    --Tungsten-SemiBold: 'Tungsten-SemiBold';
    --sequel-head: 'Sequel-Sans-Bold-Head';
    --sequel-medium-body: 'Sequel-Sans-Medium-Body';
    --sequel-bold-body: 'Sequel-Sans-Bold-Body';
}

.wrapper {
    overflow: hidden;
}

@media (max-width: 576px) {
    .info-center {
        height: 235px;
        background-image: url('../images/domain/insurancecenterimg.svg');
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    main {
        margin: 5rem 0 0 0;
    }

    .hero-section {
        width: 100%;
        height: 50vh;
        background-image: url("../images/domain/insurance-banner.png");
        background-size: cover;
        background-position: 30%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .telecom-hero {
        background-image: url("../images/domain/telecom-banner.png");
    }

    .telecomwr {
        width: 100%;
        background-image: url(../images/domain/telecom-infograph.png);
        background-size: 100% 100%;
        margin: 2rem 0;
        position: relative;
    }

    .hero-title {
        width: 90%;
        margin: 0 auto;
    }

    .hero-title h1 {
        color: #fff;
        font-family: var(--sequel-head);
        text-shadow: 0px 0px 50px #000000B8;
        margin: 0;
        display: inline;
    }

    .hero-title h2 {
        color: #E4E4E4;
        font-family: var(--sequel-medium-body);
        margin: 0;
    }

    .hero-title p {
        color: #fff;
        text-shadow: 0px 0px 50px #000000C7;
        font-family: var(--MYRIADPRO-REGULAR);
        margin: 0;
        font-size: 1.3rem;

        display: inline;
    }

    /* ============== domain description css ============= */
    .domain-description .domain-desc-para {
        width: 90%;
        margin: 2rem auto;
    }

    .domain-desc-para h2 {
        font-family: var(--Tungsten-SemiBold);
        letter-spacing: 1.4px;
    }

    .domain-desc-para p {
        font-family: var(--MYRIADPRO-REGULAR);
        margin: 0;
        font-size: 1.3rem;
    }

    /* ============== infographics css ============= */
    .infographics-head {
        width: 90%;
        margin: 0 auto;
    }

    .infographics-head h2.infographics-title {
        text-align: center;
        font-family: var(--sequel-bold-body);
        color: #8D8D8D;
    }

    .infographics-head h2.infographics-title span {
        color: #02455F;
    }

    /* ======================= infographics section  css ====================== */
    .infographics-structure {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: 2rem auto;
    }

    .infograph-left {
        width: 100%;
    }

    .infograph-right {
        width: 100%;
    }

    .infograph {
        padding: 1rem 0;
    }

    .infograph h6 {
        color: #02455F;
        font-family: var(--sequel-bold-body);
        font-size: 1.2rem;
    }

    .infograph .infograph-list {
        display: flex;
        gap: 10px;
        align-items: baseline;
    }

    .infograph .infograph-list img {
        width: 5px;
        height: 10px;
    }

    .infograph .infograph-list p {
        font-family: var(--MYRIADPRO-REGULAR);
        margin: 0;
        font-size: 1.3rem;
    }

    .infograph-center {
        display: flex;
        justify-content: center;
    }

    .infograph-shape {
        width: 250px;
        height: 250px;
        background-image: url("../images/domain/infograph-img.png");
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }

    .infograph-shape img {
        width: 30%;
    }

    .infograph-shape h2 {
        font-family: var(--sequel-bold-body);
        color: #02455F;
    }

    /* =================== Conclusion section css==================== */

    .conclusion {
        width: 90%;
        margin: 1rem auto;
    }

    .conclusion h2 {
        font-family: var(--Tungsten-SemiBold);
        font-size: 2rem;
        letter-spacing: 1px;
        line-height: 2rem;
    }

    .conclusion p {
        font-family: var(--MYRIADPRO-REGULAR);
        font-size: 1.1rem;
        margin: 0;
        font-size: 1.3rem;
    }

    /* ==================telecom infographics css ============================== */
    .telecomwr {
        width: 100%;
        background-image: url(../images/domain/telecom-infograph.png);
        background-size: 100% 100%;
        margin: 2rem 0;
        position: relative;
    }

    .telecom-infographics {
        width: 100%;
        background-image: url("../images/domain/telecom-infograph.png");
        background-size: 100% 100%;
        margin: 2rem 0;
    }

    .telecom-group {
        width: 90%;
        margin: 0 auto;
        padding: 2rem 0;
    }

    .telecom-card {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-radius: 5px;
        width: 100%;
        padding: 1rem 0;
        margin: 0 0 2rem 0;
        position: relative;
    }

    .telecom-card-heading {
        display: flex;
        align-items: center;
        gap: 15px;
        border-left: 2px solid;
        padding: 0 0 0 1rem;
        width: 98%;
        margin: 0rem auto 1rem;
    }

    .telecom-card-border-1 {
        border-image: linear-gradient(to bottom, #00ADEE, #1EFBF8, #73F2EB) 1 100%;
    }

    .telecom-card-border-2 {
        border-image: linear-gradient(to bottom, #FFB607, #EE00B8) 1 100%;
    }

    .telecom-card-border-3 {
        border-image: linear-gradient(to bottom, #FFF700, #FF611B) 1 100%;
    }

    .telecom-card-heading img {
        width: 20px;
    }

    .telecom-card-heading h6 {
        margin: 0;
        color: #222222;
        font-family: var(--sequel-bold-body);
        font-size: 1.2rem;
    }

    .telecom-card-text {
        width: 100%;
    }

    .telecom-card-text p {
        font-family: var(--MYRIADPRO-REGULAR);
        margin: 0;
        font-size: 1.2rem;
        color: #606060;
    }

    .pulse-animation-1 {
        display: none;
    }
}

/* ---------------------------- media min-width - 576 ------------------------------- */
@media (min-width: 576px) {
    main {
        margin: 4rem 0 0 0;
    }

    .info-center {
        height: 235px;
        background-image: url("../images/domain/insurancecenterimg.svg");
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .hero-section {
        width: 100%;
        height: 50vh;
        background-image: url("../images/domain/insurance-banner.png");
        background-size: cover;
        background-position: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .telecom-hero {
        background-image: url("../images/domain/telecom-banner.png");
    }

    .hero-title {
        width: 90%;
        margin: 0 auto;
    }

    .hero-title h1 {
        color: #fff;
        font-family: var(--sequel-head);
        text-shadow: 0px 0px 50px #000000B8;
        margin: 0;
        display: inline;
    }

    .hero-title h2 {
        color: #E4E4E4;
        font-family: var(--sequel-medium-body);
        margin: 0;
    }

    .hero-title p {
        color: #fff;
        text-shadow: 0px 0px 50px #000000C7;
        font-family: var(--MYRIADPRO-REGULAR);
        margin: 0;
        font-size: 1.3rem;
        display: inline;
    }

    /* ============== domain description css ============= */
    .domain-description .domain-desc-para {
        width: 90%;
        margin: 2rem auto;
    }

    .domain-desc-para h2 {
        font-family: var(--Tungsten-SemiBold);
        letter-spacing: 1.4px;
    }

    .domain-desc-para p {
        font-family: var(--MYRIADPRO-REGULAR);
        margin: 0;
        font-size: 1.3rem;
    }

    /* ============== infographics css ============= */
    .infographics-head {
        width: 90%;
        margin: 0 auto;
    }

    .infographics-head h2.infographics-title {
        text-align: center;
        font-family: var(--sequel-bold-body);
        color: #8D8D8D;
        letter-spacing: 1px;
    }

    .infographics-head h2.infographics-title span {
        color: #02455F;
    }

    /* ======================= infographics section  css ====================== */
    .infographics-structure {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: 2rem auto;
    }

    .infograph-left {
        width: 100%;
    }

    .infograph-right {
        width: 100%;
    }

    .infograph {
        padding: 1rem 0;
    }

    .infograph h6 {
        color: #02455F;
        font-family: var(--sequel-bold-body);
        font-size: 1.2rem;
    }

    .infograph .infograph-list {
        display: flex;
        gap: 10px;
        align-items: baseline;
    }

    .infograph .infograph-list img {
        width: 5px;
        height: 10px;
    }

    .infograph .infograph-list p {
        font-family: var(--MYRIADPRO-REGULAR);
        margin: 0;
        font-size: 1.09rem;
    }

    .infograph-center {
        display: flex;
        justify-content: center;
    }

    .infograph-shape {
        width: 300px;
        height: 300px;
        background-image: url("../images/domain/infograph-img.png");
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
        transform-style: preserve-3d;
        transform: perspective(1000px);
    }
    .infograph-shape img {
        width: 30%;
    }

    .infograph-shape h2 {
        font-family: var(--sequel-bold-body);
        color: #02455F;
    }

    /* =================== Conclusion section css==================== */

    .conclusion {
        width: 90%;
        margin: 1rem auto;
    }

    .conclusion h2 {
        font-family: var(--Tungsten-SemiBold);
        width: 85%;
        letter-spacing: 1px;
        font-size: 2rem;
        line-height: 2rem;
    }

    .conclusion p {
        font-family: var(--MYRIADPRO-REGULAR);
        font-size: 1.1rem;
        margin: 0;
        font-size: 1.3rem;
    }

    /* ==================telecom infographics css ============================== */
    .telecomwr {
        width: 100%;
        background-image: url(../images/domain/telecom-infograph.png);
        background-size: 100% 100%;
        margin: 2rem 0;
        position: relative;
    }

    .telecom-infographics {
        width: 100%;
        background-image: url("../images/domain/telecom-infograph.png");
        background-size: 100% 100%;
        margin: 2rem 0;
        position: relative;
    }

    .telecom-group {
        width: 90%;
        margin: 0 auto;
        padding: 2rem 0;
    }

    .telecom-card {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-radius: 5px;
        width: 100%;
        padding: 1rem 0;
        margin: 0 0 2rem 0;
        position: relative;
    }

    .telecom-card-heading {
        display: flex;
        align-items: center;
        gap: 15px;
        border-left: 2px solid;
        padding: 0 0 0 1rem;
        width: 98%;
        margin: 0rem auto 1rem;
    }

    .telecom-card-border-1 {
        border-image: linear-gradient(to bottom, #00ADEE, #1EFBF8, #73F2EB) 1 100%;
    }

    .telecom-card-border-2 {
        border-image: linear-gradient(to bottom, #FFB607, #EE00B8) 1 100%;
    }

    .telecom-card-border-3 {
        border-image: linear-gradient(to bottom, #FFF700, #FF611B) 1 100%;
    }

    .telecom-card-heading img {
        width: 25px;
    }

    .telecom-card-heading h6 {
        margin: 0;
        color: #222222;
        font-family: var(--sequel-bold-body);
        font-size: 1.2rem;
    }

    .telecom-card-text {
        width: 100%;
    }

    .telecom-card-text p {
        font-family: var(--MYRIADPRO-REGULAR);
        margin: 0;
        font-size: 1.2rem;
        color: #606060;
    }

    .pulse-animation-1 {
        display: none;
    }
}

/* ----------------------------------Medium devices (tablets, 768px and up) -----------------------*/

@media (min-width: 768px) {
    .hero-section {
        width: 100%;
        height: 70vh;
    }

    .hero-title {
        width: 85%;

    }

    .hero-title p {
        display: inline;
    }

    .domain-description .domain-desc-para {
        width: 85%;
    }

    /* ======================= infographics section  css ====================== */
    .infographics-structure {
        width: 85%;
    }

    /* ======================= consclusion section  css ====================== */
    .conclusion {
        width: 85%;
    }

    .conclusion h2 {
        width: 85%;
    }

    /* ==================telecom infographics css ============================== */
    .telecom-card {
        width: 50%;
    }

    .telecom1::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 173px;
        width: 16px;
        background-color: inherit;
        border-right: 1px dashed #BCBCBC;
        -webkit-transform: skewX(16deg);
        -moz-transform: skewX(16deg);
        -ms-transform: skewX(16deg);
        transform: skewX(24deg);
    }

    .pulse-animation-1 {
        display: block;
    }
}

/*---------------------------------- Large devices (desktops, 992px and up) ----------------------------------------*/
@media (min-width: 992px) {
    .telecomwr {
        width: 100%;
        background-image: url(../images/domain/telecom-infograph.png);
        background-size: 100% 100%;
        margin: 2rem 0;
        position: relative;
    }

    main {
        margin: 0;
    }

    .hero-section {
        height: 80vh;
        background-position: center;
    }

    .hero-title p {
        display: block;
    }

    /* ================== infographics section css ================= */

    .infographics-structure {
        flex-direction: row;
        justify-content: space-between;
    }

    .infograph-left {
        width: 35%;
    }

    .infograph-right {
        width: 30%;
    }

    .infograph {
        padding: 1rem 0;
    }

    .infograph-center {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    /* ======================= consclusion section  css ====================== */
    .conclusion h2 {
        width: 86%;
        font-size: 3rem;
        line-height: 3rem;
    }
}

/* -------------------------X-Large devices (large desktops, 1200px and up)------------------------------------------- */
@media (min-width: 1200px) {
    /* ================== infographics section css ================= */
    .hero-title h1 {
        font-size: 2.5rem;
        display: block;
    }

    .infographics-head h2.infographics-title {
        font-size: 2.5rem;
    }

    .infograph-shape {

        width: 350px;
        height: 350px;
    }

    .conclusion h2 {
        width: 77%;
    }

}

/* ====================== Animation =================== */

.pulse-animation {
    position: absolute;
    right: 0;
    top: 50%;
}

.pulse {
    height: 5px;
    width: 5px;
    background-color: #B107FCFB;
    filter: blur(0.5px);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.center-point {
    height: 2px;
    width: 2px;
    background-color: #fff;
    border-radius: 50%;
}

.pulse::before {
    content: "";
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background: #00CEEE8F;
    filter: blur(1px);
    border-radius: 50%;
    animation: pulseeffect 1.5s linear infinite;
}

.pulse::after {
    content: "";
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background: #7649F7D8;

    filter: blur(1px);
    border-radius: 50%;
    animation: pulseeffect 1.5s linear infinite;
    animation-duration: 1s;
}

.pulse-animation-1 {
    position: absolute;
    top: 14%;
    right: 24.5%;
}

.pulse-1 {
    height: 10px;
    width: 10px;
    background-color: #B107FCFB;
    filter: blur(0.5px);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.center-point-1 {
    height: 2px;
    width: 2px;
    background-color: #fff;
    border-radius: 50%;
}

.pulse-1::before {
    content: "";
    position: absolute;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    background: #00CEEE8F;
    filter: blur(1px);
    border-radius: 50%;
    animation: pulseeffect 1.5s linear infinite;
}

.pulse-1::after {
    content: "";
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background: #7649F7D8;
    filter: blur(1px);
    border-radius: 50%;
    animation: pulseeffect 1.5s linear infinite;
    animation-duration: 1s;
}

@keyframes pulseeffect {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

@media print and (orientation: landscape)  {
 
    main{
      margin: -7rem 0 0 0;
    }
  
  } 

  @media print and (orientation: portrait)  {
 
    main{
      margin: 0;
    }
  
  }
  