@font-face {
    font-family: 'calibri';
    font-style: normal;
    font-weight: normal;
    src: local('calibri'), url('../Fonts/calibri.ttf') format('woff');
}

@font-face {
    font-family: 'calibri';
    font-style: normal;
    font-weight: normal;
    src: local('calibri'), url('../Fonts/calibrib.ttf') format('woff');
}

@font-face {
    font-family: 'Zurich BT Roman';
    font-style: normal;
    font-weight: normal;
    src: local('Zurich BT Roman'), url('../Fonts/Zurich\ BT\ Roman.ttf') format('woff');
}

@font-face {
    font-family: 'Times New Roman';
    font-style: normal;
    font-weight: normal;
    src: local('Zurich BT Roman'), url('../Fonts/TimesNewRoman/times\ new\ roman.ttf') format('woff');
}

@font-face {
    font-family: 'Times New Roman Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Zurich BT Roman'), url('../Fonts/TimesNewRoman/times\ new\ roman\ bold.ttf') format('woff');
}

@font-face {
    font-family: 'Times New Roman Bold italic';
    font-style: normal;
    font-weight: normal;
    src: local('Zurich BT Roman'), url('../Fonts/TimesNewRoman/times\ new\ roman\ bold\ italic.ttf') format('woff');
}

@font-face {
    font-family: 'Times New Roman Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Zurich BT Roman'), url('../Fonts/TimesNewRoman/times\ new\ roman\ italic.ttf') format('woff');
}


body,
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Times New Roman Bold';
}




.bs-example {
    margin: auto;
    width: 25%;
}

@media screen {

    .dropdown:hover .dropdown-menu,
    .btn-group:hover .dropdown-menu {
        display: block;
    }

    .dropdown-menu {
        margin: auto;
    }

    .dropdown-toggle {
        margin: auto;
    }

    .navbar .dropdown-toggle,
    .nav-tabs .dropdown-toggle {
        margin: auto;
    }
}

/* .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: end;
} */

.navbar-nav .nav-link {
    font-size: 18px;
}

.navbar-nav .nav-link i {
    font-size: 20px;
}


.navbar-nav li:nth-child(-n +4):after {
    content: "";
    border-right: 1px solid rgb(0 0 0 / 65%);
    display: block;
    width: 100%;
    height: 18px;
    margin-top: -30px;
}

.navbar-brand {
    width: 50%;
}

.navbar-brand img {
    width: 30%;
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}



#skip-button {
    margin-top: 20px;
    padding: 6px 20px;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    right: 20px;
    border: none;
}

#main-content {
    padding: 20px;
}

#typewriter {
    text-align: center;
    font-family: 'Zurich BT Roman';
    white-space: pre-wrap;
    /* Ensure text wraps correctly */
}

/* Ensure proper spacing and alignment */
.preload-text {
    font-size: 40px;
    display: none;
    /* Initially hide all paragraphs */
}

#para1{
    margin-right: 100px;
}
 

.header {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    background-color: #fff;
}


.main-section h1 {
    color: #000;
    font-size: 43px;
}

.main-section .first-section h1 {
    font-size: 50px;
    text-align: center;
}


.main-section h1 span {
    color: rgb(239 127 26);
    font-size: 55px;
}


.main-section img {
    width: 100%;
}

.main-section a img {
    width: 130px;
}


.main-section h2 {
    color: rgb(0 0 0);
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 1px;
}

.main-section p {
    font-size: 20px;
}

.main-section {
    padding: 200px 0px;
    height: 100vh;
}

.main-section h3{
    display: none !important;
}

.mobile{
    display: none !important;
}


@media (width <=1440px) {
    .main-section {
        padding: 200px 0px;
        height: 100vh;
    }
}

@media (width >=1400px) {
    .main-section {
        padding: 230px 0px;
        height: 100vh;
    }
}


@media (width >=1600px) {
    .main-section {
        padding: 290px 0px;
        height: 100vh;
    }

}

@media (width <=768px) {
    html {
        scroll-padding-top: 130px;
    }
    #main-content {
        padding: 0px ;
    }
    #typewriter {
        text-align: center;
        font-family: 'Zurich BT Roman';
        white-space: pre-line;
    }

    
    .navbar-nav{
        padding: 0px 20px;
    }
    .header {
        position: fixed;
        width: 100%;
        z-index: 99;
        top: 0;
        background-color: #fff;
        padding: 10px 0px;
    }

    .main-section .first-section h1 {
        font-size: 28px;
        line-height: normal;
        text-align: start;
    }
    .main-section h1 span {
        color: rgb(239 127 26);
        font-size: 50px;
    }
    .main-section h1 {
        color: #000;
        font-size: 25px;
    }

    .main-section h1 br{
        display: none;
    }


    .navbar-brand img {
        width: 80%;
    }
    .navbar-nav li:nth-child(-n +4):after {
        content: "";
        border-right: 1px solid rgb(0 0 0 / 65%);
        display: none !important;
        width: 100%;
        height: 18px;
        margin-top: -30px;
    }
    .main-section h3 {
        display: block !important;
        text-align: center;
        color: #ef7f1a;
        font-size: 30px;
        margin-bottom: 30px;
    }
    .promise-section, .point-section, .experience-section, .contact-section{
        height: auto !important;
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .main-section p br{
        display: none;
    }

    .main-section img {
        width: 40%;
        margin-bottom: 10px;
    }

    .res-img {
        text-align: center;
    }
    .desktop {
        display: none !important;
    }

    .mobile{
        display: block !important;
    }
    #para1{
        margin-right: 0px;
    }
    .preload-text {
        margin: 0;
        font-size: 30px;
        display: none; 
    }
     
    #typewriter {
        text-align: center;
        font-family: 'Zurich BT Roman';
        white-space: unset;
        /* Ensure text wraps correctly */
    }
    

}