@import './common.css';

@font-face {
    font-family: 'gotham-black', sans-serif;
    src: url("/fonts/GothamBlack.otf") format("woff"), url("/fonts/GothamBlack.otf") format("opentype"), url("/fonts/GothamBlack.otf") format("truetype");
}

@font-face {
    font-family: "ArialMT";
    src: url("/fonts/arial-mt/arialmt.ttf") format("truetype");
}

@font-face {
    font-family: "Cambria";
    src: url("/fonts/cambria/cambria-bold.ttf") format("truetype");
}

@font-face {
    font-family: 'calibri-bold', sans-serif;
    src: url("/fonts/calibri-bold/FontsFree-Net-calibri-bold.ttf") format("truetype");
}

@font-face {
    font-family: "gotham-medium";
    src: url("/fonts/GothamMedium.ttf") format("truetype");
}

/* Century Gothic */
@font-face {
    font-family: "Century Gothic";
    src: url("/fonts/CenturyGothic/SansSerifBookFLF.otf") format("opentype");
}

body {
    font-family: 'gotham-black', sans-serif;
}

.segment-carousel {
    margin-top: 30px;
}
h1.fs68.line-initial.text-black span.d-block.main-heading {
    font-size: 35px !important;
}

/* New Section */
section.benefits-section{
    margin-top: 3%;
    margin-bottom: 7%;
}
span.middile-x {
    font-size: 45px;
    font-weight: bold;
    color: blue;
    position: relative;
    bottom: -50px;
}
.advantage-col .p-3.border.bg-light.text-center h3{
    margin-bottom: 0px;
}
.image-section img {
    margin: 15px;
    border: 0px #bfa8a8 solid;
    border-radius: 10px;
    padding: 10px;
}
.advantage-col h3 strong {
    color: rgb(2 92 224);
    font-size: 30px;
    font-weight: bolder;
}
.advantage-col .p-3.border.bg-light.text-center {
    border-radius: 20px;
    padding: 30px 0px !important;
}
.advantage-col p{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
ul.list-item-class{
    padding-left: 0rem;
}
ul.list-item-class li {
    padding: 20px;
    background: red;
    list-style: none;
    font-size: 22px;
    font-weight: 600;
}
ul.list-item-class li span {
    color: blue;
    font-size: 20px;
}
ul.list-item-class li:nth-child(even) {
    background-color: #f2f7fd; /* Light grey */
}
ul.list-item-class li:nth-child(odd) {
    background-color: #e5eefc; /* White */
}


/* End New Section */
.top-baner {
    padding-top: 0;
    padding-bottom: 0;
    background-image: url(../images/our-success-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: calc(100vh - 113px);
}

.header-banner {
    display: flex; 
    flex-direction: column; 
    min-height: 100vh; 
    justify-content: space-between;
}

.baner-box h1 {
    position: relative;
}

/*.baner-box h1::before {
    content: "";
    background: #025ce0;
    height: 3px;
    width: 237px;
    max-width: 100%;
    position: absolute;
    left: 5px;
    bottom: -14px;
}*/

.slide-box h3 {
    margin-top: 10px;
}

.slide-imgbox {
    display: flex;
    justify-content: center;
}

#carousel-one.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 150px;
}

.counter-section {
    padding-top: 0px;
    padding-bottom: 15px;
    background-image: url(../images/bg-ban2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 125px;
}

.counter-section .col-lg-3 {
    flex: 0 0 20%;
    max-width: 20%;
    display: flex;
    position: relative;
}

.counter-section .col-lg-3::after {
    content: "";
    width: 2px;
    height: 50px;
    background: white;
    position: absolute;
    top: 17%;
    right: 0;
    bottom: auto;
}

.counter-section .col-lg-3:last-child::after {
    display: none;
}

.offer-section {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url('../images/modules1.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    min-height: 100vh;
}

.test-boxleft {
    background-image: url('../images/CHATBOX.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    min-height: 300px;
    padding-top: 50px;
}

.brand-slider {
    padding: 30px 0 15px;
    background: #f8f9fb;
}

.brand-imgbox {
    background-color: #edeef0;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    margin: 15px;
}

.brand-imgbox img {
    /*    max-width: 85px;*/
    height: 100px;
}

#carousel-brand.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -5px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: black;
}

.owl-theme .owl-dots .owl-dot span {
    background: #666;
}

.footer-section {
    padding: 35px 0;
    background-image: url('../images/footer-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.testimonial-section {
    padding: 25px 0 10px;
}

.testimonial-box {
    padding: 20px;
    margin: 10px;
    border-radius: 5px;
    box-shadow: 8px 9px 14px rgb(0 0 0 / 7%);
    border: solid 1px #eee;
    padding-left: 45px;
    padding-top: 65px;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-box .circle-img {
    width: 70px;
    min-width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 1px 1px 11px rgb(0 0 0 / 63%);
    overflow: hidden;
    position: absolute;
    top: 25px;
    left: -35px;
    z-index: 99999;
    background: white;
}

.testimonial-box .circle-img>img {
    max-width: 56px;
}

img.quotes-icon {
    position: absolute;
    right: 22px;
    top: -30px;
}

#carousel-happy .item {
    padding: 0 30px;
    padding-top: 130px;
}

#carousel-happy .owl-item:first-child {
    margin-top: 0;
}

#carousel-happy .owl-item:nth-child(2n) {
    margin-top: -100px;
}

#carousel-happy .testimonial-box img {
    width: auto;
}

#carousel-happy.owl-theme .owl-nav.disabled+.owl-dots {
    display: block;
    margin-top: -10px;
    position: relative;
    z-index: 99;
}

.mobile-img-box {
    display: none;
}

.segment-carousel h2 {
    font-weight: 600;
}

.slide-box h3 {
    font-family: "Cambria";
    font-weight: 600;
}

.count-box h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.offer-section p {
    font-weight: 600;
}

.testimonial-box p {
    font-family: 'calibri-bold', sans-serif;
    font-weight: 600;
}

.testimonial-box h4 {
    /* font-family: "CenturyGothic"; */
}

.testimonial-box h4>span {
    font-weight: 600;
}

.testimonial-box h4>small {
    font-weight: 600;
}

.test-boxleft p {
    font-weight: 600;
}

.login-modal .modal-content {
    background-color: #f1f0f5;
    padding: 35px 45px;
    width: 90% !important;
    margin: 0 auto !important;
}

.login-modal .modal-content h5.modal-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

.login-modal .modal-content .form-control {
    background-color: white;
    height: 50px;
    box-shadow: none !important;
    border: solid 1px #ccc;
}

.login-modal .modal-content .btn-submit {
    padding: 12px 60px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    border-radius: 40px;
    background: #025ce0;
}

.login-modal .modal-content .modal-header .btn-close {
    position: absolute;
    right: 21px;
    top: 15px;
    box-shadow: none;
    font-size: 22px;
}

.login-modal .modal-content label { 
    color: #20222e;
}

.login-modal .modal-content .form-control::placeholder {
    color: #aaa;
    font-weight: 500;
}
a.nirmaan-capital {
/*    position: absolute;*/
    /* right: 35px; */
    text-align: left;
}
a.site-logo-main {
    color: aliceblue;
}


h3.text-black.fs13.fw500.line-initial {
    display: none;
}

a.btn.connect-btn {
    display: inline-table;
    position: fixed;
    right: 20px !important;
    bottom: 10px;
    background: red;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    border-radius: 100%;
    color: #fff;
    font-weight: 700;
    height: 75px;
    z-index: 99 !important;
}
.error {
    color: red;
}
.success {
    color: green;
}
span.d-block.main-heading {
    font-size: 48px;
    line-height: 45px
}



/* iPhone 12 */
@media only screen 
  and (min-device-width: 390px) 
  and (max-device-width: 390px) 
  and (min-device-height: 844px) 
  and (max-device-height: 844px) 
  and (-webkit-device-pixel-ratio: 3) { 
    .counter-section {
        min-height: 4vh;
        background-size: contain;
    }
}



/* Samsung Galaxy S21 */
@media only screen 
  and (min-device-width: 360px) 
  and (max-device-width: 360px) 
  and (min-device-height: 800px) 
  and (max-device-height: 800px) 
  and (-webkit-device-pixel-ratio: 3) { 
    .header-banner {
        min-height: 42vh !important;
    }
    .top-baner {
        background-size: cover;
    }
}



/* Google Pixel 5 */
@media only screen 
  and (min-device-width: 393px) 
  and (max-device-width: 393px) 
  and (min-device-height: 851px) 
  and (max-device-height: 851px) 
  and (-webkit-device-pixel-ratio: 2.75) { 
    /* Your CSS rules for Google Pixel 5 */
}


/* General Mobile Devices */
@media only screen and (max-width: 767px) {
    .header-banner {
        min-height: 48vh;
    }
    .baner-box.pt-5{
        padding-top: 0.5rem !important;
    }
   .top-baner {
        background-image: url(../images/hr-demofor-godrej-nirmaan-mobile.png);
        background-position: top center;
        background-size: contain;
        min-height: 40vh;
    }
    h1.fs68.line-initial.text-black span.d-block.main-heading{
        font-size: 14px !important;
    }
    span.d-block.main-heading {
        line-height: 32px;
    }
    a.nirmaan-capital {
        right: 15px;
    }
    img.img-fluid.site-logo{
        width: 80px !important;
    }
    .segment-carousel {
        margin-top: 10px;
        width: 55%;
    }
    .counter-section{
        min-height: 35px;
        background-size: contain;
    }

    .offer-section {
        background-position: left bottom;
        background-size: contain;
        min-height: 75vh;
    }
    .advantage-col .p-3.border.bg-light.text-center{
        margin-top: 20px;
    }
    .advantage-col h3 strong {
        font-size: 16px;
    }
    .advantage-col p {
        font-size: 14px;
        line-height: 22px;
    }
    section.offer-section .fs62 {
        font-size: 26px !important;
    }
    footer.footer-section .fs32 {
        font-size: 18px !important;
    }
    .btnType1, .btnType2 {
        padding: 17px 40px;
        font-size: 18px;
    }
    .offer-section .d-block {
        display: inline !important;
    }
    .login-modal .modal-content h5.modal-title {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .login-modal .modal-content {
        padding: 25px 10px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .header-banner {
        min-height: 42vh !important;
    }
    .top-baner{
        background-size: cover;
    }
    .counter-section {
        min-height: 58px;
    }

  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    img.img-fluid.site-logo {
        margin-bottom: 15px !important;
    }
    .header-banner {
        min-height: 32vh;
    }
    .top-baner{
        min-height: 32vh;
        background-size: cover;   
    }
    h1.fs68.line-initial.text-black span.d-block.main-heading {
        font-size: 12px !important;
    }
    span.d-block.main-heading {
        line-height: 18px;
    }
    .offer-section{
        min-height: 55vh;
    }
    section.benefits-section h2.fs35.fw600.text-col2.line-initial.mb-3.text-center{
        font-size: 22px !important;
    }
    ul.list-item-class li {
        font-size: 16px;
    }
    h2.fs35.fw600.text-col2.line-initial.mb-3.text-center.advantage{
        margin: 0px !important;
    }
}




@media only screen and (min-width: 390px) and (max-width: 844px) {
    .offer-section {
        min-height: 45vh;
    }


}


