@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap");
@import url("https://use.typekit.net/nkq8fly.css");

@font-face {
    font-family: 'tungstenw05-medium';
    src: url('/content/dam/infosys-web/en/fonts/tungstenw05-medium.woff2') format('woff2'),
        url('/content/dam/infosys-web/en/fonts/tungstenw05-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body,
html {
    font-family: myriad-pro, Arial;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
    padding: 0;
    margin: 0;
    scroll-behavior: unset;
    background-color: #D4E7EF;
    /* background: linear-gradient(135deg, #d8f2f1, #fed6e3); */
    background-image: linear-gradient(to right bottom, #ebf2fc, #e4eef9, #dde9f5, #d6e5f2, #cfe1ee);
    color: #dbdfeb;
}

.py-50 {
    padding-top: 30px;
    padding-bottom: 50px;
}

*:focus,
a:focus,
button:focus {
    outline: 1px solid #0072ad;
    box-shadow: none;
}


p {
    font-family: myriad-pro, Arial;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    color: #dbdfeb;
}

p.parabig {
    font-size: 20px;
}

.h1-head,
.h2-head,
.h3-head {
    font-family: "tungstenw05-medium", "Oswald", sans-serif;
    line-height: 1;
    margin: 0 0 20px;
    position: relative;
}

.h1-head {
    font-size: 60px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.2s ease;
}

.h1-seperator-line {
    width: 0px;
    height: 2px;
    background-color: #FAB800;
    margin: 0 0 30px;
    transition: all 0.3s ease;
}


.parapbig {
    font-size: 26px;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.5s ease;
}

.h2-head {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.h3-head {
    font-size: 32px;
    line-height: 1;
}

.h2-seperator-line {
    z-index: 1;
    position: relative;
    width: 0px;
    height: 2px;
    background-color: #FAB800;
    margin: 0 0 20px;
    transition: all 0.5s ease;
}

.pos-rel {
    position: relative;
    z-index: 1;
}

/* Animation  */
.splittext-reveal h2 div,
.headtext-reveal div {
    opacity: 0;
    /* transform: translateY(20px) scaleY(1.5); */
    transform: translateY(50px);
    transition: all 0.1s ease;
}

.block-reveal-list-item,
.block-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.2s ease;
}

/* Colors  */
.text-c-spa-1 {
    color: #0CC4F2;
}

.text-c-spa-2 {
    color: #BCD0D8;
}

.text-c-spa-3 {
    color: #060842;
}

.text-c-spa-4 {
    color: #D4E7EF;
}

.text-c-spa-5 {
    color: #dbdfeb;
}

.text-c-spa-6 {
    color: #3b0d85;
}

.bg-c-spa-2 {
    background-color: #150826;
}

.bg-c-spa-grad {
    background-color: #3b0d85;
    background-image: linear-gradient(to right top, #46069e, #1c0d35, #1f0248, #170a2b, #46069e)
        /*background-image: linear-gradient(to right top, #1f0e3a, #1c0d35, #190c30, #170a2b, #150826);*/
}


/* Header  */

/* Header  */
header {
    position: absolute;
    top: 20px;
    padding: 0 15px;
    height: 70px;
    z-index: 9;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateY(-100px);
    transition: all 0.5s ease;
    background: transparent;
}

header .navbar {
    justify-content: flex-start;
}

a {
    text-decoration: none;
    outline: inherit;
    color: inherit;
}

.burger,
.menu-bg {
    margin-top: 30px !important;
    margin-right: 20px;
}

/* Footer  Start */


.pt50.pb50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.scroll-up {
    position: fixed;
    bottom: 20px;
    right: 18px;
    display: none;
    z-index: 1;
}

footer {
    position: relative;
    background: #f8f8f8;
    color: #333;
    border-top: 5px solid #d8d8d8;
}

ul.footer-txt>li:first-child {
    margin-top: 20px;
}

ul.footer-txt>li {
    margin-bottom: 10px;
}

ul.footer-txt>li>a {
    color: #3f3f3f;
    font-size: 16px;
    font-weight: 400;
}

.ul.footer-txt>li>a:hover {
    text-decoration: none;
}

.ftr-head {
    color: #000000;
    font-size: 22px;
    font-weight: 900;
    margin-top: 0;
}

.country {
    position: relative;
    z-index: 1;
}

.up-arrow,
.down-arrow {
    position: relative;
    margin-left: 100px;
    z-index: -1;
}

.up-arrow:before,
.down-arrow:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #333;
    font-size: 18px;
    /*position: absolute;*/
    top: 2px;
    left: 0;
}

.up-arrow:before {
    content: "\f0d8";
}

.down-arrow:before {
    content: "\f0d7";
}

.select-country>a {
    border: 1px solid #7e7e7e;
    padding: 5px 15px;
    display: inline-block;
    color: #3f3f3f;
}

.select-country>a:hover,
.select-country>a:focus {
    color: #3f3f3f;
    text-decoration: none;
}

.option-country {
    display: none;
}

.open-country {
    display: block;
    position: relative;
}

.country-align {
    position: absolute;
    top: -238px;
    margin-bottom: 10px;
    background-color: #fff;
    color: #fff;
    width: 100%;
    max-height: 200px;
    overflow: auto;
    -webkit-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
}

.country-align>li>a {
    color: #7e7e7e;
    padding: 10px 15px;
    display: block;
}

.country-align>li>a:hover {
    background: #63b0ff;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .mt-xs-20 {
        margin-top: 20px;
    }

    footer ul {
        margin-bottom: 10px;
    }

    .select-country>a {
        color: #7e7e7e;
    }

    .select-country>a:hover,
    .select-country>a:focus {
        color: #7e7e7e;
    }

    .pull-left-xs {
        float: left !important;
    }

    .line {
        margin: 50px 0;
    }
}

/* Footer End  */

#mainDiv {
    padding: 15px;
}

/* Banner  */
.bannersection {
    position: relative;
    height: auto;
    padding-top: 140px;
    padding-bottom: 30px;
    overflow: hidden;
    border-radius: 15px;
}

.section-video-bg {
    position: absolute;
    background-color: #000000;
    border-radius: 15px;
    /* width: 100%;
    height: 100%; */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    padding: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    transform: translateY(100px);
    transition: all 0.7s ease-in-out;
    margin: auto;
}

.section-video-bg img {
    object-fit: cover;
    width: auto;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    transform: scale(1);
}

.section-video-bg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.block-content {
    position: relative;
    z-index: 1;
}

.whymigrate-ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.whymigrate-ul li {
    font-family: myriad-pro, Arial;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    color: #0E0A42;
    border: 1px solid #e9eff6;
    background-color: transparent;
    box-shadow: 0px 15px 22px 0px #765FB84D;
    padding: 10px 10px 10px 40px;
    border-radius: 5px;
    margin: 15px 0 0;
    position: relative;
}

.whymigrate-ul li:before {
    content: '';
    background-image: url(/content/dam/infosys-web/en/services/sap/insights/business-unstoppable/images/industry.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 13px;
    width: 20px;
    height: 20px;
    z-index: 1;
}

.download-content {
    background-color: #ffffff;
    box-shadow: 0px 15px 22px 0px #765FB84D;
    padding: 20px 20px 50px;
    border-radius: 10px;
}

.download-content p {
    font-size: 20px;
    color: #0E0A42 !important;
}

.sap-migration-img {
    width: 100%;
}

.sap-migration-img img {
    width: 100%;
}

/* Form Section  */
.pr-5 {
    padding-right: 20px;
}

.field-bg input,
textarea {
    font-size: 20px;
    padding: 10px 0 10px 0px;
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #060842;
    background-color: transparent;
    border-radius: 0px;
    color: #060842;
    resize: none;
}

.field-bg {
    position: relative;
    margin-bottom: 50px;
}

.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:after,
.bar:before {
    content: '';
    height: 50px;
    width: 0;
    top: -53px;
    position: absolute;
    background-color: rgba(225, 225, 225, 0.1);
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    border-radius: 0px;
}

.field-bg label,
.field-bg textarea:valid~label {
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    pointer-events: none;
    left: 16px;
    top: 14px;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #060842;
    font-family: "tungstenw05-medium", "Oswald", sans-serif;
    line-height: 0.9;
}

.field-bg sup {
    color: #f16c51;
}

.field-bg form {
    width: 100%;
}

.field-bg input:focus~.bar:after,
.field-bg input:focus~.bar:before {
    width: 100%;
}

.field-bg input:focus~label,
.field-bg textarea:focus~label {
    top: -20px;
    font-size: 18px;
    color: #060842;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 400;
}

.field-bg input:not([value='']):not(:focus)~label,
.field-bg textarea:not([value='']):not(:focus)~label {
    top: -20px;
}

.field-bg input:focus::-webkit-input-placeholder {
    opacity: 1;
    font-size: 14px !important;
    color: #060842;
}

.field-bg input:focus::-moz-placeholder {
    opacity: 1;
    font-size: 14px !important;
    color: #060842;
}

.field-bg input:focus:-ms-input-placeholder {
    opacity: 1;
    font-size: 14px !important;
    color: #060842;
}

.field-bg input:focus:-moz-placeholder {
    opacity: 1;
    font-size: 14px !important;
    color: #060842;
}

.field-bg input::-webkit-input-placeholder {
    opacity: 0;
}

.field-bg input::-moz-placeholder {
    opacity: 0;
}

.field-bg input:-ms-input-placeholder {
    color: transparent;
}

.field-bg input:-moz-placeholder {
    opacity: 0;
}

.field-bg input:focus,
.field-bg textarea:focus {
    outline: 0;
}

/* Radio Group  */
.field-radio-group {
    margin-bottom: 20px;
    /* width: 100%;
    display: flex;
    gap: 50px;
    align-items: center; */
}

.field-radio-group .form-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.field-radio-group input {
    width: 1em;
    height: 1em;
    border: 2px solid #060842;
    background: transparent;
    padding: 0;
    pointer-events: all;
    margin: 2px 0 0;
}

.field-radio-group label,
.field-radio-group input:focus~label {
    position: relative;
    top: 3px !important;
    left: unset !important;
    pointer-events: all;
    /* font-size: 36px; */
    margin-bottom: 15px;
}

.field-radio-group p {
    padding: 10px 0;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0px;
}

/* Radio Group End  */
.privacy-btn-main {
    font-size: 18px;
    display: flex;
    align-items: flex-start;
}

.form-switch {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-top: 5px;
    -webkit-tap-highlight-color: transparent;
    padding: 0;
    padding-bottom: 18px;
    margin-right: 10px;
}

.form-switch i {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 23px;
    display: inline-block;
    margin-right: 0.2rem;
    position: relative;
    transition: all 0.3s linear 0s;
    vertical-align: text-bottom;
    height: 22px !important;
    width: 40px !important;
}

.form-switch i:before {
    background-color: rgba(0, 0, 0, 0.17);
    border-radius: 11px;
    content: '';
    left: 0;
    position: absolute;
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all 0.25s linear 0s;
    height: 18px !important;
    width: 36px !important;
}

.form-switch i:after {
    content: '';
    position: absolute;
    left: 0;
    background-color: #060842;
    border-radius: 11px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    transform: translate3d(2px, 2px, 0);
    transition: all 0.2s ease-in-out;
    width: 18px !important;
    height: 18px !important;
}

.form-switch:active i:after {
    width: 28px;
    transform: translate3d(2px, 2px, 0);
}

.form-switch:active input:checked+i::after {
    transform: translate3d(16px, 2px, 0);
}

.form-switch input {
    margin: 5px 0 0;
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.form-switch input:checked+i {
    background-color: #0CC4F2;
}

.form-switch input:checked+i:before {
    transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}

.form-switch input:checked+i::after {
    transform: translate3d(22px, 2px, 0);
}

.pvcy-stmt,
.pvcy-stmt:focus,
.pvcy-stmt:hover {
    color: #060842;
    font-weight: 500;
    text-decoration: underline;
}

/* 
  .submit-btn {
    font-family: "tungstenw05-medium", "Oswald", sans-serif;
    font-size: 52px;
    text-transform: uppercase;
    position: relative;
    line-height: 0.9;
    color: #060842;
    font-weight: 400;
    padding: 10px 40px;
    border: 0;
    background-color: #00a995;
   background-image: linear-gradient(to right, #0085bd, #00a995); 
  } */

#thankyou {
    display: none;
}

.redColor {
    color: #060842;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    left: 10px;
    margin: 0 auto;
    padding: 4px;
    top: 50px;
    position: absolute;
}

.email-checker {
    position: absolute;
    left: -9999px;
}

/* new code */
#connected_with_us .redColor {
    color: #060842 !important;
}

#connected_with_us .field-bg sup {
    color: #060842 !important;
}

/* #connected_with_us .submit-btn {
    border: 1px solid #ab6604;
    background-color: #ab6604;
  } */
#connected_with_us .submit-btn {
    border: 1px solid #ab6604;
    background-color: #ab6604;
}

#connected_with_us .submit-btn:hover,
#connected_with_us .submit-btn:focus {
    color: #060842;
    border: 1px solid #060842;
    background-color: transparent;
}

.mb15 {
    margin-bottom: 15px;
}

a {
    color: #00578A;
}

#request_for_services .form-group .reg {
    color: #565656;
}

#request_for_services #region .radio-container label {
    color: #595959;
}


#request_for_services .field-bg label,
#request_for_services .field-bg input:focus~label {
    color: #565656;
}

#request_for_services .field-bg textarea:focus~label,
#request_for_services .field-bg textarea:valid~label {
    color: #565656;
}

#request_for_services .redColor {
    color: #993311;
}

#request_for_services .field-bg sup {
    color: #993311;
}

#request_for_services .submit-btn {
    background-color: #000;
    border: 1px solid #000;
}

#request_for_services .submit-btn:hover {
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
}

.form-switch {
    margin-top: 0;
}

.form-switch a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.text-left {
    text-align: left;
}

#alertsubmit .redColor {
    display: none;
}

.form-switch input {
    width: 100%;
    height: 18px;
    opacity: 1;
}

.form-switch input:focus {
    outline-offset: 1px;
}

.form-switch i {
    background-color: rgba(255, 255, 255, 1);
}

.form-group {
    margin-left: 0px;
    position: relative;
}

.form-left-content p {
    font-size: 18px;
}

/* new code end */

/* FORM CSS END */

.btn-sap {
    background-color: #dbdfeb;
    color: #000000;
    font-size: 18px;
    padding: 5px 15px;
    border-radius: 50px;
    text-transform: uppercase;
    transition: all 0.2s ease;
    font-weight: 600;
}

.btn-sap:hover,
.btn-sap:focus,
.btn-sap:active {
    background-color: #0CC4F2;
    color: #000000;
    transition: all 0.2s ease;
}


#connectwithus .btn-sap {
    background-color: #3b0d85;
    background-image: linear-gradient(to right top, #075475, #096d92, #0888af, #04a3cc, #00c0e8);
    color: #ffffff;
    padding: 10px 25px;
    font-size: 18px;
    border-radius: 50px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 600;
    transition: all 0.5s ease;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    border: none !important;
}

#connectwithus .btn-sap img {
    width: 25px;
    filter: invert(1);
}

#connectwithus .btn-sap:hover {
    box-shadow: 0px 15px 22px 0px #765FB84D;
    transition: all 0.5s ease;
}

@media only screen and (max-width: 1100px) {
    .btn-sap {
        font-size: 16px;
    }

    .download-content {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .h1-head {
        font-size: 45px;
    }

    .h2-head {
        font-size: 41px;
    }

    .parapbig {
        font-size: 18px;
    }

    #mainDiv {
        padding: 0;
    }
}