@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --backblack: #0F0E10;
    --tblack: #0F0E10;
    --pwhite: #ffffff;
    --twhite: #E9EAF0;
    --yellow: #F68D20;
    --pblack: #000000;
    --opblack: rgba(15, 14, 16, 0.6);
}



.crn-about-us-heading {
    display: flex;
}

.crn-head1-title p {
    font-weight: 500;
    font-size: 16px;
    line-height: 49px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.106719px;
    text-transform: uppercase;
    color: var(--pblack);
    POSITION: RELATIVE;
    top: 35px;
	padding-bottom: 16px;
}

.crn-head1-title1 p {
    /* margin: -8% 0 0; */
    font-weight: 500;
    font-size: 25px;
    line-height: 49px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.106719px;
    text-transform: uppercase;
    color: var(--yellow);
}

.crn-aboutus-info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.106719px;
    color: rgba(0, 0, 0, 0.8);
    font-family: 'Poppins', sans-serif;
}

.crn-aboutus-intro1 p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.106719px;
    color: rgba(0, 0, 0, 0.8);
    font-family: 'Poppins', sans-serif;
}


.crn-aboutus-why-heading{
    margin: 5% 0;
    
}
.crn-aboutus-why-cover {
    background: rgba(15, 14, 16, 0.7);
    margin-top: 40px;
}

.crn-aboutus-why-head1 p {
    margin: 3% 0;
    font-weight: 500;
    font-size: 30px;
    line-height: 47px;
    letter-spacing: 0.131557px;
    color: #E9EAF0;
    font-family: 'Poppins', sans-serif;
    
}

#intro1{
    margin-bottom: 3%;
}

.crn-aboutus-why-intro1 p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.131557px;
    color: #E9EAF0;
    font-family: 'Poppins', sans-serif;
}

.crn-founder {
    margin-bottom: 3%;
    font-weight: 500;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: 0.106719px;
    text-transform: uppercase;
    color: rgba(15, 14, 16);
    padding-left: 12%;
}

.crn-director-thoughts {
    padding: 6% 0% 6% 8%;
}


.crn-director {
    margin: 8% 0;
}

.crn-director-say p {
    /* display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden; */
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.106719px;
    color: rgba(15, 14, 16) ;
    font-family: 'Poppins', sans-serif;
    margin-top: 4%;
}

.crn-director-name p {
    margin-top: 5%;
    font-weight: 400;
    font-size: 20px;
    line-height: 12px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: var(--yellow);
	   
}

.crn-director-name1 p {
    font-weight: 400;
    margin-bottom: 1%;
    font-size: 14px;
    line-height: 12px;
    color: rgba(15, 14, 16, 0.8);
    font-family: 'Poppins', sans-serif;
    padding: 14px 0px 6px 0 ;
}

.crn-director-phone a,
.crn-director-email a {
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    color: rgba(15, 14, 16, 0.8);
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}

.crn-director-info{
    margin-bottom: 4%;
}

.crn-director-image {
    width: 290.7px;
    height: 473.93px;
    margin-top: -44%;
    margin-left: -8%;
 
}

.crn-director-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.crn-director-phone a:hover,
.crn-director-email a:hover {
    color: var(--yellow);
}

.ff{
border: 7px solid rgba(246, 141, 32, 0.8);
margin: 0 16% 0 12% !important;
}
.ck-about-image{
	margin-top:13%;
    height: 420px;
    max-width: 420px;
}
.ck-about-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.wrapper-title{
    margin-bottom: 10px;
}
.crn-about-us-heading .col-xl-7{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
}
.crn-about-us{
    max-width: 1150px;
    margin: auto;
}
.ck-insider{
    max-width: 850px;
    margin: auto;
}
@media(max-width:1200px) {

    .crn-director-image {
        margin-left: -30%;
    }
.crn-about-us{
    padding:0px 32px 0px 32px;
}

.ck-insider{
    padding:0px 32px 0px 32px; 
}
}

@media(max-width:991px) {
    .crn-director-say p {
        width: unset;
        margin-top: unset;
    }

    .crn-director-info{
        margin-bottom: unset;
    }

    .crn-director-image {
        height: 100%;
        margin: auto;
        margin-top: unset;
    }
  
    .crn-founder{
        padding-left: unset;
    }
    .crn-director-thoughts{
        padding: 6% 4%;
        margin: unset;
        border: 5px solid rgba(246, 141, 32, 0.8)
    }

    .ff{
        border: unset;
        margin: unset !important;
        flex-flow: column-reverse;
        row-gap: 16px;
    }
    .tc{
        text-align: center !important;
    }
}

@media(max-width:767px) {
    .crn-director-thoughts {
        margin: unset;
    }

    .crn-director {
        margin: 8% 0;
    }

  
  
    .crn-director-image{
        width: 215.7px ;
    }
}

@media(max-width:576px) {

    .crn-director-phone,
    .crn-director-email {
        display: none;
    }
    .crn-director-image {
        width: 190.7px;
    }
    .crn-about-us-heading{
        display: unset;
    }
    .crn-about-us {
        padding: 0px 16px 0px 16px;
    }
    .ck-about-image {
		margin: 5% auto 0;
        height: 330px;
    }
    .row>*{
        padding-left: unset !important;
        padding-right: unset !important
    }
    .ck-insider{
        padding:0px 16px 0px 16px; 
    }
}


@media (max-width: 425px){
.crn-director-image {
    width: 160.7px;
}
}
