/* Headings ke liye Teko */ h1, h2, h3, h4, h5, h6 { font-family: 'Teko', sans-serif; font-weight: 600; /* Customize weight based on your need */ margin: 0px; color: #161E46; } /* Normal Text ke liye Barlow */ body, p, span, a, li { font-family: 'Barlow', sans-serif; // font-weight: 400; /* Customize weight based on your need */ } .text-orange { color: #FF721B; } .text-blue1 { color: #34BBEC; } .text-capital { text-transform: uppercase; } .pr-50 { padding-right: 50px; } .pr-100 { padding-right: 100px; } .mb-60 { margin-bottom: 60px; } .text-hover-blue { &:hover { color: #34BBEC !important; } } .ah-training-page { .container { max-width: 1566px; } h2 { font-size: 52px; font-weight: 700; line-height: 61px; } h3 { font-size: 42px; font-weight: 700; line-height: 48px; } h4 { font-size: 38px; font-weight: 700; line-height: 48px; } h5 { font-size: 30px; font-weight: 700; line-height: 48px; } p, li { font-size: 18px; font-weight: 600; } .text-d-blue { color: #161E46; } .questions-sec { strong { font-size: 24px; span { font-weight: 700; } } p, li { font-size: 22px; font-weight: 600; } } .card { padding: 50px; display: block; position: relative; border: 0; } .rounded-30 { border-radius: 30px; } .bg-light-gray { background-color: #F6F6F6; } ul { position: relative; margin-left: 20px; li { position: relative; padding-left: 0px; list-style: disc; margin-left: 20px; } } a { color: #34BBEC; &:hover { color: #FF721B; } } ul.social { margin: 0; list-style: none; li { padding: 0; list-style: none; display: inline-block; margin-left: 10px; a { i { border: 1px solid #34BBEC; color: #34BBEC; padding: 10px; border-radius: 12px; background-color: #F6F6F6; } &:hover { i { border: 1px solid #FF721B; color: #FF721B; } } } } } .d-btn-orange { position: relative; font-size: 20px; font-family: 'Teko', sans-serif; font-weight: 500; background-color: #FF721B; &:hover { background-color: #34BBEC; color: white; } } .d-btn-blue { position: relative; font-size: 20px; font-family: 'Teko', sans-serif; font-weight: 500; background-color: #34BBEC; &:hover { background-color: #FF721B; color: white; } } .theme-strong { position: relative; font-size: 22px; font-weight: 800; line-height: 25px; span { font-weight: 800; display: inline-block; margin-right: 5px; } } .tabs-sec { .nav-link { position: relative; font-family: 'Teko', sans-serif; font-size: 20px; padding: 20px; font-weight: 800; width: 25%; align-items: center; color: #161E46; background-color: white; display: flex; align-items: center; justify-content: space-around; } .nav-link.active { color: #FF721B; background-color: #F6F6F6 !important; // background: gray; } } .blue-label { background-color: #34BBEC; color: #F6F6F6; display: inline-flex; align-items: center; padding: 20px 35px; gap: 50px; border-radius: 20px; margin-bottom: 50px; .label-icon { background: #ff721b; width: 75px; height: 109px; display: inline-flex; align-items: center; justify-content: center; margin: -20px 0px -45px 0px; padding-bottom: 20px; position: relative; &::before { position: absolute; content: ""; display: block; width: 100%; height: 20px; background-color: #ff721b; bottom: 0; width: 0; height: 0; border-left: 37px solid transparent; border-right: 37px solid transparent; border-bottom: 20px solid #ffffff; } } .lable-title { font-size: 30px; font-weight: 700; font-family: 'Teko', sans-serif; } } .table { thead { background-color: white; tr { th { font-weight: 700; font-size: 16px; text-transform: uppercase; vertical-align: middle; } } } tbody { tr { td { font-size: 14px; font-weight: 600; vertical-align: middle; ul li { font-size: 14px; } } } } } .clickable-table { .table td { cursor: pointer; } .table { .dropdown-icon { img { display: inline-block; position: relative; transition: transform 0.3s ease; } } [aria-expanded="true"] { .dropdown-icon { img { transform: rotate(-180deg); } } } } .rotate { transform: rotate(90deg); } } .group-training-sec { strong { font-size: 24px; text-transform: capitalize; span { font-weight: 700; } } ul { margin-left: 0px; margin-bottom: 40px; li { list-style: none; margin-left: 0px; padding-left: 20px; margin-bottom: 20px; &::before { position: absolute; content: "✔"; left: 0; top: -1px; color: #ff721b; font-size: 14px; margin-right: -8px; display: inline-block; vertical-align: middle; } strong { font-size: 18px; } } } } .partner-logos { position: relative; display: flex; align-items: center; flex-wrap: wrap; gap: 24px; justify-content: space-between; a { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 234px; height: 234px; padding: 37px; border: 1px solid #EAEAEA; border-radius: 18px; background-color: white; bottom: 0; transition: 0.4s; img { width: auto; height: auto; } &:hover { bottom: 10px; box-shadow: 0px 10px 10px 0px #0000001A; } } } .modal-training { * { font-family: Barlow; } button.close { font-size: 51px !important; opacity: 100; padding: 0 !important; display: inline-block; position: relative; margin-top: -4px !important; margin-right: 0px !important; } .modal-content { border-radius: 60px !important; padding: 55px 60px; } .modal-header { border: 0; padding: 0; } .modal-body { border: 0; padding: 0; margin: 30px 0 !important; label { color: #161E46; font-size: 17px; font-weight: 600; display: block; margin-bottom: 10px; } .form-control { border-radius: 5px; background-color: #F6F9FF; font-size: 17px; color: #161E46; border: 1px solid #EEF4FF; margin-bottom: 15px; min-height: 50px; } } .modal-footer { padding: 0; border: 0; } } } // // // // // // // // // // // // //