* {
    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');
}
@font-face {
    font-family: 'MYRIADPRO-SEMIBOLD';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/MYRIADPRO-SEMIBOLD.OTF') format('woff');
}

:root {
    --MYRIADPRO-SEMIBOLD: 'MYRIADPRO-SEMIBOLD';
    --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) {
    main{
        margin: 5rem 0 0 0;
    }
    .hero-section {
        width: 100%;
        height: 50vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }
   .hero-video{
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
   }
    .hero-title {
        width: 90%;
        margin: 0 auto;
        z-index: 1;
    }

    .hero-title h1 {
        color: #fff;
        font-family: var(--sequel-bold-body);
        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.09rem;
        
        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;
        
    }
    
    /* -------------------partners css start ---------------------- */
    .partners{
        width: 90%;
        margin: 0 auto;
    }
    .partners h2{
        font-family: var(--Tungsten-SemiBold);
        font-size: 2.5rem;
        letter-spacing: 1px;
        line-height: 2.5rem;
        margin: 0 0 2rem 0;
    }
    .partners-cards-group{
        margin: 0 auto;
    }

    .partners-card{
        border: 1px solid yellowgreen;
        margin: 0 0 2rem 0;
        padding: 5rem 2rem 2rem 2rem;
        min-height: 350px;
        color: #fff;
        border-radius: 15px;
    }
    .partners-card h3{
        font-family: var(--MYRIADPRO-SEMIBOLD);
        font-size: 1.6rem;
        letter-spacing: 0.7px;
    }
    .partners-card p{
        font-family: var(--MYRIADPRO-REGULAR);
        font-size: 1.3rem;        
    }

    .bsw-integration-img{
        background-image: url("../images/domain/bsw-integration-img.png");
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;    
    }
    .req-manage-img{
        background-image: url("../images/domain/req-manage-img.png");
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }
    .auto-generation-img{
        background-image: url("../images/domain/auto-generation-img.png");
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;
    }

    .conclusion{
        width: 90%;
        margin: 0 auto 2rem;
    }
    .conclusion p{
        font-family: var(--MYRIADPRO-REGULAR);
        margin: 0;
        font-size: 1.3rem;        
    }
}

@media (min-width: 576px) {
    /* -----------------hero section css start ------------------*/
    main{
        margin: 4rem 0 0 0;
    }
    .hero-section {
        width: 100%;
        height: 50vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }
    .hero-video{
        object-fit: cover;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
    }
    .hero-title {
        width: 90%;
        margin: 0 auto;
        z-index: 1;        
    }

    .hero-title h1 {
        color: #fff;
        font-family: var(--sequel-bold-body);        
        text-shadow: 0px 0px 50px #000000B8;
        margin: 0;
    }

    .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.09rem;        
        display: inline;
    }

    .hero-title div {
        width: 60%;
    }

    /* ============== 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;
    }

    /* -------------------partners css start ---------------------- */
    .partners{
        width: 90%;
        margin: 0 auto;
    }
    .partners h2{
        font-family: var(--Tungsten-SemiBold);
        font-size: 2.5rem;
        letter-spacing: 1px;
        line-height: 2.5rem;
        margin: 0 0 2rem 0;
    }
    .partners-cards-group{
        margin: 0 auto;
        width: 60%;
    }

    .partners-card{
        border: 1px solid yellowgreen;
        margin: 0 0 2rem 0;
        padding: 5rem 2rem 2rem 2rem;
        min-height: 350px;
        color: #fff;
        border-radius: 15px;
    }
    .partners-card h3{
        font-family: var(--MYRIADPRO-SEMIBOLD);
        font-size: 1.6rem;
        letter-spacing: 0.7px;
    }
    .partners-card p{
        font-family: var(--MYRIADPRO-REGULAR);
        font-size: 1.3rem;        
    }

    .bsw-integration-img{
        background-image: url("../images/domain/bsw-integration-img.png");
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;    
    }
    .req-manage-img{
        background-image: url("../images/domain/req-manage-img.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .auto-generation-img{
        background-image: url("../images/domain/auto-generation-img.png");
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;
    }

    .conclusion{
        width: 90%;
        margin: 0 auto 2rem;    
    }
    .conclusion p{
        font-family: var(--MYRIADPRO-REGULAR);
        margin: 0;
        font-size: 1.3rem;        
    }
}

@media (min-width: 768px) {
    .hero-section {
        width: 100%;
        height: 70vh;
    }
    .hero-title {
        width: 85%;        
    }
    .domain-description .domain-desc-para{
        width: 85%;
     }
     .partners{
        width: 85%;
     }
     .conclusion{
        width: 85%;
    }
}

@media (min-width: 992px) {
    main {
        margin: 0;
    }
    .hero-section {
        height: 80vh;
        background-position: center;
    }
    .hero-title div {
        width: 59%;
    }
    .partners-cards-group{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .partners-card{
        width: 32%;
    }
    .partners-card h3{
        font-size: 1.3rem;
    }
    .partners-card p {
        font-size: 1.09rem;
    }
}

@media (min-width: 1200px) {
    .hero-title h1 {
        font-size: 2.5rem;
     }
     .hero-title div {
        width: 100%;
    }
    .hero-title p{
        display: block;
    }
    .req-manage-img{
        background-position: top;
    }
}

@media print and (orientation: landscape)  {
 
    main{
      margin: -7rem 0 0 0;
    }
  
  } 
  
  @media print and (orientation: portrait)  {
 
    main{
      margin: 0;
    }
  
  }