File: /var/www/html/triad-cyber/wp-content/themes/triadcyber/css/home-style.css
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.sub-banner {
background: linear-gradient(180deg, rgba(255, 255, 255, 0.21) 0%, rgba(62, 72, 78, 0.21) 100%);
display: flex;
align-items: flex-end;
padding-top: 160px;
padding-bottom: 50px;
position: relative;
overflow-x: hidden;
}
@media (max-width: 991px) {
.sub-banner {
align-items: center;
}
}
@media (max-width: 767px) {
.sub-banner {
height: auto;
padding-top: 110px;
}
}
@media (max-width: 579px) {
.sub-banner {
padding-bottom: 0px;
}
}
.sub-banner .inner-banner {
display: flex;
align-items: center;
}
@media (max-width: 600px) {
.sub-banner .inner-banner {
flex-direction: column;
}
}
.sub-banner .inner-banner .inner-content {
max-width: 832px;
padding-bottom: 95px;
position: relative;
z-index: 1;
}
@media (max-width: 1679px) {
.sub-banner .inner-banner .inner-content {
max-width: 760px;
padding-bottom: 70px;
}
}
@media (max-width: 1281px) {
.sub-banner .inner-banner .inner-content {
max-width: 686px;
padding-bottom: 50px;
}
}
@media (max-width: 1199px) {
.sub-banner .inner-banner .inner-content {
max-width: 560px;
padding-bottom: 40px;
}
}
@media (max-width: 991px) {
.sub-banner .inner-banner .inner-content {
max-width: 300px;
}
}
@media (max-width: 767px) {
.sub-banner .inner-banner .inner-content {
max-width: 60%;
}
}
@media (max-width: 600px) {
.sub-banner .inner-banner .inner-content {
max-width: 100%;
}
}
@media (max-width: 579px) {
.sub-banner .inner-banner .inner-content {
max-width: 100%;
}
}
.sub-banner .mobile-baner {
display: none;
}
@media (max-width: 579px) {
.sub-banner .mobile-baner {
display: block;
max-width: 300px;
margin: auto;
}
}
.sub-banner .bnr-rt {
max-width: 666px;
}
@media (max-width: 1679px) {
.sub-banner .bnr-rt {
max-width: 580px;
}
}
@media (max-width: 600px) {
.sub-banner .bnr-rt {
position: static;
display: flex;
justify-content: center;
}
}
.sub-banner .bnr-rt img {
height: 499px;
}
@media (max-width: 1281px) {
.sub-banner .bnr-rt img {
height: 347px;
}
}
@media (max-width: 767px) {
.sub-banner .bnr-rt img {
height: 240px;
}
}
.sub-banner .main-title {
font-family: "Inter", sans-serif;
font-weight: 700;
font-size: 46px;
line-height: 67px;
letter-spacing: 0%;
vertical-align: middle;
text-transform: capitalize;
}
@media (max-width: 1679px) {
.sub-banner .main-title {
font-size: 42px;
line-height: 42px;
}
}
@media (max-width: 1481px) {
.sub-banner .main-title {
font-size: 38px;
line-height: 46px;
}
}
@media (max-width: 1199px) {
.sub-banner .main-title {
font-size: 36px;
line-height: 44px;
}
}
@media (max-width: 991px) {
.sub-banner .main-title {
font-size: 34px;
line-height: 42px;
}
}
@media (max-width: 767px) {
.sub-banner .main-title {
font-size: 22px;
line-height: 32px;
}
}
.red-color {
color: #c4344e;
}
.banner-logo {
position: fixed;
right: 85px;
bottom: 30px;
z-index: 5;
background-image: url(../img/banner-logo.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
width: 90px;
height: 90px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
@media (max-width: 767px) {
.banner-logo {
width: 40px;
height: 40px;
right: 10px;
bottom: 0px;
}
}
.learn-btn1 {
background-color: #c4344e;
width: 274px;
height: 45px;
border: none;
font-weight: 400;
font-size: 16px;
line-height: 19.36px;
color: #fff;
border-radius: 50px;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
margin-top: 26px;
outline: 0;
}
@media (max-width: 1679px) {
.learn-btn1 {
height: 40px;
font-size: 15px;
}
}
@media (max-width: 1441px) {
.learn-btn1 {
height: 38px;
}
}
@media (max-width: 1199px) {
.learn-btn1 {
font-size: 14px;
}
}
.learn-btn1 img {
transition: all 0.5s linear;
}
.two-col-sec {
padding: 100px 0px;
}
@media (max-width: 1679px) {
.two-col-sec {
padding: 100px 0px;
}
}
@media (max-width: 1481px) {
.two-col-sec {
padding: 80px 0px;
}
}
@media (max-width: 1199px) {
.two-col-sec {
padding: 40px 0px;
}
}
.two-col-sec .two-col-inner {
display: flex;
justify-content: space-between;
}
@media (max-width: 767px) {
.two-col-sec .two-col-inner {
flex-wrap: wrap;
}
}
.two-col-sec .left-sec {
max-width: 691px;
position: relative;
height: 497px;
}
@media (max-width: 1679px) {
.two-col-sec .left-sec {
max-width: 632px;
height: 450px;
}
}
@media (max-width: 1481px) {
.two-col-sec .left-sec {
max-width: 49%;
height: 440px;
}
}
@media (max-width: 767px) {
.two-col-sec .left-sec {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
height: 290px;
}
}
.two-col-sec .left-sec .shadow-btm {
width: 100%;
max-height: 100%;
height: 100%;
position: relative;
}
.two-col-sec .left-sec .shadow-btm img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 20px;
}
.two-col-sec .left-sec .shadow-btm::after {
content: "";
position: absolute;
bottom: -100px;
width: 691px;
height: 225px;
left: 4px;
z-index: -1;
background-image: url("../img/gradient.png");
background-repeat: no-repeat;
}
@media (max-width: 1679px) {
.two-col-sec .left-sec .shadow-btm::after {
width: 631px;
bottom: -114px;
}
}
@media (max-width: 1441px) {
.two-col-sec .left-sec .shadow-btm::after {
width: 99%;
}
}
.two-col-sec .right-sec {
flex: 1;
margin-left: 69px;
}
@media (max-width: 991px) {
.two-col-sec .right-sec {
margin-left: 20px;
}
}
@media (max-width: 767px) {
.two-col-sec .right-sec {
width: 100%;
margin-left: 0px;
}
}
.two-col-sec .right-sec .content {
color: #000;
font-weight: 300;
font-size: 19px;
line-height: 31px;
letter-spacing: 0%;
}
@media (max-width: 1679px) {
.two-col-sec .right-sec .content {
font-size: 17px;
line-height: 30px;
}
}
@media (max-width: 1481px) {
.two-col-sec .right-sec .content {
font-size: 15px;
line-height: 25px;
}
}
.available-course {
text-align: center;
padding-bottom: 100px;
}
@media (max-width: 1679px) {
.available-course {
padding-bottom: 80px;
}
}
@media (max-width: 1481px) {
.available-course {
padding-bottom: 60px;
}
}
@media (max-width: 1199px) {
.available-course {
padding-bottom: 40px;
}
}
.available-course .sub-content {
padding: 0px 190px;
padding-bottom: 60px;
}
@media (max-width: 991px) {
.available-course .sub-content {
padding: 0px;
padding-bottom: 40px;
}
}
.available-course .boxes {
display: flex;
align-items: stretch;
flex-wrap: wrap;
gap: 20px;
}
.available-course .boxes .box1 {
width: calc(33.3333333333% - 15px);
border: 1px solid #F8DADE;
border-radius: 16px;
padding-bottom: 33px;
display: flex;
align-items: center;
flex-direction: column;
flex: 1 1 auto;
}
@media (max-width: 767px) {
.available-course .boxes .box1 {
width: calc(50% - 10px);
}
}
@media (max-width: 579px) {
.available-course .boxes .box1 {
width: 100%;
}
}
.available-course .boxes .box1 .logo-sec {
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(248, 218, 222, 0.1803921569);
border-bottom: 1px solid #F8DADE;
padding: 22px 0px;
min-height: 190px;
width: 100%;
}
@media (max-width: 1199px) {
.available-course .boxes .box1 .logo-sec {
min-height: 129px;
}
}
.available-course .boxes .box1 .logo-sec .img-sec {
max-width: 296px;
}
.available-course .boxes .box1 .logo-sec .img-sec img {
width: 100%;
height: 100%;
}
@media (max-width: 1199px) {
.available-course .boxes .box1 .logo-sec .img-sec img {
height: 80px;
}
}
@media (max-width: 991px) {
.available-course .boxes .box1 .logo-sec .img-sec img {
height: 60px;
}
}
@media (max-width: 991px) {
.available-course .boxes .box1 .logo-sec .img-sec {
padding: 10px 0px;
}
}
.available-course .boxes .box1 .text-sec {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
flex: 1 1 auto;
}
.available-course .boxes .box1 .text-sec .contents {
padding: 33px 33px 0px 33px;
font-weight: 400;
font-size: 20px;
line-height: 39px;
letter-spacing: 0%;
text-align: center;
min-height: 244px;
}
@media (max-width: 1679px) {
.available-course .boxes .box1 .text-sec .contents {
font-size: 18px;
line-height: 28px;
min-height: 190px;
}
}
@media (max-width: 1481px) {
.available-course .boxes .box1 .text-sec .contents {
font-size: 16px;
line-height: 26px;
min-height: 160px;
}
}
@media (max-width: 1199px) {
.available-course .boxes .box1 .text-sec .contents {
font-size: 14px;
padding: 10px;
line-height: 24px;
min-height: 140px;
}
}
@media (max-width: 991px) {
.available-course .boxes .box1 .text-sec .contents {
min-height: unset;
}
}
.available-course .boxes .box1 .text-sec .btn-more {
background-color: #c4344e;
width: 151px;
height: 41px;
border-radius: 20px;
padding: 0px 22px;
font-weight: 600;
font-size: 13.41px;
line-height: 20.86px;
letter-spacing: 0%;
color: #fff;
display: flex;
align-items: center;
justify-content: space-between;
}
.available-course .boxes .box1 .text-sec .btn-more img {
transition: all 0.5s;
}
.available-course .boxes .box1 .text-sec .btn-more:hover img {
transform: translateX(10px);
}
/*# sourceMappingURL=home-style.css.map */