<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* *{
    overflow-x: hidden;
} */
/* @font-face {
    font-family: "Avenir";
    src: url("../fonts/AvenirLTStdBook.otf");
    font-weight: normal;
    font-style: normal;
  }
@font-face {
    font-family: "Avenir-medium";
    src: url("../fonts/AvenirLTStdMedium.otf");
    font-weight: normal;
    font-style: normal;
} */
body{
    background-color: #ffffff;
    font-family: 'DM Sans', system-ui, sans-serif;
}

.banner{
    background-color: #0ead69;
    min-height: 60vh;
}
h1,h2,h3,h4{
    font-family: 'DM Sans', system-ui, sans-serif !important;
}
.courseTitle{
    font-family: 'DM Sans', system-ui, sans-serif !important;
    font-weight: 900;
    font-size: 2.35rem !important;
}
p{
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
}
.highlight-text{
    font-size: 1.75rem !important;
    font-weight: 900;
}
.strike{
    text-decoration: line-through;
}
.btn-outline-light {
    color: #f8f9fa;
}
.rounded-corner{
    border-radius: 25px;
}
.bodyContainer p{
    color: #3d4a63;
    max-width: 95%;
}
h2{
    color: #132241;
    font-size: 1.5rem;
    line-height: 2.125rem;
}
.bg-grey{
    background-color: #f5f8f8;
}
.authorImage{
    border-radius: 50%;
    height: 13rem;
    width: 13rem;
}
h4{
    color: #3d4a63;
    font-size: 1.3rem;
    font-weight: 700;
}
.authorInfo{
    color: #8890a0 !important;
    font-size: 1.1rem;
}
.learnersImg{
    border-radius: 50%;
    height: 4rem;
    width: 4rem;
    margin-bottom: 3%;
}
.learners-card{
    width: 27%;
    margin: 2%;
}
#price{
    font-size:1.3rem !important;
}
@media (max-width:600px){
    .learners-card{
        width: 100%;
    }
    p{
        font-size: .875rem !important;
        line-height: 1.5rem !important;
    }
    .courseTitle{
        font-size: 1.5rem !important;
        line-height: 2.125rem !important;
    }

    h3{
        font-size: 0.875rem !important;
        line-height: 1.25rem !important;
    }
    h2{
        font-size: 1rem !important;
        line-height: 2.125rem !important;
    }
    .module{
        font-size: 0.875rem !important;
        line-height: 1.5rem !important  ;
    }
    .lesson{
        font-size: 0.875rem !important;
        line-height: 1.5rem !important  ;
        padding-left: 0 !important;
    }
    .codekata-title{
        font-size: 1.5rem !important;
        line-height: 3.375rem !important;
    }
    .ck-img{
        height: 60px;
    }
    .faq-title{
        font-size: 0.875rem !important;
        line-height: 1.25rem;
    }
    .money{
        font-size: 0.75rem !important;
        line-height: 2rem !important;
    }
}
.codekata-title{
    font-family: 'DM Sans', system-ui, sans-serif !important;
    color: #132241;
    font-weight: 900 !important;
    font-size: 2.5rem;
}
.icn{
    display: inline-block;
    height: 1.2rem;
    width: 1.2rem;
    background-repeat: no-repeat !important;
    margin-right: 10px;
    background-size: 1.2rem !important;
    vertical-align: middle;
}
/* .icn-tick {
    padding-left: 1.3em;
}

.icn-tick:before {
  content: "\F058";
  font-family: Font Awesome 5 Free;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
} */
.icn-tick{
    /* background: url("../images/course/tick.svg") left center no-repeat;
    padding-left: 1.5rem; */
    list-style: inside url("../images/course/tick.png");
}
.icn-bullet{
    /* background: url("../images/course/bullet.svg"); */
    list-style: inside url("../images/course/bullet.svg");

}
.icn-play{
    background: url("../images/course/play.svg");
}
li p{
    margin-bottom: 0 !important;
    display: inline;
}

h5{
    color: #132241;
    font-size: 1rem;
}
.form-group {
    margin-bottom: 0.5rem;
}
#formCard input,#formCard button{
    border-radius: 0.5rem;
}
small{
    color: #8890a0 !important;
    font-weight:600 !important;
}
.info-msg{
    color: #09d15e !important;
    font-weight:500 !important;
}
.banner-content{
    width:100%;
}
@media (min-width:700px) and (max-width:1330px){
    .learners-card
    {
        min-height: 32rem;
    }
}
@media (min-width:1500px){
    .learners-card
    {
        min-height: 25rem;
    }
}
@media (min-width:1330px){
    .fix-top{
        right: 4rem !important;
    }
}
@media (min-width:768px){
    .fix-top{
        position: fixed;
        /* right: 1rem; */
        right: 2rem;
        z-index: 2000;
        top: 4rem;
    }
    #formCard{
        /* margin-top: 5% !important; */
        max-width: 23rem;
        /* max-width: 30rem; */
    }
    .highlight{
        column-count: 2;
    }
    .banner-content{
        width:75%;
    }
    .soffset-1{
        margin-left: 5.25rem;
        margin-right: 5.25rem;

    }
    /* .certificate-list li{
        margin-bottom: 10%;
    } */
}
.money{
    color: #0ead69;
    font-size: 1.35rem;
}
.none{
    display: none;
}
.rating{
    padding-top: 5px;
    font-size: 1.3rem;
}
ul li{
    margin-bottom: 1rem;
}
.lesson{
    font-size: 1rem;
    color: rgba(136, 144, 160, 1);
}
.module{
    font-size: 1.125rem;
    color: rgba(61, 74, 99, 1);
    line-height: 1.5rem;
}
.faq-title{
    font-size: 1.125rem;
    color: rgba(61, 74, 99, 1) !important;
    line-height: 1.25rem;
}
.rounded-cards .card-header{
    border-radius: 0.5rem !important;
}
.rounded-cards .card-body{
    font-size: 1rem;
    color: rgba(61, 74, 99, 1);
    line-height: 1.75rem;
}
.syllabus .card-body{
    color: rgba(136, 144, 160, 1) !important;
}
.stepper li{
	margin-bottom: 0 !important;
}
.soffset-1{
    margin-left: 8.33%;
}
.grecaptcha-badge {
    display: none;
}
.star {
  flex: 25%;
  /* margin: 50px 0; */
  position: relative;
  display: inline-block;
  color: red;
  width: 0px;
  height: 0px;
  border-right: 12px solid transparent;
  border-bottom: 9px solid gold;
  border-left: 12px solid transparent;
  transform: rotate(35deg);
}
.star:before {
  border-bottom: 9px solid gold;
  border-left: 4px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  height: 0;
  width: 0;
  top: -5px;
  left: -7px;
  display: block;
  content: '';
  transform: rotate(-32deg);
}
.star:after {
  position: absolute;
  display: block;
  color: red;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-bottom: 9px solid gold;
  border-left: 12px solid transparent;
  transform: rotate(-70deg);
  content: '';
}

.star-white {
    flex: 25%;
    /* margin: 50px 0; */
    position: relative;
    display: inline-block;
    color: red;
    width: 0px;
    height: 0px;
    border-right: 12px solid transparent;
    border-bottom: 9px solid white;
    border-left: 12px solid transparent;
    transform: rotate(35deg);
}
.star-white:before {
    border-bottom: 9px solid white;
    border-left: 4px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    height: 0;
    width: 0;
    top: -5px;
    left: -7px;
    display: block;
    content: '';
    transform: rotate(-32deg);
}
.star-white:after {
    position: absolute;
    display: block;
    color: red;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-right: 12px solid transparent;
    border-bottom: 9px solid white;
    border-left: 12px solid transparent;
    transform: rotate(-70deg);
    content: '';
}

.syllabus-card .card-header{
    padding : 1.5rem 2rem !important;
}
.faq-card .card-body,.syllabus-card .card-body{
    border-top: #f5f8f8 solid 1px;
    width: 94%;
    margin-left: 2%;
}

.faq-card .card-header{
    padding : 1rem !important;
}
#syllabusAccordian .card-header{
    cursor: pointer;
}
#faqAccordian .card,#syllabusAccordian .card{
    margin-bottom: 0.5rem !important;
}
.learners-card p{
    margin-top: 1.5rem !important;
}
.sticky-bottom{
    position: fixed;
    bottom: 0;
    width: 100%;
}
.interaction-container{
    background: linear-gradient(to left, rgba(241, 225, 194, 1) 0%,rgba(252, 188, 152, 1)  100%);
    border-bottom-right-radius: 75px;
    min-width: 75%;
    max-width: 75%;
 }

 .interaction-container-banner{
    background: linear-gradient(to left, rgba(241, 225, 194, 1) 0%,rgba(252, 188, 152, 1)  138%);
    min-width: 100%;
    max-width: 100%;

 }
 /* .interaction-container-banner .interaction-title{
        color:rgba(230, 57, 70, 1);
} */

 @media (max-width:768px) {
    .interaction-container{
        min-width: 100%;
     }
}

.ribbon{
	width:198px;
	height: 34px;
	background-color:rgba(230, 57, 70, 1);
	position:absolute;
	/* right:100px; */
    top:0px;

    /* border: 1px solid rgba(112, 112, 112, 1); */
box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.ribbon:before{
    content: '';
    position: absolute;
    z-index: 2;
    right: -17px;
    bottom: 0;
    border-top: 17px solid rgba(230, 57, 70, 1);
    border-bottom: 17px solid rgba(230, 57, 70, 1);
    border-right: 17px solid transparent;
}
.ribbon p{
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
}
.interaction-title{
    /* border: 1px solid rgba(0, 0, 0, 1); */
    color: rgba(230, 57, 70, 1);
    line-height: 34px;
    font-size: 32px;
    font-weight: bold;
}
.interaction-content{
    font-size: 16px;
color: rgba(61, 74, 99, 1);
line-height: 28px;

}
.boldest{
    font-weight: 900 !important;
}
.python-banner{
    background-color: #2A4494;
}

.btn-primary{
    box-shadow: 0px 3px 24px #00000018;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
    background-color:  rgba(13, 186, 75, 1);
    border-color: rgba(13, 186, 75, 1);
    padding: 0.45rem 1.25rem;
}

.btn-outline-primary{
    padding: 0.45rem 1.25rem;
}


.btn-primary p, .btn-outline-primary p{
    margin-left: 2px;
    margin-right: 2px;
    line-height:1.75rem !important;
    font-size: 1.125rem !important;
}

.btn-primary:hover{
    background-color: #028343;
    border-color:#028343;
}

.btn-outline-primary:hover{
    background-color: rgba(13, 186, 75, 1);
    border-color:rgba(13, 186, 75, 1);
}

.python-banner, .python-footer{
    background-color:rgba(24, 40, 69, 1) !important;
}

.syllabus-card .card-header{
   padding: 1.5rem 1.25rem !important;
}

.badge-pill{
    padding: 0.375rem 0.75rem;
}

.badge-success {
    background-color: rgba(0, 130, 255, 1) !important;
}
.badge-primary {
    background-color: rgba(13, 186, 75, 1) !important;
}
.badge-warning {
    background-color: rgba(247, 130, 0, 1) !important;
    color:#fff;
}

h1{
    font-weight: 900 !important;
    color: rgba(33, 33, 33, 1);
    line-height: 48px;
    font-size: 1.9rem;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
}

h2{
    font-weight: 700 !important;
    color: rgba(33, 33, 33, 1);
    line-height: 48px;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
}

#pre-requisites-card{
    border-top: 8px solid rgba(13, 186, 75, 1);
    padding: 2rem;
}

#whyguvi{
    max-width:83.44%;
}

ul.course-list{
    overflow: visible !important;
}
ul.course-list &gt; li{
    list-style: disc;
    padding-left: 0.75rem;
    list-style-position: outside;
}

.stop{
    font-size: 20px;
}
.rating-star{
    color: rgba(255, 223, 12, 1);
}
.programs-include{
    max-width: 90%;
}
.w-8rem{
    width: 8rem;
}
@media (max-width: 760px){
    #logo-cards{
        flex-direction: column;
    }
    #logo-cards .col-sm-6{
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 0.5rem;
    }
    #whyguvi{
        max-width:90%;
        margin-left: 8.33%;
    }
    .w-8rem{
        width: 6.7rem !important;
    }
    .border-right-sm-none{
        border-right: unset !important;
    }
}

@media (max-width: 990px){
    #program-cards{
        flex-direction: column;
    }
    #program-cards .col-sm-4{
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 0.5rem;
    }
}

@media (max-width: 767px){
    .python-footer{
        margin-bottom: 4rem;
    }
    #course-col-1{
        margin-top:1rem;
        padding-right: 0px;
    }
    #course-col-2{
        padding-left: 0px;
    }
    #certificate{
        margin-top: 1rem;
    }
}
.pointer {
    cursor: pointer !important;
}
.no-cursor{
    cursor: auto !important;
}
.iit-new-logo-academy {
    width: 75px;
}
</pre></body></html>