@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 1.2;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/




select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    text-align: center;
    padding: 10px 0;
}

header {
    background: #fff;
    box-shadow: 0 0 10px #b9b9b9;
}

ul#menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-bottom: 0;
}

ul#menu li a {
    font-size: 20px;
    color: #000;
}

.menuSec a img {
    width: 50%;
}

/*header css start */


/*landing about*/
section.lnd-aboutsec {
    padding: 60px 0;
    background-image: linear-gradient(to bottom , rgb(14, 145, 227) , rgb(138, 218, 255) 100%);
    background: url(https://myteracare.ca/wp-content/uploads/2023/11/banner1.png);
    background-size: cover;
    width: 100%;
    background-position: center;
    position: relative;
}
section.lnd-aboutsec:before {
    background: #e1e1e147;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.abt-content h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}
.abt-content {
    position: relative;
    z-index: 9999;
}

.abt-content h3 {
    font-size: 45px;
    margin-bottom: 10px;
    color: #000;
}

.abt-content p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-bottom: 10px;
}
.abt-content a {
    background: #1f2b37;
    padding: 12px 30px;
    font-size: 17px;
    border-radius: 30px;
    margin-top: 30px !IMPORTANT;
    display: block;
    width: fit-content;
    margin: 0 auto;
    color: #fff;
}
/*landing about*/

/*products css*/
section.lnd-products {
    padding: 90px 0;
}
section.lnd-products .row {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.prd-img {
    text-align: center;
    /* box-shadow: 0 0 5px 0 #e5e5e5; */
}

.prd-img img {
    width: 76%;
    height: 400px;
    object-fit: contain;
    border-radius: 100%;
    box-shadow: 0 0 10px 0 #37a9ecc7;
    padding: 10px;
}

.prd-text h4 {
    font-size: 38px;
    color: #000;
    margin-bottom: 24px;
}

.prd-text p {
    font-size: 17px;
    color: #000;
    line-height: 25px;
}
.prd-text a {
    background: #37a9ec;
    color: #fff;
    padding: 12px 50px;
    display: block;
    width: fit-content;
    margin-top: 20px;
    border-radius: 25px;
}
/*products css*/




/*video css*/
.video-bx {
    text-align: center;
    color: #000;
    position: relative;
    width: 100%;
    height: 390px;
}
.video-bx img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

section.vid-sec {
    padding-bottom: 60px;
}

.video-bx {
    text-align: center;
    color: #000;
}
/*video css*/

/*newslatter css*/
section.news_lettersecc {
    background-color: #1a2738;
    padding: 30px 0px;
    position: relative;
}
.email_textt h3 {
    font-size: 31.44px;
    color: #fff;
    margin-bottom: 0;
    line-height: 44px;
    font-weight: 400;
}

.email_textt p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}

.news_formm form input {
    width: 100%;
    height: 60px;
    background: transparent;
    border: 1px solid #555555;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
}

.news_formm {
    position: relative;
}

.news_formm form input::placeholder {
    color: #fff;
    font-size: 14px;
}

.news_formm form button {
    position: absolute;
    bottom: 0;
    right: 15px;
    background: #37a9ec;
    color: #fff;
    padding: 5px 18px;
    border: unset;
    border-radius: 30px;
    top: 0;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.email_imgg {
    animation: wiggle 2s linear infinite;
}

@keyframes wiggle {
    0%,
    7% {
        transform: rotateZ(0);
    }
    15% {
        transform: rotateZ(-15deg);
    }
    20% {
        transform: rotateZ(10deg);
    }
    25% {
        transform: rotateZ(-10deg);
    }
    30% {
        transform: rotateZ(6deg);
    }
    35% {
        transform: rotateZ(-4deg);
    }
    40%,
    100% {
        transform: rotateZ(0);
    }
}
/*newslatter css*/

/*landing footer*/
footer {
    padding-top: 50px;
}
.footer-cnt ul {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    gap: 60px;
}
.footer-cnt ul li i {
    color: #0084c2;
    font-size: 25px;
}

.footer-cnt ul li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-cnt ul li a {
    color: #000;
    font-size: 20px;
}
.footer-cnt ul li span {
    color: #000;
    font-size: 20px;
}
.footer-cnt {
    padding: 50px 0;
}
.copy-right {
    background-image: linear-gradient(to bottom , rgb(14, 145, 227) , rgb(138, 218, 255) 100%);
    padding: 20px 0;
}

.copy-right p {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
}
/*landing footer*/
@media only screen and (min-width: 1251px) and (max-width: 1400px){
section.lnd-aboutsec {
    background-position: center;
    padding: 30px 0;
}
section.lnd-aboutsec:before {
    background: #e1e1e154;
}
.abt-content h3 {
    font-size: 30px;
}
.abt-content h2 {
    font-size: 30px;
    font-weight: 500;
}
.abt-content p {
    font-size: 16px;
    line-height: 25px;
}
.prd-img img {
    width: 80% !important;
    height: 365px !important;
}
.video-bx img {
    object-fit: contain;
    height: 93% !important;
}

.video-bx video {
    width: 77% !important;
    height: 79% !IMPORTANT;
}}
@media only screen and (min-width: 1101px) and (max-width: 1250px){
section.lnd-aboutsec {
    background-position: center;
    padding: 30px 0;
}
section.lnd-aboutsec:before {
    background: #e1e1e154;
}
.abt-content h3 {
    font-size: 30px;
}
.abt-content h2 {
    font-size: 30px;
    font-weight: 500;
}
.abt-content p {
    font-size: 14px;
    line-height: 20px;
}
.prd-img img {
    width: 80% !important;
    height: 365px !important;
}
.video-bx img {
    object-fit: contain;
    height: 93% !important;
}

.video-bx video {
    width: 77% !important;
    height: 79% !IMPORTANT;
}
}
@media only screen and (min-width: 992px) and (max-width: 1100px){

section.lnd-aboutsec {
    background-position: left;
}
.prd-img img {
    width: 95% !important;
    height: 359px !important;
}
.video-bx {
    height: 260px !important;
}
.video-bx img {
    object-fit: contain;
    height: 89% !important;
}
.video-bx video {
    width: 70% !important;
    height: 80% !important;
}
.email_textt h3 {
    font-size: 22.44px;
}
.footer-cnt ul li a {
    font-size: 15px;
}
.footer-cnt ul li span {
    font-size: 15px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
ul#menu li a {
    font-size: 14px;
}
ul#menu {
    gap: 30px;
}
.abt-content h3 {
    font-size: 35px;
}
.abt-content h2 {
    font-size: 30px;
}
.abt-content p {
    font-size: 15px;
    line-height: 25px;
}
section.lnd-aboutsec {
    padding: 30px 0;
    background-position: left;
}
.prd-text h4 {
    font-size: 30px;
    margin-bottom: 15px;
}
.prd-text p {
    font-size: 15px;
    line-height: 23px;
}
section.lnd-products {
    padding: 50px 0;
}
section.lnd-products .row:last-child {
    margin-bottom: 0px;
}
.email_textt h3 {
    font-size: 18.44px;
}
.email_textt p {
    font-size: 9px;
}
.footer-cnt ul li a {
    font-size: 14px;
}
.footer-cnt ul li span {
    font-size: 14px;
}
.footer-cnt ul li i {
    font-size: 19px;
}
.footer-cnt ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-cnt ul {
    gap: 15px;
}
.footer-cnt {
    padding: 20px 0;
}
.copy-right p {
    font-size: 14px;
}
.copy-right {
    padding: 10px 0;
}
footer {
    padding-top: 30px;
}
.prd-img img {
    width: 100%;
    height: 300px;
}
.video-bx {
    height: 270px !important;
}
.video-bx img {
    object-fit: contain;
    height: 89% !important;
}
.video-bx video {
    width: 77% !important;
    height: 73% !important;
}
}

@media only screen and (min-width: 520px) and (max-width: 767px){
section.lnd-aboutsec {
    background-position: left;
}
section.lnd-products .row:last-child {
    margin-bottom: 0;
}
.for-mobile {
    display: block !important;
}
.abt-content h2 {
    font-size: 30px;
}
.abt-content h3 {
    font-size: 35px;
}
.abt-content {
    padding: 0 20px;
}
.abt-content p {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    text-align: justify;
    text-align-last: center;
}
section.lnd-products .row:nth-child(odd) {
    flex-wrap: wrap-reverse;
}
.video-bx video {
    margin-bottom: 20px;
}

section.lnd-products {
    padding: 40px 0;
}
.footer-logo {
    text-align: center;
}
footer {
    padding-top: 20px;
}
.footer-cnt ul {
    display: block;
}
.footer-cnt ul li a {
    font-size: 15px;
}
.footer-cnt ul li span {
    font-size: 15px;
}
.footer-cnt ul li {
    justify-content: center;
    line-height: 45px;
}
.footer-cnt ul li i {
    font-size: 17px;
}
.footer-logo a img {
    width: 40%;
}

.footer-cnt {
    padding: 15px 0;
}
.copy-right p {
    font-size: 10px;
}
.news_formm {
    margin-top: 22px;
}
.email_imgg {
    margin-bottom: 15px;
}
.email_textt h3 {
    font-size: 23.44px;
}
.video-bx video {
    object-fit: contain;
    width: 70% !important;
    height: 60% !important;
}
.video-bx img {
    object-fit: contain;
    height: 68% !important;
}
.prd-img img {
    box-shadow: unset !important;
    margin-bottom: 40px !important;
}
}
@media only screen and (min-width: 300px) and (max-width: 519px){
    
.prd-text h4 {
    font-size: 30px;
}    
section.lnd-aboutsec {
    background-position: left;
}
section.lnd-products .row:last-child {
    margin-bottom: 0;
}
    
.prd-img img {
    box-shadow: unset !important;
    margin-bottom: 40px !important;
}
.video-bx video {
    object-fit: contain;
    width: 77% !important;
    height: 60% !important;
}
.video-bx img {
    object-fit: contain;
    height: 70% !important;
}
.for-mobile {
    display: block !important;
}
.abt-content h2 {
    font-size: 30px;
}
.abt-content h3 {
    font-size: 35px;
}
.abt-content {
    padding: 0 20px;
}
.abt-content p {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    text-align: justify;
    text-align-last: center;
}
section.lnd-products .row:nth-child(odd) {
    flex-wrap: wrap-reverse;
}
.video-bx video {
    margin-bottom: 20px;
}
section.lnd-products {
    padding: 40px 0;
}
.footer-logo {
    text-align: center;
}
footer {
    padding-top: 20px;
}
.footer-cnt ul {
    display: block;
}
.footer-cnt ul li a {
    font-size: 15px;
}
.footer-cnt ul li span {
    font-size: 15px;
}
.footer-cnt ul li {
    justify-content: center;
    line-height: 45px;
}
.footer-cnt ul li i {
    font-size: 17px;
}
.footer-logo a img {
    width: 40%;
}

.footer-cnt {
    padding: 15px 0;
}
.copy-right p {
    font-size: 10px;
}
.news_formm {
    margin-top: 22px;
}
.email_imgg {
    margin-bottom: 15px;
}
.email_textt h3 {
    font-size: 23.44px;
}
}

section.lnd-products .row {
    border-bottom: 1px solid #cbcbcba6;
    padding-bottom: 30px;
}

section.lnd-products .row:last-child {
    border-bottom: none;
}
.video-bx video {
    width: 84%;
    /* border: 1px solid #1a2738; */
    height: 89%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    /* margin-top: -11px; */
}

.fac-cions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.fac-cions a {
    background: #e10d23;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    animation: Beat 2s ease infinite alternate;
}

.fac-cions a i {
    font-size: 28px;
}
.fac-cions a:hover {
    background: #2ba2e9;
}
@keyframes Beat {
  0% {
    transform: scale(120%);
  }
  40% {
    transform: scale(100%);
  }
  100% {
    transform: scale(120%);
  }
}